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
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-1
/
+2
*
[IR] Value: add replaceUsesWithIf() utility
Roman Lebedev
2019-08-01
1
-6
/
+3
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-4
/
+3
*
[LICM & MemorySSA] Make limit flags pass tuning options.
Alina Sbirlea
2019-04-19
1
-1
/
+1
*
[LICM&MSSA] Limit store hoisting.
Alina Sbirlea
2019-02-11
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Use MemorySSA in LICM to do sinking and hoisting.
Alina Sbirlea
2019-01-10
1
-1
/
+1
*
[LoopSink] Add preheader to alias set
Guozhi Wei
2018-11-20
1
-0
/
+1
*
[LoopSink] Do not sink instructions into non-cold blocks
Mandeep Singh Grang
2018-11-07
1
-0
/
+7
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-5
/
+3
*
LoopSink: Don't sink into blocks without an insertion point (PR38462)
Hans Wennborg
2018-08-29
1
-0
/
+8
*
[LICM] Factor out fault legality from canHoistOrSinkInst [NFC]
Philip Reames
2018-08-02
1
-1
/
+1
*
[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