aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/GVN
Commit message (Expand)AuthorAgeFilesLines
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-155-5/+5
* Fix a failure I accidentally caused in my last commit by mishandling the Owen Anderson2007-07-311-0/+22
* Fix a misoptimization in aha.Owen Anderson2007-07-311-0/+313
* 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