aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/DOTGraphTraitsPass.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-6/+6
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-0/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-34/+50
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-131-4/+4
* Added -view-callgraph module pass.Andrew Trick2013-01-111-25/+84
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-151-3/+3
* Remove WriteGraph's Name argument, which it didn't use, andDan Gohman2010-09-271-1/+1
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-2/+2
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-2/+2
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-2/+2
* Create Generic DOTGraphTraits Printer/ViewerTobias Grosser2010-01-161-0/+83