| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some significant problems with constant pools that resulted in unnecessar... | Evan Cheng | 2009-03-13 | 19 | -134/+181 |
* | Unbreak build. | Evan Cheng | 2009-03-13 | 1 | -0/+1 |
* | split buffer management and diagnostic printing out of the tblgen | Chris Lattner | 2009-03-13 | 6 | -70/+228 |
* | Convert VirtRegMap to a MachineFunctionPass. | Owen Anderson | 2009-03-13 | 4 | -28/+63 |
* | generalize the previous code to use the full generality of LEA | Chris Lattner | 2009-03-13 | 2 | -13/+121 |
* | optimize the case of cond ? 42 : 41 and friends. This compiles the | Chris Lattner | 2009-03-13 | 2 | -0/+41 |
* | Oops...I committed too much. | Bill Wendling | 2009-03-13 | 14 | -254/+233 |
* | Temporarily XFAIL this test. | Bill Wendling | 2009-03-13 | 15 | -233/+256 |
* | Enhance address-mode folding of ISD::ADD to handle cases where the | Dan Gohman | 2009-03-13 | 2 | -0/+38 |
* | Fix one more place where debug info affected | Dale Johannesen | 2009-03-13 | 1 | -2/+5 |
* | just initialize the first element, we don't need to set the rest to zeros. | Chris Lattner | 2009-03-13 | 1 | -3/+3 |
* | Eliminate a 9640 byte static mutable initialized data item by moving it | Chris Lattner | 2009-03-13 | 1 | -2/+2 |
* | static functions don't need an anonymous namespace. | Chris Lattner | 2009-03-12 | 1 | -373/+371 |
* | Fix a typo in a comment. | Dan Gohman | 2009-03-12 | 1 | -1/+1 |
* | Previous debug info fix to this code wasn't quite | Dale Johannesen | 2009-03-12 | 1 | -5/+4 |
* | cosmetic change, in preparation of future change | Gabor Greif | 2009-03-12 | 1 | -3/+3 |
* | Add this test back. | Evan Cheng | 2009-03-12 | 1 | -0/+11 |
* | raw_ostream: unbuffered streams weren't being immediately flushed on | Daniel Dunbar | 2009-03-12 | 1 | -0/+6 |
* | Revert commit 66140 since it caused several failures | Duncan Sands | 2009-03-12 | 2 | -6/+1 |
* | Darwin 10.4.x: "-rpath" is unnecessary when linking shared libraries. | Scott Michel | 2009-03-12 | 1 | -19/+23 |
* | There already was a class to force deterministic | Dale Johannesen | 2009-03-12 | 1 | -23/+14 |
* | Fix an inconsistent use of LLVMGCCDIR. In all other cases, this directory | Bob Wilson | 2009-03-12 | 1 | -1/+1 |
* | Rearrange operands of the BranchInst, to be able to | Gabor Greif | 2009-03-12 | 6 | -51/+125 |
* | Re-apply 66024 with fixes: 1. Fixed indirect call to immediate address assemb... | Evan Cheng | 2009-03-12 | 4 | -6/+16 |
* | Another missing check for debug intrinsics. | Dale Johannesen | 2009-03-12 | 1 | -1/+1 |
* | Fully initialize all ivars, fixing PR3790, patch by Edwin Torok! | Chris Lattner | 2009-03-12 | 1 | -1/+1 |
* | Typo. | Evan Cheng | 2009-03-12 | 1 | -1/+1 |
* | Fix test after Chris' select changes. | Evan Cheng | 2009-03-12 | 1 | -3/+3 |
* | Adjust this test for recent sroa improvements. | Duncan Sands | 2009-03-12 | 1 | -1/+1 |
* | add some text to explain sentinels | Gabor Greif | 2009-03-12 | 1 | -0/+39 |
* | minor tweaks | Gabor Greif | 2009-03-12 | 1 | -11/+12 |
* | Reorganize some #include's. | Owen Anderson | 2009-03-12 | 2 | -5/+4 |
* | Move 3 "(add (select cc, 0, c), x) -> (select cc, x, (add, x, c))" | Chris Lattner | 2009-03-12 | 6 | -105/+213 |
* | improve comment. | Chris Lattner | 2009-03-12 | 1 | -4/+4 |
* | Enable Chris' value propagation change. It make available known sign, zero, o... | Evan Cheng | 2009-03-12 | 1 | -3/+1 |
* | On x86, if the only use of a i64 load is a i64 store, generate a pair of doub... | Evan Cheng | 2009-03-12 | 3 | -51/+83 |
* | add no-unwind, remove duplicate run line. | Chris Lattner | 2009-03-12 | 1 | -3/+2 |
* | add nounwinds | Chris Lattner | 2009-03-12 | 1 | -2/+2 |
* | Revert r66765 and r66766. These were causing build failures on Darwin. | Bill Wendling | 2009-03-12 | 4 | -150/+39 |
* | Regenerate. | Nick Lewycky | 2009-03-12 | 1 | -32/+121 |
* | Set ARCH to x86 on mixed 32/64-bit Linux systems. | Nick Lewycky | 2009-03-12 | 3 | -7/+29 |
* | Forgot to check-in this as part of 7761. | Sanjiv Gupta | 2009-03-12 | 1 | -3/+2 |
* | Banksel optimization is now based on the section names of symbols, since the ... | Sanjiv Gupta | 2009-03-12 | 1 | -44/+52 |
* | Allow for switch values bigger than 64 bits. | Dale Johannesen | 2009-03-12 | 1 | -1/+1 |
* | Add StringMap::lookup. | Daniel Dunbar | 2009-03-12 | 1 | -0/+21 |
* | Fix some nondeterministic behavior when forwarding | Dale Johannesen | 2009-03-12 | 1 | -3/+13 |
* | Also pass -gcc-tool-args when building a shared object. | Evan Cheng | 2009-03-12 | 1 | -2/+5 |
* | Revert r66024. The JIT encoding for CALLpcrel32 is wrong -- see PR3773, and the | Dan Gohman | 2009-03-11 | 4 | -18/+4 |
* | update | Gabor Greif | 2009-03-11 | 1 | -0/+1 |
* | optimize i8 and i16 tls values. | Rafael Espindola | 2009-03-11 | 3 | -0/+38 |