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
...
*
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
*
More misc ASAN fixes (#1882)
Alon Zakai
2019-01-22
1
-0
/
+3
*
Show a proper error on an invalid type in binary reading ; fixes #1872 (#1874)
Alon Zakai
2019-01-19
1
-2
/
+2
*
Misc minor ASAN fixes (#1869)
Alon Zakai
2019-01-16
1
-3
/
+11
*
Require unique_ptr to Module::addFunctionType() (#1672)
Paweł Bylica
2019-01-10
1
-2
/
+2
*
Massive renaming (#1855)
Thomas Lively
2019-01-07
1
-4
/
+4
*
Rename `idx` to `index` in SIMD code for consistency (#1836)
Thomas Lively
2018-12-18
1
-17
/
+17
*
Fuzzing v128 and associated bug fixes (#1827)
Thomas Lively
2018-12-14
1
-0
/
+2
*
SIMD (#1820)
Thomas Lively
2018-12-13
1
-4
/
+299
*
Don't error on too many locals - just oom (#1822)
Alon Zakai
2018-12-13
1
-8
/
+0
*
Warn if linking section is present, as we cannot handle it yet (#1798)
Alon Zakai
2018-12-04
1
-0
/
+3
*
Implement nontrapping float-to-int instructions (#1780)
Thomas Lively
2018-12-04
1
-0
/
+26
*
Add support for a mutable globals as a Feature (#1785)
Sam Clegg
2018-11-30
1
-2
/
+1
*
Remove default cases (#1757)
Thomas Lively
2018-11-27
1
-1
/
+3
*
initialize binary writer debug info even without a source map, as debug info ...
Alon Zakai
2018-11-26
1
-1
/
+5
*
clean up unnecessary type setting in binary format loading - finalize() will ...
Alon Zakai
2018-11-14
1
-62
/
+61
*
Support 4GB Memories (#1702)
Alon Zakai
2018-10-15
1
-8
/
+8
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
1
-159
/
+113
*
Add debug information locations to the function prolog/epilog (#1674)
Yury Delendik
2018-09-17
1
-49
/
+70
*
Misc tiny fuzz fixes (#1668)
Alon Zakai
2018-09-12
1
-0
/
+1
*
Binary format local parsing fixes (#1664)
Alon Zakai
2018-09-11
1
-8
/
+11
*
Fix findField (#1660)
Yury Delendik
2018-08-31
1
-0
/
+2
*
Fix read-write of dylink section (#1648)
Alon Zakai
2018-08-31
1
-7
/
+26
*
Escape name section ids in binary format reading/writing to be WebAssembly sp...
Yury Delendik
2018-08-31
1
-2
/
+68
*
Stack IR (#1623)
Alon Zakai
2018-07-30
1
-771
/
+26
*
Fix source map entries offset when LEB is compressed. (#1628)
Yury Delendik
2018-07-25
1
-15
/
+38
*
Refactor stack writing code into a new StackWriter class (#1620)
Alon Zakai
2018-07-16
1
-168
/
+172
*
Minor code cleanups (#1617)
Alon Zakai
2018-07-10
1
-123
/
+123
*
Improve source map parsing to handle whitespace (#1598)
Sam Clegg
2018-06-13
1
-14
/
+34
*
Fix MSVC warnings when compiling the binaryen target (#1535)
Daniel Wirtz
2018-05-09
1
-4
/
+4
*
Better binary error reporting (#1505)
Alon Zakai
2018-04-13
1
-66
/
+73
*
Fix bad param/var type error handling (#1499)
Alon Zakai
2018-04-10
1
-8
/
+21
*
Handle literally unreachable brs (#1497)
Alon Zakai
2018-04-07
1
-6
/
+16
*
when creating blocks in binary format parsing, we know if a block has a break...
Alon Zakai
2018-04-05
1
-1
/
+1
*
validate we are in a function context when adding a label in binary parsing. ...
Alon Zakai
2018-03-16
1
-15
/
+16
*
Function pointer cast emulation (#1468)
Alon Zakai
2018-03-13
1
-5
/
+5
*
ensure unique import names for each type, by giving them a prefix, avoiding c...
Alon Zakai
2018-02-22
1
-1
/
+7
*
Dedupe function names when reading a binary (#1396)
Jacob Gravelle
2018-02-06
1
-8
/
+9
*
Rename WasmType => Type (#1398)
Alon Zakai
2018-02-02
1
-26
/
+26
*
Don't write sourceMappingURL section if URL is empty. (#1390)
Yury Delendik
2018-01-26
1
-1
/
+1
*
Atomic wait/wake fixes (#1383)
Alon Zakai
2018-01-22
1
-7
/
+36
*
First pass at LLD support for Emscripten (#1346)
Jacob Gravelle
2018-01-22
1
-3
/
+17
*
Function metrics pass (#1353)
Alon Zakai
2018-01-12
1
-0
/
+1
*
Do not emit 100k data segments, browsers reject it (#1350)
Alon Zakai
2018-01-09
1
-4
/
+78
*
Fix 2 binary fuzz bugs (#1323)
Alon Zakai
2017-12-14
1
-1
/
+6
[prev]
[next]