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
/
IPO
/
HotColdSplitting.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ProfileSummary] Standardize methods and fix comment
Vedant Kumar
2018-11-19
1
-2
/
+2
*
[HotColdSplitting] Use TTI to inform outlining threshold
Vedant Kumar
2018-11-04
1
-18
/
+26
*
[HotColdSplitting] Allow outlining single-block cold regions
Vedant Kumar
2018-10-29
1
-3
/
+20
*
[HotColdSplitting] Identify larger cold regions using domtree queries
Vedant Kumar
2018-10-24
1
-185
/
+168
*
[hot-cold-split] Name split functions with ".cold" suffix
Teresa Johnson
2018-10-24
1
-7
/
+9
*
[HotColdSplitting] Attach MinSize to outlined code
Vedant Kumar
2018-10-23
1
-0
/
+7
*
[hot-cold-split] Add opt remark on success
Teresa Johnson
2018-10-22
1
-0
/
+8
*
Change a TerminatorInst* to an Instruction* in HotColdSplitting.cpp.
Lang Hames
2018-10-15
1
-1
/
+1
*
[hot-cold-split] fix static analysis of cold regions
Sebastian Pop
2018-10-15
1
-7
/
+41
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-1
/
+1
*
Improve static analysis of cold basic blocks
Aditya Kumar
2018-10-03
1
-1
/
+14
*
Add support for new pass manager
Aditya Kumar
2018-10-03
1
-0
/
+33
*
HotColdSplit: fix invalid SSA due to outlining
Sebastian Pop
2018-09-14
1
-15
/
+16
*
HotColdSplit: fix isSingleEntrySingleExit
Sebastian Pop
2018-09-14
1
-10
/
+6
*
HotColdSplit: add back propagation to extend cold regions
Sebastian Pop
2018-09-14
1
-18
/
+64
*
HotColdSplitting: check that target supports cold calling convention
Sebastian Pop
2018-09-10
1
-4
/
+13
*
Hot cold splitting pass
Aditya Kumar
2018-09-07
1
-0
/
+370