aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-311-1/+1
* Fix a misoptimization in aha.Owen Anderson2007-07-311-0/+313
* Bunch of tests to check loop passes.Devang Patel2007-07-318-21/+191
* Fix a bug caused by indiscriminantly asking for the dominators of a predecessor.Owen Anderson2007-07-301-0/+274
* 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
* 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
* 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
* 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
* This xform isn't safe, removing it.Chris Lattner2007-07-211-10/+0
* Optimize alignment of loads and stores.Dan Gohman2007-07-201-0/+66
* For PR1553:Reid Spencer2007-07-193-4/+4
* New test.Devang Patel2007-07-181-0/+66
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-18777-0/+31285