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
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[GVNHoist] Mark GlobalsAA as preserved by GVNHoist.
Nikolai Bozhenov
2017-04-18
1
-0
/
+3
*
MemorySSA: Move to Analysis, from Transforms/Utils. It's used as
Daniel Berlin
2017-04-11
1
-2
/
+2
*
[GVNHoist] Call isGuaranteedToTransferExecutionToSuccessor on each instruction
Geoff Berry
2017-04-10
1
-17
/
+55
*
Move defClobbersUseOrDef to being a protected member of a class since we don'...
Daniel Berlin
2017-03-02
1
-2
/
+2
*
[GVNHoist] Don't hoist unsafe scalars at -Oz (PR31729)
Hans Wennborg
2017-03-01
1
-22
/
+8
*
Move updating functions to MemorySSAUpdater.
Daniel Berlin
2017-02-22
1
-9
/
+13
*
Revert "[GVNHoist] Merge DebugLoc metadata on hoisted instructions"
Reid Kleckner
2017-02-07
1
-7
/
+0
*
[GVNHoist] Merge DebugLoc metadata on hoisted instructions
Taewook Oh
2017-02-06
1
-0
/
+7
*
[GVNHoist] Invalidate MemDep when an instruction is moved.
Eli Friedman
2016-12-07
1
-0
/
+1
*
[GVNHoist] Rename variables.
Aditya Kumar
2016-11-29
1
-14
/
+16
*
[GVNHoist] Enable aggressive hoisting when optimizing for code-size
Aditya Kumar
2016-11-29
1
-5
/
+13
*
[MemorySSA] Tighten up types to make our API prettier. NFC.
George Burgess IV
2016-11-01
1
-4
/
+3
*
commit back "GVN-hoist: fix store past load dependence analysis (PR30216, PR3...
Sebastian Pop
2016-10-13
1
-41
/
+48
*
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
[next]