1. 6ebd7b1 github: add a workflow configuration for CI builds by Saleem Abdulrasool · 2 years, 9 months ago
  2. 23ea232 Merge pull request #245 from compnerd/dwarf-offset by Joshua Haberman · 2 years, 9 months ago
  3. 2ac2648 Merge pull request #246 from compnerd/extraneous by Joshua Haberman · 2 years, 9 months ago
  4. 56a1b5f remove extraneous header by Saleem Abdulrasool · 2 years, 9 months ago
  5. e2ee0c8 DWARF: process the offset location correctly by Saleem Abdulrasool · 2 years, 9 months ago
  6. 7b79197 Merge pull request #243 from compnerd/fission by Joshua Haberman · 2 years, 9 months ago
  7. 30a6b5b Merge pull request #242 from compnerd/dwarf64-range-list by Joshua Haberman · 2 years, 9 months ago
  8. 9fb8347 Merge pull request #244 from compnerd/namespace-enum by Joshua Haberman · 2 years, 9 months ago
  9. 6dc6eee Merge pull request #241 from compnerd/temporary by Joshua Haberman · 2 years, 9 months ago
  10. a5bb912 Merge pull request #240 from compnerd/reservation by Joshua Haberman · 2 years, 9 months ago
  11. ff68743 PE: use an `enum class` rather than `namespace` (NFC) by Saleem Abdulrasool · 2 years, 9 months ago
  12. 8d2c676 DWARF: improve handling of fission from DWARF5 by Saleem Abdulrasool · 2 years, 9 months ago
  13. 2151c24 DWARF: correct the range list iteration by Saleem Abdulrasool · 2 years, 9 months ago
  14. d6b9007 DWARF: remove unnecessary scope and local variable (NFCI) by Saleem Abdulrasool · 2 years, 9 months ago
  15. 7d19bd2 Perform a minor optimization in `RangeMap::ComputeRollup` by Saleem Abdulrasool · 2 years, 9 months ago
  16. b9be8c1 Merge pull request #239 from compnerd/unit-type by Joshua Haberman · 2 years, 9 months ago
  17. 6d465f1 Add additional DWARF constants (NFC) by Saleem Abdulrasool · 2 years, 9 months ago
  18. 53360fd Merge pull request #237 from compnerd/riscv by Joshua Haberman · 2 years, 9 months ago
  19. 90fa683 Allow analysis for binaries without capstone support by Saleem Abdulrasool · 2 years, 9 months ago
  20. 1512bb2 Merge pull request #238 from compnerd/location by Joshua Haberman · 2 years, 9 months ago
  21. e396343 git: update the protobuf repository location (NFC) by Saleem Abdulrasool · 2 years, 9 months ago
  22. 8969fed Added a new testing framework using yaml2obj, and several tests for "sections." by Joshua Haberman · 2 years, 9 months ago
  23. a4f4357 Merge branch 'upstream/master' into fuchsia by Todd Lee · 2 years, 10 months ago fuchsia
  24. 28fa5c4 Removed unused member. by Joshua Haberman · 3 years ago
  25. b3b829d Merge pull request #235 from haberman/dwarf5 by Joshua Haberman · 3 years ago
  26. 07c15b2 Some more refactoring/simplification. by Joshua Haberman · 3 years ago
  27. 64e55fc Refactored dwarf.cc into many separate files. by Joshua Haberman · 3 years ago
  28. 57f0a79 Refactored DIEReader into several smaller classes. by Joshua Haberman · 3 years ago
  29. 30d23fa Parse old-style range lists also. by Joshua Haberman · 3 years ago
  30. 881ea00 Fixed a bug shows in fuzz tests, now all tests pass. by Joshua Haberman · 3 years ago
  31. f550bbc Merge branch 'master' into dwarf5 by Joshua Haberman · 3 years ago
  32. 718e10d Works for DWARF 5! But regressed DWARF <5. by Joshua Haberman · 3 years ago
  33. 25f5909 Merge pull request #216 from DerDakon/cmake-cleanup by Joshua Haberman · 3 years ago
  34. 6ff4699 CMake: use FindZLIB instead of pkg-config by Rolf Eike Beer · 3 years ago
  35. b6c3e99 CMake: remove code when pkg-config is not found by Rolf Eike Beer · 3 years ago
  36. c588bcd CMake: put threads library into LIBBLOATY_LIBS by Rolf Eike Beer · 3 years, 6 months ago
  37. e40b936 CMake: use list(APPEND) to build the library list by Rolf Eike Beer · 3 years, 6 months ago
  38. b7277c9 CMake: use Threads::Threads target by Rolf Eike Beer · 3 years, 6 months ago
  39. 3fc09d9 CMake: do not hardcode C++11 compiler flag by Rolf Eike Beer · 3 years, 6 months ago
  40. 9da4856 CMake: do not dereference variables in if() by Rolf Eike Beer · 3 years, 6 months ago
  41. b7798a4 CMake: remove needless arguments from else(), endif(), and endforeach() by Rolf Eike Beer · 3 years, 6 months ago
  42. 08f13ad WIP. by Joshua Haberman · 3 years ago
  43. be6f782 Merge pull request #228 from learn-more/inital_pe_support by Joshua Haberman · 3 years ago
  44. 4556364 Initial PE implementation by Mark Jansen · 3 years, 1 month ago
  45. cec18e3 Add testfiles from MSVC 2017 and 2019 by Mark Jansen · 3 years, 1 month ago
  46. 80b2e0f Add clang-format by Mark Jansen · 3 years, 1 month ago
  47. 4389b86 Group projects in solution folders, by Mark Jansen · 3 years, 1 month ago
  48. 7c0cc1e Fix msvc build, by Mark Jansen · 3 years ago
  49. 718d448 Merge pull request #233 from haberman/zlib-cleanup by Joshua Haberman · 3 years ago
  50. 7a5b461 Make macOS work, verified with a Go binary and -d compileunits. by Joshua Haberman · 3 years ago
  51. ee6cf9b Merge branch 'master' into zlib-cleanup by Joshua Haberman · 3 years ago
  52. cbc7301 Merge pull request #231 from haberman/util by Joshua Haberman · 3 years ago
  53. d889bd0 Fixed typo, osx should be xcode11, not xcode1. by Joshua Haberman · 3 years ago
  54. 7b97d44 Fixed fallback path for CheckedAdd(). by Joshua Haberman · 3 years ago
  55. 52492bc Updated base images for Travis testing. by Joshua Haberman · 3 years ago
  56. 750057c WIP. by Joshua Haberman · 3 years ago
  57. 6e9e873 Merge branch 'util' into zlib-cleanup by Joshua Haberman · 3 years ago
  58. 3cec866 Added new source file to ABSL build list. by Joshua Haberman · 3 years ago
  59. c06cb8b Updated ABSL to tip. by Joshua Haberman · 3 years ago
  60. f81bb9b Merge branch 'util' into zlib-cleanup by Joshua Haberman · 3 years ago
  61. 9677d49 Refactored some shared code into a "util" file. by Joshua Haberman · 3 years ago
  62. 958a366 WIP. by Joshua Haberman · 3 years ago
  63. 2e21625 Merge pull request #230 from aarzilli/zdebug by Joshua Haberman · 3 years ago
  64. 176b1bb Support zlib-gnu compressed debug symbols by aarzilli · 3 years ago
  65. efc1c61 Merge pull request #229 from hansmi/dwarfversion1 by Joshua Haberman · 3 years, 1 month ago
  66. ddedc7a Explicitly mention origin and version of unsupported DWARF format by Michael Hanselmann · 3 years, 1 month ago
  67. 74ba7bd Merge pull request #219 from learn-more/msvc by Joshua Haberman · 3 years, 1 month ago
  68. 775ea6c Merge pull request #227 from haberman/absl-demangler by Joshua Haberman · 3 years, 2 months ago
  69. 48e9b1e Remove our fork of the demangler in favor of ABSL. by Joshua Haberman · 3 years, 2 months ago
  70. beb602b Merge pull request #225 from tweksteen/fix_224 by Joshua Haberman · 3 years, 3 months ago
  71. 108d754 Fix parsing of archives by Thiébaud Weksteen · 3 years, 3 months ago
  72. eab14d4 Add appveyor script by Mark Jansen · 3 years, 5 months ago
  73. 3d661e1 Allow building with MSVC 2019 by Mark Jansen · 3 years, 5 months ago
  74. c41086c Merge pull request #218 from tweksteen/optional_re2 by Joshua Haberman · 3 years, 5 months ago
  75. e29b789 Add option to not rely on RE2 by Thiébaud Weksteen · 3 years, 6 months ago
  76. 5826f16 Merge pull request #215 from haberman/coverage-fixes by Joshua Haberman · 3 years, 7 months ago
  77. 93c3f47 Fixed tests. by Joshua Haberman · 3 years, 7 months ago
  78. 932061a Coverage heuristic: infer that short unlabeled regions are padding. by Joshua Haberman · 3 years, 7 months ago
  79. 900b3c8 Fixed coverage bug in DWARF DIE reading. by Joshua Haberman · 3 years, 7 months ago
  80. 74b5fd6 Merge pull request #214 from bpfoley/docs by Joshua Haberman · 3 years, 7 months ago
  81. 6385fce Add help for invalid data sources by Brian Foley · 3 years, 7 months ago
  82. 32d70e8 README tweaks: macOS help, git submodule, update deps info. by Brian Foley · 3 years, 7 months ago
  83. 89b41b3 [accesspattern] Able to customize the size of a frame by Yifei Teng · 3 years, 7 months ago
  84. aab72b3 Merge pull request #212 from tengyifei/patch-2 by Joshua Haberman · 3 years, 8 months ago
  85. a666374 address_size should be uint8_t by Yifei Teng · 3 years, 8 months ago
  86. d2eb187 [dwarf][tombstone] Support tombstone on ELF32 by Yifei Teng · 3 years, 8 months ago
  87. 24d9662 [accesspattern] Able to categorize symbols by run-time access frequency by Yifei Teng · 3 years, 8 months ago
  88. e2d5986 Merge pull request #211 from tengyifei/patch-1 by Joshua Haberman · 3 years, 8 months ago
  89. 9ef3de3 [dwarf] Handle tombstone address values by Yifei Teng · 3 years, 8 months ago
  90. b75e298 [dwarf] Handle UINT64_MAX tombstone address values by Yifei Teng · 3 years, 9 months ago
  91. 0263fc4 [rust] Encode crate information in-place into symbol name by Yifei Teng · 3 years, 9 months ago
  92. 1f9068e [util] Fix GetPathStem returning filename by Yifei Teng · 3 years, 10 months ago
  93. d04c666 [build] Fix building bloaty on macOS by Yifei Teng · 3 years, 10 months ago
  94. 6f58bd7 [report] Use protobuf instead of flatbuffers to serialize report by Yifei Teng · 3 years, 10 months ago
  95. 05c7588 [build] Drive cargo from CMake by Yifei Teng · 3 years, 10 months ago
  96. e44870f [build] Fix use of exceptions in C++ by Yifei Teng · 3 years, 10 months ago
  97. 5c3e79c Switch to rustc-demangle to demangle rust symbols by Yifei Teng · 3 years, 11 months ago fuchsia-specific sandbox/yifeit/fuchsia-specific
  98. 3885099 remove rustfilt submodule by Yifei Teng · 3 years, 11 months ago
  99. bfeff12 Do not collapse OUTLINED_FUNCTIONs by Yifei Teng · 3 years, 11 months ago
  100. c9133a1 Export Rust crate information for a symbol by Yifei Teng · 3 years, 11 months ago