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