[WinEH] Avoid infinite loop in BranchFolding for multiple single block funclets
[oota-llvm.git] / test / tools / llvm-profdata /
2015-12-03 Xinliang David Li[PGO] Add v2 format compatibility test
2015-12-02 Nathan Slingerland[llvm-profdata] Change instr prof counter overflow...
2015-11-23 Xinliang David Li[PGO] Add --text option for llvm-profdata show|merge...
2015-11-19 Diego NovilloSamplePGO - Sort samples by source location when emitti...
2015-11-18 Betul Buyukkurt[PGO] Value profiling support
2015-11-17 Nathan Slingerland[llvm-profdata] Improve error messaging when merging...
2015-11-13 Diego NovilloSamplePGO - Add dump routines for LineLocation, SampleR...
2015-11-13 NAKAMURA Takumillvm/test/tools/llvm-profdata/text-format-errors.test...
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-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
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