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: 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
*
NewGVN: Remove the unsued two arguments from lookupOperandLeader.
Daniel Berlin
2017-01-31
1
-21
/
+17
*
NewGVN: Cleanup header files we are using.
Daniel Berlin
2017-01-31
1
-5
/
+0
*
NewGVN: Instead of changeToUnreachable, insert an instruction SimplifyCFG wil...
Daniel Berlin
2017-01-30
1
-4
/
+5
*
Revert "NewGVN: Make unreachable blocks be marked with unreachable"
Daniel Berlin
2017-01-30
1
-13
/
+18
*
NewGVN: Fix where newline is printed in debug printing of memory equivalence
Daniel Berlin
2017-01-29
1
-1
/
+1
*
Remove inclusion of SSAUpdater from several passes.
Davide Italiano
2017-01-29
1
-1
/
+0
*
Fix unused variable warning.
Richard Trieu
2017-01-27
1
-0
/
+1
*
NewGVN: Add basic dead and redundant store elimination
Daniel Berlin
2017-01-27
1
-29
/
+114
*
NewGVN: Fix bug exposed by PR31761
Daniel Berlin
2017-01-26
1
-43
/
+83
*
NewGVN: Add algorithm overview
Daniel Berlin
2017-01-26
1
-0
/
+21
*
NewGVN: Make unreachable blocks be marked with unreachable
Daniel Berlin
2017-01-26
1
-18
/
+13
*
[NewGVN] Skip uses in unreachable blocks.
Davide Italiano
2017-01-26
1
-0
/
+6
*
[NewGVN] Simplify folding a lambda used only once. NFCI.
Davide Italiano
2017-01-25
1
-5
/
+3
*
[NewGVN] Optimize processing for instructions found trivially dead.
Davide Italiano
2017-01-20
1
-3
/
+19
*
NewGVN: Fix PR 31686 and PR 31698 by rewriting store leader handling.
Daniel Berlin
2017-01-20
1
-36
/
+41
*
NewGVN: Fix PR 31682, an overactive assert.
Daniel Berlin
2017-01-20
1
-10
/
+16
*
[NewGVN] We don't use postdom info anymore. Update.
Davide Italiano
2017-01-18
1
-1
/
+0
*
NewGVN: Change a bunch of densemap find_or_creates to lookups, since they sho...
Daniel Berlin
2017-01-15
1
-8
/
+8
*
[NewGVN] Fix a warning from GCC.
Davide Italiano
2017-01-14
1
-7
/
+6
*
[NewGVN] clang-format this file after recent changes.
Davide Italiano
2017-01-14
1
-6
/
+7
*
[NewGVN] Try to be consistent wit the style used in this file. NFCI.
Davide Italiano
2017-01-14
1
-1
/
+1
*
NewGVN: Kill unneeded DFSDomMap, cleanup a few comments.
Daniel Berlin
2017-01-14
1
-13
/
+7
*
NewGVN: Move leaders around properly to ensure we have a canonical dominating...
Daniel Berlin
2017-01-13
1
-40
/
+89
*
[NewGVN] Fixup store count for the `initial` congruency class.
Davide Italiano
2017-01-11
1
-3
/
+6
*
Revert "[NewGVN] Strengthen a couple of assertions."
Davide Italiano
2017-01-11
1
-2
/
+2
*
[NewGVN] Parenthesise assertion condition (-Wparenthesis).
Davide Italiano
2017-01-11
1
-5
/
+4
[prev]
[next]