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
*
Prototype additional f64x2 conversions (#3501)
Thomas Lively
2021-01-19
1
-0
/
+6
*
Basic EH instrucion support for the new spec (#3487)
Heejin Ahn
2021-01-15
1
-3
/
+9
*
Prototype prefetch instructions (#3467)
Thomas Lively
2021-01-06
1
-0
/
+6
*
Prototype SIMD extending pairwise add instructions (#3466)
Thomas Lively
2021-01-05
1
-2
/
+4
*
[GC] Add br_on_cast (#3451)
Alon Zakai
2020-12-17
1
-3
/
+26
*
Refactor printing code so that printing Expressions always works (#3450)
Alon Zakai
2020-12-17
1
-7
/
+1
*
More refactoring of branch utility code to remove boilerplate. (#3448)
Alon Zakai
2020-12-16
1
-99
/
+35
*
Use enums for mutability and nullability (#3443)
Thomas Lively
2020-12-14
1
-4
/
+4
*
Prototype SIMD instructions implemented in LLVM (#3440)
Thomas Lively
2020-12-11
1
-0
/
+5
*
[GC] Add ref.test and ref.cast (#3439)
Alon Zakai
2020-12-11
1
-2
/
+17
*
[GC] Add Array operations (#3436)
Alon Zakai
2020-12-10
1
-5
/
+36
*
[GC] Add struct.new and start to test interesting execution (#3433)
Alon Zakai
2020-12-09
1
-3
/
+15
*
[GC] Add basic RTT support (#3432)
Alon Zakai
2020-12-08
1
-2
/
+13
*
[GC] Add struct.set (#3430)
Alon Zakai
2020-12-07
1
-3
/
+10
*
[GC] Add struct.get instruction parsing and execution (#3429)
Alon Zakai
2020-12-07
1
-1
/
+9
*
[TypedFunctionReferences] Enable call_ref in fuzzer, and fix minor misc fuzz ...
Alon Zakai
2020-11-25
1
-2
/
+0
*
[TypedFunctionReferences] Implement call_ref (#3396)
Alon Zakai
2020-11-24
1
-0
/
+19
*
[TypedFunctionReferences] Add Typed Function References feature and use the t...
Alon Zakai
2020-11-23
1
-1
/
+7
*
Make getExpressionName resemble instruction names (#3352)
Heejin Ahn
2020-11-13
1
-9
/
+9
*
Module splitting (#3317)
Thomas Lively
2020-11-12
1
-4
/
+4
*
Remove dead code and unused includes. NFC. (#3328)
Sam Clegg
2020-11-08
1
-0
/
+1
*
Remove support for emscripten legacy PIC ABI (#3299)
Sam Clegg
2020-10-29
1
-1
/
+0
*
Implement i8x16.popcnt (#3286)
Thomas Lively
2020-10-27
1
-0
/
+1
*
Implement v128.{load,store}{8,16,32,64}_lane instructions (#3278)
Thomas Lively
2020-10-22
1
-0
/
+44
*
Refactor naming convention for functions handling tuples (#3196)
Max Graey
2020-10-09
1
-5
/
+5
*
Stop generating __growWasmMemory (#3180)
Sam Clegg
2020-10-01
1
-1
/
+0
*
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
[next]