summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-profdata/llvm-profdata.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* ProfileData: Add support for the indexed instrprof formatJustin Bogner2014-04-181-5/+4
* llvm-profdata: Check for bad data in the show commandJustin Bogner2014-03-231-0/+2
* llvm-profdata: Use Format.h instead of handrolling a formatterJustin Bogner2014-03-231-19/+2
* llvm-profdata: Avoid F_Text in "merge" for now, since "llvm-profdata show" is...NAKAMURA Takumi2014-03-221-1/+2
* ProfileData: Introduce InstrProfWriter using the naive text formatJustin Bogner2014-03-211-35/+15
* llvm-profdata: Implement show commandJustin Bogner2014-03-211-2/+98
* ProfileData: Introduce the InstrProfReader interface and a text readerJustin Bogner2014-03-211-68/+34
* llvm-profdata: Remove an empty commentJustin Bogner2014-03-201-1/+0
* llvm-profdata: Make "merge" into a subcommand.Justin Bogner2014-03-191-16/+51
* llvm-profdata: Update to use the naive text format with function hashJustin Bogner2014-03-191-101/+53
* Back out Profile library and dependent commitsJustin Bogner2014-03-121-263/+117
* Profile: Remove an inefficient and unnecessary API functionJustin Bogner2014-03-121-7/+7
* llvm-profdata: Use the Profile library, implement show and generateJustin Bogner2014-03-121-117/+263
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-3/+2
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-1/+1
* Don't make F_None the default.Rafael Espindola2014-02-241-1/+1
* PGO: llvm-profdata: tool for merging profilesDuncan P. N. Exon Smith2014-02-171-0/+178
OpenPOWER on IntegriCloud