[PGO] Handle and report overflow during profile merge for all types of data
[oota-llvm.git] / lib / ProfileData / SampleProfReader.cpp
2015-12-16 Nathan Slingerland[PGO] Handle and report overflow during profile merge...
2015-12-10 Nathan Slingerland[ProfileData] Add unit test infrastructure for sample...
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-21 Dehao ChenTolerate negative offset when matching sample profile.
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-14 Diego NovilloSample profiles - Add documentation for binary profile...
2015-10-13 Diego NovilloSample profile reader - remove dead code. 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-10-05 Diego NovilloRemove AutoFDO profile handling for GCC's LIPO. NFC.
2015-09-30 Dehao Chenhttp://reviews.llvm.org/D13145
2015-09-17 Diego NovilloGCC AutoFDO profile reader - Initial support.
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.
2014-09-17 Justin BognerLineIterator: Provide a variant that keeps blank lines
2014-09-09 Diego NovilloRe-factor sample profile reader into lib/ProfileData.