1. 632df28 Fix spelling of `propagate'. by Misha Brukman · 23 years ago
  2. 1a386b6 - Do not expose ::ID from any of the analyses anymore. by Chris Lattner · 23 years ago
  3. 0d92ff0 *** empty log message *** by Chris Lattner · 23 years ago
  4. be4826e *** empty log message *** by Chris Lattner · 23 years ago
  5. 31aa7e7 Declare that these passes only depend on the CFG of the function by Chris Lattner · 23 years ago
  6. 2675007 * Standardize how analysis results/passes as printed with the print() virtual by Chris Lattner · 23 years ago
  7. a2c0985 * Add support for different "PassType's" by Chris Lattner · 23 years ago
  8. 113f4f4 MEGAPATCH checkin. by Chris Lattner · 23 years ago
  9. 86ed92a Mark analyses that only depend on the CFG of a function by Chris Lattner · 24 years ago
  10. 78dd56f Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes by Chris Lattner · 24 years ago
  11. c8e6654 * Rename MethodPass class to FunctionPass by Chris Lattner · 24 years ago
  12. 62b7fd1 Change references to the Method class to be references to the Function by Chris Lattner · 24 years ago
  13. ccf571a Convert analyses to new pass structure by Chris Lattner · 24 years ago
  14. 7f74a56 Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  15. 5de2204 Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  16. e2472bb Moved inline/llvm/Tools/* to include/llvm/Support/* by Chris Lattner · 24 years ago
  17. 81f3ace IntervalPartition was changed to inherit from vector<Interval*> instead of by Chris Lattner · 24 years ago
  18. 0c94a30 Moved deleter to include/llvm/Tools/STLExtras.h by Chris Lattner · 24 years ago
  19. 4cee8d8 Miscellaneous cleanups: by Chris Lattner · 24 years ago
  20. ed59025 IntervalPartition: recode to use IntervalIterator to do all the work by Chris Lattner · 24 years ago
  21. 6010127 New file due to the Intervals.h splitup by Chris Lattner · 24 years ago