index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
RegionInfo.cpp
Age
Commit message (
Expand
)
Author
2013-05-03
RegionInfo: Do not crash if unreachable block is found
Tobias Grosser
2013-04-10
RegionInfo: Add helpers to replace entry/exit recursively
Tobias Grosser
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-09-12
Release build: guard dump functions with
Manman Ren
2012-09-06
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-08-27
Remove the the block_node_iterator of Region, replace it by the block_iterator.
Hongbin Zheng
2012-08-02
Implement the block_iterator of Region based on df_iterator.
Hongbin Zheng
2012-05-04
Rename the Region::block_iterator to Region::block_node_iterator, and
Chandler Carruth
2012-02-22
Remove extra semi-colons.
Chad Rosier
2011-11-15
Missed some users of Value::getNameStr.
Benjamin Kramer
2011-04-04
Region: Allow user control the printing style of the print function.
Tobias Grosser
2011-01-13
Add single entry / single exit accessors.
Tobias Grosser
2011-01-02
split dom frontier handling stuff out to its own DominanceFrontier header,
Chris Lattner
2010-10-22
Make some symbols static, move classes into anonymous namespaces.
Benjamin Kramer
2010-10-19
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-13
Add Region::isTopLevelRegion().
Tobias Grosser
2010-10-13
RegionInfo: Fix trivial error that slipped in last minute.
Tobias Grosser
2010-10-13
RegionInfo: Update RegionInfo after a BB was split.
Tobias Grosser
2010-10-13
RegioInfo: Add getExpandedRegion().
Tobias Grosser
2010-10-13
RegionInfo: Allow to update exit and entry of a region.
Tobias Grosser
2010-10-13
RegionInfo: Enhance addSubregion.
Tobias Grosser
2010-10-13
RegionInfo: Allow to set the parent region of a basic block.
Tobias Grosser
2010-10-13
RegionInfo: Free the RegionNodes in cache.
Tobias Grosser
2010-10-12
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-07
Now with fewer extraneous semicolons!
Owen Anderson
2010-08-10
RegionInfo: Do not assert if a BB is not part of the dominance tree.
Tobias Grosser
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-02
Fix namespace polution.
Dan Gohman
2010-07-28
RegionInfo: Make sure to free cached nodes; Tobias, please check!
Daniel Dunbar
2010-07-27
RegionInfo: Add getMaxRegionExit()
Tobias Grosser
2010-07-27
Add function to query RegionInfo about loops.
Tobias Grosser
2010-07-26
Use DominatorTree::properlyDominates instead of dominates with an
Dan Gohman
2010-07-22
use cascading operator-> feature
Gabor Greif
2010-07-22
use -> instead of (*).
Gabor Greif
2010-07-22
cache dereferenced iterator
Gabor Greif
2010-07-22
Add new RegionInfo pass.
Tobias Grosser