1. 7acd1cc Fix compilation of mesa, which I broke earlier today by Chris Lattner · 21 years ago
  2. 4bebf08 Do not copy gigantic switch instructions by Chris Lattner · 21 years ago
  3. 542f149 Implement switch->br and br->switch folding by ripping out the switch->switch by Chris Lattner · 21 years ago
  4. f2dbf50e turn things like: if (X == 0 || X == 2) by Chris Lattner · 21 years ago
  5. 8e509dd If a block is made dead, make sure to promptly remove it. by Chris Lattner · 21 years ago
  6. d52c261 Implement SimplifyCFG/switch_switch_fold.ll by Chris Lattner · 21 years ago
  7. e14ea08 Rearrange code a bit by Chris Lattner · 21 years ago
  8. 0d56008 Implement: test/Regression/Transforms/SimplifyCFG/switch_create.ll by Chris Lattner · 21 years ago
  9. 19831ec Implement test/Regression/Transforms/SimplifyCFG/UncondBranchToReturn.ll, by Chris Lattner · 21 years ago
  10. 723c66d Implement SimplifyCFG/PhiEliminate.ll by Chris Lattner · 21 years ago
  11. 2355f94 The hasConstantReferences predicate always returns false. by Chris Lattner · 21 years ago
  12. aeb2a1d rename the "exceptional" destination of an invoke instruction to the 'unwind' dest by Chris Lattner · 21 years ago
  13. f7703df Finegrainify namespacification by Chris Lattner · 21 years ago
  14. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  15. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  16. cf00c4a Fix spelling. by Misha Brukman · 21 years ago
  17. ee5457c Eliminate support for the llvm.unwind intrinisic, using the Unwind instruction instead by Chris Lattner · 21 years ago
  18. dc3602b Implement SimplifyCFG/InvokeEliminate.ll by Chris Lattner · 21 years ago
  19. 694e37f Fix bug: SimplifyCFG/2003-08-17-BranchFoldOrdering.ll by Chris Lattner · 21 years ago
  20. 122558b Fix bug: SimplifyCFG/2003-08-05-InvokeCrash.ll by Chris Lattner · 21 years ago
  21. e408e25 Remove unnecesary &*'s by Chris Lattner · 21 years ago
  22. 3a43837 Fix bug: SimplifyCFG/2003-03-07-DominateProblem.ll by Chris Lattner · 22 years ago
  23. 46a5f1f Implement CFGSimplify/PhiBlockMerge*.ll by Chris Lattner · 22 years ago
  24. e2ca540 Implement testcase CFGSimplify/EqualPHIEdgeBlockMerge.ll by Chris Lattner · 22 years ago
  25. a3bbcb5 Fix spelling of `propagate'. by Misha Brukman · 22 years ago
  26. bb190ac by Chris Lattner · 22 years ago
  27. 929b2c6 Fix bug: SimplifyCFG/2002-09-24-PHIAssertion.ll by Chris Lattner · 22 years ago
  28. 3abb95d Minor cleanups by Chris Lattner · 22 years ago
  29. 91b65c0 Allow folding of basic blocks that have PHI nodes in them, fixing "bug": by Chris Lattner · 22 years ago
  30. 1896150 *** empty log message *** by Chris Lattner · 22 years ago
  31. 01d1ee3 Add implementation of SimplifyCFG by Chris Lattner · 22 years ago