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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
2
-3
/
+3
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
6
-13
/
+13
*
[AutoFDO] Statistic for context sensitive profile guided inlining
Wenlei He
2019-12-11
3
-5
/
+109
*
[AutoFDO] Inline replay for cold/small callees from sample profile loader
Wenlei He
2019-12-06
2
-0
/
+109
*
[AutoFDO] Top-down Inlining for specialization with context-sensitive profile
Wenlei He
2019-12-05
2
-0
/
+133
*
[AutoFDO] Properly merge context-sensitive profile of inlinee back to outline...
Wenlei He
2019-12-05
4
-3
/
+113
*
Keep import function list for inlinee profile update
Wenlei He
2019-11-06
2
-0
/
+83
*
[SampleFDO] Add profile remapping support for profile on-demand loading used
Wei Mi
2019-10-18
1
-1
/
+5
*
[SampleFDO] Add indexing for function profiles so they can be loaded on demand
Wei Mi
2019-10-09
2
-0
/
+0
*
[SampleFDO] Add compression support for any section in ExtBinary profile format
Wei Mi
2019-10-07
3
-2
/
+125
*
[SampleFDO] Create a separate flag profile-accurate-for-symsinlist to handle
Wei Mi
2019-09-27
3
-18
/
+47
*
[SampleFDO] Treat names in profile as not cold only when profile symbol list
Wei Mi
2019-09-23
1
-9
/
+19
*
[SampleFDO] Minimize performance impact when profile-sample-accurate
Wei Mi
2019-09-18
2
-0
/
+118
*
[SampleFDO] Add profile symbol list section to discriminate function being
Wei Mi
2019-08-31
4
-0
/
+152
*
[SampleFDO] Add ExtBinary format to support extension of binary profile.
Wei Mi
2019-08-23
2
-2
/
+4
*
Fix prof branch_weights in entry_counts_missing_dbginfo.ll test
Yevgeny Rouban
2019-05-16
1
-1
/
+1
*
[llvm] Avoid div by 0 when updating profile weights.
Mircea Trofin
2019-05-08
1
-0
/
+179
*
[tests] Add host-byteorder-*-endian; update XFAILs of big-endian triples
Hubert Tong
2019-05-01
2
-2
/
+2
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
71
-0
/
+3398
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
71
-3398
/
+0
*
[ProfileSummary] Count callsite samples when computing total samples.
Taewook Oh
2019-04-03
4
-2
/
+18
*
[SampleProfile] Repeat indirect call promotion only when the target is actual...
Taewook Oh
2019-04-02
2
-0
/
+37
*
Update entry count for cold calls
David Callahan
2019-01-24
2
-0
/
+190
*
[SampleFDO] Skip profile reading when flattened profile used in ThinLTO postlink
Wei Mi
2019-01-17
2
-0
/
+41
*
[PGO] Make pgo related options in opt more consistent.
Wei Mi
2019-01-16
1
-2
/
+2
*
[SampleFDO] handle ProfileSampleAccurate when initializing function entry count
Wei Mi
2018-12-13
2
-0
/
+83
*
Add a flag to remap manglings when reading profile data information.
Richard Smith
2018-10-10
3
-0
/
+78
*
[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
5
-3
/
+9
*
[SampleFDO] Fix a bug in getOrCompHotCountThreshold/getOrCompColdCountThreshold
Wei Mi
2018-08-07
2
-2
/
+6
*
[SampleFDO] Add a new compact binary format for sample profile.
Wei Mi
2018-06-11
2
-0
/
+121
*
[SampleFDO] Don't treat warm callsite with inline instance in the profile as ...
Wei Mi
2018-05-10
4
-3
/
+129
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
17
-29
/
+29
*
Profiling tests: Endianess XFAIL for powerpc- (32-bit)
Hubert Tong
2018-01-09
1
-1
/
+1
*
[PGO] Fix handling of cold entry count for instrumented PGO
Teresa Johnson
2017-12-18
1
-2
/
+2
*
Include already promoted counts when computing SUM for VP.
Dehao Chen
2017-11-06
1
-1
/
+1
*
Include GUIDs from the same module when computing GUIDs that needs to be impo...
Dehao Chen
2017-11-01
2
-2
/
+24
*
Use the first instruction's count to estimate the funciton's entry frequency.
Dehao Chen
2017-10-10
1
-0
/
+4
*
Directly return promoted direct call instead of rely on stripPointerCast.
Dehao Chen
2017-10-06
2
-0
/
+35
*
Annotate VP prof on indirect call if it is ICPed in the profiled binary.
Dehao Chen
2017-10-05
2
-1
/
+3
*
Separate the logic when handling indirect calls in SamplePGO ThinLTO compile ...
Dehao Chen
2017-10-01
2
-5
/
+5
*
Import all inlined indirect call targets for SamplePGO.
Dehao Chen
2017-09-19
2
-6
/
+16
*
Handle profile mismatch correctly for SamplePGO.
Dehao Chen
2017-09-19
2
-0
/
+23
*
Invoke GetInlineCost for legality check before inline functions in SampleProf...
Dehao Chen
2017-09-14
2
-0
/
+13
*
Revert "Invoke GetInlineCost for legality check before inline functions in Sa...
Vitaly Buka
2017-09-14
2
-13
/
+0
*
Update the early_inline test to explicitly add attribute for all functions. (...
Dehao Chen
2017-09-13
1
-2
/
+2
*
Invoke GetInlineCost for legality check before inline functions in SampleProf...
Dehao Chen
2017-09-13
2
-0
/
+13
*
Canonicalize the representation of empty an expression in DIGlobalVariableExp...
Adrian Prantl
2017-08-30
1
-1
/
+1
*
Keep Optimization Remark Yaml in NewPM
Sam Elliott
2017-08-20
1
-1
/
+3
*
[OptDiag] Updating Remarks in SampleProfile
Eli Friedman
2017-08-11
3
-6
/
+44
[next]