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
/
include
/
llvm
/
Analysis
/
Dominators.h
Age
Commit message (
Expand
)
Author
2013-03-05
Add some constantness.
Jakub Staszak
2013-03-05
std::distance() == 0 means that iterators are equal. No functionality change.
Jakub Staszak
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-10-04
Fix doxygen comment to match parameters' names.
Jakub Staszak
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-08-16
Teach GVN to reason about edges dominating uses. This allows it to handle cases
Rafael Espindola
2012-08-10
Move BasicBlockEdge to the cpp file. No functionality change.
Rafael Espindola
2012-08-07
The dominance computation already has logic for computing if an edge dominates
Rafael Espindola
2012-06-20
Remove 'static' from inline functions defined in header files.
Chandler Carruth
2012-04-12
Add forms of dominates and isReachableFromEntry that accept a Use
Dan Gohman
2012-04-02
Make dominatedBySlowTreeWalk private and assert cases handled by the caller.
Rafael Espindola
2012-04-02
Add missing 'd'.
Rafael Espindola
2012-03-31
Add a workaround for building with old versions of clang.
Rafael Espindola
2012-03-30
Handle unreachable code in the dominates functions. This changes users when
Rafael Espindola
2012-03-24
Avoid using dominatedBySlowTreeWalk.
Rafael Espindola
2012-02-26
Change the implementation of dominates(inst, inst) to one based on what the
Rafael Espindola
2012-02-26
Don't call dominates on unreachable instructions.
Rafael Espindola
2012-01-20
SCEVExpander fixes. Affects LSR and indvars.
Andrew Trick
2012-01-04
Simplify code. No functionality change.
Benjamin Kramer
2011-12-05
Change the Dominators recalculate() function to only rely on GraphTraits
Anna Zaks
2011-01-23
In the simpler version of the link-eval data structure that we use in dominator
Cameron Zwarich
2011-01-23
Remove useless struct fields.
Cameron Zwarich
2011-01-23
Remove friend declaration for removed function.
Cameron Zwarich
2011-01-11
Put the Dominator improvements back in. They were not the cause of bootstrap ...
Jakob Stoklund Olesen
2011-01-11
Speculatively revert the recent improvements to Dominators.h in an attempt to...
Jakob Stoklund Olesen
2011-01-09
DominatorTree->print() now prints the status of the DFSNumbers correctly
Tobias Grosser
2011-01-02
split dom frontier handling stuff out to its own DominanceFrontier header,
Chris Lattner
2011-01-02
Remove an unused member function.
Cameron Zwarich
2011-01-02
Speed up dominator computation some more by optimizing bucket processing. When
Cameron Zwarich
2010-12-22
Constify.
Dan Gohman
2010-10-19
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-06
Constify isReachableFromEntry.
Dan Gohman
2010-09-27
Constify properlyDominates in the same manner as dominates.
Dan Gohman
2010-09-10
typoes
Gabor Greif
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-07-16
Add dump() to DominanceFrontier
Tobias Grosser
2010-07-09
fix clang selfhost issue (shadowing)
Gabor Greif
2010-07-09
refactor type expressions and cache operator*'s result
Gabor Greif
2010-06-18
Don't bother calling releaseMemory before destroying the DominatorTreeBase.
Dan Gohman
2010-03-24
Fix coding style.
Dan Gohman
2010-03-24
Generalize findNearestCommonDominator to work on post-dominators,
Dan Gohman
2010-03-01
Whitespace cleanups.
Dan Gohman
2010-01-07
Add assert to check dominance dfs numbers.
Tobias Grosser
2010-01-07
Remove workaround in PostDominators
Tobias Grosser
2010-01-07
Fix DFS number calculation for postdominators
Tobias Grosser
2009-11-14
Remove dead variable found by clang++.
Benjamin Kramer
[next]