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