aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-048-73/+103
* Long double, part 1 of N. Support in IR.Dale Johannesen2007-08-033-0/+76
* Fix the alignment requirements of several unpck and shuf instructions.Dan Gohman2007-08-021-0/+50
* I don't have time to restore this functionality right now.Chris Lattner2007-08-021-0/+1
* Reduced testcase for PR1594Chris Lattner2007-08-021-0/+10
* Update dominator info for the middle blocks created while splitingDevang Patel2007-08-021-0/+55
* Mark the SSE and MMX load instructions thatDan Gohman2007-08-021-0/+10
* Enhance instcombine to be more aggressive about folding casts ofChris Lattner2007-08-021-0/+12
* Fix test.Evan Cheng2007-08-021-1/+1
* Fix PR1575 and test/Transforms/CondProp/2007-08-01-InvalidRead.llChris Lattner2007-08-021-0/+814
* Teach BasicAA about noalias parameter attributes, but do it correctly this time.Christopher Lamb2007-08-022-0/+27
* Make sure these tests pass for the right reasons (verifier error, rather thanReid Spencer2007-08-012-6/+6
* Update dominator info for the middle blocks created while splitingDevang Patel2007-08-011-0/+30
* New test. Bogus implicit-def prevented a copy from being coalesced.Evan Cheng2007-08-011-0/+8
* Add a test for the load/store alignment.Lauro Ramos Venancio2007-08-011-0/+17
* Expand unaligned loads/stores when the target doesn't support them. (PR1548)Lauro Ramos Venancio2007-08-011-0/+16
* Clean up C++ restrict test cases and add a test for restrict qualified methods.Christopher Lamb2007-08-011-0/+13
* these tests aren't xfailed.Chris Lattner2007-08-012-2/+0
* we're now handling this right :)Chris Lattner2007-08-011-0/+12
* Forgot to update these files for the FastDSE changes.Owen Anderson2007-08-014-4/+4
* Rename FastDSE to just DSE.Owen Anderson2007-08-015-5/+5
* Requires SSE2.Evan Cheng2007-08-011-2/+2
* Fix a failure I accidentally caused in my last commit by mishandling the Owen Anderson2007-07-311-0/+22
* Fix a bug in GetKnownAlignment of packed structs.Lauro Ramos Venancio2007-07-311-0/+27
* Change the x86 assembly output to use tab characters to separate theDan Gohman2007-07-3130-46/+46
* Fix a misoptimization in aha.Owen Anderson2007-07-311-0/+313
* new testcaseChris Lattner2007-07-311-0/+8
* Revert overly aggressive interpretation of noaliasChristopher Lamb2007-07-311-12/+0
* Bunch of tests to check loop passes.Devang Patel2007-07-319-0/+204
* Redo and generalize previously removed opt for pinsrw: (vextract (v4i32 bc (v...Evan Cheng2007-07-311-0/+16
* Teach BasicAA about noalias function parameters. Passes all of DejaGNU and te...Christopher Lamb2007-07-311-0/+12
* Un-XFAIL these tests after r40622 fixed them.Christopher Lamb2007-07-312-2/+0
* For PR1553:Reid Spencer2007-07-311-0/+12
* Fix a bug in getCopyFromParts turned up in the testcase for PR1132.Dan Gohman2007-07-302-0/+46
* Fix a bug caused by indiscriminantly asking for the dominators of a predecessor.Owen Anderson2007-07-301-0/+274
* New test case.Evan Cheng2007-07-301-0/+8
* Add tests for generating noalias parameter attribute from __restrict qualifie...Christopher Lamb2007-07-293-0/+22
* Be explicit about which level of optimization is being asked for. The -O optionReid Spencer2007-07-291-2/+2
* Make this explictly signed. Fixes PR1571.Nick Lewycky2007-07-281-1/+1
* Re-apply 40504, but with a fix for the segfault it caused in oggenc:Dan Gohman2007-07-272-1/+15
* Reverting 40504 for now. It's breaking oggenc.Evan Cheng2007-07-271-1/+1
* Fix a bug introduced in my last commit.Owen Anderson2007-07-262-1/+17
* Fix a couple more bugs in the phi construction by pulling in code that doesOwen Anderson2007-07-262-0/+58
* Test case for PR1573.Evan Cheng2007-07-261-0/+54
* Fix test.Evan Cheng2007-07-261-2/+2
* Remove X86ISD::LOAD_PACK and X86ISD::LOAD_UA and associated code from theDan Gohman2007-07-261-1/+1
* Fix what is _hopefully_ the last corner case for loops.Owen Anderson2007-07-251-0/+86
* My last commit was not correct for nested loops. Fix it, and add a testcase ...Owen Anderson2007-07-251-0/+38
* Fix an infinite loop on 300.twolf.Owen Anderson2007-07-251-0/+14
* Fix a bug in non-local memdep that was causing an infinite loop on 175.vpr.Owen Anderson2007-07-251-0/+15