1. d2b2fac SCC: Change clients to use const, NFC by Duncan P. N. Exon Smith · 12 years ago
  2. e6cb63e [C++] Use 'nullptr'. Tools edition. by Craig Topper · 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. 1305dc3 [Modules] Move CFG.h to the IR library as it defines graph traits over IR types. by Chandler Carruth · 12 years ago
  5. 8e661ef cleanup: scc_iterator consumers should use isAtEnd by Duncan P. N. Exon Smith · 12 years ago
  6. 16f56b4 [PM] Remove the underspecified 'getRoot' method from CallGraph. It's by Chandler Carruth · 12 years ago
  7. 6378cf5 [PM] Split the CallGraph out from the ModulePass which creates the CallGraph. by Chandler Carruth · 12 years ago
  8. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  9. 4d88a1c Sort the #include lines for tools/... by Chandler Carruth · 13 years ago
  10. 1f97a5a Remove all remaining uses of Value::getNameStr(). by Benjamin Kramer · 14 years ago
  11. d3ee423 Make the SCC printing passes use errs() instead of outs(), as the by Dan Gohman · 15 years ago
  12. 061cb1c Minor cleanups to follow the common convention for pass registration variables. by Dan Gohman · 15 years ago
  13. a7aed18 Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  14. bda59bd Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  15. 755aceb Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  16. 5164739 Output "external node" rather than "Indirect CallGraph node" when printing by Duncan Sands · 15 years ago
  17. 1362602 Change Pass::print to take a raw ostream instead of std::ostream, by Chris Lattner · 16 years ago
  18. 5899dda Switch some clients to Value::getName(), and other getName() user by Daniel Dunbar · 16 years ago
  19. ee05152 Convert more tools code from cerr and cout to errs() and outs(). by Dan Gohman · 16 years ago
  20. 38a9631 Eliminate several more unnecessary intptr_t casts. by Dan Gohman · 17 years ago
  21. 9c40c28 Rationalize the names of passes that print information: by Duncan Sands · 17 years ago
  22. 345353d remove attributions from tools. by Chris Lattner · 18 years ago
  23. 8c78a0b Drop 'const' by Devang Patel · 19 years ago
  24. e95c6ad Use 'static const char' instead of 'static const int'. by Devang Patel · 19 years ago
  25. 09f162c Do not use typeinfo to identify pass in pass manager. by Devang Patel · 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/PrintSCC.cpp]
  28. b45e57c move this to the analyze tool by Chris Lattner · 20 years ago[Renamed from llvm/lib/Analysis/IPA/PrintSCC.cpp]
  29. 01808ca Remove trailing whitespace by Misha Brukman · 21 years ago
  30. 9083936 For PR387:\ by Reid Spencer · 21 years ago
  31. 1354191 Finegrainify namespacification by Chris Lattner · 21 years ago
  32. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  33. eb04d9b Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  34. 4460180 File requires IPA, moved to lib/Analysis/IPA by Misha Brukman · 21 years ago[Renamed from llvm/lib/Analysis/PrintSCC.cpp]
  35. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  36. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  37. 78a5c1a Rename TarjanSCCIterator -> scc_iterator by Chris Lattner · 22 years ago
  38. bb6fe25 Don't explicitly use the SCC class by Chris Lattner · 22 years ago
  39. 4336db8 The SCC::HasLoop method is now in the main iterator by Chris Lattner · 22 years ago
  40. 7d1a871 The tarjan iterator now returns a reference to the current SCC, not a possibly null pointer! by Chris Lattner · 22 years ago
  41. 2f120bb Indent classes correctly in the namespace by Chris Lattner · 22 years ago
  42. c4caf3a * Cleanups * Iterate from tarj_begin -> tarj_end, not from tarj_begin -> NULL by Chris Lattner · 22 years ago
  43. 5beed60 Simple passes that print out SCCs in the CFGs or in the CallGraph of a module. by Vikram S. Adve · 23 years ago