summaryrefslogtreecommitdiff
path: root/tools/llvm-profdata
Commit message (Expand)AuthorAge
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-25
* ProfileData: Treat missing function counts as malformedJustin Bogner2014-04-25
* ProfileData: Add support for the indexed instrprof formatJustin Bogner2014-04-18
* llvm-profdata: Check for bad data in the show commandJustin Bogner2014-03-23
* llvm-profdata: Use Format.h instead of handrolling a formatterJustin Bogner2014-03-23
* llvm-profdata doesn't require LLVMCore.NAKAMURA Takumi2014-03-23
* llvm-profdata: Avoid F_Text in "merge" for now, since "llvm-profdata show" is...NAKAMURA Takumi2014-03-22
* ProfileData: Introduce InstrProfWriter using the naive text formatJustin Bogner2014-03-21
* llvm-profdata: Implement show commandJustin Bogner2014-03-21
* ProfileData: Introduce the InstrProfReader interface and a text readerJustin Bogner2014-03-21
* llvm-profdata: Remove an empty commentJustin Bogner2014-03-20
* llvm-profdata: Make "merge" into a subcommand.Justin Bogner2014-03-19
* llvm-profdata: Update to use the naive text format with function hashJustin Bogner2014-03-19
* Back out Profile library and dependent commitsJustin Bogner2014-03-12
* Profile: Remove an inefficient and unnecessary API functionJustin Bogner2014-03-12
* llvm-profdata: Use the Profile library, implement show and generateJustin Bogner2014-03-12
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Don't make F_None the default.Rafael Espindola2014-02-24
* PGO: llvm-profdata: tool for merging profilesDuncan P. N. Exon Smith2014-02-17