OSDN Git Service

[llvm-dlltool] Set a proper machine type for weak symbol object files
[android-x86/external-llvm.git] / lib / ProfileData / SampleProfWriter.cpp
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-09-14 Wei Mi[SampleFDO] Add FunctionOffsetTable in compact binary...
2018-06-12 Wei Mi[NFC] Change sample profile format enum name SPF_Raw_Bi...
2018-06-11 Wei Mi[SampleFDO] Add a new compact binary format for sample...
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2017-10-12 NAKAMURA TakumiFix warnings. [-Wdocumentation]
2017-08-03 Dehao ChenFix the bug when SampleProfileWriter writes out number...
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-05-11 Dehao ChenChange sample profile writer to make it deterministic.
2017-04-13 Dehao ChenSamplePGO: convert callsite samples map key from callsi...
2017-03-03 Eugene Zelenko[ProfileData] Fix some Clang-tidy modernize and Include...
2016-05-20 Benjamin Kramer[ProfileData] Thread unique_ptr through the summary...
2016-05-19 Easwaran RamanRemove specializations of ProfileSummary
2016-05-19 Easwaran RamanMove ProfileSummary to IR.
2016-03-28 Easwaran RamanSample profile summary cleanup
2016-03-03 Dehao ChenUse LineLocation instead of CallsiteLocation to index...
2016-02-19 Easwaran RamanAdd profile summary support for sample profile.
2015-12-10 Nathan Slingerland[ProfileData] Add unit test infrastructure for sample...
2015-11-19 Diego NovilloSamplePGO - Sort samples by source location when emitti...
2015-11-13 Diego NovilloSamplePGO - Add dump routines for LineLocation, SampleR...
2015-10-16 Diego NovilloSample profiles - Re-arrange binary format to emit...
2015-10-15 Diego NovilloSample Profiles - Adjust integer types. Mostly NFC.
2015-10-13 Diego NovilloSample profiles - Add a name table to the binary encoding.
2015-10-09 Diego NovilloAdd inline stack streaming to binary sample profiles.
2015-10-08 Diego NovilloRe-apply r249644: Handle inline stacks in gcov-encoded...
2015-10-08 Diego NovilloRevert "Handle inline stacks in gcov-encoded sample...
2015-10-08 Diego NovilloHandle inline stacks in gcov-encoded sample profiles.
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-11-03 Diego NovilloUse ErrorOr for the ::create factory on instrumented...
2014-11-01 Diego NovilloAdd show and merge tools for sample PGO profiles.
2014-10-30 Diego NovilloAdd profile writing capabilities for sampling profiles.