1. 9fed3c2 add a testcase for by Chris Lattner · 15 years ago
  2. 0c264b1 reenable load address insertion in load pre. This allows us to by Chris Lattner · 15 years ago
  3. 971fd57 disable value insertion for now, I need to figure out how by Chris Lattner · 15 years ago
  4. 11c6bab add support for recursive phi translation and phi by Chris Lattner · 15 years ago
  5. 9a5c22c add two simple test cases we now optimize (to one load in the loop each) and one we don't (corresponding to the fixme I added yesterday). by Chris Lattner · 15 years ago
  6. 616613d teach GVN's load PRE to insert computations of the address in predecessors by Chris Lattner · 15 years ago
  7. d280d85 add some tests for memdep phi translation + PRE. by Chris Lattner · 15 years ago
  8. 8dca876 filecheckize by Chris Lattner · 15 years ago
  9. 9b15d60 rename test. by Chris Lattner · 15 years ago[Renamed from test/Transforms/GVN/lpre-basic.ll]
  10. f2f6ce6 Change tests from "opt %s" to "opt < %s" so that opt doesn't see the by Dan Gohman · 15 years ago
  11. 3e054fe Use opt -S instead of piping bitcode output through llvm-dis. by Dan Gohman · 15 years ago
  12. b1e1e82 Change these tests to feed the assembly files to opt directly, instead by Dan Gohman · 15 years ago
  13. 4f118f0 rename some tests to be more uniform in naming convention. by Chris Lattner · 16 years ago[Renamed from test/Transforms/GVN/pre-load.ll]
  14. 7f7c736 Fix test/Transforms/GVN/pre-load.ll by Chris Lattner · 16 years ago
  15. c89c6a9 Implement PRE of loads in the GVN pass with a pretty cheap and by Chris Lattner · 16 years ago