index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Scalar
/
NewGVN.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
NewGVN: Fix PR 33051 by making sure we remove old store expressions
Daniel Berlin
2017-05-16
1
-27
/
+36
*
NewGVN: Use StoreExpression StoredValue instead of looking it up again, since...
Daniel Berlin
2017-05-16
1
-6
/
+5
*
NewGVN: Formatting fixes
Daniel Berlin
2017-05-16
1
-2
/
+3
*
Revert "[NewGVN] Replace predicate info leftovers."
Davide Italiano
2017-05-16
1
-4
/
+0
*
[NewGVN] Replace predicate info leftovers.
Davide Italiano
2017-05-16
1
-0
/
+4
*
[NewGVN] Remove unused setDefiningExpr(). NFCI.
Davide Italiano
2017-05-15
1
-1
/
+0
*
[NewGVN] Fix verification of MemoryPhis in verifyMemoryCongruency().
Davide Italiano
2017-05-15
1
-0
/
+13
*
[NewGVN] Improve debug output a bit. NFCI.
Davide Italiano
2017-05-12
1
-1
/
+1
*
[NewGVN] Format an assertion and fix a typo. NFCI.
Davide Italiano
2017-05-12
1
-3
/
+2
*
[NewGVN] Don't incorrectly reset the memory leader.
Davide Italiano
2017-05-12
1
-1
/
+1
*
[NewGVN] Introduce a definesNoMemory() helper and use it.
Davide Italiano
2017-05-10
1
-3
/
+5
*
[NewGVN] Simplify a DEBUG() statement. NFCI.
Davide Italiano
2017-05-09
1
-2
/
+1
*
[NewGVN] Explain why sorting by pointer values doesn't introduce non-determin...
Davide Italiano
2017-05-09
1
-0
/
+4
*
[NewGVN] Fix a consistent order for phi nodes operands.
Davide Italiano
2017-05-09
1
-7
/
+19
*
NewGVN: Make all of symbolic evaluation logically const.
Daniel Berlin
2017-05-09
1
-64
/
+74
*
[NewGVN] Remove unneeded newline and format assertions. NFCI.
Davide Italiano
2017-05-04
1
-5
/
+4
*
[NewGVN] Fix typo and format comment. NFCI.
Davide Italiano
2017-05-02
1
-7
/
+4
*
[NewGVN] Don't derive incorrect implications.
Davide Italiano
2017-05-01
1
-4
/
+4
*
Kill off the old SimplifyInstruction API by converting remaining users.
Daniel Berlin
2017-04-28
1
-3
/
+3
*
NewGVN: Use new SimplifyQuery based API
Daniel Berlin
2017-04-26
1
-11
/
+11
*
NewGVN: Fix memory congruence verification. The return true should be a retur...
Daniel Berlin
2017-04-18
1
-8
/
+8
*
NewGVN: Don't waste time value numbering unreachable blocks
Daniel Berlin
2017-04-18
1
-17
/
+6
*
NewGVN: Don't propagate over phi backedges where undef causes us to
Daniel Berlin
2017-04-14
1
-8
/
+149
*
[IR] Redesign the case iterator in SwitchInst to actually be an iterator
Chandler Carruth
2017-04-12
1
-3
/
+3
*
MemorySSA: Move to Analysis, from Transforms/Utils. It's used as
Daniel Berlin
2017-04-11
1
-1
/
+1
*
Revert "NewGVN: Don't propagate over phi backedges where undef causes us to h...
Daniel Berlin
2017-04-11
1
-28
/
+6
*
NewGVN: Don't propagate over phi backedges where undef causes us to have >1 v...
Daniel Berlin
2017-04-11
1
-6
/
+28
*
[NewGVN] Surround with parens to clarify allegedly ambiguous precedence.
Davide Italiano
2017-04-10
1
-16
/
+15
*
NewGVN: Make CongruenceClass a real class in preparation for splitting
Daniel Berlin
2017-04-07
1
-207
/
+259
*
NewGVN: Rename some functions for consistency
Daniel Berlin
2017-04-06
1
-34
/
+35
*
NewGVN: Fixup some small issues
Daniel Berlin
2017-04-06
1
-21
/
+11
*
NewGVN: Fix a small formatting issue in performSymbolicLoadEvaluation.
Daniel Berlin
2017-04-06
1
-3
/
+3
*
NewGVN: This patch makes memory congruence work for all types of
Daniel Berlin
2017-04-06
1
-202
/
+501
*
MemorySSA: Fix and use optimized_def_chain
Daniel Berlin
2017-04-05
1
-1
/
+1
*
NewGVN: Handle coercion of constant stores, loads, memory insts.
Daniel Berlin
2017-04-02
1
-1
/
+93
*
NewGVN: Don't try to kill off the stored value of stores when
Daniel Berlin
2017-04-01
1
-9
/
+22
*
NewGVN: Clean up GVNExpression memory hierarchy, restructure hash computation...
Daniel Berlin
2017-04-01
1
-16
/
+8
*
NewGVN: Use def_chain iterator in singleReachablePhiPath instead of recursion
Daniel Berlin
2017-04-01
1
-20
/
+24
*
[NewGVN] Adjust NDEBUG markers.
Davide Italiano
2017-03-25
1
-2
/
+2
*
NewGVN: Small cleanup of two dominance related functions to make
Daniel Berlin
2017-03-24
1
-13
/
+39
*
NewGVN: Small cleanup of useless expression deletion, and don't uselessly cre...
Daniel Berlin
2017-03-24
1
-14
/
+19
*
NewGVN: Fix PR32403 - Handling of undef in phis was not quite correct
Daniel Berlin
2017-03-24
1
-1
/
+14
*
NewGVN: Now that we have a better verifier, we can prove that we can erase th...
Daniel Berlin
2017-03-19
1
-1
/
+3
*
NewGVN: Remove dead code (for now)
Daniel Berlin
2017-03-19
1
-4
/
+0
*
NewGVN: Greatly enhance the ability of the NewGVN verifier to detect
Daniel Berlin
2017-03-18
1
-86
/
+150
*
NewGVN: Fix PHI evaluation bug exposed by new verifier. We were checking whet...
Daniel Berlin
2017-03-18
1
-4
/
+6
*
Split NewGVN class into a legacy pass and an impl, instead of a merged class.
Daniel Berlin
2017-03-12
1
-82
/
+86
*
NewGVN: Rename InitialClass to TOP, which is what most people would expect it...
Daniel Berlin
2017-03-10
1
-25
/
+25
*
NewGVN: Rewrite DCE during elimination so we do it as well as old GVN did.
Daniel Berlin
2017-03-10
1
-50
/
+96
*
NewGVN: Rename a few things for clarity
Daniel Berlin
2017-03-10
1
-40
/
+45
[prev]
[next]