index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm-builder.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor wasm-split improvements (#3825)
Thomas Lively
2021-04-20
1
-1
/
+13
*
RefFunc: Validate that the type is non-nullable, and avoid possible bugs in t...
Alon Zakai
2021-04-08
1
-3
/
+3
*
[RT] Add type to tables and element segments (#3763)
Abbas Mashayekh
2021-04-06
1
-2
/
+5
*
Update SIMD names and opcodes (#3771)
Thomas Lively
2021-04-05
1
-10
/
+0
*
Fix a fuzz regression from #3669 (#3715)
Alon Zakai
2021-03-22
1
-27
/
+0
*
[Wasm GC] Add test/spec/br_on_null.wast and validation fixes for it (#3623)
Alon Zakai
2021-03-01
1
-1
/
+61
*
[EH] Make rethrow's target a try label (#3568)
Heejin Ahn
2021-02-18
1
-2
/
+2
*
[EH] Update C and binaryen.js API for delegate (#3565)
Heejin Ahn
2021-02-13
1
-9
/
+49
*
[GC] Support RTT constants in Builder::makeConstantExpression (#3550)
Alon Zakai
2021-02-09
1
-0
/
+15
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-1
/
+13
*
[GC] Add br_on_func/data/i31 (#3525)
Alon Zakai
2021-01-28
1
-2
/
+4
*
[GC] Update br_on_cast: the text format also no longer has a heap type (#3523)
Alon Zakai
2021-01-27
1
-3
/
+1
*
[GC] ref.as_* (#3520)
Alon Zakai
2021-01-27
1
-0
/
+7
*
[GC] RefIsNull => RefIs. (#3516)
Alon Zakai
2021-01-26
1
-2
/
+3
*
Reorder i31ref and dataref (#3509)
Heejin Ahn
2021-01-23
1
-2
/
+2
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
1
-16
/
+0
*
[GC] Add dataref type (#3500)
Alon Zakai
2021-01-21
1
-0
/
+2
*
Basic EH instrucion support for the new spec (#3487)
Heejin Ahn
2021-01-15
1
-6
/
+13
*
Prototype prefetch instructions (#3467)
Thomas Lively
2021-01-06
1
-0
/
+10
*
[GC] Add br_on_cast (#3451)
Alon Zakai
2020-12-17
1
-2
/
+6
*
[GC] Add ref.test and ref.cast (#3439)
Alon Zakai
2020-12-11
1
-4
/
+6
*
[GC] Add Array operations (#3436)
Alon Zakai
2020-12-10
1
-8
/
+17
*
[GC] Add struct.new and start to test interesting execution (#3433)
Alon Zakai
2020-12-09
1
-2
/
+4
*
[GC] Add basic RTT support (#3432)
Alon Zakai
2020-12-08
1
-4
/
+10
*
[GC] Add struct.set (#3430)
Alon Zakai
2020-12-07
1
-7
/
+7
*
[GC] Add struct.get instruction parsing and execution (#3429)
Alon Zakai
2020-12-07
1
-12
/
+17
*
[TypedFunctionReferences] Implement call_ref (#3396)
Alon Zakai
2020-11-24
1
-0
/
+13
*
[TypedFunctionReferences] Add Typed Function References feature and use the t...
Alon Zakai
2020-11-23
1
-5
/
+9
*
[wasm-builder] Construct module elements as unique_ptrs (#3391)
Thomas Lively
2020-11-19
1
-35
/
+35
*
[Types] Handle function types fully in more places (#3381)
Alon Zakai
2020-11-18
1
-10
/
+19
*
Module splitting (#3317)
Thomas Lively
2020-11-12
1
-1
/
+2
*
Implement v128.{load,store}{8,16,32,64}_lane instructions (#3278)
Thomas Lively
2020-10-22
1
-0
/
+16
*
Refactor naming convention for functions handling tuples (#3196)
Max Graey
2020-10-09
1
-1
/
+1
*
refactor makeFromUInt64 to makeFromInt64 (#3194)
Max Graey
2020-10-05
1
-1
/
+1
*
GC: Add stubs for the remaining instructions (#3174)
Daniel Wirtz
2020-09-29
1
-0
/
+72
*
GC: Fuzzing support for i31 (#3169)
Daniel Wirtz
2020-09-29
1
-2
/
+2
*
GC: Add i31 instructions (#3154)
Daniel Wirtz
2020-09-24
1
-0
/
+13
*
Fix build after semantic merge conflict (#3160)
Thomas Lively
2020-09-22
1
-1
/
+1
*
Remove redundant allocator in Builder (#3144)
Thomas Lively
2020-09-22
1
-66
/
+63
*
GC: Add ref.eq instruction (#3145)
Daniel Wirtz
2020-09-21
1
-0
/
+7
*
GC: Integrate eqref and i31ref types (#3141)
Daniel Wirtz
2020-09-19
1
-1
/
+7
*
Initial implementation of "Memory64" proposal (#3130)
Wouter van Oortmerssen
2020-09-18
1
-2
/
+13
*
Refactor Host expression to MemorySize and MemoryGrow (#3137)
Daniel Wirtz
2020-09-17
1
-6
/
+8
*
Add anyref feature and type (#3109)
Daniel Wirtz
2020-09-10
1
-0
/
+2
*
Update reference types (#3084)
Daniel Wirtz
2020-09-09
1
-8
/
+9
*
Add new compound Signature, Struct and Array types (#3012)
Daniel Wirtz
2020-08-24
1
-1
/
+1
*
Replace Type::expand() with an iterator-based approach (#3061)
Daniel Wirtz
2020-08-19
1
-1
/
+1
*
Prepare for compound types that are single but not basic (#3046)
Daniel Wirtz
2020-08-17
1
-2
/
+4
*
Add a builder.makeConst helper template (#2971)
Alon Zakai
2020-07-21
1
-0
/
+1
*
Rename anyref to externref to match proposal change (#2900)
Jay Phelps
2020-06-10
1
-1
/
+1
[next]