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
/
test
/
Transforms
/
SampleProfile
/
Inputs
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AutoFDO] Inline replay for cold/small callees from sample profile loader
Wenlei He
2019-12-06
1
-0
/
+7
*
[AutoFDO] Top-down Inlining for specialization with context-sensitive profile
Wenlei He
2019-12-05
1
-0
/
+10
*
[AutoFDO] Properly merge context-sensitive profile of inlinee back to outline...
Wenlei He
2019-12-05
3
-3
/
+16
*
Keep import function list for inlinee profile update
Wenlei He
2019-11-06
1
-0
/
+10
*
[SampleFDO] Add indexing for function profiles so they can be loaded on demand
Wei Mi
2019-10-09
2
-0
/
+0
*
[SampleFDO] Minimize performance impact when profile-sample-accurate
Wei Mi
2019-09-18
1
-0
/
+0
*
[SampleFDO] Add profile symbol list section to discriminate function being
Wei Mi
2019-08-31
2
-0
/
+143
*
[SampleFDO] Add ExtBinary format to support extension of binary profile.
Wei Mi
2019-08-23
1
-0
/
+0
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
40
-0
/
+258
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
40
-258
/
+0
*
[ProfileSummary] Count callsite samples when computing total samples.
Taewook Oh
2019-04-03
2
-0
/
+5
*
[SampleProfile] Repeat indirect call promotion only when the target is actual...
Taewook Oh
2019-04-02
1
-0
/
+6
*
Update entry count for cold calls
David Callahan
2019-01-24
1
-0
/
+20
*
[SampleFDO] Skip profile reading when flattened profile used in ThinLTO postlink
Wei Mi
2019-01-17
1
-0
/
+2
*
Add a flag to remap manglings when reading profile data information.
Richard Smith
2018-10-10
2
-0
/
+18
*
[SampleFDO] Add FunctionOffsetTable in compact binary format profile.
Wei Mi
2018-09-14
3
-0
/
+0
*
[SampleFDO] Make sample profile loader unaware of compact format change.
Wei Mi
2018-09-06
3
-3
/
+7
*
[SampleFDO] Fix a bug in getOrCompHotCountThreshold/getOrCompColdCountThreshold
Wei Mi
2018-08-07
1
-0
/
+2
*
[SampleFDO] Add a new compact binary format for sample profile.
Wei Mi
2018-06-11
1
-0
/
+0
*
[SampleFDO] Don't treat warm callsite with inline instance in the profile as ...
Wei Mi
2018-05-10
1
-0
/
+11
*
Include GUIDs from the same module when computing GUIDs that needs to be impo...
Dehao Chen
2017-11-01
1
-0
/
+3
*
Directly return promoted direct call instead of rely on stripPointerCast.
Dehao Chen
2017-10-06
1
-0
/
+5
*
Annotate VP prof on indirect call if it is ICPed in the profiled binary.
Dehao Chen
2017-10-05
1
-0
/
+1
*
Separate the logic when handling indirect calls in SamplePGO ThinLTO compile ...
Dehao Chen
2017-10-01
1
-1
/
+1
*
Import all inlined indirect call targets for SamplePGO.
Dehao Chen
2017-09-19
1
-1
/
+5
*
Handle profile mismatch correctly for SamplePGO.
Dehao Chen
2017-09-19
1
-0
/
+3
*
Invoke GetInlineCost for legality check before inline functions in SampleProf...
Dehao Chen
2017-09-14
1
-0
/
+1
*
Revert "Invoke GetInlineCost for legality check before inline functions in Sa...
Vitaly Buka
2017-09-14
1
-1
/
+0
*
Invoke GetInlineCost for legality check before inline functions in SampleProf...
Dehao Chen
2017-09-13
1
-0
/
+1
*
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
/
+3
*
Cleanup tests to not share a DISubprogram between multiple Functions.
Adrian Prantl
2017-05-04
1
-12
/
+12
*
Build SymbolMap in SampleProfileLoader to help matchin function names with su...
Dehao Chen
2017-04-17
1
-0
/
+6
*
SamplePGO: convert callsite samples map key from callsite_location to callsit...
Dehao Chen
2017-04-13
1
-1
/
+3
*
Add function importing info from samplepgo profile to the module summary.
Dehao Chen
2017-02-28
1
-0
/
+4
*
Fix an obvious bug in SampleProfileReaderGCC.
Dehao Chen
2017-02-22
1
-0
/
+0
*
Fix the samplepgo indirect call promotion bug: we should not promote a direct...
Dehao Chen
2017-02-06
1
-0
/
+3
*
Explicitly promote indirect calls before sample profile annotation.
Dehao Chen
2017-01-31
1
-0
/
+6
*
Revert r292979 which causes compile time failure.
Dehao Chen
2017-01-30
1
-6
/
+0
*
Explicitly promote indirect calls before sample profile annotation.
Dehao Chen
2017-01-24
1
-0
/
+6
*
Add indirect call promotion to SamplePGO
Dehao Chen
2017-01-20
1
-0
/
+2
*
Before sample pgo annotation, do not inline a function that has no debug info...
Dehao Chen
2016-11-22
1
-0
/
+2
*
Handle early inline for hot callsites that reside in the same basic block.
Dehao Chen
2016-09-19
1
-1
/
+1
*
Use call target count to derive the call instruction weight
Dehao Chen
2016-09-19
1
-1
/
+1
*
Handle Invoke during sample profiler annotation: make it inlinable.
Dehao Chen
2016-09-18
1
-0
/
+3
*
Fine tuning of sample profile propagation algorithm.
Dehao Chen
2016-08-12
3
-1
/
+2
*
Hookup ProfileSummary with SampleProfilerLoader
Dehao Chen
2016-06-24
1
-0
/
+4
*
Pass AssumptionCacheTracker from SampleProfileLoader to Inliner
Dehao Chen
2016-06-20
1
-0
/
+3
*
Tune basic block annotation algorithm.
Dehao Chen
2016-04-26
1
-12
/
+17
*
Perform InstructioinCombiningPass before SampleProfile pass.
Dehao Chen
2016-03-01
1
-0
/
+2
[next]