summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-profdata
Commit message (Expand)AuthorAgeFilesLines
* 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 doesn't require LLVMCore.NAKAMURA Takumi2014-03-232-2/+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-214-71/+37
* 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-124-266/+120
* 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-124-120/+266
* 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-174-0/+222
OpenPOWER on IntegriCloud