summaryrefslogtreecommitdiff
path: root/tools/llvm-profdata
AgeCommit message (Expand)Author
2016-02-17Add a profile summary class specific to instrumentation profiles.Easwaran Raman
2016-02-10[PGO] Differentiate Clang instrumentation and IR level instrumentation profilesRong Xu
2016-02-08[PGO] Revert r260146 as it breaks Darwin platforms.Rong Xu
2016-02-08[PGO] Differentiate Clang instrumentation and IR level instrumentation profilesRong Xu
2016-02-04Refactor profile summary support code. NFC.Easwaran Raman
2016-01-29[Profiling] Add a -sparse mode to llvm-profdata mergeVedant Kumar
2016-01-26Remove autoconf supportChris Bieneman
2016-01-16[PGO] fix a bug in profile summary computationXinliang David Li
2016-01-14[PGO] Move profile summary interface/impl into InstrProf.[*] /NFCXinliang David Li
2016-01-14llvm-profdata.cpp: Fix comment lines. [-Wdocumentation]NAKAMURA Takumi
2016-01-13Display detailed profile summary in llvm-profdata tool.Easwaran Raman
2015-12-20[PGO] Improve Indexed Profile Reader efficiency Xinliang David Li
2015-12-16[PGO] Handle and report overflow during profile merge for all types of dataNathan Slingerland
2015-12-15[llvm-profdata] Add support for weighted merge of profile data (2nd try)Nathan Slingerland
2015-12-14Fix formatting. NFC.Diego Novillo
2015-12-04Revert "[llvm-profdata] Add support for weighted merge of profile data"Nathan Slingerland
2015-12-04[llvm-profdata] Add support for weighted merge of profile dataNathan Slingerland
2015-11-23[PGO] Add --text option for llvm-profdata show|merge commandsXinliang David Li
2015-11-18[llvm-profdata] Use SmallSet rather that std::set for keeping track of profda...Nathan Slingerland
2015-11-18[llvm-profdata] Fix unhandled enumeration values warningNathan Slingerland
2015-11-17[llvm-profdata] Show hint for other mismatch errors when merging instr profdataNathan Slingerland
2015-11-17[llvm-profdata] Improve error messaging when merging mismatched profile dataNathan Slingerland
2015-11-13[llvm-profdata] Add check for text profile formats and improve error reportin...Nathan Slingerland
2015-11-12reverting r252916 to investigate test failureNathan Slingerland
2015-11-12[llvm-profdata] Add check for text profile formats and improve error reportingNathan Slingerland
2015-11-02[PGO] Value profiling (index format) code cleanup and testingXinliang David Li
2015-10-08Re-apply r249644: Handle inline stacks in gcov-encoded sample profiles.Diego Novillo
2015-09-29InstrProf: Support for value profiling in the indexed profile formatJustin Bogner
2015-09-17Check for errors after reading a sample profile in llvm-profdata.Diego Novillo
2015-06-16modules: Move ProfileKinds to an anonymous namespaceDuncan P. N. Exon Smith
2015-03-23Purge unused includes throughout libSupport.Benjamin Kramer
2015-03-09Make helper functions static.Benjamin Kramer
2015-01-22Assigning and copying command line option objects shouldn't be allowed.Chris Bieneman
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2014-11-03Use ErrorOr for the ::create factory on instrumented and sample profilers.Diego Novillo
2014-11-01[CMake] llvm-profdata requires Core.NAKAMURA Takumi
2014-11-01Add show and merge tools for sample PGO profiles.Diego Novillo
2014-08-25Modernize raw_fd_ostream's constructor a bit.Rafael Espindola
2014-07-14Support: Fix option handling when using cl::Required with aliasoptJustin Bogner
2014-06-13Remove 'using std::error_code' from tools.Rafael Espindola
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola
2014-04-29raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper
2014-04-25ProfileData: Treat missing function counts as malformedJustin Bogner
2014-04-18ProfileData: Add support for the indexed instrprof formatJustin Bogner
2014-03-23llvm-profdata: Check for bad data in the show commandJustin Bogner
2014-03-23llvm-profdata: Use Format.h instead of handrolling a formatterJustin Bogner
2014-03-23llvm-profdata doesn't require LLVMCore.NAKAMURA Takumi
2014-03-22llvm-profdata: Avoid F_Text in "merge" for now, since "llvm-profdata show" is...NAKAMURA Takumi
2014-03-21ProfileData: Introduce InstrProfWriter using the naive text formatJustin Bogner