summaryrefslogtreecommitdiffstats
path: root/tools/llvm-profdata
Commit message (Expand)AuthorAgeFilesLines
* [ProfileData] Add new option to dump topn hottest functionsXinliang David Li2017-07-111-6/+46
* llvm-profdata: Reduce memory usage by using Error callback rather than memberDavid Blaikie2017-07-101-3/+16
* Prototype: Reduce llvm-profdata merge memory usage furtherDavid Blaikie2017-07-061-1/+2
* [ProfileData] PR33517: Check for failure of symtab creationVedant Kumar2017-06-201-3/+5
* Fix a couple of typos in memory intrinsic optimization output (NFC)Teresa Johnson2017-05-241-1/+1
* Resubmit r297897: [PGO] Value profile for size of memory intrinsic callsRong Xu2017-03-161-7/+32
* Revert "[PGO] Value profile for size of memory intrinsic calls"Eric Liu2017-03-161-32/+7
* [PGO] Value profile for size of memory intrinsic callsRong Xu2017-03-151-7/+32
* [PGO] Refactor profile dumping function for ease of adding other profile kindRong Xu2017-03-091-35/+56
* [CMake] llvm-profdata depends on intrinsics_genChris Bieneman2016-11-181-0/+3
* [PGO] Fix a use-after-move. NFC.Rong Xu2016-10-191-1/+2
* [PGO] Fix bogus warning for merging empty llvm profile fileRong Xu2016-10-191-1/+6
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-4/+3
* [Profile] dump ic value profile value/site-count histogramXinliang David Li2016-09-201-1/+11
* llvm-profdata: Clarify the top level helpJustin Bogner2016-08-031-0/+1
* [llvm-profdata] Bring back reading profile data from STDIN.Benjamin Kramer2016-07-221-0/+7
* [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