summaryrefslogtreecommitdiff
path: root/lib/Analysis/RegionPrinter.cpp
Commit message (Expand)AuthorAge
* Use unique_ptr to manage ownership of child Regions within llvm::RegionDavid Blaikie2014-04-15
* [C++11] Add a basic block range view for RegionInfoTobias Grosser2014-03-03
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Rename the Region::block_iterator to Region::block_node_iterator, andChandler Carruth2012-05-04
* RegionPrinter: Ignore back edges when layouting the graphTobias Grosser2011-02-27
* 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
* Move the pass initialization helper functions into the llvm namespace, and addOwen Anderson2010-10-07
* 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
* Fix namespace polution.Dan Gohman2010-08-02
* Add new RegionInfo pass.Tobias Grosser2010-07-22