summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SampleProfile
Commit message (Expand)AuthorAgeFilesLines
* [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
* Do not inline recursive direct calls in sample loader pass.Dehao Chen2017-06-212-0/+19
* Do not early-inline recursive calls in sample profile loader.Dehao Chen2017-06-082-0/+16
* Cleanup tests to not share a DISubprogram between multiple Functions.Adrian Prantl2017-05-042-32/+50
* Build SymbolMap in SampleProfileLoader to help matchin function names with su...Dehao Chen2017-04-172-0/+50
* SamplePGO: convert callsite samples map key from callsite_location to callsit...Dehao Chen2017-04-132-3/+13
* Emit less compiler optimization remarks in samplepgo to reduce a call to find...Dehao Chen2017-04-102-2/+2
* Add address space mangling to lifetime intrinsicsMatt Arsenault2017-04-101-6/+6
* Do not set branch weight if the branch weight annotation is present.Dehao Chen2017-03-231-1/+4
* Remove the sample pgo annotation heuristic that uses call count to annotate b...Dehao Chen2017-03-062-8/+8
* Add function importing info from samplepgo profile to the module summary.Dehao Chen2017-02-282-0/+35
* Use base discriminator in sample pgo profile matching.Dehao Chen2017-02-236-20/+20
* Fix an obvious bug in SampleProfileReaderGCC.Dehao Chen2017-02-222-0/+26
* Verifier: Disallow a line number without a file in DISubprogramJustin Bogner2017-02-171-2/+2
* Fix the samplepgo indirect call promotion bug: we should not promote a direct...Dehao Chen2017-02-062-0/+18
* Merge DebugLoc on combined stores; in this case, when combining storesPaul Robinson2017-02-061-2/+2
* Fix the bug of samplepgo indirect call promption when type casting of the ret...Dehao Chen2017-02-061-7/+9
* Explicitly promote indirect calls before sample profile annotation.Dehao Chen2017-01-312-0/+43
* Revert r292979 which causes compile time failure.Dehao Chen2017-01-302-39/+0
* Explicitly promote indirect calls before sample profile annotation.Dehao Chen2017-01-242-0/+39
* Add indirect call promotion to SamplePGODehao Chen2017-01-202-0/+22
* Renumber testcase metadata nodes after r290153.Adrian Prantl2016-12-221-99/+104
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-201-1/+1
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-1/+1
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-1/+1
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-1/+1
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-1/+1
* Only sets profile summary when it was not preset.Dehao Chen2016-12-141-0/+1
* Before sample pgo annotation, do not inline a function that has no debug info...Dehao Chen2016-11-223-1/+24
OpenPOWER on IntegriCloud