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
/
test
/
Transforms
/
EarlyCSE
/
basic.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+293
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-293
/
+0
*
[EarlyCSE] Optionally use MemorySSA. NFC.
Geoff Berry
2016-08-31
1
-0
/
+1
*
[EarlyCSE] Correctly handle simplified, but live, instructions
David Majnemer
2016-07-29
1
-0
/
+14
*
[EarlyCSE] Don't add the overflow flags to the hash
David Majnemer
2016-04-22
1
-3
/
+2
*
[EarlyCSE] DSE of stores which write back loaded values
Philip Reames
2015-12-16
1
-0
/
+74
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-17
/
+17
*
EarlyCSE: Add check lines for test added in r228760
David Majnemer
2015-02-10
1
-0
/
+3
*
EarlyCSE: It isn't safe to CSE across synchronization boundaries
David Majnemer
2015-02-10
1
-1
/
+7
*
[PM] Port EarlyCSE to the new pass manager.
Chandler Carruth
2015-02-01
1
-0
/
+1
*
Tweak EarlyCSE to recognize series of dead stores
Philip Reames
2014-11-18
1
-0
/
+38
*
EarlyCSE should ignore calls to @llvm.assume
Hal Finkel
2014-11-03
1
-0
/
+36
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-8
/
+8
*
Upgrade syntax of tests using volatile instructions to use 'load volatile' in...
Chris Lattner
2011-11-27
1
-5
/
+5
*
Move "atomic" and "volatile" designations on instructions after the opcode
Eli Friedman
2011-08-12
1
-5
/
+5
*
Duncan deftly points out that readnone functions aren't
Chris Lattner
2011-01-03
1
-0
/
+13
*
earlycse can do trivial with-a-block dead store
Chris Lattner
2011-01-03
1
-0
/
+10
*
now that loads are in their own table, we can implement
Chris Lattner
2011-01-03
1
-0
/
+9
*
add a testcase for readonly call CSE
Chris Lattner
2011-01-03
1
-0
/
+12
*
Teach EarlyCSE to do trivial CSE of loads and read-only calls.
Chris Lattner
2011-01-03
1
-0
/
+45
*
add DEBUG and -stats output to earlycse.
Chris Lattner
2011-01-02
1
-2
/
+13
*
Enhance earlycse to do CSE of casts, instsimplify and die.
Chris Lattner
2011-01-02
1
-0
/
+21