| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove s2wasm (#1607) | Sam Clegg | 2018-06-28 | 1 | -417/+0 |
* | Function pointer cast emulation (#1468) | Alon Zakai | 2018-03-13 | 1 | -1/+7 |
* | Rename WasmType => Type (#1398) | Alon Zakai | 2018-02-02 | 1 | -2/+2 |
* | Decouple wasm-linker from Emscripten glue (#1293) | Jacob Gravelle | 2017-11-15 | 1 | -17/+11 |
* | notation change: AST => IR (#1245) | Alon Zakai | 2017-10-24 | 1 | -1/+1 |
* | Do not export start function (#998) | Daniel Wirtz | 2017-08-18 | 1 | -1/+0 |
* | S2wasm runtime funcs (#1027) | jgravelle-google | 2017-06-05 | 1 | -2/+3 |
* | Don't iterate over removed-but-not-erased functions (#961) | jgravelle-google | 2017-04-07 | 1 | -1/+2 |
* | Wasm h to cpp (#926) | jgravelle-google | 2017-03-10 | 1 | -4/+4 |
* | clean up raw pointer import->functionType, make it a Name like everything els... | Alon Zakai | 2017-02-17 | 1 | -1/+1 |
* | use MixedArena in asm.js ast | Alon Zakai (kripken) | 2017-01-31 | 1 | -2/+3 |
* | Export memalign along with malloc and friends (#888) | Derek Schuff | 2017-01-24 | 1 | -9/+5 |
* | Generate global imports separately from emscripten glue (#852) | jgravelle-google | 2016-12-01 | 1 | -5/+19 |
* | Handle importing globals in s2wasm (#843) | jgravelle-google | 2016-11-30 | 1 | -1/+5 |
* | Import memory instead of defining/exporting it when using emscripten glue (#777) | Derek Schuff | 2016-10-14 | 1 | -5/+16 |
* | More binary updates for 0xc (#733) | Derek Schuff | 2016-10-03 | 1 | -4/+5 |
* | Refactor Import::Kind and Export::Kind into an ExternalKind enum class (#725) | Alon Zakai | 2016-10-03 | 1 | -2/+2 |
* | Make the linker always create a table segment (#722) | Derek Schuff | 2016-09-30 | 1 | -0/+2 |
* | Update s2wasm for 0xc changes (#698) | Derek Schuff | 2016-09-15 | 1 | -9/+10 |
* | Add flag to s2wasm to export __growWasmMemory function (#696) | jgravelle-google | 2016-09-09 | 1 | -138/+31 |
* | import type for globals | Alon Zakai | 2016-09-07 | 1 | -2/+2 |
* | import kinds | Alon Zakai | 2016-09-07 | 1 | -0/+2 |
* | export kinds | Alon Zakai | 2016-09-07 | 1 | -1/+6 |
* | Asm.js-style setjmp/longjmp support for wasm (#681) | Heejin Ahn | 2016-08-26 | 1 | -6/+9 |
* | offset support in table | Alon Zakai | 2016-08-15 | 1 | -9/+22 |
* | support function table initial and max sizes, and new printing format | Alon Zakai | 2016-08-12 | 1 | -0/+3 |
* | support expressions in segment offsets | Alon Zakai | 2016-08-12 | 1 | -1/+1 |
* | Implement asm.js style exception handling for Wasm (#664) | Heejin Ahn | 2016-08-11 | 1 | -0/+13 |
* | Create a dummy function to prevent NULL miscomparisons, if necessary (#658) | Dominic Chen | 2016-08-03 | 1 | -16/+38 |
* | support pre-assigning indexes for functions that are called indirectly (#616) | Dominic Chen | 2016-08-02 | 1 | -0/+21 |
* | Handle aliases without size (e.g. weak symbol), add redefinition warnings (#630) | Dominic Chen | 2016-07-13 | 1 | -0/+1 |
* | add support for symbol assignments, closes #4422 (#615) | Dominic Chen | 2016-07-11 | 1 | -5/+12 |
* | make makeCallImport more similar to makeCall; do not assume all imports exist... | Alon Zakai | 2016-06-26 | 1 | -1/+1 |
* | add shared-constants.h for wasm constants | Alon Zakai | 2016-06-26 | 1 | -7/+0 |
* | make assertion error more useful (#597) | Dominic Chen | 2016-06-23 | 1 | -1/+1 |
* | Do not create dyncall thunks for functions with i64 results or params (#586) | Derek Schuff | 2016-06-14 | 1 | -0/+9 |
* | s2wasm: Validate the result module (#574) | Derek Schuff | 2016-06-10 | 1 | -1/+1 |
* | Do not generate duplicate import thunks at link time. (#569) | Derek Schuff | 2016-06-03 | 1 | -3/+5 |
* | Generate thunks for address-taken imports (#554) | Derek Schuff | 2016-06-02 | 1 | -11/+40 |
* | refactor walk logic into walk* and doWalk* methods, for a more regular API th... | Alon Zakai | 2016-05-30 | 1 | -1/+1 |
* | Avoid a redundant return in dynCall functions. (#533) | Dan Gohman | 2016-05-23 | 1 | -1/+1 |
* | Avoid double dollarsigns in s2wasm local names. (#527) | Dan Gohman | 2016-05-19 | 1 | -1/+1 |
* | Print a newline at the end of the METADATA line. (#521) | Dan Gohman | 2016-05-17 | 1 | -1/+1 |
* | Introduce a separate type for linear memory addresses (#477) | Derek Schuff | 2016-05-11 | 1 | -6/+6 |
* | [Linker] Make repeated passes over archive members (#440) | Derek Schuff | 2016-05-05 | 1 | -15/+23 |
* | [Linker] Handle archive files | Derek Schuff | 2016-05-05 | 1 | -3/+23 |
* | just use a simple vector in data segments | Alon Zakai | 2016-04-27 | 1 | -4/+5 |
* | allocate only expressions in arenas - functions, imports, exports, function t... | Alon Zakai | 2016-04-27 | 1 | -3/+3 |
* | Split construction, scanning, and building phases of S2WasmBuilder (#400) | Derek Schuff | 2016-04-27 | 1 | -3/+33 |
* | add an ArenaVector for internal array allocations in expression nodes | Alon Zakai | 2016-04-26 | 1 | -9/+10 |