1. 1ecd740 [CG] Actually hoist up the generic CallGraphPrinter pass from a weird by Chandler Carruth · 10 years ago
  2. cdf4788 [C++11] Add range based accessors for the Use-Def chain of a Value. by Chandler Carruth · 12 years ago
  3. e56917c [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  4. 219b89b [Modules] Move CallSite into the IR library where it belogs. It is by Chandler Carruth · 12 years ago
  5. 6515aef Whitespace. by NAKAMURA Takumi · 12 years ago
  6. 6378cf5 [PM] Split the CallGraph out from the ModulePass which creates the CallGraph. by Chandler Carruth · 12 years ago
  7. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  8. 4d88a1c Sort the #include lines for tools/... by Chandler Carruth · 13 years ago
  9. 12bb505 Minor cleanups to follow the common convention for pass registration variables. by Dan Gohman · 15 years ago
  10. a7aed18 Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  11. bda59bd Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  12. 755aceb Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  13. 62f0aac simplify by using CallSite constructors; virtually eliminates CallSite::get from the tree by Gabor Greif · 15 years ago
  14. f43481d Remove unnecessary uses of <iostream>. by Daniel Dunbar · 15 years ago
  15. 1362602 Change Pass::print to take a raw ostream instead of std::ostream, by Chris Lattner · 16 years ago
  16. d8db376 Use errs() instead of std::cerr. by Dan Gohman · 16 years ago
  17. 38a9631 Eliminate several more unnecessary intptr_t casts. by Dan Gohman · 17 years ago
  18. 9c40c28 Rationalize the names of passes that print information: by Duncan Sands · 17 years ago
  19. 938e8f6 Teach -callgraph to always print the callgraph (as the by Duncan Sands · 17 years ago
  20. 345353d remove attributions from tools. by Chris Lattner · 18 years ago
  21. 8c78a0b Drop 'const' by Devang Patel · 18 years ago
  22. e95c6ad Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
  23. 09f162c Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
  24. 5301e7c For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 19 years ago
  25. e549bac This needs the callgraph data structure to stick around as long as the by Chris Lattner · 19 years ago
  26. 3c9b242 Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. by Chris Lattner · 19 years ago
  27. 378f7d5 For PR872: by Reid Spencer · 19 years ago[Renamed from llvm/tools/analyze/AnalysisWrappers.cpp]
  28. 2bdd6fe fix printing call graphs by Andrew Lenharth · 19 years ago
  29. 7d05269 Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraph by Chris Lattner · 20 years ago
  30. 650ba8e Remove trailing whitespace by Misha Brukman · 20 years ago
  31. 4f2cf03 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  32. 421cd08 Remove this printer by Chris Lattner · 21 years ago
  33. e5914d85 bug 122: - Minimize redundant isa<GlobalValue> usage by Reid Spencer · 21 years ago
  34. f0ebb25 Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 21 years ago
  35. 5f1a5bb Right, globals aren't values yet.. by Chris Lattner · 21 years ago
  36. 8082c74 Add a simple pass. by Chris Lattner · 21 years ago
  37. 9dcd639 Remove obsolete analyses by Chris Lattner · 21 years ago
  38. bd03ac8 Rename method by Chris Lattner · 22 years ago
  39. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  40. ebec803 fix file headers by Chris Lattner · 22 years ago
  41. 09344dc Added copyright header to all C++ source files. by John Criswell · 22 years ago
  42. 7fdaab4 The word `separate' only has one `e'. by Misha Brukman · 22 years ago
  43. ed39cca - Eliminate the last traces of the 'analysis' namespace by Chris Lattner · 23 years ago
  44. f0ed55d by Chris Lattner · 23 years ago
  45. 59aa81c Seperate analysis wrapper stuff to AnalysisWrappers.cpp by Chris Lattner · 23 years ago