summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SampleProfile/Inputs
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-1740-0/+258
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-1740-258/+0
* [ProfileSummary] Count callsite samples when computing total samples.Taewook Oh2019-04-032-0/+5
* [SampleProfile] Repeat indirect call promotion only when the target is actual...Taewook Oh2019-04-021-0/+6
* Update entry count for cold callsDavid Callahan2019-01-241-0/+20
* [SampleFDO] Skip profile reading when flattened profile used in ThinLTO postlinkWei Mi2019-01-171-0/+2
* Add a flag to remap manglings when reading profile data information.Richard Smith2018-10-102-0/+18
* [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-063-3/+7
* [SampleFDO] Fix a bug in getOrCompHotCountThreshold/getOrCompColdCountThresholdWei Mi2018-08-071-0/+2
* [SampleFDO] Add a new compact binary format for sample profile.Wei Mi2018-06-111-0/+0
* [SampleFDO] Don't treat warm callsite with inline instance in the profile as ...Wei Mi2018-05-101-0/+11
* Include GUIDs from the same module when computing GUIDs that needs to be impo...Dehao Chen2017-11-011-0/+3
* Directly return promoted direct call instead of rely on stripPointerCast.Dehao Chen2017-10-061-0/+5
* Annotate VP prof on indirect call if it is ICPed in the profiled binary.Dehao Chen2017-10-051-0/+1
* Separate the logic when handling indirect calls in SamplePGO ThinLTO compile ...Dehao Chen2017-10-011-1/+1
* Import all inlined indirect call targets for SamplePGO.Dehao Chen2017-09-191-1/+5
* Handle profile mismatch correctly for SamplePGO.Dehao Chen2017-09-191-0/+3
* Invoke GetInlineCost for legality check before inline functions in SampleProf...Dehao Chen2017-09-141-0/+1
* Revert "Invoke GetInlineCost for legality check before inline functions in Sa...Vitaly Buka2017-09-141-1/+0
* Invoke GetInlineCost for legality check before inline functions in SampleProf...Dehao Chen2017-09-131-0/+1
* Do not inline recursive direct calls in sample loader pass.Dehao Chen2017-06-211-0/+3
* Do not early-inline recursive calls in sample profile loader.Dehao Chen2017-06-081-0/+3
* Cleanup tests to not share a DISubprogram between multiple Functions.Adrian Prantl2017-05-041-12/+12
* Build SymbolMap in SampleProfileLoader to help matchin function names with su...Dehao Chen2017-04-171-0/+6
* SamplePGO: convert callsite samples map key from callsite_location to callsit...Dehao Chen2017-04-131-1/+3
* Add function importing info from samplepgo profile to the module summary.Dehao Chen2017-02-281-0/+4
* Fix an obvious bug in SampleProfileReaderGCC.Dehao Chen2017-02-221-0/+0
* Fix the samplepgo indirect call promotion bug: we should not promote a direct...Dehao Chen2017-02-061-0/+3
* Explicitly promote indirect calls before sample profile annotation.Dehao Chen2017-01-311-0/+6
* Revert r292979 which causes compile time failure.Dehao Chen2017-01-301-6/+0
* Explicitly promote indirect calls before sample profile annotation.Dehao Chen2017-01-241-0/+6
* Add indirect call promotion to SamplePGODehao Chen2017-01-201-0/+2
* Before sample pgo annotation, do not inline a function that has no debug info...Dehao Chen2016-11-221-0/+2
* Handle early inline for hot callsites that reside in the same basic block.Dehao Chen2016-09-191-1/+1
* Use call target count to derive the call instruction weightDehao Chen2016-09-191-1/+1
* Handle Invoke during sample profiler annotation: make it inlinable.Dehao Chen2016-09-181-0/+3
* Fine tuning of sample profile propagation algorithm.Dehao Chen2016-08-123-1/+2
* Hookup ProfileSummary with SampleProfilerLoaderDehao Chen2016-06-241-0/+4
* Pass AssumptionCacheTracker from SampleProfileLoader to InlinerDehao Chen2016-06-201-0/+3
* Tune basic block annotation algorithm.Dehao Chen2016-04-261-12/+17
* Perform InstructioinCombiningPass before SampleProfile pass.Dehao Chen2016-03-011-0/+2
* Add profile summary support for sample profile.Easwaran Raman2016-02-191-0/+0
* SamplePGO - Add initial support for inliner annotations.Diego Novillo2015-11-271-0/+3
* SamplePGO - Do not count never-executed inlined functions when computing cove...Diego Novillo2015-11-201-0/+10
* SamplePGO - Count sample records in embedded profiles when computing coverage.Diego Novillo2015-10-311-0/+7
* SamplePGO - Add flag to check sampling coverage.Diego Novillo2015-10-281-0/+5
* Fix SamplePGO segfault when debug info is missing.Diego Novillo2015-10-271-0/+3
* SamplePGO - Add optimization reports.Diego Novillo2015-10-261-0/+7
* Tolerate negative offset when matching sample profile.Dehao Chen2015-10-211-0/+4
OpenPOWER on IntegriCloud