summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-profdata
Commit message (Expand)AuthorAgeFilesLines
* [PGO] fix a bug in profile summary computationXinliang David Li2016-01-161-13/+13
* Display detailed profile summary in llvm-profdata tool.Easwaran Raman2016-01-131-0/+20
* [PGO] Ensure vp data in indexed profile always sortedXinliang David Li2016-01-081-2/+8
* Fix a bug in test case -- duplicate entriesXinliang David Li2015-12-201-21/+0
* [PGO] Handle and report overflow during profile merge for all types of dataNathan Slingerland2015-12-165-20/+73
* Test cleanup -- remove duplicate run linesXinliang David Li2015-12-151-4/+0
* [llvm-profdata] Add support for weighted merge of profile data (2nd try)Nathan Slingerland2015-12-157-1/+142
* [PGO] Value profiling text format reader/writer supportXinliang David Li2015-12-145-0/+180
* [PGO] Revert r255365: solution incomplete, not handling lambda yetXinliang David Li2015-12-112-7/+0
* [PGO] Stop using invalid char in instr variable names.Xinliang David Li2015-12-112-0/+7
* Revert "[llvm-profdata] Add support for weighted merge of profile data"Nathan Slingerland2015-12-046-114/+0
* [llvm-profdata] Add support for weighted merge of profile dataNathan Slingerland2015-12-046-0/+114
* [PGO] Add v2 format compatibility testXinliang David Li2015-12-032-0/+20
* [llvm-profdata] Change instr prof counter overflow to saturate rather than di...Nathan Slingerland2015-12-021-4/+12
* [PGO] Add --text option for llvm-profdata show|merge commandsXinliang David Li2015-11-232-0/+61
* SamplePGO - Sort samples by source location when emitting as text.Diego Novillo2015-11-192-2/+2
* [PGO] Value profiling supportBetul Buyukkurt2015-11-187-25/+64
* [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
OpenPOWER on IntegriCloud