summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix test so it passes.Christopher Lamb2007-08-10
* Increase efficiency of sign_extend_inreg by using subregisters for truncation...Christopher Lamb2007-08-10
* Add 2-addr to 3-addr promotion code that allows 32-bit LEA to be used via sub...Christopher Lamb2007-08-10
* Add a test script for counting lines. This can be used instead of theDan Gohman2007-08-10
* Fix EXTRACT_ELEMENT, EXTRACT_SUBVECTOR, and EXTRACT_VECTOR_ELT toDan Gohman2007-08-10
* when we see a unaligned load from an insufficiently aligned global orChris Lattner2007-08-09
* Add reference to problem report.Nick Lewycky2007-08-07
* Fix PR1577, a crash on invalid bug.Chris Lattner2007-08-06
* This resolves a regression of BasicAA which failed to find any memory informa...Chandler Carruth2007-08-06
* It's safe to fold not of fcmp.Nick Lewycky2007-08-06
* Fix the dates on these tests. It's not September yet. Thanks Reid!Nick Lewycky2007-08-06
* Let scalar-evolution analyze loops with an unsigned comparison for the exitNick Lewycky2007-08-06
* Don't assume it's safe to transform a loop just because it's dominated by anyNick Lewycky2007-08-06
* update for new domtree dump formatChris Lattner2007-08-06
* allow this to pass on ppc hosts.Chris Lattner2007-08-05
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-04
* Long double, part 1 of N. Support in IR.Dale Johannesen2007-08-03
* Fix the alignment requirements of several unpck and shuf instructions.Dan Gohman2007-08-02
* I don't have time to restore this functionality right now.Chris Lattner2007-08-02
* Reduced testcase for PR1594Chris Lattner2007-08-02
* Update dominator info for the middle blocks created while splitingDevang Patel2007-08-02
* Mark the SSE and MMX load instructions thatDan Gohman2007-08-02
* Enhance instcombine to be more aggressive about folding casts ofChris Lattner2007-08-02
* Fix test.Evan Cheng2007-08-02
* Fix PR1575 and test/Transforms/CondProp/2007-08-01-InvalidRead.llChris Lattner2007-08-02
* Teach BasicAA about noalias parameter attributes, but do it correctly this time.Christopher Lamb2007-08-02
* Make sure these tests pass for the right reasons (verifier error, rather thanReid Spencer2007-08-01
* Update dominator info for the middle blocks created while splitingDevang Patel2007-08-01
* New test. Bogus implicit-def prevented a copy from being coalesced.Evan Cheng2007-08-01
* Add a test for the load/store alignment.Lauro Ramos Venancio2007-08-01
* Expand unaligned loads/stores when the target doesn't support them. (PR1548)Lauro Ramos Venancio2007-08-01
* Clean up C++ restrict test cases and add a test for restrict qualified methods.Christopher Lamb2007-08-01
* these tests aren't xfailed.Chris Lattner2007-08-01
* we're now handling this right :)Chris Lattner2007-08-01
* Forgot to update these files for the FastDSE changes.Owen Anderson2007-08-01
* Rename FastDSE to just DSE.Owen Anderson2007-08-01
* Requires SSE2.Evan Cheng2007-08-01
* Fix a failure I accidentally caused in my last commit by mishandling the Owen Anderson2007-07-31
* Fix a bug in GetKnownAlignment of packed structs.Lauro Ramos Venancio2007-07-31
* Change the x86 assembly output to use tab characters to separate theDan Gohman2007-07-31
* Fix a misoptimization in aha.Owen Anderson2007-07-31
* new testcaseChris Lattner2007-07-31
* Revert overly aggressive interpretation of noaliasChristopher Lamb2007-07-31
* Bunch of tests to check loop passes.Devang Patel2007-07-31
* Redo and generalize previously removed opt for pinsrw: (vextract (v4i32 bc (v...Evan Cheng2007-07-31
* Teach BasicAA about noalias function parameters. Passes all of DejaGNU and te...Christopher Lamb2007-07-31
* Un-XFAIL these tests after r40622 fixed them.Christopher Lamb2007-07-31
* For PR1553:Reid Spencer2007-07-31
* Fix a bug in getCopyFromParts turned up in the testcase for PR1132.Dan Gohman2007-07-30
* Fix a bug caused by indiscriminantly asking for the dominators of a predecessor.Owen Anderson2007-07-30