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
*
Make local.tee's type its local's type (#2511)
Heejin Ahn
2019-12-12
1
-2
/
+5
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-108
/
+40
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-7
/
+8
*
Convert to using DEBUG macros (#2497)
Sam Clegg
2019-12-04
1
-428
/
+152
*
Refactor and optimize binary writing type collection (#2478)
Alon Zakai
2019-11-26
1
-45
/
+29
*
Remove FunctionType from Event (#2466)
Thomas Lively
2019-11-25
1
-51
/
+105
*
Multivalue type creation and inspection (#2459)
Thomas Lively
2019-11-22
1
-3
/
+3
*
Add i32x4.dot_i16x8_s (#2420)
Thomas Lively
2019-11-04
1
-0
/
+4
*
Add SIMD integer min and max instructions (#2416)
Thomas Lively
2019-11-01
1
-0
/
+48
*
v8x16.swizzle (#2368)
Thomas Lively
2019-10-03
1
-0
/
+4
*
SIMD load and extend instructions (#2353)
Thomas Lively
2019-09-24
1
-0
/
+24
*
v128.andnot instruction (#2355)
Thomas Lively
2019-09-24
1
-0
/
+4
*
vNxM.load_splat instructions (#2350)
Thomas Lively
2019-09-23
1
-18
/
+43
*
SIMD narrowing and widening operations (#2341)
Thomas Lively
2019-09-14
1
-0
/
+48
*
QFMA/QFMS instructions (#2328)
Thomas Lively
2019-09-03
1
-9
/
+29
*
Add atomic.fence instruction (#2307)
Heejin Ahn
2019-08-27
1
-0
/
+17
*
Add initial support for anyref as an opaque type (#2294)
Jay Phelps
2019-08-20
1
-0
/
+6
*
Add basic exception handling support (#2282)
Heejin Ahn
2019-08-13
1
-2
/
+96
*
Asyncify: whitelist and blacklist support (#2264)
Alon Zakai
2019-07-26
1
-4
/
+4
*
Refactor stack IR / binary writer (NFC) (#2250)
Heejin Ahn
2019-07-23
1
-3
/
+3
*
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
-0
/
+18
*
Clean up loose ends in feature handling (#2203)
Thomas Lively
2019-07-03
1
-7
/
+9
*
Fix event section order (#2202)
Heejin Ahn
2019-07-02
1
-1
/
+1
*
Make feature section errors into warnings (#2175)
Alon Zakai
2019-06-18
1
-14
/
+18
*
Use BinaryIndexes instead of copies in BinaryWriter (NFC) (#2161)
Heejin Ahn
2019-06-04
1
-20
/
+10
*
Add event section (#2151)
Heejin Ahn
2019-05-31
1
-0
/
+95
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-33
/
+33
*
Fix misc. things for globals (#2119)
Heejin Ahn
2019-05-17
1
-2
/
+1
*
Delete WasmBinaryBuilder::mappedGlobals (NFC) (#2098)
Heejin Ahn
2019-05-12
1
-31
/
+14
*
Add except_ref type (#2081)
Heejin Ahn
2019-05-07
1
-0
/
+2
*
Add exception handling feature (#2083)
Heejin Ahn
2019-05-03
1
-1
/
+3
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-217
/
+434
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-694
/
+1905
*
Finish bulk memory support (#2030)
Thomas Lively
2019-04-22
1
-1
/
+4
*
Reland emitting of DataCount section (#2027)
Thomas Lively
2019-04-18
1
-8
/
+3
*
Do not emit the DataCount section (#2010)
Thomas Lively
2019-04-15
1
-3
/
+8
*
DataCount section (#2006)
Thomas Lively
2019-04-15
1
-0
/
+24
*
Move features from passOptions to Module (#2001)
Thomas Lively
2019-04-12
1
-2
/
+84
*
Better memory fuzzing (#1987)
Alon Zakai
2019-04-08
1
-1
/
+1
*
Move segment merging to fit web limits into its own pass (#1980)
Thomas Lively
2019-04-08
1
-100
/
+8
*
Passive segments (#1976)
Thomas Lively
2019-04-05
1
-19
/
+48
*
Use target features section in wasm-opt (#1967)
Thomas Lively
2019-04-03
1
-1
/
+1
*
Rename atomic wait/notify instructions (#1972)
Heejin Ahn
2019-03-30
1
-7
/
+7
*
avoid risky iterator addition (#1970)
Alon Zakai
2019-03-29
1
-1
/
+1
*
remove getString, which is not used, and was insecure to boot (#1966)
Alon Zakai
2019-03-26
1
-8
/
+0
*
Fix a fuzz bug with peeking forward in binary reading. (#1902)
Alon Zakai
2019-02-07
1
-2
/
+1
*
Bulk memory operations (#1892)
Thomas Lively
2019-02-05
1
-2
/
+66
*
Strip the producers section in --strip-producers (#1875)
Alon Zakai
2019-01-31
1
-1
/
+1
*
validate all function indexes in binary reading (#1887)
Alon Zakai
2019-01-24
1
-3
/
+3
[next]