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