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
*
[SampleFDO] Add an option to turn on/off warning about samples unused.
Wei Mi
2018-06-25
1
-0
/
+8
*
[SampleFDO] Add a new compact binary format for sample profile.
Wei Mi
2018-06-11
1
-3
/
+10
*
[Dominators] Add PDT constructor from Function
Jakub Kuderski
2018-05-23
1
-3
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-34
/
+35
*
[SampleFDO] Don't treat warm callsite with inline instance in the profile as ...
Wei Mi
2018-05-10
1
-50
/
+51
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-33
/
+33
*
[Transforms] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-11
/
+11
*
Move SampleProfile.h into IPO along with the rest of the IPO pass headers
David Blaikie
2018-03-22
1
-1
/
+1
*
[SampleProf] NFC. Expose reusable functionality in SampleProfile.
Mircea Trofin
2018-02-22
1
-29
/
+9
*
Add a ProfileCount class to represent entry counts.
Easwaran Raman
2018-01-17
1
-3
/
+5
*
Add a pass to generate synthetic function entry counts.
Easwaran Raman
2018-01-09
1
-1
/
+1
*
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
[next]