index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Module splitting (#3317)
Thomas Lively
2020-11-12
1
-4
/
+4
*
MemoryPacking: Properly notice zeroFilledMemory (#3306)
Alon Zakai
2020-11-02
1
-1
/
+1
*
Prototype new SIMD multiplications (#3291)
Thomas Lively
2020-10-28
1
-0
/
+13
*
DWARF: Fix handling of the end of control flow instructions (#3288)
Alon Zakai
2020-10-27
1
-12
/
+5
*
Implement i8x16.popcnt (#3286)
Thomas Lively
2020-10-27
1
-0
/
+1
*
[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
-1
/
+32
*
Only write explicit names to name section (#3241)
Sam Clegg
2020-10-15
1
-5
/
+15
*
Refactor naming convention for functions handling tuples (#3196)
Max Graey
2020-10-09
1
-1
/
+1
*
Add static guards for cast and dynCast (#3201)
Max Graey
2020-10-08
1
-1
/
+13
*
GC: Add stubs for the remaining instructions (#3174)
Daniel Wirtz
2020-09-29
1
-0
/
+96
*
Lower signed binops to unsigned binops when possible (#2988)
Max Graey
2020-09-28
1
-2
/
+2
*
GC: Add i31 instructions (#3154)
Daniel Wirtz
2020-09-24
1
-0
/
+21
*
GC: Add ref.eq instruction (#3145)
Daniel Wirtz
2020-09-21
1
-0
/
+11
*
Initial implementation of "Memory64" proposal (#3130)
Wouter van Oortmerssen
2020-09-18
1
-18
/
+23
*
Refactor Host expression to MemorySize and MemoryGrow (#3137)
Daniel Wirtz
2020-09-17
1
-8
/
+14
*
Implement module and local names in name section (#3115)
Daniel Wirtz
2020-09-14
1
-1
/
+5
*
Poppy IR wast parsing and validation (#3105)
Thomas Lively
2020-09-09
1
-0
/
+3
*
Update reference types (#3084)
Daniel Wirtz
2020-09-09
1
-0
/
+2
*
Implement prototype v128.load{32,64}_zero instructions (#3011)
Thomas Lively
2020-08-03
1
-1
/
+3
*
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
/
+3
*
Add prototype SIMD rounding instructions (#2895)
Thomas Lively
2020-06-05
1
-0
/
+8
*
Remove `Push` (#2867)
Thomas Lively
2020-05-22
1
-20
/
+2
*
Implement i64x2.mul (#2860)
Thomas Lively
2020-05-19
1
-0
/
+1
*
Implement pseudo-min/max SIMD instructions (#2847)
Thomas Lively
2020-05-12
1
-0
/
+4
*
Fix an old misleading comment (#2738) [ci skip]
Alon Zakai
2020-04-09
1
-2
/
+2
*
Avoid unnecessary fp$ in side modules (#2717)
Alon Zakai
2020-03-31
1
-1
/
+1
*
Represent dylink section in IR, so we can update it. (#2715)
Alon Zakai
2020-03-30
1
-0
/
+10
*
SIMD integer abs and bitmask instructions (#2703)
Thomas Lively
2020-03-20
1
-0
/
+6
*
Handle multivalue returns in the interpreter (#2684)
Thomas Lively
2020-03-10
1
-1
/
+2
*
Initial multivalue support (#2675)
Thomas Lively
2020-03-05
1
-0
/
+21
*
DWARF: Track more function locations (#2604)
Alon Zakai
2020-01-22
1
-2
/
+12
*
DWARF: Track the positions of 'end', 'else', 'catch' binary locations (#2603)
Alon Zakai
2020-01-21
1
-0
/
+34
*
Handle an invalid AbbrCode in DWARF handling (#2607)
Alon Zakai
2020-01-21
1
-1
/
+1
*
Use BinaryLocation instead of hardcoding uint32_t (#2598)
Alon Zakai
2020-01-16
1
-2
/
+7
*
DWARF: high_pc computation (#2595)
Alon Zakai
2020-01-16
1
-2
/
+2
*
DWARF: Function location tracking (#2592)
Alon Zakai
2020-01-16
1
-5
/
+16
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-6
/
+8
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-0
/
+32
*
Refactor module element related functions (NFC) (#2550)
Heejin Ahn
2019-12-23
1
-1
/
+5
*
DWARF debug line updating (#2545)
Alon Zakai
2019-12-20
1
-2
/
+5
*
Binary format code section offset tracking (#2515)
Alon Zakai
2019-12-19
1
-0
/
+7
*
SIMD {i8x16,i16x8}.avgr_u instructions (#2539)
Thomas Lively
2019-12-18
1
-0
/
+2
*
Correctly clear memory / table info in clearModule (#2536)
Heejin Ahn
2019-12-17
1
-0
/
+15
*
Make local.tee's type its local's type (#2511)
Heejin Ahn
2019-12-12
1
-2
/
+3
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-27
/
+2
*
Refactor removing module elements (#2489)
Heejin Ahn
2019-12-02
1
-0
/
+6
*
Remove FunctionType from Event (#2466)
Thomas Lively
2019-11-25
1
-10
/
+2
*
Add i32x4.dot_i16x8_s (#2420)
Thomas Lively
2019-11-04
1
-0
/
+1
[next]