summaryrefslogtreecommitdiff
path: root/tools/llvm-profdata
AgeCommit message (Expand)AuthorFilesLines
2014-04-29raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer1-0/+1
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper1-1/+1
2014-04-25ProfileData: Treat missing function counts as malformedJustin Bogner1-0/+1
2014-04-18ProfileData: Add support for the indexed instrprof formatJustin Bogner1-5/+4
2014-03-23llvm-profdata: Check for bad data in the show commandJustin Bogner1-0/+2
2014-03-23llvm-profdata: Use Format.h instead of handrolling a formatterJustin Bogner1-19/+2
2014-03-23llvm-profdata doesn't require LLVMCore.NAKAMURA Takumi2-2/+2
2014-03-22llvm-profdata: Avoid F_Text in "merge" for now, since "llvm-profdata show" is...NAKAMURA Takumi1-1/+2
2014-03-21ProfileData: Introduce InstrProfWriter using the naive text formatJustin Bogner1-35/+15
2014-03-21llvm-profdata: Implement show commandJustin Bogner1-2/+98
2014-03-21ProfileData: Introduce the InstrProfReader interface and a text readerJustin Bogner4-71/+37
2014-03-20llvm-profdata: Remove an empty commentJustin Bogner1-1/+0
2014-03-19llvm-profdata: Make "merge" into a subcommand.Justin Bogner1-16/+51
2014-03-19llvm-profdata: Update to use the naive text format with function hashJustin Bogner1-101/+53
2014-03-12Back out Profile library and dependent commitsJustin Bogner4-266/+120
2014-03-12Profile: Remove an inefficient and unnecessary API functionJustin Bogner1-7/+7
2014-03-12llvm-profdata: Use the Profile library, implement show and generateJustin Bogner4-120/+266
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-3/+2
2014-02-24Replace the F_Binary flag with a F_Text one.Rafael Espindola1-1/+1
2014-02-24Don't make F_None the default.Rafael Espindola1-1/+1
2014-02-17PGO: llvm-profdata: tool for merging profilesDuncan P. N. Exon Smith4-0/+222