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. 5d8925c Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. by Chris Lattner · 18 years ago
  5. 318c149 Make interval partition print correctly, patch contributed by Vladimir Prus! by Chris Lattner · 19 years ago
  6. dedf2bd Convert tabs to spaces by Misha Brukman · 19 years ago
  7. 2b37d7c Remove trailing whitespace by Misha Brukman · 19 years ago
  8. 13d0108 Remove use of bind_obj, deleter, and finegrainify namespacification. by Chris Lattner · 19 years ago
  9. ce9653c For PR387:\ by Reid Spencer · 20 years ago
  10. 20aa474 Fixes to make LLVM compile with vc7.1. by Alkis Evlogimenos · 20 years ago
  11. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  12. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  13. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  14. cf3056d Regularize header file comments by Chris Lattner · 21 years ago
  15. a3bbcb5 Fix spelling of `propagate'. by Misha Brukman · 22 years ago
  16. 546b027 - Do not expose ::ID from any of the analyses anymore. by Chris Lattner · 22 years ago
  17. 3896948 *** empty log message *** by Chris Lattner · 22 years ago
  18. 1b0a63f *** empty log message *** by Chris Lattner · 22 years ago
  19. 17689df Declare that these passes only depend on the CFG of the function by Chris Lattner · 22 years ago
  20. a59cbb2 * Standardize how analysis results/passes as printed with the print() virtual by Chris Lattner · 22 years ago
  21. 1e43516 * Add support for different "PassType's" by Chris Lattner · 22 years ago
  22. 7e70829 MEGAPATCH checkin. by Chris Lattner · 22 years ago
  23. 07a228d Mark analyses that only depend on the CFG of a function by Chris Lattner · 22 years ago
  24. 1b7f7dc Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes by Chris Lattner · 22 years ago
  25. f57b845 * Rename MethodPass class to FunctionPass by Chris Lattner · 22 years ago
  26. 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 22 years ago
  27. 93193f8 Convert analyses to new pass structure by Chris Lattner · 23 years ago
  28. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  29. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 23 years ago
  30. 57dbb3a Moved inline/llvm/Tools/* to include/llvm/Support/* by Chris Lattner · 23 years ago
  31. e685023 IntervalPartition was changed to inherit from vector<Interval*> instead of by Chris Lattner · 23 years ago
  32. bd4996a Moved deleter to include/llvm/Tools/STLExtras.h by Chris Lattner · 23 years ago
  33. 7fc9fe3 Miscellaneous cleanups: by Chris Lattner · 23 years ago
  34. 23e3662 IntervalPartition: recode to use IntervalIterator to do all the work by Chris Lattner · 23 years ago
  35. 2d676c9 New file due to the Intervals.h splitup by Chris Lattner · 23 years ago