[PGO] Ensure vp data in indexed profile always sorted
[oota-llvm.git] / test / tools / llvm-profdata / Inputs /
2015-12-20 Xinliang David LiFix a bug in test case -- duplicate entries
2015-12-16 Nathan Slingerland[PGO] Handle and report overflow during profile merge...
2015-12-15 Nathan Slingerland[llvm-profdata] Add support for weighted merge of profi...
2015-12-14 Xinliang David Li[PGO] Value profiling text format reader/writer support
2015-12-11 Xinliang David Li[PGO] Revert r255365: solution incomplete, not handling...
2015-12-11 Xinliang David Li[PGO] Stop using invalid char in instr variable names.
2015-12-04 Nathan SlingerlandRevert "[llvm-profdata] Add support for weighted merge...
2015-12-04 Nathan Slingerland[llvm-profdata] Add support for weighted merge of profi...
2015-12-03 Xinliang David Li[PGO] Add v2 format compatibility test
2015-11-23 Xinliang David Li[PGO] Add --text option for llvm-profdata show|merge...
2015-11-18 Betul Buyukkurt[PGO] Value profiling support
2015-11-13 NAKAMURA Takumillvm/test/tools/llvm-profdata/text-format-errors.test...
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-09-30 Dehao Chenhttp://reviews.llvm.org/D13145
2014-11-01 Diego NovilloAdd show and merge tools for sample PGO profiles.
2014-08-01 Justin BognerInstrProf: Allow multiple functions with the same name
2014-08-01 Justin Bognerllvm-profdata: Replace redundant tests with more target...
2014-07-30 Justin Bognerllvm-profdata: Use consistent file suffixes in tests
2014-07-29 Justin Bognerllvm-profdata: Clean up and reorganize some tests
2014-04-25 Justin BognerProfileData: Treat missing function counts as malformed
2014-03-21 Duncan P. N. Exon... InstrProf: Cleanup binary profdata testcase
2014-03-21 Duncan P. N. Exon... InstrProf: Change magic number to have non-text characters
2014-03-21 Duncan P. N. Exon... InstrProf: Read raw binary profile in llvm-profdata
2014-03-19 Justin Bognerllvm-profdata: Update to use the naive text format...
2014-03-12 Justin BognerBack out Profile library and dependent commits
2014-03-12 Justin Bognerllvm-profdata: Use the Profile library, implement show...
2014-02-17 Duncan P. N. Exon... PGO: llvm-profdata: tool for merging profiles