1. 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  2. d13db2c Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). by Owen Anderson · 15 years ago
  3. 45cfe54 Change Pass::print to take a raw ostream instead of std::ostream, by Chris Lattner · 16 years ago
  4. ae73dc1 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  5. db57ef1 rename destroy -> releaseMemory to properly hook into passmgr. by Chris Lattner · 17 years ago
  6. 1e1ef3e Clear the intervals list in "destroy", patch by Prakash Prabhu! by Chris Lattner · 17 years ago
  7. 9d2c9bd fix warning when assertions disabled. by Chris Lattner · 17 years ago
  8. 9f83512 These passes preserve CFG. by Devang Patel · 17 years ago
  9. 4f4c28f Restore isCFGOnly property of various analysis passes. by Devang Patel · 17 years ago
  10. c758209 PassInfo keep tracks whether a pass is an analysis pass or not. by Devang Patel · 17 years ago
  11. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  12. 1997473 Drop 'const' by Devang Patel · 18 years ago
  13. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
  14. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
  15. 5d8925c Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. by Chris Lattner · 19 years ago
  16. 318c149 Make interval partition print correctly, patch contributed by Vladimir Prus! by Chris Lattner · 20 years ago
  17. dedf2bd Convert tabs to spaces by Misha Brukman · 20 years ago
  18. 2b37d7c Remove trailing whitespace by Misha Brukman · 20 years ago
  19. 13d0108 Remove use of bind_obj, deleter, and finegrainify namespacification. by Chris Lattner · 20 years ago
  20. ce9653c For PR387:\ by Reid Spencer · 21 years ago
  21. 20aa474 Fixes to make LLVM compile with vc7.1. by Alkis Evlogimenos · 21 years ago
  22. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  23. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  24. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  25. cf3056d Regularize header file comments by Chris Lattner · 22 years ago
  26. a3bbcb5 Fix spelling of `propagate'. by Misha Brukman · 23 years ago
  27. 546b027 - Do not expose ::ID from any of the analyses anymore. by Chris Lattner · 23 years ago
  28. 3896948 *** empty log message *** by Chris Lattner · 23 years ago
  29. 1b0a63f *** empty log message *** by Chris Lattner · 23 years ago
  30. 17689df Declare that these passes only depend on the CFG of the function by Chris Lattner · 23 years ago
  31. a59cbb2 * Standardize how analysis results/passes as printed with the print() virtual by Chris Lattner · 23 years ago
  32. 1e43516 * Add support for different "PassType's" by Chris Lattner · 23 years ago
  33. 7e70829 MEGAPATCH checkin. by Chris Lattner · 23 years ago
  34. 07a228d Mark analyses that only depend on the CFG of a function by Chris Lattner · 23 years ago
  35. 1b7f7dc Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes by Chris Lattner · 23 years ago
  36. f57b845 * Rename MethodPass class to FunctionPass by Chris Lattner · 23 years ago
  37. 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 23 years ago
  38. 93193f8 Convert analyses to new pass structure by Chris Lattner · 24 years ago
  39. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  40. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  41. 57dbb3a Moved inline/llvm/Tools/* to include/llvm/Support/* by Chris Lattner · 24 years ago
  42. e685023 IntervalPartition was changed to inherit from vector<Interval*> instead of by Chris Lattner · 24 years ago
  43. bd4996a Moved deleter to include/llvm/Tools/STLExtras.h by Chris Lattner · 24 years ago
  44. 7fc9fe3 Miscellaneous cleanups: by Chris Lattner · 24 years ago
  45. 23e3662 IntervalPartition: recode to use IntervalIterator to do all the work by Chris Lattner · 24 years ago
  46. 2d676c9 New file due to the Intervals.h splitup by Chris Lattner · 24 years ago