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
*
HotColdSplitting: Do not outline within noreturn functions
Vedant Kumar
2019-12-19
1
-0
/
+5
*
Place the "cold" code piece into the same section as the original function
Bill Wendling
2019-12-02
1
-0
/
+3
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
1
-0
/
+1
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-1
/
+2
*
[CodeExtractor] Factor out and reuse shrinkwrap analysis
Vedant Kumar
2019-10-08
1
-12
/
+14
*
Invalidate assumption cache before outlining.
Aditya Kumar
2019-10-04
1
-5
/
+0
*
[NFC] Move hot cold splitting class to header file
Aditya Kumar
2019-09-28
1
-31
/
+0
*
HotColdSplitting: invalidate the AssumptionCache on split
Saleem Abdulrasool
2019-09-23
1
-0
/
+5
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-2
/
+2
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-2
/
+2
*
[IR] Create new method in `Function` class (NFC)
Evandro Menezes
2019-04-03
1
-2
/
+2
*
[PGO] Context sensitive PGO (part 2)
Rong Xu
2019-02-28
1
-1
/
+1
*
[HotColdSplit] Disable splitting for sanitized functions
Vedant Kumar
2019-02-26
1
-2
/
+9
*
[CodeExtractor] Update function's assumption cache after extracting blocks fr...
Sergey Dmitriev
2019-02-08
1
-12
/
+21
*
[HotColdSplit] With PGO add profile entry metadata to split cold function
Teresa Johnson
2019-02-07
1
-2
/
+11
*
[HotColdSplit] Do not split out `resume` instructions
Vedant Kumar
2019-02-05
1
-2
/
+6
*
[HotColdSplit] Introduce a cost model to control splitting behavior
Vedant Kumar
2019-01-25
1
-36
/
+91
*
[HotColdSplit] Describe the pass in more detail, NFC
Vedant Kumar
2019-01-25
1
-5
/
+18
*
[HotColdSplit] Split more aggressively before/after cold invokes
Vedant Kumar
2019-01-25
1
-39
/
+55
*
Revert "[HotColdSplitting] Get DT and PDT from the pass manager."
Florian Hahn
2019-01-24
1
-32
/
+9
*
[HotColdSplitting] Get DT and PDT from the pass manager.
Florian Hahn
2019-01-24
1
-9
/
+32
*
[HotColdSplitting] Remove unused SSAUpdater.h include (NFC).
Florian Hahn
2019-01-23
1
-1
/
+0
*
[HotColdSplit] Calculate BFI lazily to reduce compile-time, NFC
Vedant Kumar
2019-01-22
1
-5
/
+12
*
[HotColdSplit] Calculate domtrees lazily to reduce compile-time, NFC
Vedant Kumar
2019-01-22
1
-25
/
+21
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[HotColdSplit] Mark inherently cold functions as such
Vedant Kumar
2019-01-19
1
-20
/
+39
*
[HotColdSplit] Remove a set which tracked split functions (NFC)
Vedant Kumar
2019-01-19
1
-8
/
+3
*
[HotColdSplit] Allow outlining with live outputs
Vedant Kumar
2019-01-17
1
-10
/
+0
*
[HotColdSplit] Consider resume instructions to be cold
Vedant Kumar
2019-01-17
1
-1
/
+1
*
[HotColdSplit] Relax requirement that the cold sink block be extractable
Vedant Kumar
2019-01-17
1
-5
/
+2
*
[HotColdSplit] Simplify tests by lowering their splitting thresholds
Vedant Kumar
2019-01-17
1
-4
/
+9
*
Give helper classes/functions local linkage. NFC.
Benjamin Kramer
2019-01-12
1
-0
/
+2
*
[HotColdSplitting] Disable outlining landingpad instructions (PR39917)
Vedant Kumar
2018-12-11
1
-1
/
+1
*
[HotColdSplitting] Refine definition of unlikelyExecuted
Vedant Kumar
2018-12-07
1
-24
/
+16
*
[HotColdSplitting] Outline more than once per function
Vedant Kumar
2018-12-07
1
-165
/
+287
*
[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
[next]