aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/CFGPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* add support for Graphviz when viewing CFGsChris Lattner2005-08-031-0/+20
* Remove trailing whitespaceMisha Brukman2005-04-211-6/+6
* For PR387:\Reid Spencer2004-12-071-2/+2
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-291-1/+1
* Move the stuff that fixes the size, orientation & fonts of graphs toBrian Gaeke2004-05-051-5/+2
* Reorder #includes as per style guide.Misha Brukman2004-04-291-3/+3
* Add functions that return instances of these printer passesBrian Gaeke2004-04-261-0/+10
* Finegrainify namespacificationChris Lattner2003-12-111-5/+23
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-3/+4
* Make sure to print labels on nodes without namesChris Lattner2003-10-221-1/+7
* If the basic block has no name, make sure to print the % number of itChris Lattner2003-10-221-1/+7
* Implement the Function::viewCFG* methods, for use in a debugger. Also, theChris Lattner2003-10-221-0/+144