index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Proper errors on unsupported segment types in EmscriptenGlueGenerator::separa...
Alon Zakai
2019-05-01
1
-1
/
+6
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
9
-1849
/
+4122
*
Remove f32 legalization from LegalizeJSInterface (#2052)
Sam Clegg
2019-04-25
1
-0
/
+3
*
Finish bulk memory support (#2030)
Thomas Lively
2019-04-22
1
-1
/
+4
*
wasm-emscripten-finalize: Handle relocatable code in AsmConstWalker (#2035)
Sam Clegg
2019-04-22
1
-21
/
+28
*
Reland emitting of DataCount section (#2027)
Thomas Lively
2019-04-18
1
-8
/
+3
*
Wasm2js: support i64 globals (#2021)
Alon Zakai
2019-04-18
1
-1
/
+3
*
Change default feature set to MVP (#1993)
Thomas Lively
2019-04-16
1
-1
/
+0
*
Make sure we always add signature to `fp$` functions (#1994)
Sam Clegg
2019-04-16
1
-3
/
+13
*
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
3
-34
/
+113
*
Handle relocatable code in AsmConstWalker (#1992)
Sam Clegg
2019-04-10
1
-4
/
+17
*
Better memory fuzzing (#1987)
Alon Zakai
2019-04-08
2
-6
/
+10
*
wasm-emscripten-finalize: rename function pointer getter functions (#1988)
Sam Clegg
2019-04-08
1
-4
/
+25
*
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
5
-37
/
+80
*
Add missing comma in metadata JSON (#1983)
Thomas Lively
2019-04-05
1
-1
/
+1
*
Add feature options to emscripten metadata (#1982)
Thomas Lively
2019-04-05
1
-1
/
+11
*
wasm-emscripten-finalize: add namedGlobals to output metadata (#1979)
Sam Clegg
2019-04-04
1
-2
/
+16
*
Use target features section in wasm-opt (#1967)
Thomas Lively
2019-04-03
2
-1
/
+7
*
Update test/spec/memory.wast to latest upstream (#1801)
Alon Zakai
2019-04-03
1
-0
/
+11
*
wasm-emscripten-finalize: Improve shared library support (#1961)
Sam Clegg
2019-04-02
2
-22
/
+128
*
Rename atomic wait/notify instructions (#1972)
Heejin Ahn
2019-03-30
4
-18
/
+18
*
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
*
More validation tests and fixes for SIMD (#1964)
Thomas Lively
2019-03-25
1
-0
/
+8
*
Update v128.const text formats (#1934)
Thomas Lively
2019-03-19
2
-28
/
+30
*
Validate that types match features (#1949)
Thomas Lively
2019-03-18
2
-0
/
+13
*
Allow tools to read from stdin (#1950)
Thomas Lively
2019-03-18
1
-7
/
+39
*
Add strip-target-features pass (#1946)
Thomas Lively
2019-03-14
1
-0
/
+1
*
Add some checking in EmscriptenGlueGenerator::generateStackInitialization (#1...
Sam Clegg
2019-03-13
1
-4
/
+12
*
wasm-emscripten-finalize: Remove JSCall thunk generation (#1938)
Sam Clegg
2019-03-12
1
-119
/
+2
*
Don't create already-existing dynCalls (#1932)
Alon Zakai
2019-03-06
1
-2
/
+8
*
Align v128 text format with WABT (#1930)
Daniel Wirtz
2019-03-04
1
-3
/
+8
*
Consistently optimize small added constants into load/store offsets (#1924)
Alon Zakai
2019-03-01
1
-2
/
+2
*
Fix memory leaks (#1925)
Bohdan
2019-02-28
1
-0
/
+12
*
Remove reference to old __wasm_nullptr function (#1928)
Sam Clegg
2019-02-28
1
-5
/
+1
*
NaN fuzzing improvements (#1913)
Alon Zakai
2019-02-19
1
-0
/
+11
*
Fix a fuzz bug with peeking forward in binary reading. (#1902)
Alon Zakai
2019-02-07
1
-2
/
+1
*
wasm-emscripten-finalize: separateDataSegments() fix (#1897)
Alon Zakai
2019-02-06
1
-1
/
+2
*
throw an early error in s-expr-parsing makeBlock, if not inside a function (#...
Alon Zakai
2019-02-06
1
-0
/
+1
*
Bulk memory operations (#1892)
Thomas Lively
2019-02-05
4
-2
/
+168
*
Strip the producers section in --strip-producers (#1875)
Alon Zakai
2019-01-31
2
-1
/
+2
*
wasm-emscripten-finalize: Emit illegal dynCalls, and legalize them (#1890)
Alon Zakai
2019-01-29
1
-9
/
+0
*
Handle EM_ASM/EM_JS in LLVM wasm backend O0 output (#1888)
Alon Zakai
2019-01-28
1
-10
/
+47
*
validate all function indexes in binary reading (#1887)
Alon Zakai
2019-01-24
1
-3
/
+3
*
Validate unique local names, and use validation in wasm2js. Fixes #1885 (#1886)
Alon Zakai
2019-01-23
1
-0
/
+6
*
More misc ASAN fixes (#1882)
Alon Zakai
2019-01-22
2
-0
/
+6
*
Show a proper error on an invalid type in binary reading ; fixes #1872 (#1874)
Alon Zakai
2019-01-19
1
-2
/
+2
[next]