summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData
Commit message (Expand)AuthorAgeFilesLines
* Use range algorithms instead of unpacking begin/endDavid Majnemer2016-08-111-2/+1
* Fix some Clang-tidy modernize and Include What You Use warnings.Eugene Zelenko2016-08-111-3/+16
* [PGO] Make needsComdatForCounter() available (NFC)Rong Xu2016-07-211-0/+26
* Retry: [llvm-profdata] Speed up merging by using a thread poolVedant Kumar2016-07-191-0/+8
* Revert "[llvm-profdata] Speed up merging by using a thread pool"Vedant Kumar2016-07-191-8/+0
* [llvm-profdata] Speed up merging by using a thread poolVedant Kumar2016-07-181-0/+8
* [Coverage] Mark a few more methods const (NFC)Vedant Kumar2016-07-151-4/+4
* [Coverage] Mark a few methods const (NFC)Vedant Kumar2016-07-131-1/+1
* [PGO] Don't include full file path in static function profile counter namesXinliang David Li2016-07-121-3/+12
* Revert "[Coverage] Move logic to encode filenames and mappings into llvm (NFC)"Vedant Kumar2016-06-291-49/+8
* Revert "[Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC)"Vedant Kumar2016-06-292-9/+8
* [Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC)Vedant Kumar2016-06-212-8/+9
* [Coverage] Move logic to encode filenames and mappings into llvm (NFC)Vedant Kumar2016-06-171-8/+49
* [Coverage] Get rid of an input/output parameter (NFC)Vedant Kumar2016-06-171-10/+17
* Bug fix remove another illegal char from prof symbol nameXinliang David Li2016-06-101-1/+1
* Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby2016-05-311-2/+2
* [ProfileData] Clean up string handling a bit.Benjamin Kramer2016-05-293-13/+11
* [ProfData] Remove global constructor from ProfileSummaryBuilder.Benjamin Kramer2016-05-271-5/+7
* Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne2016-05-243-0/+9
* [ProfileData] Thread unique_ptr through the summary builder to avoid leaks.Benjamin Kramer2016-05-205-12/+12
* [Coverage] Fix an issue where improper coverage mapping data could be loaded ...Igor Kudrin2016-05-201-18/+88
* Remove specializations of ProfileSummaryEaswaran Raman2016-05-195-22/+23
* Move ProfileSummary to IR.Easwaran Raman2016-05-197-386/+146
* Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-195-307/+326
* [Coverage] Ensure that coverage mapping data has an expected alignment in 'co...Igor Kudrin2016-05-181-0/+7
* Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Vedant Kumar2016-05-165-324/+305
* Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-165-305/+324
* Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Chandler Carruth2016-05-145-324/+305
* Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-135-305/+324
* Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...Vedant Kumar2016-05-135-323/+304
* [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFCVedant Kumar2016-05-135-304/+323
* [ProfileData] Use SoftInstrProfErrors to count soft errors, NFCVedant Kumar2016-05-112-44/+56
* Use an emplace_back for consistency, NFCVedant Kumar2016-05-111-1/+1
* Revert r269131Easwaran Raman2016-05-101-44/+0
* Reapply r266477 and r266488Easwaran Raman2016-05-101-0/+44
* [PGO] Use rsplit to parse value-data line in text profile file.Rong Xu2016-05-061-1/+1
* Add a note about the "entry count" used the profile summarySean Silva2016-05-051-0/+4
* [profile] Remove unneeded field in raw profile readerXinliang David Li2016-05-051-8/+6
* [Coverage] Combine counts of expansion regions if there are no code regions f...Igor Kudrin2016-05-051-16/+31
* [ProfileData] Propagate an error from InstrProfSymtabVedant Kumar2016-05-031-4/+8
* [ProfileData] Add error codes for compression failuresVedant Kumar2016-05-031-9/+16
* Remove redundant return, NFCVedant Kumar2016-05-021-1/+0
* Move coverage related code into a separate library.Easwaran Raman2016-04-297-8/+44
* [Coverage] Restore the correct count value after processing a nested region i...Igor Kudrin2016-04-251-37/+58
* [PGO] change the interface for createPGOFuncNameMetadata()Rong Xu2016-04-221-5/+7
* [ProfileData] Report errors from InstrProfSymtab::createVedant Kumar2016-04-211-3/+9
* Reapply "[Coverage] Prevent detection of false instantiations in case of macr...Igor Kudrin2016-04-181-18/+12
* Revert "Replace the use of MaxFunctionCount module flag"Eric Liu2016-04-181-44/+0
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Replace the use of MaxFunctionCount module flagEaswaran Raman2016-04-151-0/+44
OpenPOWER on IntegriCloud