| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Binary fuzz fix: disallow popping from outside a block (#1305) | Alon Zakai | 2017-11-28 | 1 | -0/+6 |
* | Fix reading breaks to the function exit (#1304) | Alon Zakai | 2017-11-21 | 1 | -17/+5 |
* | name function imports using name section (#1290) | Alon Zakai | 2017-11-21 | 1 | -19/+31 |
* | a stacky value in the middle of a block may be consumed (#1267) | Alon Zakai | 2017-11-13 | 1 | -1/+20 |
* | notation change: AST => IR (#1245) | Alon Zakai | 2017-10-24 | 1 | -2/+2 |
* | Emit binary function index in comment in text format, for convenience (#1232) | Alon Zakai | 2017-10-20 | 1 | -28/+4 |
* | Move pointer positioning outside of vector access operator to avoid MSVC comp... | Mark A. Ropper | 2017-10-20 | 1 | -2/+2 |
* | Atomics support in interpreter + optimizer + fuzz fixes for that (#1227) | Alon Zakai | 2017-10-20 | 1 | -0/+22 |
* | Add Builder::makeGlobal for nicer global creation (#1221) | Alon Zakai | 2017-10-10 | 1 | -6/+8 |
* | Optimize wasm reading (#1202) | Alon Zakai | 2017-09-28 | 1 | -2/+9 |
* | Avoid new blocks in binary reading/writing (#1165) | Alon Zakai | 2017-09-12 | 1 | -21/+35 |
* | Add support for sign-extension operators from threading proposal (#1167) | Derek Schuff | 2017-09-06 | 1 | -0/+11 |
* | clean up untaken => unreachable, as well as unnecessary named stuff in valida... | Alon Zakai | 2017-09-06 | 1 | -6/+5 |
* | Add support for atomic wait and wake operators (#1140) | Derek Schuff | 2017-08-24 | 1 | -0/+55 |
* | Ignore unreachable code in wasm binaries (#1122) | Alon Zakai | 2017-08-22 | 1 | -8/+60 |
* | Emit optimal-size LEBs in section/subsection/function body sizes (#1128) | Alon Zakai | 2017-08-15 | 1 | -8/+20 |
* | emit an unreachable if an unreachable block context does not end in an unreac... | Alon Zakai | 2017-08-05 | 1 | -0/+5 |
* | fix reading of stacky unreadable code with elements we need to drop | Alon Zakai (kripken) | 2017-08-05 | 1 | -16/+16 |
* | fix proper wasm emitting of untaken br_tables | Alon Zakai | 2017-08-01 | 1 | -1/+9 |
* | Merge remote-tracking branch 'origin/master' into fuzz | Alon Zakai (kripken) | 2017-07-31 | 1 | -1/+33 |
|\ |
|
| * | Polymophic stack support (#1117) | Alon Zakai | 2017-07-31 | 1 | -1/+33 |
* | | review comments | Alon Zakai (kripken) | 2017-07-31 | 1 | -1/+1 |
* | | fix binary emitting of untaken branches, and also handle reading of unreachab... | Alon Zakai (kripken) | 2017-07-29 | 1 | -3/+10 |
|/ |
|
* | add the option to seek named breaks, not just taken breaks; refactor headers ... | Alon Zakai (kripken) | 2017-07-11 | 1 | -3/+4 |
* | Add IR, parsing, printing, and binary for atomic cmpxchg (#1083) | Derek Schuff | 2017-07-10 | 1 | -0/+64 |
* | Add IR, parsing and binary support for AtomicRMW instructions from wasm threa... | Derek Schuff | 2017-07-06 | 1 | -0/+90 |
* | show a clear error on nulls in inline strings in binary format (#1068) | Alon Zakai | 2017-07-05 | 1 | -1/+5 |