summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/CFGPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing includes needed to prune LLVMContext.h include, NFCReid Kleckner2019-11-141-0/+1
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [CFG Printer] Add support for writing the dot files with a customChandler Carruth2018-10-091-4/+10
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Add an option to specify the name ofXinliang David Li2018-07-251-0/+11
* Revert "Extend CFGPrinter and CallPrinter with Heat Colors"Sean Fertile2018-06-291-199/+51
* Extend CFGPrinter and CallPrinter with Heat ColorsSean Fertile2018-06-291-51/+199
* [CFGVPrinter] Fix -dot-cfg-onlyFrancis Visoiu Mistrih2017-12-191-4/+4
* [PM] Port CFGViewer and CFGPrinter to the new Pass ManagerSriraman Tallam2016-09-151-46/+65
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-4/+4
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-4/+4
* Remove superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-271-2/+2
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-8/+8
* Clean up language and grammar.Eric Christopher2014-05-201-2/+2
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-291-0/+1
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-4/+4
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-13/+13
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-2/+2
* Don't make F_None the default.Rafael Espindola2014-02-241-2/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+0
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-151-2/+2
* Twinify GraphWriter a little bit.Benjamin Kramer2011-11-151-2/+2
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-4/+13
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-4/+4
* zap dead code.Chris Lattner2010-09-041-2/+0
* Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson2010-08-231-5/+5
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-6/+6
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-6/+6
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-6/+6
* Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG...Owen Anderson2010-07-211-3/+2
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-2/+1
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-4/+4
* make DOTGraphTraits public, patch by Tobias Grosser!Chris Lattner2009-10-181-61/+2
* The flag "--dot-cfg-only" is at the moment equivalent to the flag "--dot-cfg".Duncan Sands2009-09-191-1/+1
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-251-2/+2
* convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner2009-08-231-11/+14
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-7/+4
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-231-8/+10
* Switch to getNameStr().Daniel Dunbar2009-07-241-6/+6
* Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson2009-06-241-20/+17
* Rationalize the names of passes that print information:Duncan Sands2008-09-231-3/+3
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-5/+5
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-14/+21
* Restore isCFGOnly property of various analysis passes.Devang Patel2008-03-201-4/+4
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-191-7/+7
* Do not use virtual function to identify an analysis pass.Devang Patel2008-03-191-16/+3
* Identify Analysis pass.Devang Patel2008-03-181-0/+13
OpenPOWER on IntegriCloud