aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/RegionPass.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-07-19Templatify RegionInfo so it works on MachineBasicBlocksMatt Arsenault1-2/+2
2014-06-21Add back functionality removed in r210497.Richard Trieu1-2/+4
2014-06-09Removing an "if (!this)" check from two print methods. The condition willRichard Trieu1-1/+3
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-04-17remove some dead codeNuno Lopes1-1/+0
2014-04-15Use unique_ptr to manage ownership of child Regions within llvm::RegionDavid Blaikie1-5/+5
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-2/+2
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-2/+2
2014-03-03[C++11] Add a basic block range view for RegionInfoTobias Grosser1-3/+2
2012-08-27Remove the the block_node_iterator of Region, replace it by the block_iterator.Hongbin Zheng1-3/+2
2012-05-04Rename the Region::block_iterator to Region::block_node_iterator, andChandler Carruth1-1/+2
2011-08-29Reapply r138695. Fix PassManager stack depths.Andrew Trick1-3/+3
2011-08-27Reverting r138695 to see if it fixes clang self host.Andrew Trick1-3/+3
2011-08-27Fix PassManager stack depths.Andrew Trick1-3/+3
2011-05-05Minor change: Fix the typo in RegionPass.h and RegionPass.cpp.Hongbin Zheng1-1/+1
2010-12-12Remove useless dynamic_cast<>().Tobias Grosser1-2/+1
2010-10-20Add RegionPass support.Tobias Grosser1-0/+276