ProfileData: Add support for the indexed instrprof format
[oota-llvm.git] / tools / llvm-profdata / llvm-profdata.cpp
2014-04-18 Justin BognerProfileData: Add support for the indexed instrprof...
2014-03-23 Justin Bognerllvm-profdata: Check for bad data in the show command
2014-03-23 Justin Bognerllvm-profdata: Use Format.h instead of handrolling...
2014-03-22 NAKAMURA Takumillvm-profdata: Avoid F_Text in "merge" for now, since...
2014-03-21 Justin BognerProfileData: Introduce InstrProfWriter using the naive...
2014-03-21 Justin Bognerllvm-profdata: Implement show command
2014-03-21 Justin BognerProfileData: Introduce the InstrProfReader interface...
2014-03-20 Justin Bognerllvm-profdata: Remove an empty comment
2014-03-19 Justin Bognerllvm-profdata: Make "merge" into a subcommand.
2014-03-19 Justin Bognerllvm-profdata: Update to use the naive text format...
2014-03-12 Justin BognerBack out Profile library and dependent commits
2014-03-12 Justin BognerProfile: Remove an inefficient and unnecessary API...
2014-03-12 Justin Bognerllvm-profdata: Use the Profile library, implement show...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-24 Rafael EspindolaDon't make F_None the default.
2014-02-17 Duncan P. N. Exon... PGO: llvm-profdata: tool for merging profiles