aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/CFGPrinter.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-4/+4
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-4/+4
2015-03-27Remove superfluous .str() and replace std::string concatenation with Twine.Yaron Keren1-2/+2
2014-08-25Modernize raw_fd_ostream's constructor a bit.Rafael Espindola1-8/+8
2014-05-20Clean up language and grammar.Eric Christopher1-2/+2
2014-04-29raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer1-0/+1
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-4/+4
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-13/+13
2014-02-24Replace the F_Binary flag with a F_Text one.Rafael Espindola1-2/+2
2014-02-24Don't make F_None the default.Rafael Espindola1-2/+2
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-1/+0
2011-11-15Remove all remaining uses of Value::getNameStr().Benjamin Kramer1-2/+2
2011-11-15Twinify GraphWriter a little bit.Benjamin Kramer1-2/+2
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson1-4/+13
2010-10-07Now with fewer extraneous semicolons!Owen Anderson1-4/+4
2010-09-04zap dead code.Chris Lattner1-2/+0
2010-08-23Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson1-5/+5
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson1-6/+6
2010-08-06Revert r110396 to fix buildbots.Owen Anderson1-6/+6
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson1-6/+6
2010-07-21Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG...Owen Anderson1-3/+2
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson1-2/+1
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky1-1/+0
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky1-4/+4
2009-10-18make DOTGraphTraits public, patch by Tobias Grosser!Chris Lattner1-61/+2
2009-09-19The flag "--dot-cfg-only" is at the moment equivalent to the flag "--dot-cfg".Duncan Sands1-1/+1
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman1-2/+2
2009-08-23convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner1-11/+14
2009-08-23Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner1-7/+4
2009-08-23eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner1-8/+10
2009-07-24Switch to getNameStr().Daniel Dunbar1-6/+6
2009-06-24Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson1-20/+17
2008-09-23Rationalize the names of passes that print information:Duncan Sands1-3/+3
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman1-5/+5
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman1-14/+21
2008-03-20Restore isCFGOnly property of various analysis passes.Devang Patel1-4/+4
2008-03-19PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel1-7/+7
2008-03-19Do not use virtual function to identify an analysis pass.Devang Patel1-16/+3
2008-03-18Identify Analysis pass.Devang Patel1-0/+13
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-07-02Add explicit keywords.Dan Gohman1-1/+1
2007-06-05Fix PR 1497Devang Patel1-0/+2
2007-05-14Add passes -view-cfg and -view-cfg-only that are like -print-cfg andDan Gohman1-0/+42
2007-05-06Fix typo in comment.Nick Lewycky1-2/+2
2007-05-03Drop 'const'Devang Patel1-4/+4
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel1-4/+4
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel1-0/+6
2007-02-05Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduceReid Spencer1-2/+3
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling1-3/+3
2006-12-06Remove the 'printname' argument to WriteAsOperand. It is always true, andChris Lattner1-2/+2