- d46f580 [CFG Printer] Add support for writing the dot files with a custom prefix. by Chandler Carruth · 7 years ago
- f78650a Remove trailing space by Fangrui Song · 7 years ago
- 45a607e Add an option to specify the name of by Xinliang David Li · 7 years ago
- cd0d763 Revert "Extend CFGPrinter and CallPrinter with Heat Colors" by Sean Fertile · 7 years ago
- 3b0535b Extend CFGPrinter and CallPrinter with Heat Colors by Sean Fertile · 7 years ago
- 348a4208 [CFGVPrinter] Fix -dot-cfg-only by Francis Visoiu Mistrih · 8 years ago
- 06a67ba [PM] Port CFGViewer and CFGPrinter to the new Pass Manager by Sriraman Tallam · 9 years ago
- f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
- 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
- 75e0c4b Remove superfluous .str() and replace std::string concatenation with Twine. by Yaron Keren · 11 years ago
- 3fd1e99 Modernize raw_fd_ostream's constructor a bit. by Rafael Espindola · 11 years ago
- 650c8f2 Clean up language and grammar. by Eric Christopher · 11 years ago
- d59664f raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary. by Benjamin Kramer · 11 years ago
- 9f00886 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 11 years ago
- e9ba759 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
- 90c7f1c Replace the F_Binary flag with a F_Text one. by Rafael Espindola · 12 years ago
- 7dbcdd0 Don't make F_None the default. by Rafael Espindola · 12 years ago
- ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
- 1f97a5a Remove all remaining uses of Value::getNameStr(). by Benjamin Kramer · 14 years ago
- 4c93d15 Twinify GraphWriter a little bit. by Benjamin Kramer · 14 years ago
- 6c18d1a Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which by Owen Anderson · 15 years ago
- df7a4f2 Now with fewer extraneous semicolons! by Owen Anderson · 15 years ago
- 65b48b5 zap dead code. by Chris Lattner · 15 years ago
- d31d82d Now that PassInfo and Pass::ID have been separated, move the rest of the passes over to the new registration API. by Owen Anderson · 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
- ac4a1ed Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisGroup<> for pass registration. by Owen Anderson · 15 years ago
- a57b97e Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). by Owen Anderson · 15 years ago
- 974e12b Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 16 years ago
- 02d5f77 Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
- da42426 make DOTGraphTraits public, patch by Tobias Grosser! by Chris Lattner · 16 years ago
- 1636b7e The flag "--dot-cfg-only" is at the moment equivalent to the flag "--dot-cfg". by Duncan Sands · 16 years ago
- 61a8796 Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 16 years ago
- 4883d90 convert LoopInfo.h and GraphWriter.h to use raw_ostream by Chris Lattner · 16 years ago
- 1362602 Change Pass::print to take a raw ostream instead of std::ostream, by Chris Lattner · 16 years ago
- b25de3f eliminate the "Value" printing methods that print to a std::ostream. by Chris Lattner · 16 years ago
- 12368685 Switch to getNameStr(). by Daniel Dunbar · 16 years ago
- b70adf2 Get rid of the global CFGOnly flag by threading a ShortNames parameters through the GraphViz rendering code. by Owen Anderson · 16 years ago
- 9c40c28 Rationalize the names of passes that print information: by Duncan Sands · 17 years ago
- a79db30 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
- d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
- 80e43fa Restore isCFGOnly property of various analysis passes. by Devang Patel · 18 years ago
- 718da66 PassInfo keep tracks whether a pass is an analysis pass or not. by Devang Patel · 18 years ago
- af75ab8 Do not use virtual function to identify an analysis pass. by Devang Patel · 18 years ago
- 864970e Identify Analysis pass. by Devang Patel · 18 years ago
- f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- 1eb8ed4 Add explicit keywords. by Dan Gohman · 18 years ago
- 3e6519e Fix PR 1497 Use separate pass id for CFGOnlyPrinter. by Devang Patel · 18 years ago
- 90d97ac Add passes -view-cfg and -view-cfg-only that are like -print-cfg and by Dan Gohman · 18 years ago
- e7da2d6 Fix typo in comment. by Nick Lewycky · 18 years ago
- 8c78a0b Drop 'const' by Devang Patel · 18 years ago
- e95c6ad Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
- 09f162c Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
- f75727a Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce by Reid Spencer · 19 years ago
- f3baad3 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
- edcc8c2 Remove the 'printname' argument to WriteAsOperand. It is always true, and by Chris Lattner · 19 years ago
- 597d451 Removed some of the iostream #includes. Moved towards converting to using by Bill Wendling · 19 years ago
- 4479c92 Needs the iostream include. by Bill Wendling · 19 years ago
- 3c9b242 Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. by Chris Lattner · 19 years ago
- ee7eaa2 For PR801: by Reid Spencer · 19 years ago
- 7c77323 For PR798: Add support for Graphviz. Patch contributed by Anton Korobeynikov. by Reid Spencer · 19 years ago
- 41acd5e * Unbreak optimized build (noticed by Eric van Riet Paap) by Misha Brukman · 20 years ago
- 590642e add support for Graphviz when viewing CFGs by Chris Lattner · 20 years ago
- 01808ca Remove trailing whitespace by Misha Brukman · 20 years ago
- 9083936 For PR387:\ by Reid Spencer · 21 years ago
- 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
- 63b38bd Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
- e330adf Move the stuff that fixes the size, orientation & fonts of graphs to by Brian Gaeke · 21 years ago
- a70ae90 Reorder #includes as per style guide. by Misha Brukman · 21 years ago
- 104341f Add functions that return instances of these printer passes by Brian Gaeke · 21 years ago
- 62aff84 Finegrainify namespacification Add new -print-cfg-only pass by Chris Lattner · 22 years ago
- 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
- aa81dce Make sure to print labels on nodes without names by Chris Lattner · 22 years ago
- 9d63afd If the basic block has no name, make sure to print the % number of it by Chris Lattner · 22 years ago
- a93d11b Implement the Function::viewCFG* methods, for use in a debugger. Also, the by Chris Lattner · 22 years ago