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
...
*
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
*
NewGVN: Remove DebugUnknownExprs, just mark the instructions as unused
Daniel Berlin
2017-03-06
1
-7
/
+3
*
NewGVN: Only call isInstructionTrivially dead once per instruction.
Daniel Berlin
2017-03-06
1
-9
/
+10
*
NewGVN: Be consistent in what order we compare operands for swapping.
Daniel Berlin
2017-03-04
1
-2
/
+2
*
NewGVN: Add debug counter for value numbering
Daniel Berlin
2017-03-01
1
-5
/
+15
*
PredicateInfo: Support switch statements
Daniel Berlin
2017-02-22
1
-14
/
+22
*
NewGVN: Start making use of predicateinfo pass.
Daniel Berlin
2017-02-18
1
-18
/
+275
*
NewGVN: Make ranking prefer undef to constants. Fix direction of
Daniel Berlin
2017-02-18
1
-8
/
+9
*
[NewGVN] isOnlyReachableViaThisEdge() is dead now. NFCI.
Davide Italiano
2017-02-17
1
-18
/
+0
*
[NewGVN] createVariableOrConstant is not required anymore. NFCI.
Davide Italiano
2017-02-17
1
-8
/
+0
*
NewGVN: Reverse order of congruence class elimination to maximize trivial dea...
Daniel Berlin
2017-02-12
1
-2
/
+2
*
NewGVN: Use shouldSwapOperands in one more place
Daniel Berlin
2017-02-12
1
-1
/
+1
*
Revert accidental commit titled "testing"
Daniel Berlin
2017-02-12
1
-1
/
+1
*
NewGVN: Apply the fast math flags fix in r267113 to NewGVN as well.
Daniel Berlin
2017-02-12
1
-23
/
+26
*
NewGVN: Fix missed call that should be to shouldSwapOperands
Daniel Berlin
2017-02-12
1
-1
/
+0
*
testing
Daniel Berlin
2017-02-12
1
-1
/
+2
*
NewGVN: Reverse sense of this test to make it clearer
Daniel Berlin
2017-02-11
1
-5
/
+7
*
NewGVN: Add missing initialization of NumFuncArgs lost due to bad merge.
Daniel Berlin
2017-02-11
1
-0
/
+1
*
NewGVN: Rank and order commutative operands consistently.
Daniel Berlin
2017-02-11
1
-2
/
+40
*
NewGVN: Clean up how we handle the INITIAL class so that everything in
Daniel Berlin
2017-02-11
1
-16
/
+38
*
Move symbols from the global namespace into (anonymous) namespaces. NFC.
Benjamin Kramer
2017-02-11
1
-9
/
+2
*
NewGVN: Dead argument cleanup
Daniel Berlin
2017-01-31
1
-91
/
+63
*
NewGVN: Cleanup conditions to match reality
Daniel Berlin
2017-01-31
1
-13
/
+8
*
NewGVN: Add basic support for symbolic comparison evaluation
Daniel Berlin
2017-01-31
1
-3
/
+20
*
NewGVN: Formatting cleanup after lookupOperandLeader change
Daniel Berlin
2017-01-31
1
-6
/
+3
[prev]
[next]