1. c9b5da2 Temporarily exclude symbols of negative sizee by Yifei Teng · 2 years, 8 months ago
  2. 55b7707 Support DW_FORM_strx3 by Yifei Teng · 2 years, 8 months ago
  3. 6eaf778 Merge remote-tracking branch 'haberman/master' by Yifei Teng · 2 years, 8 months ago
  4. 60209eb Merge pull request #264 from learn-more/pe_lit by Joshua Haberman · 2 years, 9 months ago
  5. a985196 Update old PE tests by Mark Jansen · 2 years, 9 months ago
  6. 30411d8 Add PE Section headers, add PE lit testcases by Mark Jansen · 2 years, 9 months ago
  7. 7ebd20c Merge pull request #284 from haberman/elf-headers2 by Joshua Haberman · 2 years, 9 months ago
  8. c38ffc1 Removed the constraint for equivalent translation. by Joshua Haberman · 2 years, 9 months ago
  9. 1372eb1 Don't coalesce regions unless they have the same translation. by Joshua Haberman · 2 years, 9 months ago
  10. e9c0979 Report ELF section/segment headers as such. by Joshua Haberman · 2 years, 9 months ago
  11. 3fa6ee7 Merge pull request #283 from haberman/rm-rawranges by Joshua Haberman · 2 years, 9 months ago
  12. 8184396 Removed "rawranges" data source. by Joshua Haberman · 2 years, 9 months ago
  13. e72c26d Merge pull request #268 from haberman/ignore-declarations by Joshua Haberman · 2 years, 9 months ago
  14. 9f5fddc Merge pull request #281 from haberman/fuzz-fix by Joshua Haberman · 2 years, 9 months ago
  15. cc46dac [pe] Fixed bug on i386 where size_t addition could overflow. by Joshua Haberman · 2 years, 9 months ago
  16. c582cf3 Fixed DWARF bug reading CU name that isn't a string. by Joshua Haberman · 2 years, 9 months ago
  17. 529516f Added a few more tests for pcpair. by Joshua Haberman · 2 years, 9 months ago
  18. 58b1038 Merge branch 'master' into ignore-declarations by Joshua Haberman · 2 years, 9 months ago
  19. 90bac14 Merge pull request #280 from haberman/refactor by Joshua Haberman · 2 years, 9 months ago
  20. fe4f9c6 Added missing include. by Joshua Haberman · 2 years, 9 months ago
  21. 76273e4 DWARF: correct the range list iteration by Joshua Haberman · 2 years, 9 months ago
  22. 25b7e7b Added/reshuffled comments. by Joshua Haberman · 2 years, 9 months ago
  23. 508e4e7 DWARF: improve handling of fission from DWARF5 by Joshua Haberman · 2 years, 9 months ago
  24. 823a1da DWARF: process the offset location correctly. by Joshua Haberman · 2 years, 9 months ago
  25. ae6e9f2 Fixed a bug in the refactoring. by Joshua Haberman · 2 years, 9 months ago
  26. 8d4ca4b Merge branch 'master' into refactor by Joshua Haberman · 2 years, 9 months ago
  27. c595880 Merge pull request #279 from haberman/compression-limit by Joshua Haberman · 2 years, 9 months ago
  28. e3962b9 Adjusted the limit to 30x + 128MB. by Joshua Haberman · 2 years, 9 months ago
  29. ba3d534 Increase max compression ratio to 100x. by Joshua Haberman · 2 years, 9 months ago
  30. 378563d Fixed broken doc link in the README. by Joshua Haberman · 2 years, 9 months ago
  31. 3df4757 Merge pull request #277 from haberman/fuzz-fix by Joshua Haberman · 2 years, 9 months ago
  32. bf00c5e Fixed bug found by fuzzing. by Joshua Haberman · 2 years, 9 months ago
  33. 6e5d791 Merge pull request #276 from haberman/fuzz-fix by Joshua Haberman · 2 years, 9 months ago
  34. 46ab6ab Removed use of pure substr() in wasm, which can throw for badly formed files. by Joshua Haberman · 2 years, 9 months ago
  35. 7fc4a0e Merge pull request #275 from haberman/fuzz-fix by Joshua Haberman · 2 years, 9 months ago
  36. 3e5fe54 Fixed the 32-bit build and a memory leak. by Joshua Haberman · 2 years, 9 months ago
  37. 00295d9 Merge pull request #274 from haberman/cifuzz by Joshua Haberman · 2 years, 9 months ago
  38. 2f0d47b Added CIFuzz for pull requests. by Joshua Haberman · 2 years, 9 months ago
  39. 5cc5459 Merge pull request #273 from haberman/fuzz-fix by Joshua Haberman · 2 years, 9 months ago
  40. ec8df8e Skip compressed debug info if uncompressed size is implausibly large. by Joshua Haberman · 2 years, 9 months ago
  41. 7bf1f36 Merge pull request #272 from haberman/fuzz-fix by Joshua Haberman · 2 years, 9 months ago
  42. a8c720e Fixed a bug found by fuzzing. by Joshua Haberman · 2 years, 9 months ago
  43. 0a10880 Merge pull request #271 from compnerd/log2 by Joshua Haberman · 2 years, 9 months ago
  44. 34e35aa bloaty: correct misuse of `std::log2` by Saleem Abdulrasool · 2 years, 9 months ago
  45. 06250f3 Merge pull request #270 from haberman/fix32 by Joshua Haberman · 2 years, 9 months ago
  46. 170bd7c Fix a warning in the 32-bit build. by Joshua Haberman · 2 years, 9 months ago
  47. 0a5dc68 Merge pull request #269 from haberman/fuzz-fix by Joshua Haberman · 2 years, 9 months ago
  48. c952309 Change the test case to use linkage_name instead of high/low_pc. by Joshua Haberman · 2 years, 9 months ago
  49. 07ae17e Checked DIEs for valid low_pc up front. by Joshua Haberman · 2 years, 9 months ago
  50. c172ca6 Fixed a bug found by fuzzing. by Joshua Haberman · 2 years, 9 months ago
  51. f70649c [dwarf] Ignore DIEs where DW_AT_declaration is set. by Joshua Haberman · 2 years, 9 months ago
  52. 395bdb5 Merge pull request #267 from haberman/docs by Joshua Haberman · 2 years, 9 months ago
  53. e37b346 Update README.md by Joshua Haberman · 2 years, 9 months ago
  54. 1c1c3a2 Some more revision to README.md. by Josh Haberman · 2 years, 9 months ago
  55. 0944cd8 Split and updated the docs. by Josh Haberman · 2 years, 9 months ago
  56. 4173a83 Merge pull request #266 from compnerd/patch-1 by Joshua Haberman · 2 years, 9 months ago
  57. 455f559 Merge pull request #265 from compnerd/cleanup-ci by Joshua Haberman · 2 years, 9 months ago
  58. 575c88f Update build.yml by Saleem Abdulrasool · 2 years, 9 months ago
  59. 3c78750 Update build.yml by Saleem Abdulrasool · 2 years, 9 months ago
  60. 892212f CI: remove travis and appveyor configurations by Saleem Abdulrasool · 2 years, 9 months ago
  61. 36cd024 Merge pull request #263 from compnerd/patch-1 by Joshua Haberman · 2 years, 9 months ago
  62. fcca65c Update build.yml by Saleem Abdulrasool · 2 years, 9 months ago
  63. 61a56fa Merge pull request #260 from compnerd/testability by Joshua Haberman · 2 years, 9 months ago
  64. 637738b Update CMakeLists.txt by Saleem Abdulrasool · 2 years, 9 months ago
  65. b1b19cc Update CMakeLists.txt by Saleem Abdulrasool · 2 years, 9 months ago
  66. ce3de62 Update CMakeLists.txt by Saleem Abdulrasool · 2 years, 9 months ago
  67. 0f43019 CI: build test dependencies in CI for auditable builds by Saleem Abdulrasool · 2 years, 9 months ago
  68. c47f867 Merge pull request #259 from compnerd/lit by Joshua Haberman · 2 years, 9 months ago
  69. b1b49bf Merge commit '38347f5fd3a1ea7c03e660c7e9246c85af86ac52' by Saleem Abdulrasool · 2 years, 9 months ago
  70. 38347f5 A few fixes to make all the tests pass. by Joshua Haberman · 2 years, 9 months ago
  71. ba33e89 tests: convert the test suite to use more of the LLVM test utilities by Saleem Abdulrasool · 2 years, 9 months ago
  72. 030ece9 tests: convert the test suite to use more of the LLVM test utilities by Saleem Abdulrasool · 2 years, 9 months ago
  73. 861cf84 Merge pull request #258 from haberman/better-tests by Joshua Haberman · 2 years, 9 months ago
  74. e2b0b38 Added a new test for the previous fix. by Joshua Haberman · 2 years, 9 months ago
  75. a3a6ded Implemented "address selection entry" for DWARF 4 range lists. by Joshua Haberman · 2 years, 9 months ago
  76. 28d0c4a Make test harness capable of catching crashes. by Joshua Haberman · 2 years, 9 months ago
  77. 35c1e82 Update YAML format for newest yaml2obj. by Joshua Haberman · 2 years, 9 months ago
  78. 3aad248 Only dump maps for which --domain is selected. by Joshua Haberman · 2 years, 9 months ago
  79. 4d6a33d Merge pull request #254 from compnerd/test by Joshua Haberman · 2 years, 9 months ago
  80. d57b255 CI: adjust the testing command by Saleem Abdulrasool · 2 years, 9 months ago
  81. ee7d02a Merge branch 'master' into better-tests by Joshua Haberman · 2 years, 9 months ago
  82. 8314fda Merge pull request #255 from compnerd/fuzz_binaries by Joshua Haberman · 2 years, 9 months ago
  83. 082ab7b Merge pull request #256 from compnerd/policy by Joshua Haberman · 2 years, 9 months ago
  84. ae6e0c9 Merge pull request #257 from compnerd/compnerd/configuration by Joshua Haberman · 2 years, 9 months ago
  85. f9db509 CI: cleanup the Windows build configuration by Saleem Abdulrasool · 2 years, 9 months ago
  86. 66b6841 build: adjust the policy check by Saleem Abdulrasool · 2 years, 9 months ago
  87. 5201eae tests: repair `fuzz_driver` execution on Windows by Saleem Abdulrasool · 2 years, 9 months ago
  88. f408980 Merge pull request #249 from compnerd/patch-1 by Joshua Haberman · 2 years, 9 months ago
  89. 70ee5f7 CI: repair the worflow definition by Saleem Abdulrasool · 2 years, 9 months ago
  90. 6cefc04 Merge pull request #251 from compnerd/integeral-size by Joshua Haberman · 2 years, 9 months ago
  91. fa83514 Merge pull request #252 from compnerd/slim-bloaty by Joshua Haberman · 2 years, 9 months ago
  92. d2418bc Merge pull request #253 from compnerd/msvc-library by Joshua Haberman · 2 years, 9 months ago
  93. 443dcf5 build: repair the build on Windows by Saleem Abdulrasool · 2 years, 9 months ago
  94. da50c92 correct an assertion for ILP32 targets by Saleem Abdulrasool · 2 years, 9 months ago
  95. 37a2e7b tests: handle another truncation warning by Saleem Abdulrasool · 2 years, 9 months ago
  96. 895e866 Merge pull request #250 from compnerd/size_t by Joshua Haberman · 2 years, 9 months ago
  97. b315e37 DWARF: address a truncation warning by Saleem Abdulrasool · 2 years, 9 months ago
  98. d139ea5 Merge pull request #248 from compnerd/patch-1 by Joshua Haberman · 2 years, 9 months ago
  99. 8f33c2e Update build.yml by Saleem Abdulrasool · 2 years, 9 months ago
  100. ba28902 Merge pull request #247 from compnerd/github-actions by Joshua Haberman · 2 years, 9 months ago