aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/RegionInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-4/+2
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-6/+6
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-170/+318
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+10
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-4/+5
* Update to LLVM 3.5a.Stephen Hines2014-04-241-14/+28
* RegionInfo: Add helpers to replace entry/exit recursivelyTobias Grosser2013-04-101-0/+18
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-171-12/+6
* Remove the the block_node_iterator of Region, replace it by the block_iterator.Hongbin Zheng2012-08-271-21/+0
* include/llvm/Analysis/RegionInfo.h: Appease msvc.NAKAMURA Takumi2012-08-021-1/+1
* Implement the block_iterator of Region based on df_iterator.Hongbin Zheng2012-08-021-32/+40
* Rename the Region::block_iterator to Region::block_node_iterator, andChandler Carruth2012-05-041-6/+58
* Missed some users of Value::getNameStr.Benjamin Kramer2011-11-151-1/+1
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-2/+2
* remove postdom frontiers, because it is dead. Forward dom frontiers areChris Lattner2011-04-051-1/+2
* Region: Allow user control the printing style of the print function.Tobias Grosser2011-04-041-1/+5
* Add single entry / single exit accessors.Tobias Grosser2011-01-131-0/+14
* Remove noisy semicolon.Benjamin Kramer2010-10-131-1/+1
* Add Region::isTopLevelRegion().Tobias Grosser2010-10-131-0/+5
* RegionInfo: Update RegionInfo after a BB was split.Tobias Grosser2010-10-131-0/+6
* RegioInfo: Add getExpandedRegion().Tobias Grosser2010-10-131-0/+8
* RegionInfo: Allow to update exit and entry of a region.Tobias Grosser2010-10-131-0/+12
* RegionInfo: Enhance addSubregion.Tobias Grosser2010-10-131-2/+4
* RegionInfo: Allow to set the parent region of a basic block.Tobias Grosser2010-10-131-0/+6
* RegionInfo: Add getMaxRegionExit()Tobias Grosser2010-07-271-0/+6
* Add function to query RegionInfo about loops.Tobias Grosser2010-07-271-10/+33
* Add new RegionInfo pass.Tobias Grosser2010-07-221-0/+601