| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "[Coverage] Revise format to reduce binary size" | Vedant Kumar | 2019-12-04 | 1 | -25/+0 |
| * | [Coverage] Revise format to reduce binary size | Vedant Kumar | 2019-12-04 | 1 | -0/+25 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -2/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [Coverage] Take filenames into account when loading function records. | Max Moroz | 2018-05-08 | 1 | -1/+18 |
| * | [Coverage] Scan ahead for the most-recent completed count (PR35495) | Vedant Kumar | 2017-12-07 | 1 | -7/+9 |
| * | [Coverage] Use the most-recent completed region count (PR35437) | Vedant Kumar | 2017-11-30 | 1 | -0/+26 |
| * | [Coverage] Use the wrapped segment when a line has entry segments | Vedant Kumar | 2017-11-09 | 1 | -1/+2 |
| * | [Coverage] Simplify r316141. NFC. | Vedant Kumar | 2017-10-19 | 1 | -41/+6 |
| * | [llvm-cov] Move LineCoverageIterator to libCoverage. NFC. | Vedant Kumar | 2017-10-18 | 1 | -0/+57 |
| * | CoverageMappingTest.cpp: Suppress warnings. [-Wdocumentation] | NAKAMURA Takumi | 2017-09-09 | 1 | -6/+6 |
| * | [Coverage] Build sorted and unique segments | Vedant Kumar | 2017-09-08 | 1 | -3/+238 |
| * | [Coverage] Add an API to retrive all instantiations of a function (NFC) | Vedant Kumar | 2017-08-02 | 1 | -3/+4 |
| * | llvm-profdata: Reduce memory usage by using Error callback rather than member | David Blaikie | 2017-07-10 | 1 | -31/+18 |
| * | ProfData: Fix some unchecked Errors in unit tests | David Blaikie | 2017-07-07 | 1 | -42/+52 |
| * | Simplify InstrProfRecord tests, eliminating named temporaries in favor of bra... | David Blaikie | 2017-07-06 | 1 | -32/+16 |
| * | Try to appease a buildbot. | Vedant Kumar | 2017-06-30 | 1 | -1/+2 |
| * | [Coverage] Remove two overloads of CoverageMapping::load. NFC. | Vedant Kumar | 2017-06-30 | 1 | -8/+9 |
| * | [Coverage] PR33517: Check for failure to load func records | Vedant Kumar | 2017-06-20 | 1 | -16/+39 |
| * | Fixed warning: must specify at least one argument for '...' parameter. | Galina Kistanova | 2017-06-04 | 1 | -1/+1 |
| * | Fix signed/unsigned comparison warning | Simon Pilgrim | 2017-03-11 | 1 | -1/+1 |
| * | Fix spelling mistakes in Tools/Tests comments. NFC. | Simon Pilgrim | 2016-11-20 | 1 | -1/+1 |
| * | [Coverage] Support loading multiple binaries into a CoverageMapping | Vedant Kumar | 2016-10-14 | 1 | -6/+42 |
| * | [unittests] Remove a redundant test fixture (NFC) | Vedant Kumar | 2016-10-13 | 1 | -30/+19 |
| * | [unittests] Delete even more copy constructors (NFC) | Vedant Kumar | 2016-10-12 | 1 | -0/+10 |
| * | [unittests] Delete some copy constructors (NFC) | Vedant Kumar | 2016-10-12 | 1 | -0/+11 |
| * | [unittest] Pass a reference instead of making a copy (NFC) | Vedant Kumar | 2016-10-12 | 1 | -1/+1 |
| * | Rename StringMap::emplace_second to try_emplace. | Benjamin Kramer | 2016-07-21 | 1 | -1/+1 |
| * | Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-19 | 1 | -9/+9 |
| * | Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" | Vedant Kumar | 2016-05-16 | 1 | -9/+9 |
| * | Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-16 | 1 | -9/+9 |
| * | Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" | Chandler Carruth | 2016-05-14 | 1 | -9/+9 |
| * | Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-13 | 1 | -9/+9 |
| * | Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use... | Vedant Kumar | 2016-05-13 | 1 | -9/+9 |
| * | [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC | Vedant Kumar | 2016-05-13 | 1 | -9/+9 |
| * | [unittests] Use coveragemap_error in CoverageMappingReaderMock (NFC) | Vedant Kumar | 2016-05-12 | 1 | -2/+2 |
| * | [Coverage] Combine counts of expansion regions if there are no code regions f... | Igor Kudrin | 2016-05-05 | 1 | -0/+25 |
| * | [ProfileData] Assert NoError in CoverageMappingTest | Vedant Kumar | 2016-05-03 | 1 | -13/+13 |
| * | Move coverage related code into a separate library. | Easwaran Raman | 2016-04-29 | 1 | -3/+3 |
| * | [Coverage] Restore the correct count value after processing a nested region i... | Igor Kudrin | 2016-04-25 | 1 | -0/+20 |
| * | Reapply "[Coverage] Prevent detection of false instantiations in case of macr... | Igor Kudrin | 2016-04-18 | 1 | -0/+38 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -1/+1 |
| * | Revert "[Coverage] Prevent detection of false instantiations in case of macro... | Igor Kudrin | 2016-04-15 | 1 | -38/+0 |
| * | [Coverage] Prevent detection of false instantiations in case of macro expansion. | Igor Kudrin | 2016-04-15 | 1 | -0/+38 |
| * | [Coverage] Add support for making test data for more than one function. | Igor Kudrin | 2016-04-15 | 1 | -83/+169 |
| * | [Coverage] Update testing methods to support more than two files | Igor Kudrin | 2016-04-14 | 1 | -11/+58 |
| * | [Coverage] Strip <unknown> from PGO names if no filenames are available | Vedant Kumar | 2016-03-28 | 1 | -4/+6 |
| * | [Coverage] Fix the way we load "<unknown>:func" records | Vedant Kumar | 2016-03-28 | 1 | -0/+15 |
| * | [Profiling] Add a -sparse mode to llvm-profdata merge | Vedant Kumar | 2016-01-29 | 1 | -11/+26 |
| * | InstrProf: Support for value profiling in the indexed profile format | Justin Bogner | 2015-09-29 | 1 | -4/+8 |