summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-profdata
Commit message (Expand)AuthorAgeFilesLines
* [llvm-profdata] Improve error messaging when merging mismatched profile dataNathan Slingerland2015-11-171-1/+2
* SamplePGO - Add dump routines for LineLocation, SampleRecord and FunctionSamplesDiego Novillo2015-11-133-12/+12
* llvm/test/tools/llvm-profdata/text-format-errors.test: Use prepared version o...NAKAMURA Takumi2015-11-132-2/+2
* [llvm-profdata] Add check for text profile formats and improve error reportin...Nathan Slingerland2015-11-133-4/+19
* reverting r252916 to investigate test failureNathan Slingerland2015-11-123-19/+4
* [llvm-profdata] Add check for text profile formats and improve error reportingNathan Slingerland2015-11-123-4/+19
* Add inline stack streaming to binary sample profiles.Diego Novillo2015-10-092-0/+50
* Re-apply r249644: Handle inline stacks in gcov-encoded sample profiles.Diego Novillo2015-10-082-0/+29
* Revert "Handle inline stacks in gcov-encoded sample profiles."Diego Novillo2015-10-082-24/+0
* Handle inline stacks in gcov-encoded sample profiles.Diego Novillo2015-10-082-0/+24
* http://reviews.llvm.org/D13145Dehao Chen2015-09-301-9/+9
* InstrProf: Give coverage its own errors instead of piggy backing on instrprofJustin Bogner2015-05-061-1/+1
* InstrProf: Allow hexadecimal function hashes in proftext formatJustin Bogner2015-03-091-2/+10
* Add show and merge tools for sample PGO profiles.Diego Novillo2014-11-012-0/+42
* llvm-profdata: Avoid undefined behaviour when reading raw profilesJustin Bogner2014-09-121-2/+0
* InstrProf: Allow multiple functions with the same nameJustin Bogner2014-08-013-2/+69
* llvm-profdata: Replace redundant tests with more targeted onesJustin Bogner2014-08-015-55/+56
* llvm-profdata: Add a test for mismatched numbers of countersJustin Bogner2014-07-301-0/+40
* llvm-profdata: Use consistent file suffixes in testsJustin Bogner2014-07-3019-23/+23
* llvm-profdata: Clean up and reorganize some testsJustin Bogner2014-07-296-10/+32
* ProfileData: Allow multiple profiles in RawInstrProfReaderJustin Bogner2014-05-161-0/+64
* ProfileData: Treat missing function counts as malformedJustin Bogner2014-04-252-0/+6
* llvm-profdata: Avoid writing to /dev/null in testsJustin Bogner2014-04-181-10/+4
* test: Add extra run lines to investigate an error on the botsJustin Bogner2014-04-181-0/+6
* ProfileData: Add support for the indexed instrprof formatJustin Bogner2014-04-182-11/+20
* llvm-profdata: Check for bad data in the show commandJustin Bogner2014-03-231-0/+2
* InstrProf: Check pointer size in raw profileDuncan P. N. Exon Smith2014-03-234-0/+168
* llvm-profdata: Don't pipe stderr into show for the testsJustin Bogner2014-03-221-9/+9
* InstrProf: Cleanup binary profdata testcaseDuncan P. N. Exon Smith2014-03-214-165/+24
* InstrProf: Change magic number to have non-text charactersDuncan P. N. Exon Smith2014-03-212-2/+2
* InstrProf: Actually detect bad headersDuncan P. N. Exon Smith2014-03-211-0/+6
* InstrProf: Read raw binary profile in llvm-profdataDuncan P. N. Exon Smith2014-03-213-0/+165
* ProfileData: Introduce InstrProfWriter using the naive text formatJustin Bogner2014-03-212-45/+72
* ProfileData: Introduce the InstrProfReader interface and a text readerJustin Bogner2014-03-211-6/+6
* llvm-profdata: Make "merge" into a subcommand.Justin Bogner2014-03-192-14/+14
* llvm-profdata: Update to use the naive text format with function hashJustin Bogner2014-03-1914-25/+53
* Back out Profile library and dependent commitsJustin Bogner2014-03-1225-150/+77
* llvm-profdata: Use the Profile library, implement show and generateJustin Bogner2014-03-1225-77/+150
* PGO: llvm-profdata: tool for merging profilesDuncan P. N. Exon Smith2014-02-1715-0/+96
OpenPOWER on IntegriCloud