aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/GVN
AgeCommit message (Expand)Author
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-07-31Fix a failure I accidentally caused in my last commit by mishandling the Owen Anderson
2007-07-31Fix a misoptimization in aha.Owen Anderson
2007-07-30Fix a bug caused by indiscriminantly asking for the dominators of a predecessor.Owen Anderson
2007-07-26Fix a bug introduced in my last commit.Owen Anderson
2007-07-26Fix a couple more bugs in the phi construction by pulling in code that doesOwen Anderson
2007-07-25Fix what is _hopefully_ the last corner case for loops.Owen Anderson
2007-07-25My last commit was not correct for nested loops. Fix it, and add a testcase ...Owen Anderson
2007-07-25Fix an infinite loop on 300.twolf.Owen Anderson
2007-07-25Fix a bug in non-local memdep that was causing an infinite loop on 175.vpr.Owen Anderson
2007-07-25Fix a bug that was causing GVN to crash on 252.eon.Owen Anderson
2007-07-25Add basic support for performing whole-function RLE.Owen Anderson
2007-07-24Add a GVN pass, using the value numbering code I developed for GVNPRE and theOwen Anderson