summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-profdata/llvm-profdata.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Vedant Kumar2016-05-161-41/+27
* Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-161-27/+41
* Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Chandler Carruth2016-05-141-41/+27
* Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-131-27/+41
* Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...Vedant Kumar2016-05-131-40/+27
* [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFCVedant Kumar2016-05-131-27/+40
* Remove unused header, NFCVedant Kumar2016-05-031-1/+0
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-3/+4
* Add a profile summary class specific to instrumentation profiles.Easwaran Raman2016-02-171-2/+2
* [PGO] Differentiate Clang instrumentation and IR level instrumentation profilesRong Xu2016-02-101-4/+11
* [PGO] Revert r260146 as it breaks Darwin platforms.Rong Xu2016-02-081-11/+4
* [PGO] Differentiate Clang instrumentation and IR level instrumentation profilesRong Xu2016-02-081-4/+11
* Refactor profile summary support code. NFC.Easwaran Raman2016-02-041-0/+1
* [Profiling] Add a -sparse mode to llvm-profdata mergeVedant Kumar2016-01-291-3/+7
* [PGO] fix a bug in profile summary computationXinliang David Li2016-01-161-1/+1
* [PGO] Move profile summary interface/impl into InstrProf.[*] /NFCXinliang David Li2016-01-141-99/+0
* llvm-profdata.cpp: Fix comment lines. [-Wdocumentation]NAKAMURA Takumi2016-01-141-3/+3
* Display detailed profile summary in llvm-profdata tool.Easwaran Raman2016-01-131-16/+136
* [PGO] Improve Indexed Profile Reader efficiency Xinliang David Li2015-12-201-2/+5
* [PGO] Handle and report overflow during profile merge for all types of dataNathan Slingerland2015-12-161-1/+5
* [llvm-profdata] Add support for weighted merge of profile data (2nd try)Nathan Slingerland2015-12-151-18/+58
* Fix formatting. NFC.Diego Novillo2015-12-141-8/+5
* Revert "[llvm-profdata] Add support for weighted merge of profile data"Nathan Slingerland2015-12-041-54/+16
* [llvm-profdata] Add support for weighted merge of profile dataNathan Slingerland2015-12-041-16/+54
* [PGO] Add --text option for llvm-profdata show|merge commandsXinliang David Li2015-11-231-37/+70
* [llvm-profdata] Use SmallSet rather that std::set for keeping track of profda...Nathan Slingerland2015-11-181-3/+2
* [llvm-profdata] Fix unhandled enumeration values warningNathan Slingerland2015-11-181-0/+2
* [llvm-profdata] Show hint for other mismatch errors when merging instr profdataNathan Slingerland2015-11-171-1/+5
* [llvm-profdata] Improve error messaging when merging mismatched profile dataNathan Slingerland2015-11-171-4/+38
* [llvm-profdata] Add check for text profile formats and improve error reportin...Nathan Slingerland2015-11-131-13/+29
* reverting r252916 to investigate test failureNathan Slingerland2015-11-121-29/+13
* [llvm-profdata] Add check for text profile formats and improve error reportingNathan Slingerland2015-11-121-13/+29
* [PGO] Value profiling (index format) code cleanup and testingXinliang David Li2015-11-021-5/+9
* Re-apply r249644: Handle inline stacks in gcov-encoded sample profiles.Diego Novillo2015-10-081-1/+7
* InstrProf: Support for value profiling in the indexed profile formatJustin Bogner2015-09-291-7/+22
* Check for errors after reading a sample profile in llvm-profdata.Diego Novillo2015-09-171-1/+3
* modules: Move ProfileKinds to an anonymous namespaceDuncan P. N. Exon Smith2015-06-161-0/+2
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-0/+1
* Make helper functions static.Benjamin Kramer2015-03-091-13/+13
* Assigning and copying command line option objects shouldn't be allowed.Chris Bieneman2015-01-221-2/+4
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Use ErrorOr for the ::create factory on instrumented and sample profilers.Diego Novillo2014-11-031-13/+16
* Add show and merge tools for sample PGO profiles.Diego Novillo2014-11-011-38/+125
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-8/+8
* Support: Fix option handling when using cl::Required with aliasoptJustin Bogner2014-07-141-2/+2
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-131-4/+4
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-291-0/+1
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-1/+1
* ProfileData: Treat missing function counts as malformedJustin Bogner2014-04-251-0/+1
OpenPOWER on IntegriCloud