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
/
LoopSink.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merging r340900:
Hans Wennborg
2018-08-30
1
-0
/
+8
*
[LoopSink] Make the enforcement of determinism deterministic.
Benjamin Kramer
2018-07-06
1
-4
/
+6
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-3
/
+3
*
[Transforms] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-4
/
+4
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
Add hasProfileData() to check if a function has profile data. NFC.
Easwaran Raman
2017-12-22
1
-1
/
+1
*
[PM] Port LoopSink to the new pass manager.
Chandler Carruth
2017-01-20
1
-0
/
+37
*
[LoopSink] Trivial comment cleanup.
Chandler Carruth
2017-01-20
1
-1
/
+2
*
[PM] Separate the LoopAnalysisManager from the LoopPassManager and move
Chandler Carruth
2017-01-11
1
-1
/
+1
*
Add an assert for hasLoopInvariantOperands
Xin Tong
2017-01-10
1
-0
/
+3
*
Remove a unnecessary hasLoopInvariantOperands check in loop sink.
Xin Tong
2017-01-05
1
-2
/
+1
*
Enable Loop Sink pass for functions that has profile.
Dehao Chen
2016-11-09
1
-0
/
+5
*
Add Loop Sink pass to reverse the LICM based of basic block frequency.
Dehao Chen
2016-10-27
1
-0
/
+328