1. a7da044 update docs on required compiler version [ci skip] by Alon Zakai · 6 years ago docs
  2. adb182c Merge remote-tracking branch 'origin/master' into docs by Alon Zakai · 6 years ago
  3. 72bacfd Fix comparison of none and unreachable types (#2514) by Heejin Ahn · 6 years ago
  4. 42b61e3 Use wat over wast for text format filenames (#2518) by Sam Clegg · 6 years ago
  5. b232033 Don't include `$` with names unless outputting to wat format (#2506) by Sam Clegg · 6 years ago
  6. 6f55457 Avoid errors in binaryen.js assertions builds, and enable ASSERTIONS in debug builds. (#2507) by Alon Zakai · 6 years ago
  7. 65c334d Include in minification all imports from modules starting with `wasi_` (#2509) by Sam Clegg · 6 years ago
  8. bc46254 Add some tracing to wasm-emscripten-finalize (#2505) by Sam Clegg · 6 years ago
  9. c6f5f16 Regenerate lld test inputs (#2502) by Sam Clegg · 6 years ago
  10. a28343a Add string parameter to WASM_UNREACHABLE (#2499) by Sam Clegg · 6 years ago
  11. cbf121d Add BYN_ENABLE_ASSERTSION option to allow assertions to be disabled. (#2500) by Sam Clegg · 6 years ago
  12. 255d28a Fix metadce debug info after #2497 (#2501) by Sam Clegg · 6 years ago
  13. 4056443 Remove 'none' type as a branch target in ReFinalize (#2492) by Alon Zakai · 6 years ago
  14. a2f1a63 cmake: Convert to using lowercase for and functions/macros (#2495) by Sam Clegg · 6 years ago
  15. 19d929c Convert to using DEBUG macros (#2497) by Sam Clegg · 6 years ago
  16. f346478 Add BYN_DEBUG/BYN_TRACE macros similar to LLVM's debug system (#2496) by Sam Clegg · 6 years ago
  17. 9cbe295 Fix error when building wasm-opt.js with latest-fastcomp (#2494) by Daniel Wirtz · 6 years ago
  18. b7f75ab Add Emscripten memory helpers for using the C-API (from Wasm) (#2476) by Daniel Wirtz · 6 years ago
  19. 6d9c044 Update building docs for binaryen.js and libbinaryen by Alon Zakai · 6 years ago
  20. 31eac76 Apply old fastcomp flags, reverting a large 30% size regression (#2483) by Alon Zakai · 6 years ago
  21. 0c2b5b4 Re-enable ASan testing (without LSan which still fails due to #1351) (#2490) by Alon Zakai · 6 years ago
  22. 9d4acee Refactor removing module elements (#2489) by Heejin Ahn · 6 years ago
  23. 86492f7 Fix CMake command line issue with EXPORT_NAME on Windows (#2485) by Daniel Wirtz · 6 years ago
  24. 24d2749 Update spec test suite (#2484) by Heejin Ahn · 6 years ago
  25. 8c97dc6 Use CMake to build binaryen.js (#2464) by Alon Zakai · 6 years ago
  26. 132d81e Auto-update spec test outputs (#2481) by Heejin Ahn · 6 years ago
  27. d15fe87 Remove vanilla tests (#2482) by Heejin Ahn · 6 years ago
  28. 5c81d48 Collect all object files from the object libraries in a CMake variable (#2477) by Immanuel Haffner · 6 years ago
  29. ec53d11 Refactor and optimize binary writing type collection (#2478) by Alon Zakai · 6 years ago
  30. 7665f70 Update type information for em_asm functions (#2480) by Thomas Lively · 6 years ago
  31. 2ad7133 Run Mac bot only on build, as before (#2479) by Alon Zakai · 6 years ago
  32. 0215a39 Use opaque types for handle references in C API (#2473) by Ingvar Stepanyan · 6 years ago
  33. 6e23f8e Print only literal values when printing literals (#2469) by Heejin Ahn · 6 years ago
  34. 98ab07f Ensure example tests validate (#2470) by Heejin Ahn · 6 years ago
  35. 6a384c1 Revert "Build libbinaryen as a monolithic statically/shared library (#2463)" (#2474) by Alon Zakai · 6 years ago
  36. 8a70121 Remove FunctionType from Event (#2466) by Thomas Lively · 6 years ago
  37. d90583c Upgrade Travis MacOS: take 2 (#2465) by Thomas Lively · 6 years ago
  38. 9a2cb23 Revert "Update MacOS version in CI" by Thomas Lively · 6 years ago
  39. 88f6c72 Update MacOS version in CI by Thomas Lively · 6 years ago
  40. 6600870 Use package name in imports (NFC) (#2462) by Heejin Ahn · 6 years ago
  41. bf8f36c Build libbinaryen as a monolithic statically/shared library (#2463) by Immanuel Haffner · 6 years ago
  42. e2587f3 Multivalue type creation and inspection (#2459) by Thomas Lively · 6 years ago
  43. a0c423e Add a pass to inline __original_main() into main() (#2461) by Alon Zakai · 6 years ago
  44. 77b3743 Fix syntax errors from #2457 (#2460) by Heejin Ahn · 6 years ago
  45. 21888c2 Simplify test scripts (NFC) (#2457) by Heejin Ahn · 6 years ago
  46. f17f8f9 Add config.h to .gitignore (#2455) by Thomas Lively · 6 years ago
  47. cfa647c Add a --strip-dwarf pass (#2454) by Alon Zakai · 6 years ago
  48. 00bbde0 Add PostAssemblyScript pass (#2407) by Daniel Wirtz · 6 years ago
  49. 365e6f2 Optimize away invoke_ calls where possible (#2442) by Alon Zakai · 6 years ago
  50. 9d21a95 Refactor a CallGraphPropertyAnalysis helper [NFC] (#2441) by Alon Zakai · 6 years ago
  51. ee3022f Fix #2430 properly (#2449) by Alon Zakai · 6 years ago
  52. af5ebec Document wasm-reduce in the readme (#2445) by Alon Zakai · 6 years ago
  53. 28dfa0e Warning improvements (#2438) by Alon Zakai · 6 years ago
  54. 89530ff Add a few more things to the instruction checklist (#2437) by Heejin Ahn · 6 years ago
  55. 1bb8862 Reuse BINARYEN_API for Emscripten builds (#2435) by Daniel Wirtz · 6 years ago
  56. 24bb5d8 [NFC] Make Type a class instead of enum (#2433) by Thomas Lively · 6 years ago
  57. 284e394 uint32_t instead of int64_t as return type for GetMemorySegmentByteOffset (#2432) by COFFEETALES · 6 years ago
  58. 5ee9e0a Cast to bool after bitwise operations, to avoid an MSVC warning (#2431) by Alon Zakai · 6 years ago
  59. 485de15 Support --pass-arg in ToolOptions. (#2429) by Alon Zakai · 6 years ago
  60. e83a9e2 When legalizing, optionally export the original function too with orig$X (#2427) by Alon Zakai · 6 years ago
  61. 63ddbc0 Fix catch parsing (#2428) by Heejin Ahn · 6 years ago
  62. 4ad7a2c Add Stack IR optimization support for EH (#2425) by Heejin Ahn · 6 years ago
  63. 42f70a7 Improve type selection in fuzzer (#2424) by Heejin Ahn · 6 years ago
  64. 3cd309f Don't attempt to de-duplicate asm consts (#2422) by Sam Clegg · 6 years ago
  65. 368f8a7 Add i32x4.dot_i16x8_s (#2420) by Thomas Lively · 6 years ago
  66. 74526f3 OptimizeInstructions: Eq64 of 0 => Eqz64 (#2421) by Alon Zakai · 6 years ago
  67. 7fa8c78 Fix PostWalker traversal of push instruction (#2419) by Heejin Ahn · 6 years ago
  68. 0a5925a Add SIMD integer min and max instructions (#2416) by Thomas Lively · 6 years ago
  69. 90297e8 Add EH support for DCE pass (#2415) by Heejin Ahn · 6 years ago
  70. e53d4bd Don't remove events used in instructions (#2412) by Heejin Ahn · 6 years ago
  71. fb78a12 Use absolute memory addresses for emasm string indexes. (#2408) by Sam Clegg · 6 years ago
  72. 2a787cd Do not precompute SIMDLoad (#2409) by Thomas Lively · 6 years ago
  73. 74d438e Fix BinaryenModuleAllocateAndWriteText parameter type (#2406) by Irmen de Jong · 6 years ago 1.39.1
  74. 4f9151d When renaming functions ensure the corresponding GOT.func entry is also renamed (#2382) by Sam Clegg · 6 years ago
  75. 8d19d00 Upgrade the build container for linux releases (#2405) by Alex Crichton · 6 years ago
  76. bb41564 Add ModAsyncify* passes (#2404) by Alon Zakai · 6 years ago
  77. 760904a Convert usage of Pointer_stringify to UTF8ToString (#2403) by Brad Morris · 6 years ago
  78. 8a149bb Fix incorrect assert in BinaryenHostGetOperand (#2393) by Brad Morris · 6 years ago
  79. 29da5c9 Ability to list each item on Exports/Data Segments/Functions (#2386) by COFFEETALES · 6 years ago
  80. 87d12c2 Move WASM_DEPRECATED so that binaryen-c.h is selfcontained. Fixes #2054 (#2399) by Irmen de Jong · 6 years ago
  81. d255089 Fix autoreducing when not in the binaryen directory (#2390) by Alon Zakai · 6 years ago
  82. 83f6145 Add --out-dir to allow setting the test output dir. (#2389) by Alon Zakai · 6 years ago
  83. 1abfe59 Use early return in wasm-opt.cpp. NFC (#2387) by Sam Clegg · 6 years ago
  84. d63b8a4 Don't add __wasm_call_ctors to startup function list in wasm standalone mode (#2384) by Sam Clegg · 6 years ago
  85. 66cb7b3 Add BinaryenAddCustomSection API (#2381) by Daniel Wirtz · 6 years ago
  86. 4e80fde Add offset parameter to BinaryenSetFunctionTable (#2380) by Daniel Wirtz · 6 years ago
  87. c6cd444 Enable exnref instrumentation when EH is enabled (#2379) by Heejin Ahn · 6 years ago 1.38.48
  88. 4507ee5 Don't instrument pops in InstrumentLocals (#2378) by Heejin Ahn · 6 years ago
  89. f841dd1 Only add instrumentation to reftypes when the featureset supports it (#2377) by Jacob Gravelle · 6 years ago
  90. 9fe79b8 Add support for reftypes in InstrumentLocals pass (#2375) by Heejin Ahn · 6 years ago
  91. 1582c52 Add push/pop support for anyref (#2376) by Heejin Ahn · 6 years ago
  92. 13725e5 Make try body with multiple instructions roundtrip (#2374) by Heejin Ahn · 6 years ago
  93. d0f538e Fix case of `windows.h` include (#2372) by Mike J Innes · 6 years ago
  94. 8e78dbc MAIN_THREAD_EM_ASM support (#2367) by Jacob Gravelle · 6 years ago
  95. 3c78269 v8x16.swizzle (#2368) by Thomas Lively · 6 years ago
  96. fc6d2df Apply the sbrk/brk value at compile time (#2366) by Alon Zakai · 6 years ago 1.38.47
  97. 3c27bc8 Add feature flags and validation to wasm-metadce (#2364) by Thomas Lively · 6 years ago
  98. 3bba195 Only create `_start` if it doesn't already exist (#2363) by Sam Clegg · 6 years ago
  99. 6459eff Revert to C++14 in build-js.sh (#2360) by Thomas Lively · 6 years ago
  100. dc31b46 Move back to C++14 (#2358) by Thomas Lively · 6 years ago