aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a bug that was causing GVN to crash on 252.eon.Owen Anderson2007-07-251-0/+29
* Add basic support for performing whole-function RLE.Owen Anderson2007-07-253-0/+58
* Moving regression test to reflect move in source and headers to Bitcode.Chandler Carruth2007-07-253-0/+0
* Use movaps to load a v4f32 build_vector of all-constant values into aDan Gohman2007-07-241-0/+5
* Add a GVN pass, using the value numbering code I developed for GVNPRE and theOwen Anderson2007-07-243-0/+26
* Unreachable block is not a root node in post dominator tree.Devang Patel2007-07-241-0/+13
* Rename a lot of things to change FastDLE to RedundantLoadElimination.Owen Anderson2007-07-243-2/+2
* Fix for PR1567, which involves a weird bug on non-32bit architectures and sil...Chandler Carruth2007-07-231-1/+1
* Add testcases for FastDLE.Owen Anderson2007-07-233-0/+17
* Move these tests to use FastDSE instead of old DSE.Owen Anderson2007-07-239-9/+9
* Delete the svn:executable property on these files, which aren't executable.Dan Gohman2007-07-233-0/+0
* The Ada f-e produces various auxiliary output filesDuncan Sands2007-07-236-15/+15
* For multipart tests, place the parts with noDuncan Sands2007-07-2320-16/+16
* Remove -O1 in favour of making llvm-gcc-4.2 a bitDuncan Sands2007-07-221-2/+1
* This xform isn't safe, removing it.Chris Lattner2007-07-211-10/+0
* Need -O1 or better to have these builtins lowered toDuncan Sands2007-07-201-1/+2
* Optimize alignment of loads and stores.Dan Gohman2007-07-201-0/+66
* Update these regression tests to accomodate X86InstrSSE.td now using movups/m...Dan Gohman2007-07-206-6/+6
* New test.Evan Cheng2007-07-201-0/+42
* New test.Evan Cheng2007-07-191-0/+24
* Try fixing it again.Evan Cheng2007-07-191-1/+1
* For PR1553:Reid Spencer2007-07-1925-111/+120
* Don't need the "&&" to glue lines together.Bill Wendling2007-07-191-1/+1
* Fix this test. We produce pretty cruddy code for thisDuncan Sands2007-07-191-1/+1
* Testcase for PR1549Bill Wendling2007-07-191-0/+15
* New test.Devang Patel2007-07-181-0/+66
* New test.Evan Cheng2007-07-181-0/+11
* Implement initial memory alignment awareness for SSE instructions. Vector loadsDan Gohman2007-07-1811-0/+112
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+9
* Fix this test to not rely on the path but to use theReid Spencer2007-07-181-1/+1
* Fix test.Evan Cheng2007-07-171-2/+1
* Don't use * in XFAIL line unless you want it to XFAIL on everything. I don't ...Tanya Lattner2007-07-173-3/+3
* XFAIL these on sparc-solarisGabor Greif2007-07-173-2/+8
* Use push / pop for prologues and epilogues.Evan Cheng2007-07-174-4/+5
* For PR1558:Reid Spencer2007-07-177-0/+0
* Remove insignificant test no longer needed.Reid Spencer2007-07-161-6/+0
* Remove the trailing semicolon from function declarations in LLVM,Dan Gohman2007-07-162-2/+2
* rename function to avoid llvm-upgrade warningChris Lattner2007-07-161-1/+1
* Handle decrementing loops properly. Fixes PR1533.Nick Lewycky2007-07-161-0/+20