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] Strengthen a couple of assertions.
Davide Italiano
2017-01-11
1
-2
/
+2
*
NewGVN: Fix PR31594, by tracking the store count of congruence
Daniel Berlin
2017-01-11
1
-11
/
+50
*
NewGVN: Refactor performCongruenceFinding and split out congruence class moving
Daniel Berlin
2017-01-11
1
-27
/
+43
*
NewGVN: Fix PR 31573, a failure to verify memory congruency due to
Daniel Berlin
2017-01-09
1
-1
/
+14
*
NewGVN: Change a std::vector to SmallVector and cleanup naming.
Daniel Berlin
2017-01-09
1
-10
/
+11
*
NewGVN: Make sure we properly lookup operand leaders while creating
Daniel Berlin
2017-01-07
1
-13
/
+48
*
NewGVN: Reformat and fix a few newlines
Daniel Berlin
2017-01-07
1
-2
/
+3
*
[NewGVN] Prefer auto over explicit type. NFCI.
Davide Italiano
2017-01-07
1
-1
/
+1
*
NewGVN: Fix PR 31501.
Daniel Berlin
2017-01-07
1
-38
/
+50
*
NewGVN: Track the maximum number of iterations GVN takes on any function, so ...
Daniel Berlin
2017-01-04
1
-1
/
+4
*
NewGVN: Clean up after removing possibility of null expressions.
Daniel Berlin
2017-01-02
1
-17
/
+14
*
[NewGVN] Fold single-use variable inside the assertion.
Davide Italiano
2017-01-02
1
-5
/
+3
*
[NewGVN] Restore old code to placate buildbots.
Davide Italiano
2017-01-02
1
-2
/
+6
*
NewGVN: Fix some formatting and comment issues
Daniel Berlin
2017-01-02
1
-18
/
+8
*
NewGVN: Add UnknownExpression and create them for things we can't symbolize. ...
Daniel Berlin
2017-01-02
1
-19
/
+19
*
NewGVN: Fix PR31480, PR31483, PR31499, by rewriting how memory congruence han...
Daniel Berlin
2017-01-02
1
-20
/
+144
*
[NewGVN] Remove unneeded newline from assertion message.
Davide Italiano
2016-12-30
1
-1
/
+1
*
NewGVN: Fix PR 31491 by ensuring that we touch the right instructions. Chang...
Daniel Berlin
2016-12-29
1
-11
/
+21
*
NewGVN: Sort Dominator Tree in RPO order, and use that for generating order.
Daniel Berlin
2016-12-29
1
-4
/
+24
*
Update equalsStoreHelper for the fact that only one branch can be true
Daniel Berlin
2016-12-29
1
-4
/
+5
*
Revert "[NewGVN] replace emplace_back with push_back"
Piotr Padlewski
2016-12-28
1
-7
/
+7
*
[NewGVN] replace emplace_back with push_back
Piotr Padlewski
2016-12-28
1
-7
/
+7
*
[NewGVN] Simplyfy loop NFC
Piotr Padlewski
2016-12-28
1
-4
/
+1
*
[NewGVN] replace typedefs with usings
Piotr Padlewski
2016-12-28
1
-2
/
+2
*
[NewGVN] NFC fixes
Piotr Padlewski
2016-12-28
1
-40
/
+36
*
[NewGVN] Global sweep replacing NULL with nullptr. NFCI.
Davide Italiano
2016-12-28
1
-10
/
+10
*
[NewGVN] Remove redundant code. NFCI.
Davide Italiano
2016-12-28
1
-2
/
+0
*
[NewGVN] equals() for loads/stores is the same. Unify.
Davide Italiano
2016-12-28
1
-23
/
+13
*
[NewGVN] Simplify a bit removing else after return. NFCI.
Davide Italiano
2016-12-27
1
-3
/
+3
*
Change a std::vector to SmallVector in NewGVN
Daniel Berlin
2016-12-27
1
-1
/
+1
*
clang-format NewGVN files
Daniel Berlin
2016-12-26
1
-67
/
+60
*
Misc cleanups and simplifications for NewGVN.
Daniel Berlin
2016-12-26
1
-48
/
+54
*
Don't use our own incorrect version of isTriviallyDeadInstruction in NewGVN. ...
Daniel Berlin
2016-12-26
1
-3
/
+2
*
[NewGVN] Fold lookupOperandLeader() when there's only one use. NFCI.
Davide Italiano
2016-12-26
1
-4
/
+2
*
Value number stores and memory states so we can detect when memory states are...
Daniel Berlin
2016-12-25
1
-20
/
+139
*
Rename GVNExpression *ops_ members to *op_* to match conventions in the rest ...
Daniel Berlin
2016-12-25
1
-11
/
+11
*
[NewGVN] Prefer `auto` to explicit type when the latter is obvious.
Davide Italiano
2016-12-24
1
-1
/
+1
*
Mark isOnlyReachableViaThisEdge as const
Daniel Berlin
2016-12-24
1
-2
/
+2
*
[NewGVN] Remove (for now) unused code. NFCI.
Davide Italiano
2016-12-23
1
-12
/
+0
*
Enable '-Wstring-conversion' and fix some bad asserts that it helped
Chandler Carruth
2016-12-23
1
-1
/
+1
*
[GVN] Initial check-in of a new global value numbering algorithm.
Davide Italiano
2016-12-22
1
-0
/
+1853
[prev]