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
*
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
*
Add SIMD integer min and max instructions (#2416)
Thomas Lively
2019-11-01
1
-0
/
+12
*
v8x16.swizzle (#2368)
Thomas Lively
2019-10-03
1
-0
/
+3
*
SIMD load and extend instructions (#2353)
Thomas Lively
2019-09-24
1
-1
/
+7
*
v128.andnot instruction (#2355)
Thomas Lively
2019-09-24
1
-0
/
+1
*
vNxM.load_splat instructions (#2350)
Thomas Lively
2019-09-23
1
-0
/
+22
*
SIMD narrowing and widening operations (#2341)
Thomas Lively
2019-09-14
1
-0
/
+16
*
QFMA/QFMS instructions (#2328)
Thomas Lively
2019-09-03
1
-7
/
+10
*
Add atomic.fence instruction (#2307)
Heejin Ahn
2019-08-27
1
-1
/
+13
*
Add basic exception handling support (#2282)
Heejin Ahn
2019-08-13
1
-0
/
+50
*
Initial tail call implementation (#2197)
Thomas Lively
2019-07-03
1
-0
/
+2
*
Minimal Push/Pop support (#2207)
Alon Zakai
2019-07-03
1
-0
/
+27
*
Add event section (#2151)
Heejin Ahn
2019-05-31
1
-0
/
+25
*
Refactor type and function parsing (#2143)
Heejin Ahn
2019-05-24
1
-0
/
+1
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-17
/
+17
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-139
/
+397
*
Finish bulk memory support (#2030)
Thomas Lively
2019-04-22
1
-1
/
+0
*
Change default feature set to MVP (#1993)
Thomas Lively
2019-04-16
1
-1
/
+1
*
Move features from passOptions to Module (#2001)
Thomas Lively
2019-04-12
1
-0
/
+7
*
Better memory fuzzing (#1987)
Alon Zakai
2019-04-08
1
-4
/
+4
[next]