summaryrefslogtreecommitdiff
path: root/test/Transforms/SampleProfile
AgeCommit message (Expand)Author
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
2016-12-14Only sets profile summary when it was not preset.Dehao Chen
2016-11-22Before sample pgo annotation, do not inline a function that has no debug info...Dehao Chen
2016-09-21Change the basic block weight calculation algorithm to use max instead of vot...Dehao Chen
2016-09-19Handle early inline for hot callsites that reside in the same basic block.Dehao Chen
2016-09-19Only set branch weight during sample pgo annotation when max_weight of the br...Dehao Chen
2016-09-19Use call target count to derive the call instruction weightDehao Chen
2016-09-18Handle Invoke during sample profiler annotation: make it inlinable.Dehao Chen
2016-09-13DebugInfo: New metadata representation for global variables.Peter Collingbourne