aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/SampleProf.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-20[AutoFDO] Make call targets order deterministic for sample profileWenlei He1-2/+2
2019-08-12[ThinLTO][AutoFDO] Fix memory corruption due to race condition from thin back...Wenlei He1-2/+0
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-14[SampleFDO] Add FunctionOffsetTable in compact binary format profile.Wei Mi1-0/+2
2018-09-06[SampleFDO] Make sample profile loader unaware of compact format change.Wei Mi1-0/+8
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-2/+2
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber1-1/+2
2018-02-22[SampleProf] NFC. Expose reusable functionality in SampleProfile.Mircea Trofin1-0/+27
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman1-3/+3
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton1-3/+3
2017-04-13SamplePGO: convert callsite samples map key from callsite_location to callsit...Dehao Chen1-4/+6
2017-03-03[ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings...Eugene Zelenko1-5/+13
2017-01-28Cleanup dump() functions.Matthias Braun1-1/+7
2016-10-19Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner1-1/+1
2016-05-24Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne1-0/+3
2016-03-03Use LineLocation instead of CallsiteLocation to index callsite profile.Dehao Chen1-15/+2
2016-01-29Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren1-3/+3
2015-12-16[PGO] Handle and report overflow during profile merge for all types of dataNathan Slingerland1-0/+2
2015-11-19SamplePGO - Tweak debugging output for function samples. NFC.Diego Novillo1-9/+24
2015-11-19SamplePGO - Sort samples by source location when emitting as text.Diego Novillo1-5/+8
2015-11-17SamplePGO - Move debug/dump function bodies out of header files. NFC.Diego Novillo1-0/+43
2015-11-13SamplePGO - Add dump routines for LineLocation, SampleRecord and FunctionSamplesDiego Novillo1-19/+16
2015-11-13[llvm-profdata] Add check for text profile formats and improve error reportin...Nathan Slingerland1-4/+4
2015-11-12reverting r252916 to investigate test failureNathan Slingerland1-4/+4
2015-11-12[llvm-profdata] Add check for text profile formats and improve error reportingNathan Slingerland1-4/+4
2015-11-12SamplePGO - Move FunctionSamples::print() to a better location. NFC.Diego Novillo1-0/+32
2015-10-13Sample profiles - Add a name table to the binary encoding.Diego Novillo1-0/+4
2015-09-17GCC AutoFDO profile reader - Initial support.Diego Novillo1-0/+2
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2014-11-01Add show and merge tools for sample PGO profiles.Diego Novillo1-0/+2
2014-10-30Add profile writing capabilities for sampling profiles.Diego Novillo1-0/+49