1. 1997473 Drop 'const' by Devang Patel · 17 years ago
  2. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  3. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  4. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  5. 191b0ba Force anything that #includes llvm/Transforms/Utils/UnifyFunctionExitNodes.h by Chris Lattner · 18 years ago
  6. 8d89e7b Patch to make some xforms preserve each other. Patch contributed by by Chris Lattner · 18 years ago
  7. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  8. ec7c1ab Add support for unreachable by Chris Lattner · 20 years ago
  9. eb62bc7 Merge i*.h headers into Instructions.h as part of bug403. by Alkis Evlogimenos · 20 years ago
  10. 99c58f4 Use one destination constructor for the unconditional branch. by Alkis Evlogimenos · 20 years ago
  11. 108e4ab Minor cleanups and simplifications by Chris Lattner · 21 years ago
  12. f8485c6 Start using the nicer terminator auto-insertion API by Chris Lattner · 21 years ago
  13. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  14. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  15. f46057be Expand the pass to unify all of the unwind blocks as well by Chris Lattner · 21 years ago
  16. de579f1 Remove using declarations by Chris Lattner · 21 years ago
  17. 6c0e049 * We now preserve the no-critical-edge pass (because we cannot insert critical edges) by Chris Lattner · 21 years ago
  18. 1a7db9b Fix bug I introduced with one of my previous changes. by Chris Lattner · 22 years ago
  19. 8606d99 Fix bugs in previous checkins by Chris Lattner · 22 years ago
  20. 228b14b Fix minor problems in previous checkin by Chris Lattner · 22 years ago
  21. f2d2d0b Clean up code due to auto-insert constructors by Chris Lattner · 22 years ago
  22. 546b027 - Do not expose ::ID from any of the analyses anymore. by Chris Lattner · 22 years ago
  23. 97f51a3 by Chris Lattner · 22 years ago
  24. 1e43516 * Add support for different "PassType's" by Chris Lattner · 22 years ago
  25. f629309 *** empty log message *** by Chris Lattner · 22 years ago
  26. 1896150 *** empty log message *** by Chris Lattner · 22 years ago
  27. 8ca21c2 Give the unified exit node a name by Chris Lattner · 22 years ago
  28. fc514f4 Move UnifyFunctionExitNodes to Utils library: final resting place this time by Chris Lattner · 22 years ago
  29. b444a1f Cleanup implementation a bit by Chris Lattner · 22 years ago
  30. c8cc4cb Updates to move some header files out of include/llvm/Transforms into by Chris Lattner · 22 years ago
  31. 483e14e s/Method/Function by Chris Lattner · 22 years ago
  32. 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 22 years ago
  33. 417cf7e General cleanup by Chris Lattner · 23 years ago
  34. 2180153 Eliminate SimplifyCFG.h file, pull everything into the UnifyMethodExitNodes class by Chris Lattner · 23 years ago
  35. 93193f8 Convert analyses to new pass structure by Chris Lattner · 23 years ago
  36. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  37. 7061dc5 Split the PHINode class out from the iOther.h file into the iPHINode.h file by Chris Lattner · 23 years ago
  38. a41f50d Broad superficial changes: by Chris Lattner · 23 years ago
  39. 63a0b2a Add method to unify all exit nodes of a method by Chris Lattner · 23 years ago