summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-profdata
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of typos in memory intrinsic optimization output (NFC)Teresa Johnson2017-05-241-1/+1
* Change sample profile writer to make it deterministic.Dehao Chen2017-05-111-3/+4
* [sampleprof] Drop test dependency on the string hash func (NFC)Vedant Kumar2017-04-263-72/+72
* [PGO] Add omitted test cases.Rong Xu2017-03-171-0/+123
* [PGO] Refactor profile dumping function for ease of adding other profile kindRong Xu2017-03-091-8/+8
* [PGO] Text format profile reader needs to clear the value profileRong Xu2017-03-031-0/+9
* [PGO] Fix bogus warning for merging empty llvm profile fileRong Xu2016-10-193-0/+34
* [Profile] dump ic value profile value/site-count histogramXinliang David Li2016-09-201-0/+3
* [llvm-profdata] Bring back reading profile data from STDIN.Benjamin Kramer2016-07-221-0/+1
* Fix test failure on WinXinliang David Li2016-07-201-5/+5
* Reapply r276185Xinliang David Li2016-07-202-8/+32
* Revert r276185 -- build bot failure Xinliang David Li2016-07-202-32/+8
* [Profile] support directory reading in profile mergingXinliang David Li2016-07-202-8/+32
* Retry: [llvm-profdata] Speed up merging by using a thread poolVedant Kumar2016-07-191-0/+40
* Revert "[llvm-profdata] Speed up merging by using a thread pool"Vedant Kumar2016-07-191-40/+0
* [llvm-profdata] Speed up merging by using a thread poolVedant Kumar2016-07-181-0/+40
* Retry^4 "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar2016-06-071-0/+17
* Revert "Retry^2 "[llvm-profdata] Add option to ingest filepaths from a file""Vedant Kumar2016-06-061-16/+0
* Retry^2 "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar2016-06-061-0/+16
* Revert "Retry "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar2016-06-061-16/+0
* Retry "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar2016-06-061-0/+16
* [llvm-profdata] Revert r271709 and the 3 subsequent commits - the codeChandler Carruth2016-06-041-16/+0
* [llvm-profdata] Add option to ingest filepaths from a fileVedant Kumar2016-06-031-0/+16
* [profile] show more statisticsXinliang David Li2016-05-231-2/+8
* [profile] Remove another unneeded field in raw profile readerXinliang David Li2016-05-066-6/+0
* [Profile] Raw profile header clean upXinliang David Li2016-05-056-12/+6
* [LLVM] Remove unwanted --check-prefix=CHECK from unit tests. NFC.Mandeep Singh Grang2016-04-191-1/+1
* Reapply (2x) "[PGO] Fix name encoding for ObjC-like functions"Vedant Kumar2016-03-285-4/+4
* Revert "Reapply "[PGO] Fix name encoding for ObjC-like functions""Vedant Kumar2016-03-285-4/+4
* Reapply "[PGO] Fix name encoding for ObjC-like functions"Vedant Kumar2016-03-285-4/+4
* Stop testing the unspecified order in which the OnDiskHashTable stores entries.Richard Smith2016-03-263-57/+71
* Revert r260064, "Disable llvm/test/tools/llvm-profdata/value-prof.proftext on...NAKAMURA Takumi2016-02-251-2/+0
* Fix build bot failure Xinliang David Li2016-02-081-0/+0
* [PGO] Enable compression in pgo instrumentationXinliang David Li2016-02-086-55/+39
* Disable llvm/test/tools/llvm-profdata/value-prof.proftext on win32 for now. I...NAKAMURA Takumi2016-02-071-0/+2
* Add a compatibility testXinliang David Li2016-02-032-1/+22
* [Profiling] Add a -sparse mode to llvm-profdata mergeVedant Kumar2016-01-291-7/+11
* [PGO] fix a bug in profile summary computationXinliang David Li2016-01-161-13/+13
* Display detailed profile summary in llvm-profdata tool.Easwaran Raman2016-01-131-0/+20
* [PGO] Ensure vp data in indexed profile always sortedXinliang David Li2016-01-081-2/+8
* Fix a bug in test case -- duplicate entriesXinliang David Li2015-12-201-21/+0
* [PGO] Handle and report overflow during profile merge for all types of dataNathan Slingerland2015-12-165-20/+73
* Test cleanup -- remove duplicate run linesXinliang David Li2015-12-151-4/+0
* [llvm-profdata] Add support for weighted merge of profile data (2nd try)Nathan Slingerland2015-12-157-1/+142
* [PGO] Value profiling text format reader/writer supportXinliang David Li2015-12-145-0/+180
* [PGO] Revert r255365: solution incomplete, not handling lambda yetXinliang David Li2015-12-112-7/+0
* [PGO] Stop using invalid char in instr variable names.Xinliang David Li2015-12-112-0/+7
* Revert "[llvm-profdata] Add support for weighted merge of profile data"Nathan Slingerland2015-12-046-114/+0
* [llvm-profdata] Add support for weighted merge of profile dataNathan Slingerland2015-12-046-0/+114
* [PGO] Add v2 format compatibility testXinliang David Li2015-12-032-0/+20
OpenPOWER on IntegriCloud