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
*
Re-enable "[NFC] Unify guards detection"
Max Kazantsev
2018-08-30
1
-1
/
+2
*
Add a todo and tests to Address a review commnt from D50925 [NFC]
Philip Reames
2018-08-29
1
-1
/
+3
*
[LICM] Hoist stores of invariant values to invariant addresses out of loops
Philip Reames
2018-08-29
1
-3
/
+23
*
Revert r340921 "[NFC] Unify guards detection"
Hans Wennborg
2018-08-29
1
-2
/
+1
*
[NFC] Unify guards detection
Max Kazantsev
2018-08-29
1
-1
/
+2
*
[AST] Simplify code minorly using pattern match [NFC]
Philip Reames
2018-08-24
1
-8
/
+4
*
[LICM] Hoist an invariant_start out of loops if there are no stores executed ...
Philip Reames
2018-08-24
1
-1
/
+3
*
Update MemorySSA in BasicBlockUtils.
Alina Sbirlea
2018-08-21
1
-1
/
+1
*
[LICM] Refactor some AliasSetTracker code to get rid of new/deletes. NFC
Marcello Maggioni
2018-08-21
1
-43
/
+33
*
[AST] Remove notion of volatile from alias sets [NFCI]
Philip Reames
2018-08-21
1
-3
/
+1
*
[LICM] Hoist guards with invariant conditions
Max Kazantsev
2018-08-21
1
-0
/
+17
*
[LICM] Add a diagnostic analysis for identifying alias information
Anna Thomas
2018-08-17
1
-14
/
+69
*
[LICM][NFC] Restructure pointer invalidation API in terms of MemoryLocation
Philip Reames
2018-08-16
1
-19
/
+10
*
[NFC] Remove const modifier to allow further development in LICM
Max Kazantsev
2018-08-16
1
-3
/
+2
*
[NFC] Refactoring of LoopSafetyInfo, step 1
Max Kazantsev
2018-08-15
1
-2
/
+2
*
[NFC][LICM] Make hoist method void
Max Kazantsev
2018-08-15
1
-4
/
+4
*
[LICM] Hoist assumes out of loops
Philip Reames
2018-08-10
1
-0
/
+9
*
[LICM] Suppress a compiler warning noticed by one of the bots
Philip Reames
2018-08-09
1
-0
/
+1
*
[LICM] hoist fences out of loops w/o memory operations
Philip Reames
2018-08-09
1
-0
/
+15
*
[LICM] Add an assert to ensure all instruction types needing aliasing are han...
Philip Reames
2018-08-09
1
-0
/
+2
*
[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
[next]