Age | Commit message (Expand) | Author | Files | Lines |
2020-03-02 | [Coverage] Collect all function records in an object (D69471 followup) | Vedant Kumar | 1 | -27/+45 |
2020-02-28 | Reland: [Coverage] Revise format to reduce binary size | Vedant Kumar | 1 | -68/+271 |
2020-02-28 | Revert "[Coverage] Revise format to reduce binary size" | Vedant Kumar | 1 | -271/+68 |
2020-02-28 | [Coverage] Revise format to reduce binary size | Vedant Kumar | 1 | -68/+271 |
2020-02-10 | Revert "Remove redundant "std::move"s in return statements" | Bill Wendling | 1 | -21/+21 |
2020-02-10 | Remove redundant "std::move"s in return statements | Bill Wendling | 1 | -21/+21 |
2019-12-04 | Revert "[Coverage] Revise format to reduce binary size" | Vedant Kumar | 1 | -271/+68 |
2019-12-04 | [Coverage] Revise format to reduce binary size | Vedant Kumar | 1 | -68/+271 |
2019-10-14 | [Alignment][NFC] Move and type functions from MathExtras to Alignment | Guillaume Chatelet | 1 | -2/+2 |
2019-09-19 | [Object] Extend MachOUniversalBinary::getObjectForArch | Alexander Shaposhnikov | 1 | -1/+1 |
2019-08-15 | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 1 | -3/+3 |
2019-08-14 | Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp... | George Rimar | 1 | -4/+4 |
2019-08-14 | Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec... | George Rimar | 1 | -4/+4 |
2019-08-14 | [llvm/Object] - Convert SectionRef::getName() to return Expected<> | George Rimar | 1 | -4/+4 |
2019-06-14 | [Coverage] Speculative fix for r363325 for an older compiler | Vedant Kumar | 1 | -4/+4 |
2019-06-13 | [Coverage] Load code coverage data from archives | Vedant Kumar | 1 | -67/+129 |
2019-05-16 | Recommit [Object] Change object::SectionRef::getContents() to return Expected... | Fangrui Song | 1 | -4/+9 |
2019-05-16 | Revert r360876 "[Object] Change object::SectionRef::getContents() to return E... | Hans Wennborg | 1 | -9/+4 |
2019-05-16 | [Object] Change object::SectionRef::getContents() to return Expected<StringRef> | Fangrui Song | 1 | -4/+9 |
2019-04-07 | Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr... | Fangrui Song | 1 | -5/+3 |
2019-02-26 | [llvm-cov] Fix llvm-cov on Windows and un-XFAIL test | Reid Kleckner | 1 | -1/+18 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2018-05-14 | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 1 | -1/+1 |
2018-05-01 | Remove \brief commands from doxygen comments. | Adrian Prantl | 1 | -1/+1 |
2017-12-13 | Remove redundant includes from lib/ProfileData. | Michael Zolotukhin | 1 | -8/+0 |
2017-09-18 | [Coverage] Use gap regions to select better line exec counts | Vedant Kumar | 1 | -2/+14 |
2017-09-08 | [Coverage] Report errors when reading malformed source regions | Vedant Kumar | 1 | -6/+11 |
2017-06-21 | [ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh... | Eugene Zelenko | 1 | -8/+8 |
2017-06-20 | [ProfileData] PR33517: Check for failure of symtab creation | Vedant Kumar | 1 | -0/+2 |
2017-04-15 | [ProfileData] Unify getInstrProf*SectionName helpers | Vedant Kumar | 1 | -3/+5 |
2017-04-14 | [Profile] Make host tool aware of object format when quering prof section names | Xinliang David Li | 1 | -11/+10 |
2017-04-13 | [Profile] PE binary coverage bug fix | Xinliang David Li | 1 | -3/+7 |
2017-03-03 | [ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings... | Eugene Zelenko | 1 | -21/+46 |
2016-11-11 | Make the Error class constructor protected | Mehdi Amini | 1 | -1/+1 |
2016-06-29 | Revert "[Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC)" | Vedant Kumar | 1 | -4/+5 |
2016-06-21 | [Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC) | Vedant Kumar | 1 | -5/+4 |
2016-06-17 | [Coverage] Get rid of an input/output parameter (NFC) | Vedant Kumar | 1 | -10/+17 |
2016-05-31 | Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error | Kevin Enderby | 1 | -2/+2 |
2016-05-20 | [Coverage] Fix an issue where improper coverage mapping data could be loaded ... | Igor Kudrin | 1 | -18/+88 |
2016-05-19 | Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 1 | -116/+118 |
2016-05-18 | [Coverage] Ensure that coverage mapping data has an expected alignment in 'co... | Igor Kudrin | 1 | -0/+7 |
2016-05-16 | Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" | Vedant Kumar | 1 | -116/+114 |
2016-05-16 | Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 1 | -114/+116 |
2016-05-14 | Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" | Chandler Carruth | 1 | -116/+114 |
2016-05-13 | Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 1 | -114/+116 |
2016-05-13 | Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use... | Vedant Kumar | 1 | -114/+113 |
2016-05-13 | [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC | Vedant Kumar | 1 | -113/+114 |
2016-05-03 | [ProfileData] Propagate an error from InstrProfSymtab | Vedant Kumar | 1 | -4/+8 |
2016-04-29 | Move coverage related code into a separate library. | Easwaran Raman | 1 | -0/+619 |