| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "[Coverage] Revise format to reduce binary size" | Vedant Kumar | 2019-12-04 | 1 | -2/+0 |
* | [Coverage] Revise format to reduce binary size | Vedant Kumar | 2019-12-04 | 1 | -0/+2 |
* | [Coverage] Speed up file-based queries for coverage info, NFC | Vedant Kumar | 2019-09-16 | 1 | -2/+35 |
* | Ignore object files that lack coverage information. | James Y Knight | 2019-08-28 | 1 | -2/+21 |
* | [Coverage] Load code coverage data from archives | Vedant Kumar | 2019-06-13 | 1 | -4/+7 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song | 2018-09-27 | 1 | -4/+3 |
* | [Coverage] Ignore 'unused' functions with non-zero execution counts | Vedant Kumar | 2018-08-07 | 1 | -6/+15 |
* | [Coverage] Delete getCounterMismatches, it's dead code (NFC) | Vedant Kumar | 2018-08-07 | 1 | -5/+0 |
* | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -8/+9 |
* | [Coverage] Take filenames into account when loading function records. | Max Moroz | 2018-05-08 | 1 | -2/+4 |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
* | [ProfileData] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang | 2018-04-13 | 1 | -4/+4 |
* | Remove superfluous copies in sample profiling. | Benjamin Kramer | 2017-12-28 | 1 | -1/+1 |
* | [Coverage] Scan ahead for the most-recent completed count (PR35495) | Vedant Kumar | 2017-12-07 | 1 | -5/+4 |
* | [Coverage] Use the most-recent completed region count (PR35437) | Vedant Kumar | 2017-11-30 | 1 | -0/+6 |
* | [Coverage] Use the wrapped segment when a line has entry segments | Vedant Kumar | 2017-11-09 | 1 | -4/+4 |
* | [Coverage] Provide a stable order for getInstantiationGroups | Vedant Kumar | 2017-10-24 | 1 | -1/+2 |
* | [Coverage] Simplify r316141. NFC. | Vedant Kumar | 2017-10-19 | 1 | -3/+3 |
* | [llvm-cov] Move LineCoverageIterator to libCoverage. NFC. | Vedant Kumar | 2017-10-18 | 1 | -0/+53 |
* | [llvm-cov] Improve error messaging for function mismatches | Vedant Kumar | 2017-09-21 | 1 | -2/+3 |
* | [Coverage] Use gap regions to select better line exec counts | Vedant Kumar | 2017-09-18 | 1 | -5/+9 |
* | [Coverage] Build sorted and unique segments | Vedant Kumar | 2017-09-08 | 1 | -46/+138 |
* | [Coverage] Define LineColPair for convenience. NFC. | Vedant Kumar | 2017-09-08 | 1 | -2/+1 |
* | [Coverage] Report errors when reading malformed source regions | Vedant Kumar | 2017-09-08 | 1 | -2/+7 |
* | [Coverage] Add an API to retrive all instantiations of a function (NFC) | Vedant Kumar | 2017-08-02 | 1 | -7/+7 |
* | [llvm-cov] Allow specifying distinct architectures for each loaded binary | Vedant Kumar | 2017-08-01 | 1 | -3/+4 |
* | [Coverage] Remove two overloads of CoverageMapping::load. NFC. | Vedant Kumar | 2017-06-30 | 1 | -12/+0 |
* | [Coverage] Improve readability by using a struct. NFC. | Vedant Kumar | 2017-06-26 | 1 | -22/+20 |
* | [ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh... | Eugene Zelenko | 2017-06-21 | 1 | -4/+3 |
* | [Coverage] PR33517: Check for failure to load func records | Vedant Kumar | 2017-06-20 | 1 | -0/+3 |
* | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
* | [ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings... | Eugene Zelenko | 2017-03-03 | 1 | -19/+36 |
* | Remove LLVM_NOEXCEPT and replace it with noexcept | Reid Kleckner | 2016-10-19 | 1 | -1/+1 |
* | [Coverage] Support loading multiple binaries into a CoverageMapping | Vedant Kumar | 2016-10-14 | 1 | -16/+40 |
* | [Coverage] Factor out logic to create FunctionRecords (NFC) | Vedant Kumar | 2016-10-12 | 1 | -40/+45 |
* | [Coverage] Mark a few more methods const (NFC) | Vedant Kumar | 2016-07-15 | 1 | -4/+4 |
* | [Coverage] Mark a few methods const (NFC) | Vedant Kumar | 2016-07-13 | 1 | -1/+1 |
* | Revert "[Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC)" | Vedant Kumar | 2016-06-29 | 1 | -5/+3 |
* | [Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC) | Vedant Kumar | 2016-06-21 | 1 | -3/+5 |
* | Add FIXMEs to all derived classes of std::error_category. | Peter Collingbourne | 2016-05-24 | 1 | -0/+3 |
* | Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-19 | 1 | -36/+50 |
* | Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" | Vedant Kumar | 2016-05-16 | 1 | -50/+36 |
* | Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-16 | 1 | -36/+50 |
* | Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" | Chandler Carruth | 2016-05-14 | 1 | -50/+36 |
* | Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-13 | 1 | -36/+50 |
* | Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use... | Vedant Kumar | 2016-05-13 | 1 | -50/+36 |
* | [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC | Vedant Kumar | 2016-05-13 | 1 | -36/+50 |
* | [Coverage] Combine counts of expansion regions if there are no code regions f... | Igor Kudrin | 2016-05-05 | 1 | -16/+31 |
* | Move coverage related code into a separate library. | Easwaran Raman | 2016-04-29 | 1 | -0/+548 |