aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/tools/llvm-profdata
AgeCommit message (Expand)AuthorFilesLines
2016-07-22[llvm-profdata] Bring back reading profile data from STDIN.Benjamin Kramer1-0/+1
2016-07-20Fix test failure on WinXinliang David Li1-5/+5
2016-07-20Reapply r276185Xinliang David Li2-8/+32
2016-07-20Revert r276185 -- build bot failure Xinliang David Li2-32/+8
2016-07-20[Profile] support directory reading in profile mergingXinliang David Li2-8/+32
2016-07-19Retry: [llvm-profdata] Speed up merging by using a thread poolVedant Kumar1-0/+40
2016-07-19Revert "[llvm-profdata] Speed up merging by using a thread pool"Vedant Kumar1-40/+0
2016-07-18[llvm-profdata] Speed up merging by using a thread poolVedant Kumar1-0/+40
2016-06-07Retry^4 "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar1-0/+17
2016-06-06Revert "Retry^2 "[llvm-profdata] Add option to ingest filepaths from a file""Vedant Kumar1-16/+0
2016-06-06Retry^2 "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar1-0/+16
2016-06-06Revert "Retry "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar1-16/+0
2016-06-06Retry "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar1-0/+16
2016-06-04[llvm-profdata] Revert r271709 and the 3 subsequent commits - the codeChandler Carruth1-16/+0
2016-06-03[llvm-profdata] Add option to ingest filepaths from a fileVedant Kumar1-0/+16
2016-05-23[profile] show more statisticsXinliang David Li1-2/+8
2016-05-06[profile] Remove another unneeded field in raw profile readerXinliang David Li6-6/+0
2016-05-05[Profile] Raw profile header clean upXinliang David Li6-12/+6
2016-04-19[LLVM] Remove unwanted --check-prefix=CHECK from unit tests. NFC.Mandeep Singh Grang1-1/+1
2016-03-28Reapply (2x) "[PGO] Fix name encoding for ObjC-like functions"Vedant Kumar5-4/+4
2016-03-28Revert "Reapply "[PGO] Fix name encoding for ObjC-like functions""Vedant Kumar5-4/+4
2016-03-28Reapply "[PGO] Fix name encoding for ObjC-like functions"Vedant Kumar5-4/+4
2016-03-26Stop testing the unspecified order in which the OnDiskHashTable stores entries.Richard Smith3-57/+71
2016-02-25Revert r260064, "Disable llvm/test/tools/llvm-profdata/value-prof.proftext on...NAKAMURA Takumi1-2/+0
2016-02-08Fix build bot failure Xinliang David Li1-0/+0
2016-02-08[PGO] Enable compression in pgo instrumentationXinliang David Li6-55/+39
2016-02-07Disable llvm/test/tools/llvm-profdata/value-prof.proftext on win32 for now. I...NAKAMURA Takumi1-0/+2
2016-02-03Add a compatibility testXinliang David Li2-1/+22
2016-01-29[Profiling] Add a -sparse mode to llvm-profdata mergeVedant Kumar1-7/+11
2016-01-16[PGO] fix a bug in profile summary computationXinliang David Li1-13/+13
2016-01-13Display detailed profile summary in llvm-profdata tool.Easwaran Raman1-0/+20
2016-01-08[PGO] Ensure vp data in indexed profile always sortedXinliang David Li1-2/+8
2015-12-20Fix a bug in test case -- duplicate entriesXinliang David Li1-21/+0
2015-12-16[PGO] Handle and report overflow during profile merge for all types of dataNathan Slingerland5-20/+73
2015-12-15Test cleanup -- remove duplicate run linesXinliang David Li1-4/+0
2015-12-15[llvm-profdata] Add support for weighted merge of profile data (2nd try)Nathan Slingerland7-1/+142
2015-12-14[PGO] Value profiling text format reader/writer supportXinliang David Li5-0/+180
2015-12-11[PGO] Revert r255365: solution incomplete, not handling lambda yetXinliang David Li2-7/+0
2015-12-11[PGO] Stop using invalid char in instr variable names.Xinliang David Li2-0/+7
2015-12-04Revert "[llvm-profdata] Add support for weighted merge of profile data"Nathan Slingerland6-114/+0
2015-12-04[llvm-profdata] Add support for weighted merge of profile dataNathan Slingerland6-0/+114
2015-12-03[PGO] Add v2 format compatibility testXinliang David Li2-0/+20
2015-12-02[llvm-profdata] Change instr prof counter overflow to saturate rather than di...Nathan Slingerland1-4/+12
2015-11-23[PGO] Add --text option for llvm-profdata show|merge commandsXinliang David Li2-0/+61
2015-11-19SamplePGO - Sort samples by source location when emitting as text.Diego Novillo2-2/+2
2015-11-18[PGO] Value profiling supportBetul Buyukkurt7-25/+64
2015-11-17[llvm-profdata] Improve error messaging when merging mismatched profile dataNathan Slingerland1-1/+2
2015-11-13SamplePGO - Add dump routines for LineLocation, SampleRecord and FunctionSamplesDiego Novillo3-12/+12
2015-11-13llvm/test/tools/llvm-profdata/text-format-errors.test: Use prepared version o...NAKAMURA Takumi2-2/+2
2015-11-13[llvm-profdata] Add check for text profile formats and improve error reportin...Nathan Slingerland3-4/+19