summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-profdata/llvm-profdata.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Change sample profile format enum name SPF_Raw_Binary to SPF_Binary.Wei Mi2018-06-121-11/+10
* Fix a typo in rL334447.Wei Mi2018-06-121-1/+1
* [SampleFDO] Add a new compact binary format for sample profile.Wei Mi2018-06-111-9/+19
* [llvm-profdata] Use WithColor for printing errorsJonas Devlieghere2018-04-181-6/+12
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-7/+2
* [llvm-profdata] Don't treat non-fatal merge errors as fatalVedant Kumar2017-11-171-7/+43
* [llvm-profdata] Fix a dangling reference to an error stringVedant Kumar2017-11-171-3/+11
* [llvm-profdata] Report if profile data file is IR- or FE-levelAdam Nemet2017-11-141-0/+2
* Bring r314809 back.Rafael Espindola2017-10-041-2/+2
* Revert D38481 due to missing cmake check for CPU_COUNTDaniel Neilson2017-10-041-2/+2
* Use sched_getaffinity instead of std::thread::hardware_concurrency.Rafael Espindola2017-10-031-2/+2
* [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
* [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
OpenPOWER on IntegriCloud