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
/
SampleProfile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove superfluous copies in sample profiling.
Benjamin Kramer
2017-12-28
1
-5
/
+6
*
[PGO] Fix handling of cold entry count for instrumented PGO
Teresa Johnson
2017-12-18
1
-1
/
+4
*
[PGO] Make indirect call promotion a utility
Matthew Simpson
2017-12-06
1
-3
/
+4
*
Include already promoted counts when computing SUM for VP.
Dehao Chen
2017-11-06
1
-14
/
+12
*
Include GUIDs from the same module when computing GUIDs that needs to be impo...
Dehao Chen
2017-11-01
1
-15
/
+16
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-19
1
-37
/
+64
*
[NFC] Convert OptimizationRemarkEmitter old emit() calls to new closure
Vivek Pandya
2017-10-11
1
-14
/
+17
*
Use the first instruction's count to estimate the funciton's entry frequency.
Dehao Chen
2017-10-10
1
-10
/
+19
*
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
-3
/
+2
*
Annotate VP prof on indirect call if it is ICPed in the profiled binary.
Dehao Chen
2017-10-05
1
-1
/
+3
*
Separate the logic when handling indirect calls in SamplePGO ThinLTO compile ...
Dehao Chen
2017-10-01
1
-12
/
+26
*
Refactor the SamplePGO profile annotation logic to extract inlineCallInstruct...
Dehao Chen
2017-09-30
1
-58
/
+65
*
Import all inlined indirect call targets for SamplePGO.
Dehao Chen
2017-09-19
1
-3
/
+5
*
Handle profile mismatch correctly for SamplePGO.
Dehao Chen
2017-09-19
1
-1
/
+6
*
Invoke GetInlineCost for legality check before inline functions in SampleProf...
Dehao Chen
2017-09-14
1
-6
/
+37
*
Revert "Invoke GetInlineCost for legality check before inline functions in Sa...
Vitaly Buka
2017-09-14
1
-37
/
+6
*
Invoke GetInlineCost for legality check before inline functions in SampleProf...
Dehao Chen
2017-09-13
1
-6
/
+37
*
Refactor the code to pass down ACT to SampleProfileLoader correctly.
Dehao Chen
2017-09-12
1
-13
/
+23
*
[OptDiag] Updating Remarks in SampleProfile
Eli Friedman
2017-08-11
1
-30
/
+45
*
Guard print() functions only used by dump() functions.
Florian Hahn
2017-07-31
1
-0
/
+2
*
[Dominators] Make IsPostDominator a template parameter
Jakub Kuderski
2017-07-14
1
-4
/
+7
*
Hook the sample PGO machinery in the new PM
Dehao Chen
2017-06-29
1
-1
/
+2
*
Do not inline recursive direct calls in sample loader pass.
Dehao Chen
2017-06-21
1
-0
/
+3
*
Do not early-inline recursive calls in sample profile loader.
Dehao Chen
2017-06-08
1
-0
/
+7
*
[SampleProfile] Don't assert when printing the DebugLoc of a branch. NFC.
Andrea Di Biagio
2017-04-18
1
-2
/
+4
*
[SampleProfile] Skip intrinsic calls when visiting callsites in InlineHotFunc...
Andrea Di Biagio
2017-04-18
1
-1
/
+1
*
Build SymbolMap in SampleProfileLoader to help matchin function names with su...
Dehao Chen
2017-04-17
1
-1
/
+31
*
SamplePGO: convert callsite samples map key from callsite_location to callsit...
Dehao Chen
2017-04-13
1
-39
/
+88
*
Emit less compiler optimization remarks in samplepgo to reduce a call to find...
Dehao Chen
2017-04-10
1
-3
/
+1
*
Do not set branch weight if the branch weight annotation is present.
Dehao Chen
2017-03-23
1
-1
/
+5
*
SamplePGO ThinLTO ICP fix for local functions.
Dehao Chen
2017-03-14
1
-1
/
+1
*
Remove the sample pgo annotation heuristic that uses call count to annotate b...
Dehao Chen
2017-03-06
1
-5
/
+3
*
Add function importing info from samplepgo profile to the module summary.
Dehao Chen
2017-02-28
1
-8
/
+19
*
Add call branch annotation for ICP promoted direct call in SamplePGO mode.
Dehao Chen
2017-02-23
1
-1
/
+1
*
Use base discriminator in sample pgo profile matching.
Dehao Chen
2017-02-23
1
-7
/
+8
*
Fix the samplepgo indirect call promotion bug: we should not promote a direct...
Dehao Chen
2017-02-06
1
-1
/
+2
*
Fix the bug of samplepgo indirect call promption when type casting of the ret...
Dehao Chen
2017-02-06
1
-1
/
+3
*
Refactor SampleProfile.cpp to make it cleaner. (NFC)
Dehao Chen
2017-02-05
1
-32
/
+14
*
Explicitly promote indirect calls before sample profile annotation.
Dehao Chen
2017-01-31
1
-5
/
+24
*
Revert r292979 which causes compile time failure.
Dehao Chen
2017-01-30
1
-19
/
+5
*
Explicitly promote indirect calls before sample profile annotation.
Dehao Chen
2017-01-24
1
-5
/
+19
*
Revert "Refactor SampleProfile.cpp to move computation inside a branch. (NFC)"
Evgeniy Stepanov
2017-01-23
1
-2
/
+2
*
Refactor SampleProfile.cpp to move computation inside a branch. (NFC)
Dehao Chen
2017-01-23
1
-2
/
+2
*
Add indirect call promotion to SamplePGO
Dehao Chen
2017-01-20
1
-7
/
+49
*
clang-format SampleProfile.cpp (NFC)
Dehao Chen
2017-01-19
1
-6
/
+4
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-5
/
+21
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-21
/
+5
*
Only sets profile summary when it was not preset.
Dehao Chen
2016-12-14
1
-1
/
+2
*
Fix the bug in r289714 (NFC).
Dehao Chen
2016-12-14
1
-1
/
+1
[prev]
[next]