| Commit message (Expand) | Author | Age | Files | Lines |
* | Spiller reuse test case. | Evan Cheng | 2007-08-14 | 1 | -0/+102 |
* | Now capable of rematerializing coalesced live intervals. | Evan Cheng | 2007-08-13 | 2 | -0/+236 |
* | When x86 addresses matching exceeds its recursion limit, check to | Dan Gohman | 2007-08-13 | 1 | -0/+47 |
* | Fix PR1607 | Chris Lattner | 2007-08-13 | 1 | -0/+12 |
* | test that the ptr-to-method is succefully eliminated, leaving just the vtable... | Chris Lattner | 2007-08-13 | 1 | -0/+14 |
* | oops, forgot to commit this. | Chris Lattner | 2007-08-12 | 2 | -2/+1 |
* | Transform a load from an undef/zero global into an undef/global even if we | Chris Lattner | 2007-08-11 | 1 | -0/+11 |
* | Fix test so it passes. | Christopher Lamb | 2007-08-10 | 1 | -1/+1 |
* | Increase efficiency of sign_extend_inreg by using subregisters for truncation... | Christopher Lamb | 2007-08-10 | 2 | -2/+12 |
* | Add 2-addr to 3-addr promotion code that allows 32-bit LEA to be used via sub... | Christopher Lamb | 2007-08-10 | 1 | -0/+23 |
* | Add a test script for counting lines. This can be used instead of the | Dan Gohman | 2007-08-10 | 1 | -0/+17 |
* | Fix EXTRACT_ELEMENT, EXTRACT_SUBVECTOR, and EXTRACT_VECTOR_ELT to | Dan Gohman | 2007-08-10 | 1 | -0/+11 |
* | when we see a unaligned load from an insufficiently aligned global or | Chris Lattner | 2007-08-09 | 1 | -0/+14 |
* | Add reference to problem report. | Nick Lewycky | 2007-08-07 | 1 | -0/+1 |
* | Fix PR1577, a crash on invalid bug. | Chris Lattner | 2007-08-06 | 1 | -0/+7 |
* | This resolves a regression of BasicAA which failed to find any memory informa... | Chandler Carruth | 2007-08-06 | 1 | -0/+17 |
* | It's safe to fold not of fcmp. | Nick Lewycky | 2007-08-06 | 1 | -0/+10 |
* | Fix the dates on these tests. It's not September yet. Thanks Reid! | Nick Lewycky | 2007-08-06 | 2 | -0/+0 |
* | Let scalar-evolution analyze loops with an unsigned comparison for the exit | Nick Lewycky | 2007-08-06 | 1 | -0/+29 |
* | Don't assume it's safe to transform a loop just because it's dominated by any | Nick Lewycky | 2007-08-06 | 1 | -0/+18 |
* | update for new domtree dump format | Chris Lattner | 2007-08-06 | 1 | -1/+1 |
* | allow this to pass on ppc hosts. | Chris Lattner | 2007-08-05 | 1 | -1/+1 |
* | This is the patch to provide clean intrinsic function overloading support in ... | Chandler Carruth | 2007-08-04 | 8 | -73/+103 |
* | Long double, part 1 of N. Support in IR. | Dale Johannesen | 2007-08-03 | 3 | -0/+76 |
* | Fix the alignment requirements of several unpck and shuf instructions. | Dan Gohman | 2007-08-02 | 1 | -0/+50 |
* | I don't have time to restore this functionality right now. | Chris Lattner | 2007-08-02 | 1 | -0/+1 |
* | Reduced testcase for PR1594 | Chris Lattner | 2007-08-02 | 1 | -0/+10 |
* | Update dominator info for the middle blocks created while spliting | Devang Patel | 2007-08-02 | 1 | -0/+55 |
* | Mark the SSE and MMX load instructions that | Dan Gohman | 2007-08-02 | 1 | -0/+10 |
* | Enhance instcombine to be more aggressive about folding casts of | Chris Lattner | 2007-08-02 | 1 | -0/+12 |
* | Fix test. | Evan Cheng | 2007-08-02 | 1 | -1/+1 |
* | Fix PR1575 and test/Transforms/CondProp/2007-08-01-InvalidRead.ll | Chris Lattner | 2007-08-02 | 1 | -0/+814 |
* | Teach BasicAA about noalias parameter attributes, but do it correctly this time. | Christopher Lamb | 2007-08-02 | 2 | -0/+27 |
* | Make sure these tests pass for the right reasons (verifier error, rather than | Reid Spencer | 2007-08-01 | 2 | -6/+6 |
* | Update dominator info for the middle blocks created while spliting | Devang Patel | 2007-08-01 | 1 | -0/+30 |
* | New test. Bogus implicit-def prevented a copy from being coalesced. | Evan Cheng | 2007-08-01 | 1 | -0/+8 |
* | Add a test for the load/store alignment. | Lauro Ramos Venancio | 2007-08-01 | 1 | -0/+17 |
* | Expand unaligned loads/stores when the target doesn't support them. (PR1548) | Lauro Ramos Venancio | 2007-08-01 | 1 | -0/+16 |
* | Clean up C++ restrict test cases and add a test for restrict qualified methods. | Christopher Lamb | 2007-08-01 | 1 | -0/+13 |
* | these tests aren't xfailed. | Chris Lattner | 2007-08-01 | 2 | -2/+0 |
* | we're now handling this right :) | Chris Lattner | 2007-08-01 | 1 | -0/+12 |
* | Forgot to update these files for the FastDSE changes. | Owen Anderson | 2007-08-01 | 4 | -4/+4 |
* | Rename FastDSE to just DSE. | Owen Anderson | 2007-08-01 | 5 | -5/+5 |
* | Requires SSE2. | Evan Cheng | 2007-08-01 | 1 | -2/+2 |
* | Fix a failure I accidentally caused in my last commit by mishandling the | Owen Anderson | 2007-07-31 | 1 | -0/+22 |
* | Fix a bug in GetKnownAlignment of packed structs. | Lauro Ramos Venancio | 2007-07-31 | 1 | -0/+27 |
* | Change the x86 assembly output to use tab characters to separate the | Dan Gohman | 2007-07-31 | 30 | -46/+46 |
* | Fix a misoptimization in aha. | Owen Anderson | 2007-07-31 | 1 | -0/+313 |
* | new testcase | Chris Lattner | 2007-07-31 | 1 | -0/+8 |
* | Revert overly aggressive interpretation of noalias | Christopher Lamb | 2007-07-31 | 1 | -12/+0 |