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
*
Add Loop Sink pass to reverse the LICM based of basic block frequency.
Dehao Chen
2016-10-27
1
-14
/
+3
*
Refactor LICM pass in preparation for LoopSink pass.
Dehao Chen
2016-10-03
1
-8
/
+17
*
revert r280429 and r280425:
Dehao Chen
2016-09-02
1
-22
/
+24
*
Refactor LICM to expose canSinkOrHoistInst to LoopSink pass.
Dehao Chen
2016-09-01
1
-7
/
+3
*
Refactor LICM pass in preparation for LoopSink pass.
Dehao Chen
2016-09-01
1
-21
/
+23
*
Fix typos /NFC
Xinliang David Li
2016-08-11
1
-2
/
+2
*
Consistently use LoopAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
Don't remove side effecting instructions due to ConstantFoldInstruction
David Majnemer
2016-07-22
1
-2
/
+4
*
New pass manager for LICM.
Dehao Chen
2016-07-12
1
-65
/
+99
*
Revert "New pass manager for LICM."
Vitaly Buka
2016-07-12
1
-98
/
+64
*
New pass manager for LICM.
Dehao Chen
2016-07-11
1
-64
/
+98
*
Remove dead TLI arg of isKnownNonNull and propagate deadness. NFC.
Sean Silva
2016-07-02
1
-8
/
+5
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-2
/
+2
*
[LICM] Avoid repeating expensive call while promoting loads. NFC
Anna Thomas
2016-06-24
1
-3
/
+4
*
[LICM] Make isGuaranteedToExecute more accurate.
Eli Friedman
2016-06-11
1
-2
/
+2
*
Move isGuaranteedToExecute out of LICM.
Evgeniy Stepanov
2016-06-10
1
-59
/
+18
*
LICM: Don't sink stores out of loops that may throw.
Eli Friedman
2016-06-05
1
-0
/
+10
*
Apply clang-tidy's misc-move-constructor-init throughout LLVM.
Benjamin Kramer
2016-05-27
1
-1
/
+2
*
clang-format some files in preparation of coming patch reviews.
Dehao Chen
2016-05-05
1
-203
/
+197
*
[LICM] Kill SCEV loop dispositions if needed
Sanjoy Das
2016-05-03
1
-0
/
+4
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
*
Fix the build
Philip Reames
2016-03-09
1
-0
/
+1
*
[LICM] Store promotion when memory is thread local
Philip Reames
2016-03-09
1
-11
/
+56
*
[LICM] Teach LICM how to handle cases where the alias set tracker was
Chandler Carruth
2016-02-27
1
-20
/
+32
*
[LPM] Factor all of the loop analysis usage updates into a common helper
Chandler Carruth
2016-02-19
1
-21
/
+2
*
Tweak the LICM code to reuse the first sub-loop instead of creating a new one
Roman Gareev
2016-02-15
1
-14
/
+32
*
[LICM] Keep metadata on control equivalent hoists
Sanjoy Das
2016-01-28
1
-7
/
+18
*
move return variable declarations down to where they are actually used; NFCI
Sanjay Patel
2016-01-13
1
-11
/
+10
*
rangify; NFCI
Sanjay Patel
2016-01-08
1
-20
/
+12
*
variable names start with an upper case letter; NFC
Sanjay Patel
2016-01-08
1
-7
/
+7
*
[LICM] Fix a small oversight introduced in r256763
David Majnemer
2016-01-04
1
-6
/
+6
*
[LICM] Don't insert instructions after a catchswitch when performing loop pro...
David Majnemer
2016-01-04
1
-9
/
+15
*
[LICM] Make instruction sinking funclet-aware
David Majnemer
2016-01-04
1
-16
/
+75
*
Revert "Revert "Strip metadata when speculatively hoisting instructions (r252...
Igor Laevsky
2015-11-18
1
-0
/
+4
*
Revert "Strip metadata when speculatively hoisting instructions"
Renato Golin
2015-11-10
1
-4
/
+0
*
Strip metadata when speculatively hoisting instructions
Igor Laevsky
2015-11-10
1
-0
/
+4
*
Scalar: Remove remaining ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-13
1
-5
/
+5
*
[LICM] Hoist calls to readonly argmemonly functions even with stores in the loop
Philip Reames
2015-09-21
1
-0
/
+11
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-4
/
+13
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-5
/
+6
*
Test Commit.
Ashutosh Nema
2015-08-13
1
-1
/
+1
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-2
/
+2
*
[PM/AA] Simplify the AliasAnalysis interface by removing a wrapper
Chandler Carruth
2015-08-06
1
-1
/
+1
*
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
Chandler Carruth
2015-07-22
1
-2
/
+2
*
[LICM] Don't try to sink values out of loops without any exits
David Majnemer
2015-07-12
1
-1
/
+12
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
[LICM] Sinking doesn't involve the preheader
Philip Reames
2015-05-22
1
-5
/
+11
[next]