summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/RegionPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [RegionInfo] Add debug-time region viewer functionsMichael Kruse2015-08-101-0/+41
* [RegionInfo] Use RegionInfo* instead of RegionInfoPass* as graph typeMichael Kruse2015-08-101-56/+62
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* One more -Wrange-loop-analysis cleanup.Richard Trieu2015-04-151-1/+1
* Templatify RegionInfo so it works on MachineBasicBlocksMatt Arsenault2014-07-191-24/+27
* Use unique_ptr to manage ownership of child Regions within llvm::RegionDavid Blaikie2014-04-151-11/+11
* [C++11] Add a basic block range view for RegionInfoTobias Grosser2014-03-031-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
OpenPOWER on IntegriCloud