summaryrefslogtreecommitdiff
path: root/test/Transforms/GVN/rle-phi-translate.ll
Commit message (Expand)AuthorAge
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* fix an overly conservative caching issue that caused memdep toChris Lattner2009-12-19
* fix inconsistent use of tabsChris Lattner2009-12-19
* Fix phi translation in load PRE to agree with the phi Chris Lattner2009-11-27
* redisable this, my bootstrap worked because it wasn't an optimized build, who...Chris Lattner2009-11-27
* try again.Chris Lattner2009-11-27
* this is causing buildbot failures, disable for now.Chris Lattner2009-11-27
* teach phi translation of GEPs to simplify geps like 'gep x, 0'.Chris Lattner2009-11-27
* teach memdep to do trivial PHI translation of GEPs. More toChris Lattner2009-11-27
* Teach memdep to phi translate bitcasts. This allows us to compileChris Lattner2009-11-26
* convert to filecheckChris Lattner2009-11-26
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* make GVN try to rename inputs to the resultant replaced values, whichChris Lattner2008-12-15
* Implement initial support for PHI translation in memdep. This means thatChris Lattner2008-12-15