aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-profdata/llvm-profdata.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-19[PGO] Fix a use-after-move. NFC.Rong Xu1-1/+2
2016-10-19[PGO] Fix bogus warning for merging empty llvm profile fileRong Xu1-1/+6
2016-10-08Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini1-4/+3
2016-09-20[Profile] dump ic value profile value/site-count histogramXinliang David Li1-1/+11
2016-08-03llvm-profdata: Clarify the top level helpJustin Bogner1-0/+1
2016-07-22[llvm-profdata] Bring back reading profile data from STDIN.Benjamin Kramer1-0/+7
2016-07-21[profdata] Remove constructor that MSVC 2013 pretends to not understand.Benjamin Kramer1-6/+2
2016-07-20Reapply r276185Xinliang David Li1-10/+33
2016-07-20Revert r276185 -- build bot failure Xinliang David Li1-33/+10
2016-07-20[Profile] support directory reading in profile mergingXinliang David Li1-10/+33
2016-07-19Retry: [llvm-profdata] Speed up merging by using a thread poolVedant Kumar1-23/+117
2016-07-19Revert "[llvm-profdata] Speed up merging by using a thread pool"Vedant Kumar1-115/+23
2016-07-18[llvm-profdata] Speed up merging by using a thread poolVedant Kumar1-23/+115
2016-06-17Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...Benjamin Kramer1-8/+10
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith1-1/+1
2016-06-07Retry^4 "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar1-6/+59
2016-06-06Revert "Retry^2 "[llvm-profdata] Add option to ingest filepaths from a file""Vedant Kumar1-63/+13
2016-06-06Retry^2 "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar1-13/+63
2016-06-06Revert "Retry "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar1-58/+13
2016-06-06Retry "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar1-13/+58
2016-06-04[llvm-profdata] Revert r271709 and the 3 subsequent commits - the codeChandler Carruth1-57/+4
2016-06-04[llvm-profdata] Clean up the way we create the input filenames buffer (NFC)Vedant Kumar1-7/+14
2016-06-03[llvm-profdata] Fix use-after-free from discarded MemoryBuffer (NFC)Vedant Kumar1-8/+13
2016-06-03[llvm-profdata] Fix option description (NFC)Vedant Kumar1-1/+1
2016-06-03[llvm-profdata] Add option to ingest filepaths from a fileVedant Kumar1-4/+45
2016-06-03Trim some spaces (NFC)Vedant Kumar1-2/+0
2016-05-23[profile] show more statisticsXinliang David Li1-1/+14
2016-05-19Remove specializations of ProfileSummaryEaswaran Raman1-4/+3
2016-05-19Move ProfileSummary to IR.Easwaran Raman1-9/+10
2016-05-19Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar1-27/+41
2016-05-16Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Vedant Kumar1-41/+27
2016-05-16Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar1-27/+41
2016-05-14Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Chandler Carruth1-41/+27
2016-05-13Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar1-27/+41
2016-05-13Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...Vedant Kumar1-40/+27
2016-05-13[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFCVedant Kumar1-27/+40
2016-05-03Remove unused header, NFCVedant Kumar1-1/+0
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini1-3/+4
2016-02-17Add a profile summary class specific to instrumentation profiles.Easwaran Raman1-2/+2
2016-02-10[PGO] Differentiate Clang instrumentation and IR level instrumentation profilesRong Xu1-4/+11
2016-02-08[PGO] Revert r260146 as it breaks Darwin platforms.Rong Xu1-11/+4
2016-02-08[PGO] Differentiate Clang instrumentation and IR level instrumentation profilesRong Xu1-4/+11
2016-02-04Refactor profile summary support code. NFC.Easwaran Raman1-0/+1
2016-01-29[Profiling] Add a -sparse mode to llvm-profdata mergeVedant Kumar1-3/+7
2016-01-16[PGO] fix a bug in profile summary computationXinliang David Li1-1/+1
2016-01-14[PGO] Move profile summary interface/impl into InstrProf.[*] /NFCXinliang David Li1-99/+0
2016-01-14llvm-profdata.cpp: Fix comment lines. [-Wdocumentation]NAKAMURA Takumi1-3/+3
2016-01-13Display detailed profile summary in llvm-profdata tool.Easwaran Raman1-16/+136
2015-12-20[PGO] Improve Indexed Profile Reader efficiency Xinliang David Li1-2/+5
2015-12-16[PGO] Handle and report overflow during profile merge for all types of dataNathan Slingerland1-1/+5