[llvm-profdata] Add check for text profile formats and improve error reporting (2nd...
[oota-llvm.git] / tools / llvm-profdata / llvm-profdata.cpp
2015-11-13 Nathan Slingerland[llvm-profdata] Add check for text profile formats...
2015-11-12 Nathan Slingerlandreverting r252916 to investigate test failure
2015-11-12 Nathan Slingerland[llvm-profdata] Add check for text profile formats...
2015-11-02 Xinliang David Li[PGO] Value profiling (index format) code cleanup and...
2015-10-08 Diego NovilloRe-apply r249644: Handle inline stacks in gcov-encoded...
2015-09-29 Justin BognerInstrProf: Support for value profiling in the indexed...
2015-09-17 Diego NovilloCheck for errors after reading a sample profile in...
2015-06-16 Duncan P. N. Exon... modules: Move ProfileKinds to an anonymous namespace
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-09 Benjamin KramerMake helper functions static.
2015-01-22 Chris BienemanAssigning and copying command line option objects shoul...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-11-03 Diego NovilloUse ErrorOr for the ::create factory on instrumented...
2014-11-01 Diego NovilloAdd show and merge tools for sample PGO profiles.
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