OSDN Git Service

[llvm-dlltool] Set a proper machine type for weak symbol object files
[android-x86/external-llvm.git] / lib / ProfileData / SampleProf.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-09-06 Wei Mi[SampleFDO] Make sample profile loader unaware of compa...
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-30 Nico WeberIWYU for llvm-config.h in llvm, additions.
2018-02-22 Mircea Trofin[SampleProf] NFC. Expose reusable functionality in...
2017-10-15 Aaron BallmanReverting r315590; it did not include changes for llvm...
2017-10-12 Don Hinton[dump] Remove NDEBUG from test to enable dump methods...
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...
2017-01-28 Matthias BraunCleanup dump() functions.
2016-10-19 Reid KlecknerRemove LLVM_NOEXCEPT and replace it with noexcept
2016-05-24 Peter CollingbourneAdd FIXMEs to all derived classes of std::error_category.
2016-03-03 Dehao ChenUse LineLocation instead of CallsiteLocation to index...
2016-01-29 Yaron KerenAnnotate dump() methods with LLVM_DUMP_METHOD, addressi...
2015-12-16 Nathan Slingerland[PGO] Handle and report overflow during profile merge...
2015-11-19 Diego NovilloSamplePGO - Tweak debugging output for function samples...
2015-11-19 Diego NovilloSamplePGO - Sort samples by source location when emitti...
2015-11-17 Diego NovilloSamplePGO - Move debug/dump function bodies out of...
2015-11-13 Diego NovilloSamplePGO - Add dump routines for LineLocation, SampleR...
2015-11-13 Nathan Slingerland[llvm-profdata] Add check for text profile formats...
2015-11-12 Nathan Slingerlandreverting r252916 to investigate test failure
2015-11-12 Nathan Slingerland[llvm-profdata] Add check for text profile formats...
2015-11-12 Diego NovilloSamplePGO - Move FunctionSamples::print() to a better...
2015-10-13 Diego NovilloSample profiles - Add a name table to the binary encoding.
2015-09-17 Diego NovilloGCC AutoFDO profile reader - Initial support.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-11-01 Diego NovilloAdd show and merge tools for sample PGO profiles.
2014-10-30 Diego NovilloAdd profile writing capabilities for sampling profiles.