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
*
Initial multivalue support (#2675)
Thomas Lively
2020-03-05
1
-0
/
+13
*
Remove implicit conversion operators from Type (#2577)
Thomas Lively
2020-01-08
1
-2
/
+2
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-12
/
+12
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-5
/
+68
*
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
-21
/
+14
*
Remove FunctionType from Event (#2466)
Thomas Lively
2019-11-25
1
-13
/
+5
*
Multivalue type creation and inspection (#2459)
Thomas Lively
2019-11-22
1
-3
/
+3
*
vNxM.load_splat instructions (#2350)
Thomas Lively
2019-09-23
1
-0
/
+10
*
QFMA/QFMS instructions (#2328)
Thomas Lively
2019-09-03
1
-6
/
+9
*
Add atomic.fence instruction (#2307)
Heejin Ahn
2019-08-27
1
-0
/
+1
*
Add initial support for anyref as an opaque type (#2294)
Jay Phelps
2019-08-20
1
-0
/
+3
*
Add basic exception handling support (#2282)
Heejin Ahn
2019-08-13
1
-1
/
+47
*
Finalize tail call support (#2246)
Thomas Lively
2019-07-23
1
-0
/
+2
*
Rename except_ref type to exnref (#2224)
Heejin Ahn
2019-07-14
1
-2
/
+2
*
Initial tail call implementation (#2197)
Thomas Lively
2019-07-03
1
-10
/
+14
*
Minimal Push/Pop support (#2207)
Alon Zakai
2019-07-03
1
-0
/
+12
*
Bysyncify: Fuzzing (#2192)
Alon Zakai
2019-07-01
1
-1
/
+1
*
Add event section (#2151)
Heejin Ahn
2019-05-31
1
-0
/
+13
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-10
/
+10
*
Add except_ref type (#2081)
Heejin Ahn
2019-05-07
1
-0
/
+3
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-5
/
+10
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-77
/
+169
*
Better memory fuzzing (#1987)
Alon Zakai
2019-04-08
1
-1
/
+11
*
Rename atomic wait/notify instructions (#1972)
Heejin Ahn
2019-03-30
1
-7
/
+7
*
Bulk memory operations (#1892)
Thomas Lively
2019-02-05
1
-0
/
+31
*
Rename `idx` to `index` in SIMD code for consistency (#1836)
Thomas Lively
2018-12-18
1
-4
/
+4
*
SIMD (#1820)
Thomas Lively
2018-12-13
1
-1
/
+47
*
Add v128 type (#1777)
Thomas Lively
2018-11-29
1
-0
/
+1
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
1
-15
/
+0
*
DeadArgumentElimination Pass (#1641)
Alon Zakai
2018-09-05
1
-2
/
+6
*
Fix bad param/var type error handling (#1499)
Alon Zakai
2018-04-10
1
-0
/
+1
*
Function pointer cast emulation (#1468)
Alon Zakai
2018-03-13
1
-2
/
+14
*
Rename WasmType => Type (#1398)
Alon Zakai
2018-02-02
1
-27
/
+27
*
Atomic wait/wake fixes (#1383)
Alon Zakai
2018-01-22
1
-2
/
+4
*
br_if-to-table (#1313)
Alon Zakai
2017-12-04
1
-0
/
+1
*
Fix if copying (#1278)
Alon Zakai
2017-11-16
1
-0
/
+32
*
notation change: AST => IR (#1245)
Alon Zakai
2017-10-24
1
-1
/
+1
*
Atomics support in interpreter + optimizer + fuzz fixes for that (#1227)
Alon Zakai
2017-10-20
1
-7
/
+5
*
Add Builder::makeGlobal for nicer global creation (#1221)
Alon Zakai
2017-10-10
1
-0
/
+15
*
fix wasm-builder set_global creation - we must call finalize, as the value ma...
Alon Zakai
2017-10-10
1
-0
/
+1
*
Make localNames into a map (#1189)
Thomas Lively
2017-09-23
1
-7
/
+11
*
Const hoisting (#1176)
Alon Zakai
2017-09-12
1
-0
/
+6
*
asm2wasm atomics (#1171)
Alon Zakai
2017-09-11
1
-1
/
+1
*
i64 to i32 lowering for wasm2asm (#1134)
Thomas Lively
2017-09-01
1
-6
/
+3
*
set the type of a set_local properly when it is unreachable
Alon Zakai
2017-08-25
1
-2
/
+2
*
Add support for atomic wait and wake operators (#1140)
Derek Schuff
2017-08-24
1
-0
/
+18
*
wasm2asm i32 arithmetic support (#1120)
Thomas Lively
2017-08-07
1
-0
/
+5
*
Get wasm2asm building again (#1107)
Thomas Lively
2017-08-02
1
-3
/
+3
*
Optimizer support for atomic instructions (#1094)
Derek Schuff
2017-07-21
1
-0
/
+35
[next]