| Commit message (Expand) | Author | Age | Files | Lines |
* | Place SDNodeOrdering.h in the directory it's used. | Bill Wendling | 2009-12-21 | 2 | -1/+59 |
* | Fix setting and default setting of code model for jit. Do this | Eric Christopher | 2009-12-21 | 1 | -0/+26 |
* | Fix a bunch of little errors that Clang complains about when its being pedantic | Douglas Gregor | 2009-12-19 | 6 | -8/+8 |
* | Use 4-arg getVTList) variant instead of generic one, when possible | Anton Korobeynikov | 2009-12-19 | 1 | -0/+1 |
* | Changes from review: | Bill Wendling | 2009-12-18 | 4 | -143/+67 |
* | Increase opportunities to optimize (brcond (srl (and c1), c2)). | Evan Cheng | 2009-12-18 | 1 | -1/+28 |
* | Add Loop contains utility methods for testing whether a loop | Dan Gohman | 2009-12-18 | 1 | -1/+1 |
* | Handle ARM inline asm "w" constraints with 64-bit ("d") registers. | Bob Wilson | 2009-12-18 | 1 | -1/+1 |
* | Sundry dependent-name fixes flagged by clang++. | John McCall | 2009-12-17 | 1 | -4/+4 |
* | Revert accidental commit. | Bill Wendling | 2009-12-17 | 1 | -1/+1 |
* | Turn off critical edge splitting for landing pads. The introduction of a | Bill Wendling | 2009-12-17 | 2 | -4/+5 |
* | Temporarily revert 91337. It's causing testcase failures. | Bill Wendling | 2009-12-17 | 1 | -6/+7 |
* | Introduce EVT::getHalfSizedIntegerVT() for use in ExpandUnalignedStore() in | Ken Dyck | 2009-12-17 | 1 | -6/+3 |
* | Remove debugging code. | Evan Cheng | 2009-12-17 | 1 | -24/+0 |
* | Revert 91280-91283, 91286-91289, 91291, 91293, 91295-91296. It apparently int... | Evan Cheng | 2009-12-17 | 1 | -0/+24 |
* | Fix a comment grammaro. | Bob Wilson | 2009-12-17 | 1 | -2/+2 |
* | Revert this dag combine change: | Evan Cheng | 2009-12-17 | 1 | -13/+0 |
* | Reapply r91392, it was only unmasking the bug, and since TOT is still broken ... | Daniel Dunbar | 2009-12-16 | 3 | -29/+155 |
* | Add @earlyclobber TableGen constraint | Jim Grosbach | 2009-12-16 | 1 | -3/+21 |
* | Reuse lowered phi nodes. | Jakob Stoklund Olesen | 2009-12-16 | 3 | -43/+124 |
* | Revert "Initial work on disabling the scheduler. This is a work in progress, and | Daniel Dunbar | 2009-12-16 | 3 | -155/+29 |
* | Do better with physical reg operands (typically, from inline asm) | Dale Johannesen | 2009-12-16 | 1 | -16/+41 |
* | Explicit template instantiations must happen in the template's immediately | John McCall | 2009-12-16 | 2 | -0/+4 |
* | Helpful comment added. Some code cleanup. No functional change. | Bill Wendling | 2009-12-16 | 1 | -11/+27 |
* | Initialize uninitialized variables. | Bill Wendling | 2009-12-16 | 1 | -1/+1 |
* | Initialize uninitialized variables. | Bill Wendling | 2009-12-16 | 1 | -1/+1 |
* | Add support to emit debug info for C++ namespaces. | Devang Patel | 2009-12-15 | 3 | -22/+77 |
* | Remove isPod() from DenseMapInfo, splitting it out to its own | Chris Lattner | 2009-12-15 | 1 | -1/+0 |
* | Make 91378 more conservative. | Evan Cheng | 2009-12-15 | 1 | -1/+11 |
* | Initial work on disabling the scheduler. This is a work in progress, and this | Bill Wendling | 2009-12-15 | 3 | -29/+155 |
* | Tail duplication should zap a copy it inserted for SSA update if the copy is ... | Evan Cheng | 2009-12-15 | 1 | -13/+37 |
* | Fold (zext (and x, cst)) -> (and (zext x), cst). | Evan Cheng | 2009-12-15 | 1 | -0/+13 |
* | Propagate zest through logical shift. | Evan Cheng | 2009-12-15 | 1 | -0/+10 |
* | Revert these. They may have been causing 483_xalancbmk to fail: | Bill Wendling | 2009-12-15 | 2 | -52/+26 |
* | Fix integer cast code to handle vector types. | Dan Gohman | 2009-12-14 | 2 | -20/+45 |
* | Fix this to properly clear the FastISel debug location. Thanks to | Dan Gohman | 2009-12-14 | 1 | -1/+1 |
* | The CIE says that the LSDA point in the FDE section is an "sdata4". That's fine, | Bill Wendling | 2009-12-14 | 1 | -7/+6 |
* | Use DW_AT_specification to point to DIE describing function declaration. | Devang Patel | 2009-12-14 | 2 | -63/+32 |
* | Added CalcSpillWeights to CMakeLists. | Lang Hames | 2009-12-14 | 1 | -0/+1 |
* | Whitespace changes, comment clarification. No functional changes. | Bill Wendling | 2009-12-14 | 1 | -3/+3 |
* | Moved spill weight calculation out of SimpleRegisterCoalescing and into its o... | Lang Hames | 2009-12-14 | 6 | -114/+160 |
* | Fix weird typo which leads to unallocated memory access for nodes with 4 resu... | Anton Korobeynikov | 2009-12-13 | 1 | -1/+1 |
* | Delete an unnecessary line. The VTSDNode on a SIGN_EXTEND_REG is never | Dan Gohman | 2009-12-11 | 1 | -1/+0 |
* | Don't try to move a MBB into the fall-through position if it's a landing pad or | Bill Wendling | 2009-12-11 | 2 | -29/+26 |
* | Construct CompileUnits lazily. | Devang Patel | 2009-12-11 | 2 | -10/+12 |
* | Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG. | Dan Gohman | 2009-12-11 | 7 | -32/+84 |
* | Fix the result type of SELECT nodes lowered from Select instructions with | Dan Gohman | 2009-12-11 | 1 | -1/+1 |
* | Honour setHasCalls() set from isel. | Anton Korobeynikov | 2009-12-11 | 1 | -2/+2 |
* | Revert part of r91101 which was causing an infinite loop in the self-hosting | Bill Wendling | 2009-12-11 | 1 | -3/+8 |
* | Coalesce insert_subreg undef, x first to avoid phase ordering issue. | Evan Cheng | 2009-12-11 | 2 | -5/+20 |