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