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
/
Instrumentation
/
IndirectCallPromotion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Change some dyn_cast to more apropriate isa. NFC
Fangrui Song
2019-04-05
1
-2
/
+2
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-1
/
+1
*
[IR] Create new method in `Function` class (NFC)
Evandro Menezes
2019-04-03
1
-3
/
+1
*
[SamplePGO] Minor efficiency improvement in samplePGO ICP
Teresa Johnson
2019-02-05
1
-3
/
+3
*
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
-3
/
+3
*
[ProfileSummary] Standardize methods and fix comment
Vedant Kumar
2018-11-19
1
-1
/
+1
*
[PGO] add target md5sum in warning message for icall
Xinliang David Li
2018-08-24
1
-1
/
+2
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-14
/
+14
*
Fix Layering, move instrumentation transform headers into Instrumentation sub...
David Blaikie
2018-03-23
1
-1
/
+1
*
[PGO] Make indirect call promotion a utility
Matthew Simpson
2017-12-06
1
-313
/
+10
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-21
1
-13
/
+21
*
[NFC] Convert OptimizationRemarkEmitter old emit() calls to new closure
Vivek Pandya
2017-10-11
1
-14
/
+26
*
Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*
Adam Nemet
2017-10-09
1
-1
/
+1
*
Directly return promoted direct call instead of rely on stripPointerCast.
Dehao Chen
2017-10-06
1
-8
/
+13
*
Add null check for promoted direct call
Dehao Chen
2017-08-29
1
-2
/
+2
*
Create PHI node for the return value only when the return value has uses.
Taewook Oh
2017-08-28
1
-0
/
+3
*
Add missing dependency in ICP. (NFC)
Dehao Chen
2017-08-14
1
-4
/
+9
*
Make ICP uses PSI to check for hotness.
Dehao Chen
2017-08-08
1
-8
/
+20
*
[ICP] Migrate to OptimizationRemarkEmitter
Adam Nemet
2017-07-27
1
-35
/
+53
*
[ProfileData] PR33517: Check for failure of symtab creation
Vedant Kumar
2017-06-20
1
-1
/
+6
*
Split PGO memory intrinsic optimization into its own source file
Teresa Johnson
2017-06-15
1
-361
/
+0
*
[PGO] Update VP metadata after memory intrinsic optimization
Teresa Johnson
2017-06-13
1
-0
/
+8
*
Fix spelling error in command line option description. NFC
Craig Topper
2017-05-05
1
-2
/
+2
*
Memory intrinsic value profile optimization: Avoid divide by 0
Teresa Johnson
2017-04-28
1
-0
/
+4
*
Memory intrinsic value profile optimization: Improve debug output (NFC)
Teresa Johnson
2017-04-27
1
-9
/
+11
*
Update profile during memory instrinsic optimization
Teresa Johnson
2017-04-24
1
-1
/
+3
*
[PGO] Preserve GlobalsAA in pgo-memop-opt pass.
Rong Xu
2017-04-06
1
-1
/
+5
*
[PGO] Memory intrinsic calls optimization based on profiled size
Rong Xu
2017-04-04
1
-1
/
+345
*
Add call branch annotation for ICP promoted direct call in SamplePGO mode.
Dehao Chen
2017-02-23
1
-14
/
+42
*
[ICP] Fix bool conversion warning and actually write out the reason instead o...
Benjamin Kramer
2017-01-30
1
-1
/
+1
*
Expose isLegalToPromot as a global helper function so that SamplePGO pass can...
Dehao Chen
2017-01-30
1
-46
/
+36
*
Makes promoteIndirectCall an external function.
Dehao Chen
2017-01-23
1
-17
/
+7
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+1
*
Fix some Clang-tidy modernize and Include What You Use warnings.
Eugene Zelenko
2016-08-11
1
-12
/
+22
*
Consistently use ModuleAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
Address review comments.
Teresa Johnson
2016-07-17
1
-0
/
+8
*
Refactor indirect call promotion profitability analysis (NFC)
Teresa Johnson
2016-07-17
1
-8
/
+0
*
Remove unused variable to fix bot failure from r275216
Teresa Johnson
2016-07-12
1
-2
/
+1
*
Refactor indirect call promotion profitability analysis (NFC)
Teresa Johnson
2016-07-12
1
-61
/
+21
*
make icall pass name consistent /NFC
Xinliang David Li
2016-06-02
1
-3
/
+3
*
minor cleanup /NFC
Xinliang David Li
2016-05-17
1
-4
/
+2
*
[PM] Port indirect call promotion pass to new pass manager
Xinliang David Li
2016-05-16
1
-0
/
+9
*
Move helper classes into anonymous namespaces. NFC.
Benjamin Kramer
2016-05-15
1
-0
/
+2
*
Rename pass name to prepare to new PM porting /NFC
Xinliang David Li
2016-05-15
1
-8
/
+10
*
[IndirectCallPromotion] Remove duplicate comment. NFC
Adam Nemet
2016-05-09
1
-1
/
+0
*
[PGO] Fix incorrect Twine usage in emitting optimization remarks.
Rong Xu
2016-04-28
1
-9
/
+8
*
[PGO] Promote indirect calls to conditional direct calls with value-profile
Rong Xu
2016-04-27
1
-0
/
+693