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
/
LICM.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LICM] Extract a helper function for readability [NFC]
Philip Reames
2018-08-06
1
-8
/
+12
*
[LICM] Remove unneccessary safety check to increase sinking effectiveness
Philip Reames
2018-08-03
1
-8
/
+1
*
[LICM] Factor out fault legality from canHoistOrSinkInst [NFC]
Philip Reames
2018-08-02
1
-17
/
+15
*
[LICM] hoisting/sinking legality - bail early for unsupported instructions
Philip Reames
2018-08-02
1
-8
/
+19
*
Remove trailing space
Fangrui Song
2018-07-30
1
-4
/
+4
*
Replace "Replacable" with "Replaceable". [NFC]
Alina Sbirlea
2018-07-02
1
-13
/
+13
*
Fix invariant fdiv hoisting in LICM
Stanislav Mekhanoshin
2018-06-23
1
-14
/
+14
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
[LICM] Preserve DT and LoopInfo specifically
Jun Bum Lim
2018-05-24
1
-2
/
+6
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-7
/
+8
*
[LICM] Compute a must execute property for the prefix of the header as we go
Philip Reames
2018-05-04
1
-3
/
+14
*
[LICM] Reduce nesting with an early return [NFC]
Philip Reames
2018-04-27
1
-48
/
+50
*
Fix a bunch of typoes. NFC
Fangrui Song
2018-03-30
1
-1
/
+1
*
Fix a block copying problem in LICM
Andrew Kaylor
2018-03-23
1
-2
/
+8
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[LICM] Salvage DI from dying Instructions
Anastasis Grammenos
2018-03-18
1
-0
/
+1
*
Test Commit NFC. Updated comment
Anna Thomas
2018-03-13
1
-1
/
+1
*
Move llvm::computeLoopSafetyInfo from LICM.cpp to LoopUtils.cpp. NFC
David Green
2018-02-14
1
-37
/
+0
*
[LICM] update BlockColors after splitting predecessors
Jun Bum Lim
2018-02-12
1
-8
/
+23
*
Re-commit : [LICM] Allow sinking when foldable in loop
Jun Bum Lim
2017-12-15
1
-29
/
+79
*
Revert "Re-commit : [LICM] Allow sinking when foldable in loop"
Jun Bum Lim
2017-12-15
1
-78
/
+29
*
Re-commit : [LICM] Allow sinking when foldable in loop
Jun Bum Lim
2017-12-15
1
-29
/
+78
*
Revert "[LICM] Allow sinking when foldable in loop"
Jun Bum Lim
2017-12-15
1
-78
/
+29
*
[LICM] Allow sinking when foldable in loop
Jun Bum Lim
2017-12-15
1
-29
/
+78
*
Add MemorySSA as loop dependency, disabled by default [NFC].
Alina Sbirlea
2017-11-21
1
-4
/
+12
*
[LICM] Fix PR35342
Jun Bum Lim
2017-11-17
1
-1
/
+1
*
[LICM] sink through non-trivially replicable PHI
Jun Bum Lim
2017-11-03
1
-56
/
+140
*
[LICM] Restructure implicit exit handling to be more clear [NFCI]
Philip Reames
2017-10-26
1
-27
/
+34
*
[NFC] Convert OptimizationRemarkEmitter old emit() calls to new closure
Vivek Pandya
2017-10-11
1
-15
/
+25
*
[LICM] Disallow sinking of unordered atomic loads into loops
Max Kazantsev
2017-10-11
1
-4
/
+10
*
Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*
Adam Nemet
2017-10-09
1
-1
/
+1
*
Refactor collectChildrenInLoop to LoopUtils [NFC]
Alina Sbirlea
2017-09-15
1
-23
/
+0
*
Make promoteLoopAccessesToScalars independent of AliasSet [NFC]
Alina Sbirlea
2017-09-12
1
-47
/
+52
*
[LICM] Make sinkRegion and hoistRegion non-recursive
David Majnemer
2017-07-20
1
-96
/
+113
*
[IR] Prefer use_empty() to !hasNUsesOrMore(1) for clarity.
Davide Italiano
2017-05-16
1
-1
/
+1
*
Revert "Compute safety information in a much finer granularity."
Evgeniy Stepanov
2017-04-24
1
-11
/
+21
*
Compute safety information in a much finer granularity.
Xin Tong
2017-04-24
1
-21
/
+11
*
[LICM] Hoist fp division from the loops and replace by a reciprocal
Hal Finkel
2017-04-11
1
-0
/
+23
*
Make default value for disable-licm-promotion in licm explicit.
Xin Tong
2017-02-21
1
-1
/
+2
*
Correct a typo, s/hosting/hoisting/
Brian Cain
2017-02-14
1
-1
/
+1
*
[LICM] Make store promotion work in the face of unordered atomics
Philip Reames
2017-02-14
1
-5
/
+27
*
[LICM] Hoist loads that are dominated by invariant.start intrinsic, and are i...
Anna Thomas
2017-02-02
1
-0
/
+62
*
[LICM] When we are recomputing the alias sets for a subloop, we cannot
Chandler Carruth
2017-01-27
1
-3
/
+0
*
Improve what can be promoted in LICM.
Xin Tong
2017-01-19
1
-6
/
+31
*
Skip loop header while we can when computing loop safety info
Xin Tong
2017-01-18
1
-1
/
+4
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
1
-3
/
+3
*
[PM] Separate the LoopAnalysisManager from the LoopPassManager and move
Chandler Carruth
2017-01-11
1
-1
/
+1
*
[PM] Rewrite the loop pass manager to use a worklist and augmented run
Chandler Carruth
2017-01-11
1
-11
/
+8
*
[LICM] Report failing to hoist conditionally-executed loads
Adam Nemet
2017-01-11
1
-6
/
+20
*
[LICM] Report failing to hoist a load with an invariant address
Adam Nemet
2017-01-11
1
-4
/
+15
[next]