2009-01-30 |
Sanjiv Gupta | Enable emitting of constant values in non-default addre... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info in SimplifyNodeWithTwoResults. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for MULHS. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for SREM and UREM. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for UDIV. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for SDIV. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Forgot to propagate debug loc info here. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Dan Gohman | Fix a post-RA scheduling dependency bug. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info for MUL. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info in SUB. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info in ADDC and ADDE. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug loc info in DAG combine's "ADD". |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | - Propagate debug loc info in combineSelectAndUse(). |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Mikhail Glushenkov | Add some comments. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Chris Lattner | Fix a bug in getMaxValue/getMinValue to pass the right... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Devang Patel | Enable target tripple. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Devang Patel | Linux and other target's encoding for DW_AT_declaratio... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Dale Johannesen | Propagate debug info when building SelectionDAG. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Devang Patel | Remove dead code, again. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Devang Patel | Remove dead code. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Devang Patel | Add DW_AT_declaration for class methods. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Propagate debug location info for the token factor. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Devang Patel | Add dump() routines to help debug debug info :) |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Bill Wendling | Add DebugLoc propagation to some of the methods in... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Bill Wendling | Explain why this is here. |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Owen Anderson | XFAIL this test. It only worked before because of... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Owen Anderson | Correct the algorithms for choosing spill and restore... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Dan Gohman | Explicitly add PseudoSourceValue information when lowering |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Dan Gohman | Make a few things const, fix some comments, and simplify |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Chris Lattner | Fix windows build, patch by Marius Wachtler! |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Evan Cheng | Local register allocator shouldn't assume only the... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Dan Gohman | Fix two typos that Duncan spotted in a comment. |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Dan Gohman | In the case of an extractelement on an insertelement... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Evan Cheng | Add a always_inline test case. |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Bill Wendling | Revert r63273. This was already implemented by Dale... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Evan Cheng | Add a test case for Chris lvalue alignment fixes. |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Owen Anderson | Fix an issue where restores could be inserted after... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Owen Anderson | Comments are good. :-) |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Owen Anderson | Add support for aggressive load-use-store folding.... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Bill Wendling | - Add DebugLoc to getTargetNode(). |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Chris Lattner | Fix PR3424, a static constructor ordering issue. Patch... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Evan Cheng | Exit with nice warnings when register allocator run... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Dan Gohman | Make x86's BT instruction matching more thorough, and... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Dan Gohman | Move the code that starts printing the Select_* functions |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Evan Cheng | A slight compile time optimization. If the caller knows... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Dale Johannesen | Add DebugLoc-sensitive versions of many node creation |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Evan Cheng | Fix comment about removeRange. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Mon P Wang | Fixed lowering of v816 shuffles. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Bill Wendling | Make test platform agnostic. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Bill Wendling | Add DebugLoc to the getNode() methods. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Dan Gohman | Give this test an explicit target, to make it host... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Dan Gohman | SDOperand has been renamed to SDValue. SDNode::Val... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Dan Gohman | Add more comments describing SDNode operator codes. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Dale Johannesen | Add DebugLoc-aware constructors for SDNode derived |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Dan Gohman | Add some comments on ISD::NodeType. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Devang Patel | Do not forget to derived type while constructing an... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Chris Lattner | Fix some issues with volatility, move "CanConvertToScal... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Chris Lattner | strengthen this test. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Mon P Wang | Fixed extract element when the result needs to be promo... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Dan Gohman | Delete unnecessary elses. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Chris Lattner | Enable PACKAGE_VERSION in cmake builds, this unbreaks... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Dan Gohman | Make isOperationLegal do what its name suggests, and... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Duncan Sands | Formatting. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Duncan Sands | Rename getAnalysisToUpdate to getAnalysisIfAvailable. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Duncan Sands | Fix PR3415 (infinite loop in EscapeAnalysis) by |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Evan Cheng | The memory alignment requirement on some of the mov... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Mon P Wang | Added sse test patterns for r62979 and r63193. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Mon P Wang | Add shuffle splat pattern for x86 sse shifts. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Mikhail Glushenkov | Typo. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Mikhail Glushenkov | Update the generated docs. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Mikhail Glushenkov | Add three new option properties. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Mikhail Glushenkov | Clarify comment. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Dan Gohman | Use ValueType::bitsLT to simplify some code. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Dan Gohman | Use ZERO_EXTEND instead of ANY_EXTEND when promoting |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Bill Wendling | Comment fixes. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Evan Cheng | Suppress a compile time warning. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Dale Johannesen | Embalm my ideas of how things should work. Not that |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Devang Patel | Add type DIE into appropriate context DIE. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Dale Johannesen | Add a DebugLoc field and some simple accessors. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Dale Johannesen | Reorder args, constify. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Bill Wendling | Add testcase for r63142. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Anton Korobeynikov | Treat [1 x i8] zeroinitializer as a C string, placing... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Dan Gohman | Use .empty() instead of comparing .size() with 0. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Dale Johannesen | Update to latest spelling. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Dale Johannesen | Add DebugLoc field and simple accessors. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Evan Cheng | Refine DebugLoc per review comments. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Dan Gohman | Add an assertion to the form of SelectionDAG::getConsta... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Dan Gohman | Reformat the allocation-order arrays to a more conventi... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Dan Gohman | Delete redundant return statements. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Dan Gohman | Respect the DisableRedZone flag on PowerPC. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Dan Gohman | Simplify findNonImmUse; return the result using the... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Torok Edwin | APInt's countLeadingOnes() was broken for negative... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Dan Gohman | Make some comments doxygen-friendly. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Owen Anderson | Make the pre-split-limit option more useful by using... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Evan Cheng | Implement multiple with overflow by 2 with an add instr... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Evan Cheng | Forgot this test case. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Dan Gohman | Eliminate unnecessary operands-list traversals. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Dan Gohman | Add a FrontendC testcase for the x86-64 Red Zone feature, |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Dan Gohman | Enable the red zone on x86-64 by default. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Devang Patel | Assorted debug info fixes. |
commit | commitdiff | tree | snapshot |
next |