index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm
/
wasm.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
GC: Add stubs for the remaining instructions (#3174)
Daniel Wirtz
2020-09-29
1
-0
/
+37
*
GC: Fuzzing support for i31 (#3169)
Daniel Wirtz
2020-09-29
1
-9
/
+6
*
GC: Add i31 instructions (#3154)
Daniel Wirtz
2020-09-24
1
-0
/
+20
*
GC: Add ref.eq instruction (#3145)
Daniel Wirtz
2020-09-21
1
-0
/
+10
*
Initial implementation of "Memory64" proposal (#3130)
Wouter van Oortmerssen
2020-09-18
1
-2
/
+5
*
Unary and binary duplicate expression elimination (#3047)
Max Graey
2020-09-17
1
-6
/
+6
*
Refactor Host expression to MemorySize and MemoryGrow (#3137)
Daniel Wirtz
2020-09-17
1
-17
/
+11
*
Add GC feature flag (#3135)
Daniel Wirtz
2020-09-17
1
-1
/
+1
*
Implement module and local names in name section (#3115)
Daniel Wirtz
2020-09-14
1
-0
/
+5
*
Add anyref feature and type (#3109)
Daniel Wirtz
2020-09-10
1
-0
/
+1
*
Update reference types (#3084)
Daniel Wirtz
2020-09-09
1
-4
/
+13
*
Replace Type::expand() with an iterator-based approach (#3061)
Daniel Wirtz
2020-08-19
1
-2
/
+2
*
Implement prototype v128.load{32,64}_zero instructions (#3011)
Thomas Lively
2020-08-03
1
-0
/
+2
*
Move emscripten PIC ABI conversion to a pass. NFC. (#2985)
Sam Clegg
2020-07-24
1
-0
/
+1
*
Extend the C- and JS-APIs (#2586)
Daniel Wirtz
2020-07-22
1
-0
/
+2
*
Add Expression::dump for use while debugging (#2912)
Thomas Lively
2020-06-15
1
-0
/
+8
*
Add prototype SIMD rounding instructions (#2895)
Thomas Lively
2020-06-05
1
-0
/
+8
*
Remove `Push` (#2867)
Thomas Lively
2020-05-22
1
-10
/
+0
*
Refactor expression runner so it can be used via the C and JS APIs (#2702)
Daniel Wirtz
2020-04-20
1
-0
/
+1
*
Performance optimizations for Type (#2733)
Thomas Lively
2020-04-09
1
-4
/
+4
*
SIMD integer abs and bitmask instructions (#2703)
Thomas Lively
2020-03-20
1
-3
/
+9
*
Handle unreachable in TupleExtract::finalize (#2692)
Thomas Lively
2020-03-16
1
-1
/
+7
*
Handle multivalue returns in the interpreter (#2684)
Thomas Lively
2020-03-10
1
-1
/
+13
*
Initial multivalue support (#2675)
Thomas Lively
2020-03-05
1
-0
/
+18
*
Add multivalue feature (#2668)
Thomas Lively
2020-02-27
1
-0
/
+1
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-128
/
+129
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-49
/
+41
*
Refactor module element related functions (NFC) (#2550)
Heejin Ahn
2019-12-23
1
-81
/
+67
*
Make local.tee's type its local's type (#2511)
Heejin Ahn
2019-12-12
1
-11
/
+10
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-74
/
+17
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-7
/
+7
*
Remove 'none' type as a branch target in ReFinalize (#2492)
Alon Zakai
2019-12-04
1
-1
/
+1
*
Refactor removing module elements (#2489)
Heejin Ahn
2019-12-02
1
-35
/
+42
*
Remove FunctionType from Event (#2466)
Thomas Lively
2019-11-25
1
-11
/
+1
*
Multivalue type creation and inspection (#2459)
Thomas Lively
2019-11-22
1
-6
/
+6
*
SIMD load and extend instructions (#2353)
Thomas Lively
2019-09-24
1
-0
/
+6
*
vNxM.load_splat instructions (#2350)
Thomas Lively
2019-09-23
1
-0
/
+24
*
SIMD narrowing and widening operations (#2341)
Thomas Lively
2019-09-14
1
-0
/
+9
*
Wasi followups to #2323 (#2329)
Alon Zakai
2019-09-03
1
-2
/
+0
*
QFMA/QFMS instructions (#2328)
Thomas Lively
2019-09-03
1
-6
/
+6
*
Minify wasi imports and exports, and not just "env" (#2323)
Alon Zakai
2019-09-01
1
-0
/
+2
*
Add atomic.fence instruction (#2307)
Heejin Ahn
2019-08-27
1
-0
/
+2
*
Add initial support for anyref as an opaque type (#2294)
Jay Phelps
2019-08-20
1
-0
/
+1
*
Add basic exception handling support (#2282)
Heejin Ahn
2019-08-13
1
-0
/
+56
*
Finalize tail call support (#2246)
Thomas Lively
2019-07-23
1
-1
/
+9
*
Don't minify __stack_pointer import (#2219)
Sam Clegg
2019-07-11
1
-0
/
+1
*
Initial tail call implementation (#2197)
Thomas Lively
2019-07-03
1
-0
/
+1
*
Clean up loose ends in feature handling (#2203)
Thomas Lively
2019-07-03
1
-0
/
+1
*
Minimal Push/Pop support (#2207)
Alon Zakai
2019-07-03
1
-0
/
+12
*
Add event section (#2151)
Heejin Ahn
2019-05-31
1
-0
/
+47
[next]