aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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