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