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
*
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