summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SampleProfile
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-242-3/+3
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-246-13/+13
* [AutoFDO] Statistic for context sensitive profile guided inliningWenlei He2019-12-113-5/+109
* [AutoFDO] Inline replay for cold/small callees from sample profile loaderWenlei He2019-12-062-0/+109
* [AutoFDO] Top-down Inlining for specialization with context-sensitive profileWenlei He2019-12-052-0/+133
* [AutoFDO] Properly merge context-sensitive profile of inlinee back to outline...Wenlei He2019-12-054-3/+113
* Keep import function list for inlinee profile updateWenlei He2019-11-062-0/+83
* [SampleFDO] Add profile remapping support for profile on-demand loading usedWei Mi2019-10-181-1/+5
* [SampleFDO] Add indexing for function profiles so they can be loaded on demandWei Mi2019-10-092-0/+0
* [SampleFDO] Add compression support for any section in ExtBinary profile formatWei Mi2019-10-073-2/+125
* [SampleFDO] Create a separate flag profile-accurate-for-symsinlist to handleWei Mi2019-09-273-18/+47
* [SampleFDO] Treat names in profile as not cold only when profile symbol listWei Mi2019-09-231-9/+19
* [SampleFDO] Minimize performance impact when profile-sample-accurateWei Mi2019-09-182-0/+118
* [SampleFDO] Add profile symbol list section to discriminate function beingWei Mi2019-08-314-0/+152
* [SampleFDO] Add ExtBinary format to support extension of binary profile.Wei Mi2019-08-232-2/+4
* Fix prof branch_weights in entry_counts_missing_dbginfo.ll testYevgeny Rouban2019-05-161-1/+1
* [llvm] Avoid div by 0 when updating profile weights.Mircea Trofin2019-05-081-0/+179
* [tests] Add host-byteorder-*-endian; update XFAILs of big-endian triplesHubert Tong2019-05-012-2/+2
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-1771-0/+3398
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-1771-3398/+0
* [ProfileSummary] Count callsite samples when computing total samples.Taewook Oh2019-04-034-2/+18
* [SampleProfile] Repeat indirect call promotion only when the target is actual...Taewook Oh2019-04-022-0/+37
* Update entry count for cold callsDavid Callahan2019-01-242-0/+190
* [SampleFDO] Skip profile reading when flattened profile used in ThinLTO postlinkWei Mi2019-01-172-0/+41
* [PGO] Make pgo related options in opt more consistent.Wei Mi2019-01-161-2/+2
* [SampleFDO] handle ProfileSampleAccurate when initializing function entry countWei Mi2018-12-132-0/+83
* Add a flag to remap manglings when reading profile data information.Richard Smith2018-10-103-0/+78
* [SampleFDO] Add FunctionOffsetTable in compact binary format profile.Wei Mi2018-09-143-0/+0
* [SampleFDO] Make sample profile loader unaware of compact format change.Wei Mi2018-09-065-3/+9
* [SampleFDO] Fix a bug in getOrCompHotCountThreshold/getOrCompColdCountThresholdWei Mi2018-08-072-2/+6
* [SampleFDO] Add a new compact binary format for sample profile.Wei Mi2018-06-112-0/+121
* [SampleFDO] Don't treat warm callsite with inline instance in the profile as ...Wei Mi2018-05-104-3/+129
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-0917-29/+29
* Profiling tests: Endianess XFAIL for powerpc- (32-bit)Hubert Tong2018-01-091-1/+1
* [PGO] Fix handling of cold entry count for instrumented PGOTeresa Johnson2017-12-181-2/+2
* Include already promoted counts when computing SUM for VP.Dehao Chen2017-11-061-1/+1
* Include GUIDs from the same module when computing GUIDs that needs to be impo...Dehao Chen2017-11-012-2/+24
* Use the first instruction's count to estimate the funciton's entry frequency.Dehao Chen2017-10-101-0/+4
* Directly return promoted direct call instead of rely on stripPointerCast.Dehao Chen2017-10-062-0/+35
* Annotate VP prof on indirect call if it is ICPed in the profiled binary.Dehao Chen2017-10-052-1/+3
* Separate the logic when handling indirect calls in SamplePGO ThinLTO compile ...Dehao Chen2017-10-012-5/+5
* Import all inlined indirect call targets for SamplePGO.Dehao Chen2017-09-192-6/+16
* Handle profile mismatch correctly for SamplePGO.Dehao Chen2017-09-192-0/+23
* Invoke GetInlineCost for legality check before inline functions in SampleProf...Dehao Chen2017-09-142-0/+13
* Revert "Invoke GetInlineCost for legality check before inline functions in Sa...Vitaly Buka2017-09-142-13/+0
* Update the early_inline test to explicitly add attribute for all functions. (...Dehao Chen2017-09-131-2/+2
* Invoke GetInlineCost for legality check before inline functions in SampleProf...Dehao Chen2017-09-132-0/+13
* Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl2017-08-301-1/+1
* Keep Optimization Remark Yaml in NewPMSam Elliott2017-08-201-1/+3
* [OptDiag] Updating Remarks in SampleProfileEli Friedman2017-08-113-6/+44
OpenPOWER on IntegriCloud