summaryrefslogtreecommitdiff
path: root/lib/Analysis/CFGPrinter.cpp
Commit message (Expand)AuthorAge
* Clean up language and grammar.Eric Christopher2014-05-20
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Don't make F_None the default.Rafael Espindola2014-02-24
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-15
* Twinify GraphWriter a little bit.Benjamin Kramer2011-11-15
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* zap dead code.Chris Lattner2010-09-04
* Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson2010-08-23
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG...Owen Anderson2010-07-21
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* make DOTGraphTraits public, patch by Tobias Grosser!Chris Lattner2009-10-18
* The flag "--dot-cfg-only" is at the moment equivalent to the flag "--dot-cfg".Duncan Sands2009-09-19
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-25
* convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner2009-08-23
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-23
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-23
* Switch to getNameStr().Daniel Dunbar2009-07-24
* Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson2009-06-24
* Rationalize the names of passes that print information:Duncan Sands2008-09-23
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Restore isCFGOnly property of various analysis passes.Devang Patel2008-03-20
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-19
* Do not use virtual function to identify an analysis pass.Devang Patel2008-03-19
* Identify Analysis pass.Devang Patel2008-03-18
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Add explicit keywords.Dan Gohman2007-07-02
* Fix PR 1497Devang Patel2007-06-05
* Add passes -view-cfg and -view-cfg-only that are like -print-cfg andDan Gohman2007-05-14
* Fix typo in comment.Nick Lewycky2007-05-06
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduceReid Spencer2007-02-05
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Remove the 'printname' argument to WriteAsOperand. It is always true, andChris Lattner2006-12-06
* Removed some of the iostream #includes. Moved towards converting to usingBill Wendling2006-11-28
* Needs the iostream include.Bill Wendling2006-11-17
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-27
* For PR801:Reid Spencer2006-06-27