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
/
LICM
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[LICM] Support hosting of dynamic allocas out of loops"
Philip Reames
2020-02-26
1
-168
/
+0
*
Filter callbr insts from critical edge splitting
Bill Wendling
2020-02-21
1
-0
/
+18
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
1
-1
/
+1
*
[ValueTracking] Allow context-sensitive nullness check for non-pointers
Johannes Doerfert
2019-12-09
1
-3
/
+1
*
[TTI] Fix cast cost on vector types.
Michael Liao
2019-11-13
2
-0
/
+23
*
Revert 57dd4b0 "[ValueTracking] Allow context-sensitive nullness check for no...
Hans Wennborg
2019-11-13
1
-1
/
+3
*
[LICM] Support hosting of dynamic allocas out of loops
Philip Reames
2019-11-08
1
-0
/
+168
*
[LICM] Hoisting of widenable conditions out of loops
Philip Reames
2019-11-08
1
-7
/
+42
*
[ValueTracking] Allow context-sensitive nullness check for non-pointers
Johannes Doerfert
2019-10-31
1
-3
/
+1
*
[MemorySSA] Don't hoist stores if interfering uses (as calls) exist.
Alina Sbirlea
2019-10-03
1
-1
/
+1
*
Revert "[LoopInfo] Limit the iterations to check whether a loop has dedicated
Wei Mi
2019-09-27
1
-102
/
+0
*
[LoopInfo] Limit the iterations to check whether a loop has dedicated exits
Wei Mi
2019-09-26
1
-0
/
+102
*
[LICM/AST] Check if the AliasAny set is removed from the tracker.
Alina Sbirlea
2019-09-12
1
-0
/
+27
*
Cleanup test.
Alina Sbirlea
2019-09-06
1
-2
/
+1
*
[AliasSetTracker] Correct AAInfo check.
Alina Sbirlea
2019-09-05
1
-0
/
+71
*
[LoopPassManager + MemorySSA] Only enable use of MemorySSA for LPMs known to ...
Alina Sbirlea
2019-08-21
8
-16
/
+57
*
Revert '[LICM] Make Loop ICM profile aware' and 'Fix pass dependency for LICM'
David L. Jones
2019-08-14
1
-8
/
+2
*
[LICM] Make Loop ICM profile aware
Wenlei He
2019-08-11
1
-2
/
+8
*
[LICM] Support unary FNeg in LICM
Cameron McInally
2019-08-08
1
-2
/
+1
*
Add llvm.licm.disable metadata
Tim Corringham
2019-08-08
1
-0
/
+33
*
[NFC][LICM] Pre-commit test for unary FNeg support in LICM.
Cameron McInally
2019-08-07
1
-0
/
+23
*
IR: print value numbers for unnamed function arguments
Tim Northover
2019-08-03
1
-2
/
+2
*
Add, and infer, a nofree function attribute
Brian Homerding
2019-07-08
1
-1
/
+1
*
[LICM & MSSA] Limit unsafe sinking and hoisting.
Alina Sbirlea
2019-06-20
1
-2
/
+5
*
[LICM] Allow AliasSetMap to contain top-level loops.
Florian Hahn
2019-05-14
1
-0
/
+46
*
Revert "[ValueTracking] Improve isKnowNonZero for Ints"
Nikita Popov
2019-05-08
1
-1
/
+3
*
[ValueTracking] Improve isKnowNonZero for Ints
Dan Robertson
2019-05-08
1
-3
/
+1
*
[LICM] auto-generate complete test checks; NFC
Sanjay Patel
2019-05-03
1
-3
/
+27
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
92
-0
/
+11372
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
92
-11372
/
+0
*
[LICM & MemorySSA] Don't sink/hoist stores in the presence of ordered loads.
Alina Sbirlea
2019-03-20
1
-2
/
+1
*
[LICM] Infer proper alignment from loads during scalar promotion
Philip Reames
2019-03-01
2
-12
/
+10
*
[Tests] Strengthen LICM test corpus to show alignment striping. (part 2)
Philip Reames
2019-02-28
1
-0
/
+31
*
[Tests] Strengthen LICM test corpus to show alignment striping
Philip Reames
2019-02-28
2
-0
/
+30
*
[TEST] Update test comments, refactor checks with update_test_checks.py
Max Kazantsev
2019-02-15
1
-90
/
+216
*
[LICM&MSSA] Limit store hoisting.
Alina Sbirlea
2019-02-11
1
-4
/
+38
*
[MemorySSA +LICM CFHoist] Solve PR40317.
Alina Sbirlea
2019-01-24
1
-0
/
+62
*
Use MemorySSA in LICM to do sinking and hoisting.
Alina Sbirlea
2019-01-10
14
-44
/
+96
*
[LICM] Adjust how moving the re-hoist point works
John Brawn
2019-01-04
1
-0
/
+164
*
Introduce llvm.experimental.widenable_condition intrinsic
Max Kazantsev
2018-12-07
1
-0
/
+82
*
[LICM] Reapply r347776 "Make LICM able to hoist phis" with fix
John Brawn
2018-11-29
1
-0
/
+1351
*
Revert "[LICM] Enable control flow hoisting by default" and "[LICM] Reapply r...
Martin Storsjo
2018-11-29
1
-1351
/
+0
*
[LICM] Enable control flow hoisting by default
John Brawn
2018-11-28
1
-2
/
+2
*
[LICM] Reapply r347190 "Make LICM able to hoist phis" with fix
John Brawn
2018-11-28
1
-0
/
+1351
*
[LoopSink] Add preheader to alias set
Guozhi Wei
2018-11-20
1
-0
/
+37
*
Revert "[LICM] Make LICM able to hoist phis"
Benjamin Kramer
2018-11-19
1
-1164
/
+0
*
[LICM] Make LICM able to hoist phis
John Brawn
2018-11-19
1
-0
/
+1164
*
[LICM] Hoist guards from non-header blocks
Max Kazantsev
2018-11-12
1
-2
/
+150
*
[LoopSink] Do not sink instructions into non-cold blocks
Mandeep Singh Grang
2018-11-07
1
-0
/
+112
*
[LICM] Use ICFLoopSafetyInfo in LICM
Max Kazantsev
2018-11-06
4
-5
/
+198
[next]