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
/
Analysis
/
IndirectCallPromotionAnalysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
1
-0
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CallSite removal] Port `IndirectCallSiteVisitor` to use `CallBase` and
Chandler Carruth
2019-01-07
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-5
/
+5
*
Remove redundant includes from lib/Analysis.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
Make ICP uses PSI to check for hotness.
Dehao Chen
2017-08-08
1
-10
/
+1
*
Changing the default MaxNumPromotions from 2 to 3.
Dehao Chen
2017-07-28
1
-1
/
+1
*
Separate the ICP total threshold and remaining threshold.
Dehao Chen
2017-07-28
1
-12
/
+20
*
[PGO] Adjust indirect call promotion threshold
Teresa Johnson
2017-06-01
1
-1
/
+1
*
Remove another unused variable from r275216
Teresa Johnson
2016-07-12
1
-2
/
+1
*
Refactor indirect call promotion profitability analysis (NFC)
Teresa Johnson
2016-07-12
1
-0
/
+110