1. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  2. 8c78a0b Drop 'const' by Devang Patel · 18 years ago
  3. e95c6ad Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
  4. 09f162c Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
  5. c2d3d31 eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 19 years ago
  6. 02e0b4d Force anything that #includes llvm/Transforms/Utils/UnifyFunctionExitNodes.h by Chris Lattner · 19 years ago
  7. 4fe87d6 Patch to make some xforms preserve each other. Patch contributed by by Chris Lattner · 19 years ago
  8. b1c9317 Remove trailing whitespace by Misha Brukman · 21 years ago
  9. 98e5414 Add support for unreachable by Chris Lattner · 21 years ago
  10. fd7a2d4 Merge i*.h headers into Instructions.h as part of bug403. by Alkis Evlogimenos · 21 years ago
  11. 9e84b50 Use one destination constructor for the unconditional branch. by Alkis Evlogimenos · 21 years ago
  12. a296000 Minor cleanups and simplifications by Chris Lattner · 22 years ago
  13. 2af5172 Start using the nicer terminator auto-insertion API by Chris Lattner · 22 years ago
  14. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  15. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  16. f941396 Expand the pass to unify all of the unwind blocks as well by Chris Lattner · 22 years ago
  17. 8d0a71a Remove using declarations by Chris Lattner · 22 years ago
  18. 07f7e5d * We now preserve the no-critical-edge pass (because we cannot insert critical edges) by Chris Lattner · 23 years ago
  19. 674c9ff Fix bug I introduced with one of my previous changes. by Chris Lattner · 23 years ago
  20. 3d7720a Fix bugs in previous checkins by Chris Lattner · 23 years ago
  21. db3f9bc Fix minor problems in previous checkin by Chris Lattner · 23 years ago
  22. f80f7b0 Clean up code due to auto-insert constructors by Chris Lattner · 23 years ago
  23. 1a386b6 - Do not expose ::ID from any of the analyses anymore. by Chris Lattner · 23 years ago
  24. 96a0dfa by Chris Lattner · 23 years ago
  25. a2c0985 * Add support for different "PassType's" by Chris Lattner · 23 years ago
  26. b28b680 *** empty log message *** by Chris Lattner · 23 years ago
  27. fda72b1 *** empty log message *** by Chris Lattner · 23 years ago
  28. bbcb891 Give the unified exit node a name by Chris Lattner · 23 years ago
  29. 15435fd Move UnifyFunctionExitNodes to Utils library: final resting place this time by Chris Lattner · 23 years ago
  30. 64d1334 Cleanup implementation a bit by Chris Lattner · 23 years ago
  31. 7608a46 Updates to move some header files out of include/llvm/Transforms into by Chris Lattner · 23 years ago
  32. f998685 s/Method/Function by Chris Lattner · 23 years ago
  33. 62b7fd1 Change references to the Method class to be references to the Function by Chris Lattner · 24 years ago
  34. 86595ae General cleanup by Chris Lattner · 24 years ago
  35. f9f2896 Eliminate SimplifyCFG.h file, pull everything into the UnifyMethodExitNodes class by Chris Lattner · 24 years ago
  36. ccf571a Convert analyses to new pass structure by Chris Lattner · 24 years ago
  37. 7f74a56 Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  38. fb5ae02 Split the PHINode class out from the iOther.h file into the iPHINode.h file by Chris Lattner · 24 years ago
  39. b1ca9cb Broad superficial changes: by Chris Lattner · 24 years ago
  40. 29aae15 Add method to unify all exit nodes of a method by Chris Lattner · 24 years ago