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
/
GVNHoist.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "GVN-hoist: fix store past load dependence analysis (PR30216, PR30499)"
Reid Kleckner
2016-10-13
1
-48
/
+41
*
Memory-SSA cleanup of clobbers interface, NFC
Sebastian Pop
2016-10-12
1
-15
/
+16
*
GVN-hoist: fix store past load dependence analysis (PR30216, PR30499)
Sebastian Pop
2016-10-12
1
-28
/
+34
*
Revert r282168 "GVN-hoist: fix store past load dependence analysis (PR30216)"
Hans Wennborg
2016-09-22
1
-35
/
+28
*
GVN-hoist: do not dereference null pointers
Sebastian Pop
2016-09-22
1
-0
/
+3
*
GVN-hoist: fix store past load dependence analysis (PR30216)
Sebastian Pop
2016-09-22
1
-29
/
+33
*
GVN-hoist: fix typo
Sebastian Pop
2016-09-22
1
-1
/
+1
*
GVN-hoist: only hoist relevant scalar instructions
Sebastian Pop
2016-09-22
1
-0
/
+4
*
IR: Remove Value::intersectOptionalDataWith, replace all calls with calls to ...
Peter Collingbourne
2016-09-07
1
-2
/
+2
*
GVN-hoist: invalidate MD cache (PR29144)
Sebastian Pop
2016-08-27
1
-0
/
+2
*
GVN-hoist: fix hoistingFromAllPaths for loops (PR29034)
Sebastian Pop
2016-08-25
1
-31
/
+46
*
GVNHoist: Use the pass version of MemorySSA and preserve it.
Daniel Berlin
2016-08-23
1
-9
/
+12
*
Test commit
Aditya Kumar
2016-08-13
1
-2
/
+4
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-2
/
+1
*
Fix PR 28933
Daniel Berlin
2016-08-11
1
-5
/
+11
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
GVN-hoist: fix early exit logic
Sebastian Pop
2016-08-04
1
-4
/
+11
*
GVNHoist: Don't hoist convergent calls
Matt Arsenault
2016-08-04
1
-0
/
+4
*
GVN-hoist: limit the length of dependent instructions
Sebastian Pop
2016-08-03
1
-0
/
+10
*
GVN-hoist: compute DFS numbers once
Sebastian Pop
2016-08-03
1
-12
/
+22
*
GVN-hoist: compute MSSA once per function (PR28670)
Sebastian Pop
2016-08-03
1
-12
/
+49
*
[GVNHoist] Fix typo in assert.
George Burgess IV
2016-07-27
1
-1
/
+1
*
GVN-hoist: improve code generation for recursive GEPs
Sebastian Pop
2016-07-27
1
-42
/
+82
*
GVN-hoist: use DFS numbers instead of walking the instruction stream
Sebastian Pop
2016-07-27
1
-10
/
+3
*
GVN-hoist: use a DFS numbering of instructions (PR28670)
Sebastian Pop
2016-07-26
1
-31
/
+26
*
GVN-hoist: limit hoisting depth (PR28670)
Sebastian Pop
2016-07-26
1
-0
/
+11
*
Revert NewGVN N^2 behavior patch
Daniel Berlin
2016-07-25
1
-22
/
+19
*
NFC: Make a few asserts in GVNHoist do the same thing, but cheaper.
Daniel Berlin
2016-07-25
1
-4
/
+8
*
Fix N^2 instruction ordering comparisons in GVNHoist.
Daniel Berlin
2016-07-25
1
-19
/
+18
*
NFC: Refactor GVNHoist class so not everything is public
Daniel Berlin
2016-07-25
1
-37
/
+36
*
[GVNHoist] Merge metadata on hoisted instructions less conservatively
David Majnemer
2016-07-25
1
-7
/
+17
*
[GVNHoist] Properly merge alignments when hoisting
David Majnemer
2016-07-25
1
-4
/
+14
*
GVN-hoist: move check before mutating the IR
Sebastian Pop
2016-07-22
1
-6
/
+8
*
GVN-hoist: add missing check for all GEP operands available
Sebastian Pop
2016-07-21
1
-0
/
+3
*
GVH-hoist: only clone GEPs (PR28606)
Sebastian Pop
2016-07-21
1
-14
/
+7
*
[GVNHoist] Preserve optimization hints which agree
David Majnemer
2016-07-21
1
-3
/
+17
*
[GVNHoist] Don't wrongly preserve TBAA
David Majnemer
2016-07-21
1
-0
/
+12
*
[GVNHoist] Don't hoist PHI nodes
David Majnemer
2016-07-20
1
-4
/
+8
*
Make GVN Hoisting obey optnone/bisect.
Paul Robinson
2016-07-19
1
-0
/
+2
*
[GVNHoist] Remove a home-grown version of replaceUsesOfWith
David Majnemer
2016-07-18
1
-15
/
+2
*
Fix -Wmicrosoft-enum-value in GVNHoist.cpp
Reid Kleckner
2016-07-18
1
-1
/
+1
*
[GVNHoist] Change the key for VNtoInsns to a pair
David Majnemer
2016-07-18
1
-9
/
+13
*
[GVNHoist] Sink HoistedCtr into GVNHoist
David Majnemer
2016-07-18
1
-3
/
+3
*
[GVNHoist] Some small cleanups
David Majnemer
2016-07-18
1
-26
/
+22
*
code hoisting pass based on GVN
Sebastian Pop
2016-07-15
1
-0
/
+823
*
Revert r275401, it caused PR28551.
Nico Weber
2016-07-14
1
-820
/
+0
*
code hoisting pass based on GVN
Sebastian Pop
2016-07-14
1
-0
/
+820
*
Revert "code hoisting pass based on GVN"
Duncan P. N. Exon Smith
2016-07-01
1
-740
/
+0
*
code hoisting pass based on GVN
Sebastian Pop
2016-07-01
1
-0
/
+740
[prev]