summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-profdata/llvm-profdata.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [profdata] Remove constructor that MSVC 2013 pretends to not understand.Benjamin Kramer2016-07-211-6/+2
* Reapply r276185Xinliang David Li2016-07-201-10/+33
* Revert r276185 -- build bot failure Xinliang David Li2016-07-201-33/+10
* [Profile] support directory reading in profile mergingXinliang David Li2016-07-201-10/+33
* Retry: [llvm-profdata] Speed up merging by using a thread poolVedant Kumar2016-07-191-23/+117
* Revert "[llvm-profdata] Speed up merging by using a thread pool"Vedant Kumar2016-07-191-115/+23
* [llvm-profdata] Speed up merging by using a thread poolVedant Kumar2016-07-181-23/+115
* Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...Benjamin Kramer2016-06-171-8/+10
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1
* Retry^4 "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar2016-06-071-6/+59
* Revert "Retry^2 "[llvm-profdata] Add option to ingest filepaths from a file""Vedant Kumar2016-06-061-63/+13
* Retry^2 "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar2016-06-061-13/+63
* Revert "Retry "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar2016-06-061-58/+13
* Retry "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar2016-06-061-13/+58
* [llvm-profdata] Revert r271709 and the 3 subsequent commits - the codeChandler Carruth2016-06-041-57/+4
* [llvm-profdata] Clean up the way we create the input filenames buffer (NFC)Vedant Kumar2016-06-041-7/+14
* [llvm-profdata] Fix use-after-free from discarded MemoryBuffer (NFC)Vedant Kumar2016-06-031-8/+13
* [llvm-profdata] Fix option description (NFC)Vedant Kumar2016-06-031-1/+1
* [llvm-profdata] Add option to ingest filepaths from a fileVedant Kumar2016-06-031-4/+45
* Trim some spaces (NFC)Vedant Kumar2016-06-031-2/+0
* [profile] show more statisticsXinliang David Li2016-05-231-1/+14
* Remove specializations of ProfileSummaryEaswaran Raman2016-05-191-4/+3
* Move ProfileSummary to IR.Easwaran Raman2016-05-191-9/+10
* Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-191-27/+41
* 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
OpenPOWER on IntegriCloud