summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-profdata/llvm-profdata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prune Pass.h include from DataLayout.h. NFCIBjorn Pettersson2019-10-211-0/+1
* [SampleFDO] Add compression support for any section in ExtBinary profile formatWei Mi2019-10-071-14/+33
* [PGO] Fix typos from r359612. NFC.Rong Xu2019-10-011-1/+1
* Recommit [SampleFDO] Expose an interface to return the size of a sectionWei Mi2019-09-211-2/+25
* Revert "[SampleFDO] Expose an interface to return the size of a section or th...Amara Emerson2019-09-211-25/+2
* [SampleFDO] Expose an interface to return the size of a section or the sizeWei Mi2019-09-201-2/+25
* [llvm-profdata] Add mode to recover from profile read failuresVedant Kumar2019-09-031-71/+65
* Fix some errors introduced by rL370563 which were not exposed on my local mac...Wei Mi2019-08-311-1/+1
* [SampleFDO] Add profile symbol list section to discriminate function beingWei Mi2019-08-311-20/+67
* [SampleFDO] Add ExtBinary format to support extension of binary profile.Wei Mi2019-08-231-9/+16
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-3/+3
* llvm-profdata] Handle the cases of overlapping input file and output fileRong Xu2019-07-081-11/+17
* [llvm-profdata] Add overlap command to compute similarity b/w two profile filesRong Xu2019-04-301-2/+89
* [llvm-profdata] Deleted unused Cutoffs added by D16005Fangrui Song2019-03-151-2/+0
* [PGO] Context sensitive PGO (part 2)Rong Xu2019-02-281-6/+15
* Fix some include order and file headers issues. NFCFangrui Song2019-02-211-1/+1
* [PGO] Fix the type of the formated variablePetar Jovanovic2019-02-051-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [llvm-profdata] add value-cutoff functionality in show commandRong Xu2019-01-081-13/+53
* [PGO] Revert r350579 to fix commit message.Rong Xu2019-01-081-53/+13
* [PGO] Use SourceFileName rather module name in PGOFuncNameRong Xu2019-01-071-13/+53
* Add flag to llvm-profdata to allow symbols in profile data to be remapped, andRichard Smith2018-09-131-9/+99
* Make llvm-profdata show -text work as advertised in the documentation.Richard Smith2018-08-241-2/+6
* [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
OpenPOWER on IntegriCloud