| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Stop testing the unspecified order in which the OnDiskHashTable stores entries. | Richard Smith | 2016-03-26 | 1 | -2/+2 |
| | | | | | llvm-svn: 264487 | ||||
| * | [Profiling] Add a -sparse mode to llvm-profdata merge | Vedant Kumar | 2016-01-29 | 1 | -7/+11 |
| | | | | | | | | | | | Add an option to llvm-profdata merge for writing out sparse indexed profiles. These profiles omit InstrProfRecords for functions which are never executed. Differential Revision: http://reviews.llvm.org/D16727 llvm-svn: 259258 | ||||
| * | [PGO] fix a bug in profile summary computation | Xinliang David Li | 2016-01-16 | 1 | -13/+13 |
| | | | | | | | | | Entry block count was not counted and is corrected. Also introduce a new metric that is MaxInternalBlockCount which show command shows (as before). llvm-svn: 257987 | ||||
| * | Display detailed profile summary in llvm-profdata tool. | Easwaran Raman | 2016-01-13 | 1 | -0/+20 |
| | | | | | | | | | | | | This adds a detailed profile summary in llvm-profdata. The summary is in the form of one or more triples of the form (P, N, M) which is interpreted as if we look at the Top-N counts in the profile, their sum accounts for P percentage of the sum of all counts in the program and the minimum count in the Top-N is M. Differential Revision: http://reviews.llvm.org/D16005 llvm-svn: 257680 | ||||
| * | InstrProf: Allow hexadecimal function hashes in proftext format | Justin Bogner | 2015-03-09 | 1 | -2/+10 |
| | | | | | llvm-svn: 231685 | ||||
| * | llvm-profdata: Replace redundant tests with more targeted ones | Justin Bogner | 2014-08-01 | 1 | -0/+56 |
| llvm-svn: 214548 | |||||

