summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-profdata/llvm-profdata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use ErrorOr for the ::create factory on instrumented and sample profilers.Diego Novillo2014-11-031-13/+16
* Add show and merge tools for sample PGO profiles.Diego Novillo2014-11-011-38/+125
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-8/+8
* Support: Fix option handling when using cl::Required with aliasoptJustin Bogner2014-07-141-2/+2
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-131-4/+4
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-291-0/+1
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-1/+1
* ProfileData: Treat missing function counts as malformedJustin Bogner2014-04-251-0/+1
* 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