- 4fd11c1 [Object] Extend MachOUniversalBinary::getObjectForArch by Alexander Shaposhnikov · 6 years ago
- 0eaee54 [llvm] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 6 years ago
- bcc00e1 Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expected<>" by George Rimar · 6 years ago
- 468919e Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expected<>" by George Rimar · 6 years ago
- a0c6a35 [llvm/Object] - Convert SectionRef::getName() to return Expected<> by George Rimar · 6 years ago
- 1e4882c [Coverage] Speculative fix for r363325 for an older compiler by Vedant Kumar · 6 years ago
- 901d04f [Coverage] Load code coverage data from archives by Vedant Kumar · 6 years ago
- e183340 Recommit [Object] Change object::SectionRef::getContents() to return Expected<StringRef> by Fangrui Song · 6 years ago
- 4da9ff9 Revert r360876 "[Object] Change object::SectionRef::getContents() to return Expected<StringRef>" by Hans Wennborg · 6 years ago
- a076ec5 [Object] Change object::SectionRef::getContents() to return Expected<StringRef> by Fangrui Song · 6 years ago
- 6a0746a Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFromStringRef() by Fangrui Song · 6 years ago
- 8b6af00 [llvm-cov] Fix llvm-cov on Windows and un-XFAIL test by Reid Kleckner · 7 years ago
- 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
- d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
- 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
- 6c02f9b Remove redundant includes from lib/ProfileData. by Michael Zolotukhin · 8 years ago
- ad8f637 [Coverage] Use gap regions to select better line exec counts by Vedant Kumar · 8 years ago
- bae8397 [Coverage] Report errors when reading malformed source regions by Vedant Kumar · 8 years ago
- 72208a8 [ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
- b5794ca [ProfileData] PR33517: Check for failure of symtab creation by Vedant Kumar · 8 years ago
- 1a6a2b6 [ProfileData] Unify getInstrProf*SectionName helpers by Vedant Kumar · 8 years ago
- 4a5ddf8 [Profile] Make host tool aware of object format when quering prof section names by Xinliang David Li · 8 years ago
- 57dea2d [Profile] PE binary coverage bug fix by Xinliang David Li · 8 years ago
- e78d131 [ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
- 41af430 Make the Error class constructor protected by Mehdi Amini · 9 years ago
- a30139d Revert "[Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC)" by Vedant Kumar · 9 years ago
- 7a7f534 [Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC) by Vedant Kumar · 9 years ago
- 3739b95 [Coverage] Get rid of an input/output parameter (NFC) by Vedant Kumar · 9 years ago
- 9acb109 Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error by Kevin Enderby · 9 years ago
- ac40e81 [Coverage] Fix an issue where improper coverage mapping data could be loaded for an inline function. by Igor Kudrin · 9 years ago
- 9152fd1 Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
- eb10307 [Coverage] Ensure that coverage mapping data has an expected alignment in 'covmapping' files. by Igor Kudrin · 9 years ago
- 85c973d Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" by Vedant Kumar · 9 years ago
- 7cb2fd5 Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
- 5957375 Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" by Chandler Carruth · 9 years ago
- df41bd8 Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
- 064535c Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
- ac25219 [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC by Vedant Kumar · 9 years ago
- b4b2c87 [ProfileData] Propagate an error from InstrProfSymtab by Vedant Kumar · 9 years ago
- dc70712 Move coverage related code into a separate library. by Easwaran Raman · 9 years ago[Renamed (99%) from llvm/lib/ProfileData/CoverageMappingReader.cpp]
- 3fcdf6a Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message by Kevin Enderby · 9 years ago
- a82d6c0 [PGO] Enable compression in pgo instrumentation by Xinliang David Li · 10 years ago
- 85c824f Move classes defined in a cpp file into an anonymous namespace. by Benjamin Kramer · 10 years ago
- 0a83b1b Fix a coverage reading bug by Xinliang David Li · 10 years ago
- 42a1330 [Coverage] move a local var to be BinaryCoverageReader's member by Xinliang David Li · 10 years ago
- 84a2df3 Rename local variable to avoid conflict by Xinliang David Li · 10 years ago
- d5d8887 Cleanup: shorten prefix to consistent with other decls /NFC by Xinliang David Li · 10 years ago
- e7268c1 Add virtual dtor by Xinliang David Li · 10 years ago
- a9d7846 [Coverage] introduce class hierarchy (funcRecordReader) to support multiple versions of coverage data by Xinliang David Li · 10 years ago
- e62595c Revert r257699 -- windows buildbot failure TBI by Xinliang David Li · 10 years ago
- aab986f [Coverage] introduce class hierarchy (funcRecordReader) to support multiple versions of coverage data by Xinliang David Li · 10 years ago
- 81f18a5 [Coverage] Refactor coverage mapping reader code by Xinliang David Li · 10 years ago
- c8c39ea Rollback r257551 -- unexpected test failures TBI by Xinliang David Li · 10 years ago
- b92bc6d [Coverage] Refactor coverage mapping reader code /NFC by Xinliang David Li · 10 years ago
- 8c65278 Rollback r257547 -- buildbot failure TBI by Xinliang David Li · 10 years ago
- c3498b0 [Coverage] Refactor coverage mapping reader code /NFC by Xinliang David Li · 10 years ago
- 1054a85a [PGO] Minor refactoring /NFC by Xinliang David Li · 10 years ago
- 946558d [PGO] Code refactoring to use header struct def /NFC by Xinliang David Li · 10 years ago
- 7a5c8c8 [ProfileData] Make helper function static. by Benjamin Kramer · 10 years ago
- 50de45d [PGO] InstrPGO and coverage code refactoring (NFC) by Xinliang David Li · 10 years ago
- 192c748 [PGO] Use template file to define runtime structures by Xinliang David Li · 10 years ago
- 83bc422 Add helper functions and remove hard coded references to instProf related name/name-prefixes by Xinliang David Li · 10 years ago
- f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
- ebc162a [Object] Search for architecures by name in MachOUniversalBinary::getObjectForArch() by Frederic Riss · 10 years ago
- 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
- d49d8ee InstrProf: Fix reading of consecutive 32 bit coverage maps by Justin Bogner · 10 years ago
- 5a5c381 InstrProf: Simplify looking up sections for coverage data by Justin Bogner · 10 years ago
- 367a9f2 InstrProf: Give coverage its own errors instead of piggy backing on instrprof by Justin Bogner · 10 years ago
- 0b13086 InstrProf: Remove a function that just returns its argument (NFC) by Justin Bogner · 10 years ago
- 799003b Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. by Benjamin Kramer · 11 years ago
- a438717 InstrProf: Fix CoverageMappingReader on big endian by Justin Bogner · 11 years ago
- 7b33cc9 InstrProf: Do a better job of reading coverage mapping data. by Justin Bogner · 11 years ago
- 4379535 InstrProf: Teach llvm-cov to handle universal binaries when given -arch by Justin Bogner · 11 years ago
- 43e5163 InstrProf: Simplify the construction of BinaryCoverageReader by Justin Bogner · 11 years ago
- e84891a InstrProf: Rename ObjectFileCoverageMappingReader to BinaryCoverageReader by Justin Bogner · 11 years ago
- 3588686 InstrProf: Remove dead code in CoverageMappingReader by Justin Bogner · 11 years ago
- 26b3142 InstrProf: Make CounterMappingRegions less confusing to construct by Justin Bogner · 11 years ago
- de15817 InstrProf: Remove CoverageMapping::HasCodeBefore, it isn't used by Justin Bogner · 11 years ago
- 195a4f0 InstrProf: Simplify RawCoverageMappingReader's API slightly by Justin Bogner · 11 years ago
- 346359d InstrProf: Simplify some logic by using ArrayRef::slice (NFC) by Justin Bogner · 11 years ago
- f04de6e [Object] Modify OwningBinary's interface to separate inspection from ownership. by Lang Hames · 11 years ago
- 2c99e41 Reduce double set lookups. NFC. by Benjamin Kramer · 11 years ago
- 8029127 Remove bogus std::error_code returns form SectionRef. by Rafael Espindola · 11 years ago
- f584649 llvm-cov: Move some reader debug output out of the tool. by Justin Bogner · 11 years ago
- e82d89c llvm-cov: add code coverage tool that's based on coverage mapping format and clang's pgo. by Alex Lorenz · 11 years ago
- 936b99c Coverage Mapping: add function's hash to coverage function records. by Alex Lorenz · 11 years ago
- 48af1c2 Don't own the buffer in object::Binary. by Rafael Espindola · 11 years ago
- 1193b5e Coverage: add HasCodeBefore flag to a mapping region. by Alex Lorenz · 11 years ago
- 437b0d5 Use std::unique_ptr to make the ownership explicit. by Rafael Espindola · 11 years ago
- 251b3e3 Coverage: improve efficiency of the counter propagation to the expansion regions. by Alex Lorenz · 11 years ago
- b2ebf2a coverage: remove empty mapping regions by Alex Lorenz · 11 years ago
- 29b61ce Fix a warning in CoverageMappingReader.cpp by Ehsan Akhgari · 11 years ago
- a20a5d5 Add code coverage mapping data, reader, and writer. by Alex Lorenz · 11 years ago