aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SampleProfile
AgeCommit message (Expand)Author
2018-10-10Add a flag to remap manglings when reading profile data information.Richard Smith
2018-09-14[SampleFDO] Add FunctionOffsetTable in compact binary format profile.Wei Mi
2018-09-06[SampleFDO] Make sample profile loader unaware of compact format change.Wei Mi
2018-08-07[SampleFDO] Fix a bug in getOrCompHotCountThreshold/getOrCompColdCountThresholdWei Mi
2018-06-11[SampleFDO] Add a new compact binary format for sample profile.Wei Mi
2018-05-10[SampleFDO] Don't treat warm callsite with inline instance in the profile as ...Wei Mi
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen
2018-01-09Profiling tests: Endianess XFAIL for powerpc- (32-bit)Hubert Tong
2017-12-18[PGO] Fix handling of cold entry count for instrumented PGOTeresa Johnson
2017-11-06Include already promoted counts when computing SUM for VP.Dehao Chen
2017-11-01Include GUIDs from the same module when computing GUIDs that needs to be impo...Dehao Chen
2017-10-10Use the first instruction's count to estimate the funciton's entry frequency.Dehao Chen
2017-10-06Directly return promoted direct call instead of rely on stripPointerCast.Dehao Chen
2017-10-05Annotate VP prof on indirect call if it is ICPed in the profiled binary.Dehao Chen
2017-10-01Separate the logic when handling indirect calls in SamplePGO ThinLTO compile ...Dehao Chen
2017-09-19Import all inlined indirect call targets for SamplePGO.Dehao Chen
2017-09-19Handle profile mismatch correctly for SamplePGO.Dehao Chen
2017-09-14Invoke GetInlineCost for legality check before inline functions in SampleProf...Dehao Chen
2017-09-14Revert "Invoke GetInlineCost for legality check before inline functions in Sa...Vitaly Buka
2017-09-13Update the early_inline test to explicitly add attribute for all functions. (...Dehao Chen
2017-09-13Invoke GetInlineCost for legality check before inline functions in SampleProf...Dehao Chen
2017-08-30Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl
2017-08-20Keep Optimization Remark Yaml in NewPMSam Elliott
2017-08-11[OptDiag] Updating Remarks in SampleProfileEli Friedman
2017-06-21Do not inline recursive direct calls in sample loader pass.Dehao Chen
2017-06-08Do not early-inline recursive calls in sample profile loader.Dehao Chen
2017-05-04Cleanup tests to not share a DISubprogram between multiple Functions.Adrian Prantl
2017-04-17Build SymbolMap in SampleProfileLoader to help matchin function names with su...Dehao Chen
2017-04-13SamplePGO: convert callsite samples map key from callsite_location to callsit...Dehao Chen
2017-04-10Emit less compiler optimization remarks in samplepgo to reduce a call to find...Dehao Chen
2017-04-10Add address space mangling to lifetime intrinsicsMatt Arsenault
2017-03-23Do not set branch weight if the branch weight annotation is present.Dehao Chen
2017-03-06Remove the sample pgo annotation heuristic that uses call count to annotate b...Dehao Chen
2017-02-28Add function importing info from samplepgo profile to the module summary.Dehao Chen
2017-02-23Use base discriminator in sample pgo profile matching.Dehao Chen
2017-02-22Fix an obvious bug in SampleProfileReaderGCC.Dehao Chen
2017-02-17Verifier: Disallow a line number without a file in DISubprogramJustin Bogner
2017-02-06Fix the samplepgo indirect call promotion bug: we should not promote a direct...Dehao Chen
2017-02-06Merge DebugLoc on combined stores; in this case, when combining storesPaul Robinson
2017-02-06Fix the bug of samplepgo indirect call promption when type casting of the ret...Dehao Chen
2017-01-31Explicitly promote indirect calls before sample profile annotation.Dehao Chen
2017-01-30Revert r292979 which causes compile time failure.Dehao Chen
2017-01-24Explicitly promote indirect calls before sample profile annotation.Dehao Chen
2017-01-20Add indirect call promotion to SamplePGODehao Chen
2016-12-22Renumber testcase metadata nodes after r290153.Adrian Prantl
2016-12-20[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl