summaryrefslogtreecommitdiff
path: root/tools/llvm-profdata
AgeCommit message (Expand)Author
2018-06-12[NFC] Change sample profile format enum name SPF_Raw_Binary to SPF_Binary.Wei Mi
2018-06-12Fix a typo in rL334447.Wei Mi
2018-06-11[SampleFDO] Add a new compact binary format for sample profile.Wei Mi
2018-04-18[llvm-profdata] Use WithColor for printing errorsJonas Devlieghere
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama
2017-11-17[llvm-profdata] Don't treat non-fatal merge errors as fatalVedant Kumar
2017-11-17[llvm-profdata] Fix a dangling reference to an error stringVedant Kumar
2017-11-14[llvm-profdata] Report if profile data file is IR- or FE-levelAdam Nemet
2017-10-04Bring r314809 back.Rafael Espindola
2017-10-04Revert D38481 due to missing cmake check for CPU_COUNTDaniel Neilson
2017-10-03Use sched_getaffinity instead of std::thread::hardware_concurrency.Rafael Espindola
2017-07-11[ProfileData] Add new option to dump topn hottest functionsXinliang David Li
2017-07-10llvm-profdata: Reduce memory usage by using Error callback rather than memberDavid Blaikie
2017-07-06Prototype: Reduce llvm-profdata merge memory usage furtherDavid Blaikie
2017-06-20[ProfileData] PR33517: Check for failure of symtab creationVedant Kumar
2017-05-24Fix a couple of typos in memory intrinsic optimization output (NFC)Teresa Johnson
2017-03-16Resubmit r297897: [PGO] Value profile for size of memory intrinsic callsRong Xu
2017-03-16Revert "[PGO] Value profile for size of memory intrinsic calls"Eric Liu
2017-03-15[PGO] Value profile for size of memory intrinsic callsRong Xu
2017-03-09[PGO] Refactor profile dumping function for ease of adding other profile kindRong Xu
2016-11-18[CMake] llvm-profdata depends on intrinsics_genChris Bieneman
2016-10-19[PGO] Fix a use-after-move. NFC.Rong Xu
2016-10-19[PGO] Fix bogus warning for merging empty llvm profile fileRong Xu
2016-10-08Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini
2016-09-20[Profile] dump ic value profile value/site-count histogramXinliang David Li
2016-08-03llvm-profdata: Clarify the top level helpJustin Bogner
2016-07-22[llvm-profdata] Bring back reading profile data from STDIN.Benjamin Kramer
2016-07-21[profdata] Remove constructor that MSVC 2013 pretends to not understand.Benjamin Kramer
2016-07-20Reapply r276185Xinliang David Li
2016-07-20Revert r276185 -- build bot failure Xinliang David Li
2016-07-20[Profile] support directory reading in profile mergingXinliang David Li
2016-07-19Retry: [llvm-profdata] Speed up merging by using a thread poolVedant Kumar
2016-07-19Revert "[llvm-profdata] Speed up merging by using a thread pool"Vedant Kumar
2016-07-18[llvm-profdata] Speed up merging by using a thread poolVedant Kumar
2016-06-17Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...Benjamin Kramer
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith
2016-06-07Retry^4 "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar
2016-06-06Revert "Retry^2 "[llvm-profdata] Add option to ingest filepaths from a file""Vedant Kumar
2016-06-06Retry^2 "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar
2016-06-06Revert "Retry "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar
2016-06-06Retry "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar
2016-06-04[llvm-profdata] Revert r271709 and the 3 subsequent commits - the codeChandler Carruth
2016-06-04[llvm-profdata] Clean up the way we create the input filenames buffer (NFC)Vedant Kumar
2016-06-03[llvm-profdata] Fix use-after-free from discarded MemoryBuffer (NFC)Vedant Kumar
2016-06-03[llvm-profdata] Fix option description (NFC)Vedant Kumar
2016-06-03[llvm-profdata] Add option to ingest filepaths from a fileVedant Kumar
2016-06-03Trim some spaces (NFC)Vedant Kumar
2016-05-23[profile] show more statisticsXinliang David Li
2016-05-19Remove specializations of ProfileSummaryEaswaran Raman
2016-05-19Move ProfileSummary to IR.Easwaran Raman