1. d09fdbc use Fatal(), avoid abort() by Alon Zakai · 5 years ago unassert
  2. ccf21c1 fix by Alon Zakai · 5 years ago
  3. 9db3598 add debug CI job by Alon Zakai · 5 years ago
  4. d4f263c Fix validation check in wasm-shell by Alon Zakai · 5 years ago
  5. 42dcc93 fix #3058 by Alon Zakai · 5 years ago
  6. a18d30f Replace Type::expand() with an iterator-based approach (#3061) by Daniel Wirtz · 5 years ago
  7. b43807a wasm-emscripten-finalize: Make EM_ASM modifications optional (#3044) by Alon Zakai · 5 years ago
  8. 11ec7c5 DWARF: Optimize abbreviation index/offset computation (#3033) by Alon Zakai · 5 years ago
  9. 89c1b79 Remove test code from CMakeLists.txt (#3056) by Alon Zakai · 5 years ago
  10. 7703caf Support fuzzing of out-of-tree builds (#3050) by Daniel Wirtz · 5 years ago
  11. 77fe6de Remove asm2wasm (#3042) by Alon Zakai · 5 years ago
  12. f5a8bfd Make wasm-emscripten-finalize's output optional (#3055) by Alon Zakai · 5 years ago
  13. 8139c9d Add a C source for for test/lld/em_asm_O0 (#3045) by Alon Zakai · 5 years ago
  14. 825c6a8 Checkout python scripts with LF to keep shebangs intact (#3051) by Daniel Wirtz · 5 years ago
  15. 0fdbb1d Prepare for compound types that are single but not basic (#3046) by Daniel Wirtz · 5 years ago
  16. 5f99201 Fix installation phase in build_release.yml (#3054) by Sam Clegg · 5 years ago
  17. d198941 Include full `install` in releases (#3052) by Sam Clegg · 5 years ago
  18. 85154a1 Add 64-bit hash_combine (#3041) by Daniel Wirtz · 5 years ago
  19. 72f07db Release 96 (#3040) by Alon Zakai · 5 years ago version_96
  20. 9024697 Refactor hashing (#3023) by Daniel Wirtz · 5 years ago
  21. f067a45 Skip tests that fail on windows and enable all the rest (#3035) by Alon Zakai · 5 years ago
  22. 454a1cb Remove unneeded old binary validation in test suite (#3034) by Alon Zakai · 5 years ago
  23. e80fc80 Added headers to CMake files (#3037) by Wouter van Oortmerssen · 5 years ago
  24. e7d9111 Fix typo in Asyncify comment (#3031) by Nikita Baksalyar · 5 years ago
  25. a355a7e DWARF: Fix debug_info references to the abbreviations section (#2997) by Alon Zakai · 5 years ago
  26. cdc38d3 Fuzzing: Compare wasm2js to the interpreter (#3026) by Alon Zakai · 5 years ago
  27. 1b102f2 StubUnsupportedJSOps: Remove CallIndirects (#3027) by Alon Zakai · 5 years ago
  28. 449e7a4 Fix CountLeadingZeroes on MSVC (#3028) by Alon Zakai · 5 years ago
  29. e89b401 Asyncify verbose option (#3022) by Alon Zakai · 5 years ago
  30. 550b36a Refactor wasm-emscripten-finalize to use a single pass runner (#2987) by Sam Clegg · 5 years ago
  31. e93fbc0 Add StubUnsupportedJSOps to remove operations that JS does not support (#3024) by Alon Zakai · 5 years ago
  32. 9c84d90 Adjust fuzzing frequencies (#3021) by Alon Zakai · 5 years ago
  33. a82ad5d Move generateDynCallThunks into its own pass. NFC. (#3000) by Sam Clegg · 5 years ago
  34. d78c794 Refactor getMaxBits() out of OptimizeInstructions and add beginnings of unit testing for it (#3019) by Alon Zakai · 5 years ago
  35. b44c1af Modernize binaryen.js glue code (#3005) by Max Graey · 5 years ago
  36. daa442b Implement prototype v128.load{32,64}_zero instructions (#3011) by Thomas Lively · 5 years ago
  37. 79f2fe4 Use consistent backquotes instead ordinal quotes for Grain in README (#3017) by Max Graey · 5 years ago
  38. ae56f99 AlignmentLowering: Handle all possible cases for i64, f32, f64 (#3008) by Alon Zakai · 5 years ago
  39. d09c607 New Dealign pass: reduce load/store alignment to 1 (#3010) by Alon Zakai · 5 years ago
  40. 26060b2 Specify UTF-8 encoding instead of relying on locale default (#3009) by rathann · 5 years ago
  41. 6733a05 Better const fuzzing (#2972) by Alon Zakai · 5 years ago
  42. f8cd0ad wasm2js: Add an "Export" scope for name resolution (#2998) by Alon Zakai · 5 years ago
  43. 4253dae Fix build for win32 (#3001) by Max Graey · 5 years ago
  44. 95a33d7 wasm2js: Remove an incorrect optimization (#3004) by Alon Zakai · 5 years ago
  45. 74f0eef binaryen.js: use ECMASCRIPT6 for Closure Compiler (#2990) by Max Graey · 5 years ago
  46. 0fa3b82 Remove dynCall generated from fpcast-emu (#2995) by Sam Clegg · 5 years ago
  47. fceb216 AvoidReinterprets should not remove code around a reinterpret's value's fallthrough (#2989) by Alon Zakai · 5 years ago
  48. 63d60fe Fix the side effects of data.drop (#2996) by Alon Zakai · 5 years ago
  49. 26f240c wasm2js: Don't remove an | 0 or >>> 0 in a boolean context (#2993) by Alon Zakai · 5 years ago
  50. 32ab8ba Move stack-check into its own pass (#2994) by Sam Clegg · 5 years ago
  51. 85e45a4 Some minor improvements for binaryen.js epilogue (#2947) by Max Graey · 5 years ago
  52. 7ee1440 wasm-emscripten-finalize: remove exportWasiStart (#2986) by Sam Clegg · 5 years ago
  53. 109f9fe Move emscripten PIC ABI conversion to a pass. NFC. (#2985) by Sam Clegg · 5 years ago
  54. dad719e Move ReplaceStackPoint into a pass (#2984) by Sam Clegg · 5 years ago
  55. c0cbee7 Update flags used in generate_lld_tests (#2981) by Sam Clegg · 5 years ago
  56. 1f231c3 Wasm2c fuzz support: only emit a call to the hang limit function if present (#2977) by Alon Zakai · 5 years ago
  57. 0efd168 wasm2js fuzzing: properly ignore trapping code (#2980) by Alon Zakai · 5 years ago
  58. d25b492 DWARF: Do not reorder locals in binary writing (#2959) by Alon Zakai · 5 years ago
  59. 9bfade1 wasm2js: coerce function pointer indexes (#2979) by Alon Zakai · 5 years ago
  60. 3ac8493 Fix i32.trunc_f64_u of values that round down to UINT32_MAX (#2976) by Alon Zakai · 5 years ago
  61. d406654 Extend the C- and JS-APIs (#2586) by Daniel Wirtz · 5 years ago
  62. c9ef776 Disable nodejs warnings in test suite (#2973) by rathann · 5 years ago
  63. a097820 Optimize select with const arms (#2869) by Max Graey · 5 years ago
  64. 86362be Fix i32.trunc_f64_s of values that round up to INT32_MIN (#2975) by Alon Zakai · 5 years ago
  65. 481e3ee Add a builder.makeConst helper template (#2971) by Alon Zakai · 5 years ago
  66. 71c9572 Fix i32.trunc_f64_s of values near the limit of f64 representation (#2968) by Alon Zakai · 5 years ago
  67. 8da3c51 Version 95 (#2967) by Sam Clegg · 5 years ago version_95
  68. 2e18aff wasm2js: Fix a bug with adjacent reinterprets (#2964) by Alon Zakai · 5 years ago
  69. 4b60d34 Fix github actions for releases (#2965) by Sam Clegg · 5 years ago
  70. 224d1a1 Randomize v8 JIT in fuzz_opt.py, to test both baseline and optimizing compilers (#2961) by Alon Zakai · 5 years ago
  71. e2a1f74 Add v128 support to instrument locals (#2960) by Ng Zhi An · 5 years ago
  72. 1c75f7d Interpreter: Don't change NaN bits when dividing by 1 (#2958) by Alon Zakai · 5 years ago
  73. 78e1e5f wasm2c signal handler fixes (#2957) by Alon Zakai · 5 years ago
  74. 8dc843d Fuzzer cleanup: use shared.V8 instead of hardcoding the string "d8" (#2954) by Alon Zakai · 5 years ago
  75. c243e28 NoExitRuntime pass: Don't assume arguments have no side effects (#2953) by Alon Zakai · 5 years ago
  76. bc4bb83 wasm2js: Sign-extend support (#2949) by Alon Zakai · 5 years ago
  77. 8092b11 Update readme to include Grain [ci skip] (#2950) by Alon Zakai · 5 years ago
  78. ec5a88c Optimize booleans when argument is negative integer (#2930) by Max Graey · 5 years ago
  79. 18095a6 Avoid __popcnt and __popcnt64 intrinsics for MSVC (#2944) by Max Graey · 5 years ago
  80. 49421e4 More efficient isInteger util (#2945) by Max Graey · 5 years ago
  81. cd0cc95 DWARF: Ignore debug_loc spans that are invalid (#2939) by Alon Zakai · 5 years ago
  82. de9f46e DWARF: Never emit (0, 0) to mean an empty span in debug_loc (#2940) by Alon Zakai · 5 years ago
  83. ca89a9f DWARF: Always update .debug_loc base offsets (#2936) by Alon Zakai · 5 years ago
  84. 0d5eca6 DWARF: Track sequences so that we can handle reordering within one (#2932) by Alon Zakai · 5 years ago
  85. eae2ee3 DWARF: Fix sequence_end emitting (#2929) by Alon Zakai · 5 years ago
  86. df660c2 Wasm2js Atomics support (#2924) by Alon Zakai · 5 years ago
  87. 8540db8 wasm2js: Avoid 64-bit scratch memory helpers in wasm-intrinsics (#2926) by Alon Zakai · 5 years ago
  88. baec7c0 Fix breakage on master from colliding landings (#2927) by Alon Zakai · 5 years ago
  89. 92423be Asyncify liveness analysis (#2890) by Alon Zakai · 5 years ago
  90. 63e580f wasm2js: start function support (#2920) by Alon Zakai · 5 years ago
  91. a3acdae More optimizations for pow of two and pos/neg one const on the right (#2870) by Max Graey · 5 years ago
  92. 721f158 wasm2js: Bulk memory support (#2923) by Alon Zakai · 5 years ago
  93. 711f8cb wasm2js testing improvements before bulk-memory (#2918) by Alon Zakai · 5 years ago
  94. dd4c07c Fuzzer: Ignore V8 warnings on removed flags when comparing VMs (#2916) by Alon Zakai · 5 years ago
  95. f6eb790 Optimize bit count polyfills (#2914) by Max Graey · 5 years ago
  96. 251a68b Asyncify: Instrument indirect calls from functions in add-list or only-list (#2913) by Alon Zakai · 5 years ago
  97. 139d020 Add Expression::dump for use while debugging (#2912) by Thomas Lively · 5 years ago
  98. d26f90b Asyncify: Add an "add list", rename old lists (#2910) by Alon Zakai · 5 years ago
  99. 49f2443 Move optional metadata field so its not last (#2909) by Sam Clegg · 5 years ago version_94
  100. f813ac9 Version 94 (#2907) by Sam Clegg · 5 years ago