aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/CFGPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-2/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-8/+8
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-6/+7
* Update to LLVM 3.5a.Stephen Hines2014-04-241-15/+15
* 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
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Add explicit keywords.Dan Gohman2007-07-021-1/+1
* Fix PR 1497Devang Patel2007-06-051-0/+2
* Add passes -view-cfg and -view-cfg-only that are like -print-cfg andDan Gohman2007-05-141-0/+42
* Fix typo in comment.Nick Lewycky2007-05-061-2/+2
* Drop 'const'Devang Patel2007-05-031-4/+4
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-4/+4
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+6
* Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduceReid Spencer2007-02-051-2/+3
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-3/+3
* Remove the 'printname' argument to WriteAsOperand. It is always true, andChris Lattner2006-12-061-2/+2
* Removed some of the iostream #includes. Moved towards converting to usingBill Wendling2006-11-281-4/+4
* Needs the iostream include.Bill Wendling2006-11-171-0/+1
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-271-3/+3
* For PR801:Reid Spencer2006-06-271-95/+1
* For PR798:Reid Spencer2006-06-051-14/+66
* * Unbreak optimized build (noticed by Eric van Riet Paap)Misha Brukman2005-08-041-3/+5