index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm
/
wasm-binary.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Debug info handling for new EH try-catch (#3496)
Alon Zakai
2021-01-25
1
-19
/
+25
*
Reorder i31ref and dataref (#3509)
Heejin Ahn
2021-01-23
1
-3
/
+3
*
[GC] Update GC binary format for prototype v3 (#3507)
Alon Zakai
2021-01-22
1
-12
/
+0
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
1
-33
/
+0
*
[GC] Add dataref type (#3500)
Alon Zakai
2021-01-21
1
-0
/
+11
*
Prototype additional f64x2 conversions (#3501)
Thomas Lively
2021-01-19
1
-0
/
+24
*
[GC] Read and lower Let instructions (#3485)
Alon Zakai
2021-01-15
1
-12
/
+78
*
Basic EH instrucion support for the new spec (#3487)
Heejin Ahn
2021-01-15
1
-18
/
+42
*
[GC] Fix minor binary format issues of ordering and immediates (#3472)
Alon Zakai
2021-01-11
1
-18
/
+19
*
[GC] Fix parsing/printing of ref types using i31 (#3469)
Alon Zakai
2021-01-07
1
-1
/
+2
*
Prototype prefetch instructions (#3467)
Thomas Lively
2021-01-06
1
-0
/
+21
*
Prototype SIMD extending pairwise add instructions (#3466)
Thomas Lively
2021-01-05
1
-8
/
+16
*
[GC] Add br_on_cast (#3451)
Alon Zakai
2020-12-17
1
-4
/
+8
*
More refactoring of branch utility code to remove boilerplate. (#3448)
Alon Zakai
2020-12-16
1
-2
/
+3
*
Use enums for mutability and nullability (#3443)
Thomas Lively
2020-12-14
1
-7
/
+17
*
Prototype SIMD instructions implemented in LLVM (#3440)
Thomas Lively
2020-12-11
1
-0
/
+40
*
[GC] Add ref.test and ref.cast (#3439)
Alon Zakai
2020-12-11
1
-8
/
+14
*
[GC] Add Array operations (#3436)
Alon Zakai
2020-12-10
1
-47
/
+47
*
Read and write data segments names in names section (#3435)
Sam Clegg
2020-12-09
1
-1
/
+39
*
[GC] Add struct.new and start to test interesting execution (#3433)
Alon Zakai
2020-12-09
1
-15
/
+22
*
[GC] Add basic RTT support (#3432)
Alon Zakai
2020-12-08
1
-8
/
+26
*
Intern HeapTypes and clean up types code (#3428)
Thomas Lively
2020-12-07
1
-31
/
+33
*
[GC] Add struct.set (#3430)
Alon Zakai
2020-12-07
1
-2
/
+5
*
[GC] Add struct.get instruction parsing and execution (#3429)
Alon Zakai
2020-12-07
1
-21
/
+39
*
[GC] Support reading and writing of Struct and Array types (#3423)
Alon Zakai
2020-12-05
1
-32
/
+59
*
[Types] Refactor signature collection to heap type collection. NFC. (#3420)
Alon Zakai
2020-12-03
1
-8
/
+13
*
[GC types] Refactoring to allow future heap type parsing. NFC (#3409)
Alon Zakai
2020-12-02
1
-39
/
+33
*
[TypedFunctionReferences] Enable call_ref in fuzzer, and fix minor misc fuzz ...
Alon Zakai
2020-11-25
1
-1
/
+9
*
[TypedFunctionReferences] Implement call_ref (#3396)
Alon Zakai
2020-11-24
1
-0
/
+30
*
[TypedFunctionReferences] Add Typed Function References feature and use the t...
Alon Zakai
2020-11-23
1
-16
/
+129
*
[wasm-builder] Construct module elements as unique_ptrs (#3391)
Thomas Lively
2020-11-19
1
-11
/
+11
*
Quick followup to #3349 - avoid unnecessary allocations (#3354)
Alon Zakai
2020-11-13
1
-6
/
+31
*
Fix a hashing regression from #3332 (#3349)
Alon Zakai
2020-11-13
1
-28
/
+6
*
[Memory64] (#3302)
Wouter van Oortmerssen
2020-10-30
1
-1
/
+5
*
Prototype new SIMD multiplications (#3291)
Thomas Lively
2020-10-28
1
-0
/
+52
*
DWARF: Fix handling of the end of control flow instructions (#3288)
Alon Zakai
2020-10-27
1
-12
/
+6
*
Implement i8x16.popcnt (#3286)
Thomas Lively
2020-10-27
1
-0
/
+4
*
[NFC] `using namespace Abstract` to make matchers more compact (#3284)
Thomas Lively
2020-10-26
1
-1
/
+1
*
Implement v128.{load,store}{8,16,32,64}_lane instructions (#3278)
Thomas Lively
2020-10-22
1
-0
/
+54
*
Only write explicit names to name section (#3241)
Sam Clegg
2020-10-15
1
-9
/
+9
*
Assign import names consistently between text and binaryn reader (#3238)
Sam Clegg
2020-10-14
1
-5
/
+12
*
Clean up support/bits.h (#3177)
Thomas Lively
2020-09-30
1
-1
/
+1
*
GC: Add stubs for the remaining instructions (#3174)
Daniel Wirtz
2020-09-29
1
-0
/
+212
*
Prototype extended-name-section proposal (#3162)
Daniel Wirtz
2020-09-29
1
-23
/
+163
*
GC: Add i31 instructions (#3154)
Daniel Wirtz
2020-09-24
1
-0
/
+42
*
GC: Add ref.eq instruction (#3145)
Daniel Wirtz
2020-09-21
1
-0
/
+10
*
GC: Integrate eqref and i31ref types (#3141)
Daniel Wirtz
2020-09-19
1
-2
/
+10
*
Initial implementation of "Memory64" proposal (#3130)
Wouter van Oortmerssen
2020-09-18
1
-19
/
+55
*
Refactor Host expression to MemorySize and MemoryGrow (#3137)
Daniel Wirtz
2020-09-17
1
-24
/
+20
*
Add GC feature flag (#3135)
Daniel Wirtz
2020-09-17
1
-4
/
+4
[next]