Modernize raw_fd_ostream's constructor a bit.
[oota-llvm.git] / tools / llvm-profdata / llvm-profdata.cpp
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-07-14 Justin BognerSupport: Fix option handling when using cl::Required...
2014-06-13 Rafael EspindolaRemove 'using std::error_code' from tools.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-04-25 Justin BognerProfileData: Treat missing function counts as malformed
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