aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/RegionPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-24/+27
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-11/+11
* Update to LLVM 3.5a.Stephen Hines2014-04-241-4/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-6/+6
* Rename the Region::block_iterator to Region::block_node_iterator, andChandler Carruth2012-05-041-5/+3
* RegionPrinter: Ignore back edges when layouting the graphTobias Grosser2011-02-271-0/+26
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-4/+12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-4/+4
* Move the pass initialization helper functions into the llvm namespace, and addOwen Anderson2010-10-071-8/+8
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-4/+4
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-4/+4
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-4/+4
* Fix namespace polution.Dan Gohman2010-08-021-0/+4
* Add new RegionInfo pass.Tobias Grosser2010-07-221-0/+182