index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm
/
wasm-stack.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[EH] Make rethrow's target a try label (#3568)
Heejin Ahn
2021-02-18
1
-1
/
+1
*
cleanup to allow binaryen to be built in more strict environments (#3566)
walkingeyerobot
2021-02-16
1
-2
/
+2
*
[EH] Support reading/writing of delegate (#3561)
Heejin Ahn
2021-02-12
1
-1
/
+15
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-2
/
+3
*
Support Stack IR for new try-catch(_all) (#3538)
Heejin Ahn
2021-02-03
1
-0
/
+4
*
Prototype i32x4.widen_i8x16_{s,u} (#3535)
Thomas Lively
2021-02-01
1
-0
/
+13
*
[GC] br_on_null (#3528)
Alon Zakai
2021-02-01
1
-8
/
+10
*
Remove unnecessary breakStack pushes for if/try (NFC) (#3533)
Heejin Ahn
2021-02-02
1
-9
/
+0
*
[GC] ref.as_non_null (#3527)
Alon Zakai
2021-01-28
1
-0
/
+3
*
[GC] Add br_on_func/data/i31 (#3525)
Alon Zakai
2021-01-28
1
-3
/
+19
*
[GC] ref.as_* (#3520)
Alon Zakai
2021-01-27
1
-0
/
+16
*
[GC] ref.is_func/data/i31 (#3519)
Alon Zakai
2021-01-26
1
-0
/
+9
*
[GC] RefIsNull => RefIs. (#3516)
Alon Zakai
2021-01-26
1
-2
/
+8
*
Debug info handling for new EH try-catch (#3496)
Alon Zakai
2021-01-25
1
-3
/
+4
*
[GC] Update GC binary format for prototype v3 (#3507)
Alon Zakai
2021-01-22
1
-4
/
+0
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
1
-8
/
+0
*
[GC] Add dataref type (#3500)
Alon Zakai
2021-01-21
1
-0
/
+3
*
Prototype additional f64x2 conversions (#3501)
Thomas Lively
2021-01-19
1
-0
/
+24
*
Basic EH instrucion support for the new spec (#3487)
Heejin Ahn
2021-01-15
1
-8
/
+24
*
[GC] Fix minor binary format issues of ordering and immediates (#3472)
Alon Zakai
2021-01-11
1
-4
/
+0
*
Prototype prefetch instructions (#3467)
Thomas Lively
2021-01-06
1
-0
/
+14
*
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
/
+6
*
Prototype SIMD instructions implemented in LLVM (#3440)
Thomas Lively
2020-12-11
1
-0
/
+35
*
[GC] Add ref.test and ref.cast (#3439)
Alon Zakai
2020-12-11
1
-2
/
+4
*
[GC] Add Array operations (#3436)
Alon Zakai
2020-12-10
1
-6
/
+23
*
[GC] Add struct.new and start to test interesting execution (#3433)
Alon Zakai
2020-12-09
1
-1
/
+7
*
[GC] Add basic RTT support (#3432)
Alon Zakai
2020-12-08
1
-2
/
+4
*
[GC] Add struct.set (#3430)
Alon Zakai
2020-12-07
1
-3
/
+4
*
[GC] Add struct.get instruction parsing and execution (#3429)
Alon Zakai
2020-12-07
1
-1
/
+13
*
[TypedFunctionReferences] Implement call_ref (#3396)
Alon Zakai
2020-11-24
1
-0
/
+5
*
[TypedFunctionReferences] Add Typed Function References feature and use the t...
Alon Zakai
2020-11-23
1
-8
/
+10
*
Remove dead code and unused includes. NFC. (#3328)
Sam Clegg
2020-11-08
1
-0
/
+2
*
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
-2
/
+2
*
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
/
+33
*
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
/
+56
*
GC: Add i31 instructions (#3154)
Daniel Wirtz
2020-09-24
1
-0
/
+9
*
GC: Add ref.eq instruction (#3145)
Daniel Wirtz
2020-09-21
1
-0
/
+4
*
GC: Integrate eqref and i31ref types (#3141)
Daniel Wirtz
2020-09-19
1
-0
/
+6
*
Initial implementation of "Memory64" proposal (#3130)
Wouter van Oortmerssen
2020-09-18
1
-1
/
+1
*
Refactor Host expression to MemorySize and MemoryGrow (#3137)
Daniel Wirtz
2020-09-17
1
-11
/
+7
*
Add anyref feature and type (#3109)
Daniel Wirtz
2020-09-10
1
-0
/
+3
*
Update reference types (#3084)
Daniel Wirtz
2020-09-09
1
-4
/
+2
*
Add new compound Signature, Struct and Array types (#3012)
Daniel Wirtz
2020-08-24
1
-1
/
+1
*
Use const modifier when dealing with types (#3064)
Daniel Wirtz
2020-08-20
1
-2
/
+2
*
Replace Type::expand() with an iterator-based approach (#3061)
Daniel Wirtz
2020-08-19
1
-5
/
+4
[next]