summaryrefslogtreecommitdiff
path: root/lib/Analysis/RegionPass.cpp
Commit message (Expand)AuthorAge
* Add back functionality removed in r210497.Richard Trieu2014-06-21
* Removing an "if (!this)" check from two print methods. The condition willRichard Trieu2014-06-09
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* remove some dead codeNuno Lopes2014-04-17
* Use unique_ptr to manage ownership of child Regions within llvm::RegionDavid Blaikie2014-04-15
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* [C++11] Add a basic block range view for RegionInfoTobias Grosser2014-03-03
* Remove the the block_node_iterator of Region, replace it by the block_iterator.Hongbin Zheng2012-08-27
* Rename the Region::block_iterator to Region::block_node_iterator, andChandler Carruth2012-05-04
* Reapply r138695. Fix PassManager stack depths.Andrew Trick2011-08-29
* Reverting r138695 to see if it fixes clang self host.Andrew Trick2011-08-27
* Fix PassManager stack depths.Andrew Trick2011-08-27
* Minor change: Fix the typo in RegionPass.h and RegionPass.cpp.Hongbin Zheng2011-05-05
* Remove useless dynamic_cast<>().Tobias Grosser2010-12-12
* Add RegionPass support.Tobias Grosser2010-10-20