1. c057ba4 Merge remote-tracking branch 'upstream/master' by Alexei Frolov · 1 year, 8 months ago main master
  2. 9293a0f Merge pull request #315 from brandonvu12/master by Joshua Haberman · 1 year, 8 months ago
  3. 7028071 Provide size report despite not translating VM pointer by Brandon · 1 year, 8 months ago
  4. c52c4a6 Merge branch 'upstream/master' into HEAD by Saman Sami · 1 year, 8 months ago
  5. a1bbc93 Merge pull request #313 from brandonvu12/master by Joshua Haberman · 1 year, 9 months ago
  6. fe3b114 Add in flag to show new/old file sizes when running diff and restore single binary testing txt files. by brandonvu12 · 1 year, 9 months ago
  7. 0baf6f5 Change comment for six columns. by brandonvu12 · 1 year, 9 months ago
  8. c033212 Adjust tests for new CSV output. by brandonvu12 · 1 year, 9 months ago
  9. 5ab4f4e Remove new_size variable and derive values by adding diff size to base size. by brandonvu12 · 1 year, 10 months ago
  10. 7d5c8fa Merge pull request #2 from brandonvu12/pre-approval by Brandon Vu · 1 year, 10 months ago
  11. 5a53d5b Remove Comment. by brandonvu12 · 1 year, 10 months ago
  12. 9c91a5f Remove Capacity variable. by brandonvu12 · 1 year, 10 months ago
  13. b20d1e8 Merge pull request #1 from brandonvu12/pre-approval by Brandon Vu · 1 year, 10 months ago
  14. e80acc5 Remove capacity variables from csv. by brandonvu12 · 1 year, 10 months ago
  15. 7c5547a Add AddEntriesFrom() to keep labels if they exist in only one binary by brandonvu12 · 1 year, 10 months ago
  16. eb6dac3 Remove Subtract() and fix comments. by brandonvu12 · 1 year, 10 months ago
  17. 08a7727 Preserving size information, including the old and new binaries in diff mode by brandonvu12 · 1 year, 10 months ago
  18. f01ea59 Merge pull request #299 from ta-makino/implicit_const by Joshua Haberman · 2 years, 3 months ago
  19. aae3a89 Support DW_FORM_implicit_const and DW_FORM_line_strp. by Takaki Makino · 2 years, 3 months ago
  20. 8210e31 Merge pull request #290 from haberman/fission by Joshua Haberman · 2 years, 4 months ago
  21. 53b4381 Converted another path to front slashes. by Joshua Haberman · 2 years, 4 months ago
  22. e2cfae4 Use forward slashes, even on Windows. by Joshua Haberman · 2 years, 4 months ago
  23. 6a78330 Fixed Fission test to not use /tmp. by Joshua Haberman · 2 years, 4 months ago
  24. 034a392 Merge branch 'master' into fission by Joshua Haberman · 2 years, 4 months ago
  25. 47414af Merge pull request #294 from dschuff/dataseg by Joshua Haberman · 2 years, 4 months ago
  26. ab61a09 remove debug print by Derek Schuff · 2 years, 4 months ago
  27. 6096286 [WebAssembly] Add support for data sections by Derek Schuff · 2 years, 4 months ago
  28. 765d61d Fixed Windows compile errors. by Joshua Haberman · 2 years, 5 months ago
  29. 8ec824e Removed hard-coded reference to unix mmap() from split DWARF. by Joshua Haberman · 2 years, 5 months ago
  30. 472f139 Merge pull request #289 from MehdiChinoune/mingw-fixes by Joshua Haberman · 2 years, 5 months ago
  31. 969039d Removed debug printf(). by Joshua Haberman · 2 years, 5 months ago
  32. 0fc917a Implemented Fission (split DWARF). by Joshua Haberman · 2 years, 5 months ago
  33. 24334e4 Fix building on mingw-w64 by Mehdi Chinoune · 2 years, 6 months ago
  34. c9b5da2 Temporarily exclude symbols of negative sizee by Yifei Teng · 2 years, 8 months ago
  35. 55b7707 Support DW_FORM_strx3 by Yifei Teng · 2 years, 8 months ago
  36. 6eaf778 Merge remote-tracking branch 'haberman/master' by Yifei Teng · 2 years, 8 months ago
  37. 60209eb Merge pull request #264 from learn-more/pe_lit by Joshua Haberman · 2 years, 8 months ago
  38. a985196 Update old PE tests by Mark Jansen · 2 years, 9 months ago
  39. 30411d8 Add PE Section headers, add PE lit testcases by Mark Jansen · 2 years, 9 months ago
  40. 7ebd20c Merge pull request #284 from haberman/elf-headers2 by Joshua Haberman · 2 years, 9 months ago
  41. c38ffc1 Removed the constraint for equivalent translation. by Joshua Haberman · 2 years, 9 months ago
  42. 1372eb1 Don't coalesce regions unless they have the same translation. by Joshua Haberman · 2 years, 9 months ago
  43. e9c0979 Report ELF section/segment headers as such. by Joshua Haberman · 2 years, 9 months ago
  44. 3fa6ee7 Merge pull request #283 from haberman/rm-rawranges by Joshua Haberman · 2 years, 9 months ago
  45. 8184396 Removed "rawranges" data source. by Joshua Haberman · 2 years, 9 months ago
  46. e72c26d Merge pull request #268 from haberman/ignore-declarations by Joshua Haberman · 2 years, 9 months ago
  47. 9f5fddc Merge pull request #281 from haberman/fuzz-fix by Joshua Haberman · 2 years, 9 months ago
  48. cc46dac [pe] Fixed bug on i386 where size_t addition could overflow. by Joshua Haberman · 2 years, 9 months ago
  49. c582cf3 Fixed DWARF bug reading CU name that isn't a string. by Joshua Haberman · 2 years, 9 months ago
  50. 529516f Added a few more tests for pcpair. by Joshua Haberman · 2 years, 9 months ago
  51. 58b1038 Merge branch 'master' into ignore-declarations by Joshua Haberman · 2 years, 9 months ago
  52. 90bac14 Merge pull request #280 from haberman/refactor by Joshua Haberman · 2 years, 9 months ago
  53. fe4f9c6 Added missing include. by Joshua Haberman · 2 years, 9 months ago
  54. 76273e4 DWARF: correct the range list iteration by Joshua Haberman · 2 years, 9 months ago
  55. 25b7e7b Added/reshuffled comments. by Joshua Haberman · 2 years, 9 months ago
  56. 508e4e7 DWARF: improve handling of fission from DWARF5 by Joshua Haberman · 2 years, 9 months ago
  57. 823a1da DWARF: process the offset location correctly. by Joshua Haberman · 2 years, 9 months ago
  58. ae6e9f2 Fixed a bug in the refactoring. by Joshua Haberman · 2 years, 9 months ago
  59. 8d4ca4b Merge branch 'master' into refactor by Joshua Haberman · 2 years, 9 months ago
  60. c595880 Merge pull request #279 from haberman/compression-limit by Joshua Haberman · 2 years, 9 months ago
  61. e3962b9 Adjusted the limit to 30x + 128MB. by Joshua Haberman · 2 years, 9 months ago
  62. ba3d534 Increase max compression ratio to 100x. by Joshua Haberman · 2 years, 9 months ago
  63. 378563d Fixed broken doc link in the README. by Joshua Haberman · 2 years, 9 months ago
  64. 3df4757 Merge pull request #277 from haberman/fuzz-fix by Joshua Haberman · 2 years, 9 months ago
  65. bf00c5e Fixed bug found by fuzzing. by Joshua Haberman · 2 years, 9 months ago
  66. 6e5d791 Merge pull request #276 from haberman/fuzz-fix by Joshua Haberman · 2 years, 9 months ago
  67. 46ab6ab Removed use of pure substr() in wasm, which can throw for badly formed files. by Joshua Haberman · 2 years, 9 months ago
  68. 7fc4a0e Merge pull request #275 from haberman/fuzz-fix by Joshua Haberman · 2 years, 9 months ago
  69. 3e5fe54 Fixed the 32-bit build and a memory leak. by Joshua Haberman · 2 years, 9 months ago
  70. 00295d9 Merge pull request #274 from haberman/cifuzz by Joshua Haberman · 2 years, 9 months ago
  71. 2f0d47b Added CIFuzz for pull requests. by Joshua Haberman · 2 years, 9 months ago
  72. 5cc5459 Merge pull request #273 from haberman/fuzz-fix by Joshua Haberman · 2 years, 9 months ago
  73. ec8df8e Skip compressed debug info if uncompressed size is implausibly large. by Joshua Haberman · 2 years, 9 months ago
  74. 7bf1f36 Merge pull request #272 from haberman/fuzz-fix by Joshua Haberman · 2 years, 9 months ago
  75. a8c720e Fixed a bug found by fuzzing. by Joshua Haberman · 2 years, 9 months ago
  76. 0a10880 Merge pull request #271 from compnerd/log2 by Joshua Haberman · 2 years, 9 months ago
  77. 34e35aa bloaty: correct misuse of `std::log2` by Saleem Abdulrasool · 2 years, 9 months ago
  78. 06250f3 Merge pull request #270 from haberman/fix32 by Joshua Haberman · 2 years, 9 months ago
  79. 170bd7c Fix a warning in the 32-bit build. by Joshua Haberman · 2 years, 9 months ago
  80. 0a5dc68 Merge pull request #269 from haberman/fuzz-fix by Joshua Haberman · 2 years, 9 months ago
  81. c952309 Change the test case to use linkage_name instead of high/low_pc. by Joshua Haberman · 2 years, 9 months ago
  82. 07ae17e Checked DIEs for valid low_pc up front. by Joshua Haberman · 2 years, 9 months ago
  83. c172ca6 Fixed a bug found by fuzzing. by Joshua Haberman · 2 years, 9 months ago
  84. f70649c [dwarf] Ignore DIEs where DW_AT_declaration is set. by Joshua Haberman · 2 years, 9 months ago
  85. 395bdb5 Merge pull request #267 from haberman/docs by Joshua Haberman · 2 years, 9 months ago
  86. e37b346 Update README.md by Joshua Haberman · 2 years, 9 months ago
  87. 1c1c3a2 Some more revision to README.md. by Josh Haberman · 2 years, 9 months ago
  88. 0944cd8 Split and updated the docs. by Josh Haberman · 2 years, 9 months ago
  89. 4173a83 Merge pull request #266 from compnerd/patch-1 by Joshua Haberman · 2 years, 9 months ago
  90. 455f559 Merge pull request #265 from compnerd/cleanup-ci by Joshua Haberman · 2 years, 9 months ago
  91. 575c88f Update build.yml by Saleem Abdulrasool · 2 years, 9 months ago
  92. 3c78750 Update build.yml by Saleem Abdulrasool · 2 years, 9 months ago
  93. 892212f CI: remove travis and appveyor configurations by Saleem Abdulrasool · 2 years, 9 months ago
  94. 36cd024 Merge pull request #263 from compnerd/patch-1 by Joshua Haberman · 2 years, 9 months ago
  95. fcca65c Update build.yml by Saleem Abdulrasool · 2 years, 9 months ago
  96. 61a56fa Merge pull request #260 from compnerd/testability by Joshua Haberman · 2 years, 9 months ago
  97. 637738b Update CMakeLists.txt by Saleem Abdulrasool · 2 years, 9 months ago
  98. b1b19cc Update CMakeLists.txt by Saleem Abdulrasool · 2 years, 9 months ago
  99. ce3de62 Update CMakeLists.txt by Saleem Abdulrasool · 2 years, 9 months ago
  100. 0f43019 CI: build test dependencies in CI for auditable builds by Saleem Abdulrasool · 2 years, 9 months ago