Suppress llvm/test/tools/gold/X86/parallel.ll while investigating.
[oota-llvm.git] / test / tools / llvm-profdata /
2015-05-06 Justin BognerInstrProf: Give coverage its own errors instead of...
2015-03-09 Justin BognerInstrProf: Allow hexadecimal function hashes in proftex...
2014-11-01 Diego NovilloAdd show and merge tools for sample PGO profiles.
2014-09-12 Justin Bognerllvm-profdata: Avoid undefined behaviour when reading...
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: Add a test for mismatched numbers of...
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-05-16 Justin BognerProfileData: Allow multiple profiles in RawInstrProfReader
2014-04-25 Justin BognerProfileData: Treat missing function counts as malformed
2014-04-18 Justin Bognerllvm-profdata: Avoid writing to /dev/null in tests
2014-04-18 Justin Bognertest: Add extra run lines to investigate an error on...
2014-04-18 Justin BognerProfileData: Add support for the indexed instrprof...
2014-03-23 Justin Bognerllvm-profdata: Check for bad data in the show command
2014-03-23 Duncan P. N. Exon... InstrProf: Check pointer size in raw profile
2014-03-22 Justin Bognerllvm-profdata: Don't pipe stderr into show for the...
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: Actually detect bad headers
2014-03-21 Duncan P. N. Exon... InstrProf: Read raw binary profile in llvm-profdata
2014-03-21 Justin BognerProfileData: Introduce InstrProfWriter using the naive...
2014-03-21 Justin BognerProfileData: Introduce the InstrProfReader interface...
2014-03-19 Justin Bognerllvm-profdata: Make "merge" into a subcommand.
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