SamplePGO - Sort samples by source location when emitting as text.
[oota-llvm.git] / lib / ProfileData / SampleProfWriter.cpp
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.