summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/RegionPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* remove some dead codeNuno Lopes2014-04-171-1/+0
* Use unique_ptr to manage ownership of child Regions within llvm::RegionDavid Blaikie2014-04-151-5/+5
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-2/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-2/+2
* [C++11] Add a basic block range view for RegionInfoTobias Grosser2014-03-031-3/+2
* Remove the the block_node_iterator of Region, replace it by the block_iterator.Hongbin Zheng2012-08-271-3/+2
* Rename the Region::block_iterator to Region::block_node_iterator, andChandler Carruth2012-05-041-1/+2
* Reapply r138695. Fix PassManager stack depths.Andrew Trick2011-08-291-3/+3
* Reverting r138695 to see if it fixes clang self host.Andrew Trick2011-08-271-3/+3
* Fix PassManager stack depths.Andrew Trick2011-08-271-3/+3
* Minor change: Fix the typo in RegionPass.h and RegionPass.cpp.Hongbin Zheng2011-05-051-1/+1
* Remove useless dynamic_cast<>().Tobias Grosser2010-12-121-2/+1
* Add RegionPass support.Tobias Grosser2010-10-201-0/+276
OpenPOWER on IntegriCloud