| Commit message (Expand) | Author | Age | Files | Lines |
* | move a few more symbols to .rodata | Nuno Lopes | 2009-12-23 | 1 | -1/+1 |
* | Use more sensible type for flags in asms. PR 5570. | Dale Johannesen | 2009-12-23 | 2 | -5/+2 |
* | Update objectsize intrinsic and associated dependencies. Fix | Eric Christopher | 2009-12-23 | 1 | -1/+1 |
* | Remove superfluous SDNode ordering. | Bill Wendling | 2009-12-23 | 1 | -48/+16 |
* | Remove node ordering from inline asm nodes. It's not needed. | Bill Wendling | 2009-12-23 | 1 | -16/+0 |
* | Remove node ordering from VA nodes. It's not needed. | Bill Wendling | 2009-12-23 | 1 | -25/+14 |
* | Revert r91949 r91942 and r91936. | Bill Wendling | 2009-12-23 | 1 | -407/+119 |
* | Finish up node ordering in ExpandNode. | Bill Wendling | 2009-12-23 | 1 | -45/+113 |
* | Add coalescer asserts. | Jakob Stoklund Olesen | 2009-12-22 | 1 | -4/+6 |
* | Assign ordering to nodes created in ExpandNode. Only roughly 1/2 of the function | Bill Wendling | 2009-12-22 | 1 | -84/+237 |
* | Assign ordering to SDNodes in PromoteNode. Also fixing a subtle bug where BSWAP | Bill Wendling | 2009-12-22 | 2 | -15/+83 |
* | Remove minimal CFG sanity checks from verifier. | Jakob Stoklund Olesen | 2009-12-22 | 1 | -18/+0 |
* | Allow explicit %reg0 operands beyond what the .td file describes. | Jakob Stoklund Olesen | 2009-12-22 | 1 | -1/+2 |
* | Allow 0 as an order number. Don't assign an order to formal arguments. | Bill Wendling | 2009-12-22 | 2 | -21/+11 |
* | Report an error for bad inline assembly, where the value passed for an | Bob Wilson | 2009-12-22 | 1 | -2/+6 |
* | Add more plumbing. This time in the LowerArguments and "get" functions which | Bill Wendling | 2009-12-22 | 5 | -49/+147 |
* | Add SDNode ordering to inlined asm and VA functions. | Bill Wendling | 2009-12-22 | 1 | -28/+78 |
* | Adding more assignment of ordering to SDNodes. This time in the "call" and | Bill Wendling | 2009-12-22 | 1 | -32/+66 |
* | Add ordering of SDNodes to LowerCallTo. | Bill Wendling | 2009-12-22 | 1 | -19/+44 |
* | Now add ordering to SDNodes created by the massive intrinsic lowering function. | Bill Wendling | 2009-12-22 | 1 | -100/+183 |
* | To make things interesting, I added MORE code to set the ordering of | Bill Wendling | 2009-12-22 | 1 | -32/+387 |
* | Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint. | Lang Hames | 2009-12-22 | 6 | -33/+28 |
* | Add more plumbing to assign ordering to SDNodes. Have the "getValue" method | Bill Wendling | 2009-12-21 | 1 | -59/+133 |
* | More ordering plumbing. This time for GEP. I need to remember to assign | Bill Wendling | 2009-12-21 | 1 | -4/+32 |
* | Another incremental check-in for assigning ordering to SDNodes. This time for | Bill Wendling | 2009-12-21 | 1 | -25/+75 |
* | Assign ordering to more instructions. Incremental check-in. | Bill Wendling | 2009-12-21 | 1 | -57/+156 |
* | - Add a bit more plumbing assigning an order to SDNodes. | Bill Wendling | 2009-12-21 | 2 | -9/+32 |
* | First wave of plumbing for assigning an ordering to SDNodes. This takes care of | Bill Wendling | 2009-12-21 | 1 | -28/+43 |
* | 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 |