aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/RegionPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-10/+15
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+2
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-2/+6
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-9/+9
* Update to LLVM 3.5a.Stephen Hines2014-04-241-5/+4
* 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