index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
asmjs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Link binaryen tools against the dylib (#2864)
Derek Schuff
2020-06-02
2
-0
/
+13
*
Remove implicit conversion operators from Type (#2577)
Thomas Lively
2020-01-08
1
-2
/
+2
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-24
/
+24
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-4
/
+9
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-52
/
+8
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-5
/
+5
*
cmake: Convert to using lowercase for and functions/macros (#2495)
Sam Clegg
2019-12-04
1
-2
/
+2
*
Collect all object files from the object libraries in a CMake variable (#2477)
Immanuel Haffner
2019-11-26
1
-1
/
+1
*
Revert "Build libbinaryen as a monolithic statically/shared library (#2463)" ...
Alon Zakai
2019-11-25
1
-1
/
+1
*
Build libbinaryen as a monolithic statically/shared library (#2463)
Immanuel Haffner
2019-11-22
1
-1
/
+1
*
Add initial support for anyref as an opaque type (#2294)
Jay Phelps
2019-08-20
1
-1
/
+7
*
Support empty export names in wasm2js and JS mangling in general (#2290)
Alon Zakai
2019-08-09
1
-0
/
+6
*
Rename except_ref type to exnref (#2224)
Heejin Ahn
2019-07-14
1
-4
/
+4
*
Stop emitting "almost asm" in wasm2js output (#2221)
Alon Zakai
2019-07-12
2
-4
/
+0
*
Refactor type and function parsing (#2143)
Heejin Ahn
2019-05-24
1
-15
/
+8
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
2
-4
/
+4
*
Add except_ref type (#2081)
Heejin Ahn
2019-05-07
1
-0
/
+6
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
5
-286
/
+257
*
wasm2js: use scratch memory properly (#2033)
Alon Zakai
2019-04-22
1
-0
/
+16
*
Require unique_ptr to Module::addFunctionType() (#1672)
Paweł Bylica
2019-01-10
1
-3
/
+2
*
constant refactoring for STACKTOP and STACK_MAX
Alon Zakai
2018-12-11
2
-0
/
+4
*
Fuzzing: log values during execution (#1779)
Alon Zakai
2018-11-30
1
-4
/
+4
*
Add v128 type (#1777)
Thomas Lively
2018-11-29
1
-1
/
+4
*
Remove default cases (#1757)
Thomas Lively
2018-11-27
1
-10
/
+15
*
wasm2asm: Finish i64 lowering operations (#1563)
Alex Crichton
2018-05-25
2
-2
/
+12
*
wasm2asm: Finish f32/f64 operations (#1554)
Alex Crichton
2018-05-19
2
-4
/
+10
*
wasm2asm: Implement float<->int conversions (#1550)
Alex Crichton
2018-05-16
2
-2
/
+6
*
create Math_{min,max} variables for wasm2asm-generated JS (#1476)
Nathan Froyd
2018-03-16
2
-0
/
+4
*
Improve name mangling of asm.js identifiers (#1433)
Daniel Wirtz
2018-02-21
3
-0
/
+283
*
Update wasm2asm to generate "almost asm" if grow_memory is used (#1340)
Kris Selden
2018-02-06
2
-2
/
+8
*
Rename WasmType => Type (#1398)
Alon Zakai
2018-02-02
1
-19
/
+19
*
Share trap mode between asm2wasm and s2wasm (#1168)
jgravelle-google
2017-10-02
3
-0
/
+24
*
wasm2asm fixes for coercion on rotl/rotr/ctz/popcnt calls, and refactor the n...
Alon Zakai
2017-09-23
2
-16
/
+22
*
wasm2asm test generation (#1124)
Thomas Lively
2017-08-16
2
-0
/
+4
*
wasm2asm i32 arithmetic support (#1120)
Thomas Lively
2017-08-07
2
-9
/
+19
*
Get wasm2asm building again (#1107)
Thomas Lively
2017-08-02
2
-2
/
+0
*
Consistently handle possible traps in all cases (#1062)
Alon Zakai
2017-06-22
2
-0
/
+2
*
Add pass to instrument loads / stores. (#959)
Michael Bebenita
2017-04-29
2
-0
/
+2
*
Wasm h to cpp (#926)
jgravelle-google
2017-03-10
1
-1
/
+1
*
optimize pow (#934)
Alon Zakai
2017-03-10
2
-0
/
+2
*
asm2wasm i64 support (#723)
Alon Zakai
2016-09-30
1
-0
/
+2
*
emit safe calls for i32 div/rem when in precise mode in asm2wasm, as they can...
Alon Zakai
2016-07-14
2
-0
/
+8
*
add shared-constants.h for wasm constants
Alon Zakai
2016-06-26
2
-68
/
+2
*
Generate thunks for address-taken imports (#554)
Derek Schuff
2016-06-02
1
-1
/
+1
*
allocate only expressions in arenas - functions, imports, exports, function t...
Alon Zakai
2016-04-27
1
-3
/
+3
*
Split construction, scanning, and building phases of S2WasmBuilder (#400)
Derek Schuff
2016-04-27
3
-0
/
+204
*
add an ArenaVector for internal array allocations in expression nodes
Alon Zakai
2016-04-26
1
-24
/
+6
*
Move wasm-linker into its own cpp file (#375)
Derek Schuff
2016-04-21
2
-0
/
+132