| Commit message (Expand) | Author | Age | Files | Lines |
* | [Linker] Handle archive files | Derek Schuff | 2016-05-05 | 1 | -6/+12 |
* | Harmonize the internal opcodes with the binary format (#433) | Alon Zakai | 2016-05-03 | 1 | -10/+12 |
* | Fix alignment UB (#425) | JF Bastien | 2016-05-02 | 1 | -3/+6 |
* | just use a simple vector in data segments | Alon Zakai | 2016-04-27 | 1 | -21/+21 |
* | Split construction, scanning, and building phases of S2WasmBuilder (#400) | Derek Schuff | 2016-04-27 | 1 | -47/+62 |
* | add an ArenaVector for internal array allocations in expression nodes | Alon Zakai | 2016-04-26 | 1 | -1/+1 |
* | Defer creation of CallImports to link time (#395) | Derek Schuff | 2016-04-26 | 1 | -20/+6 |
* | Separate LinkerObject from Linker (#383) | Derek Schuff | 2016-04-25 | 1 | -21/+20 |
* | Simplify statics, segments, and relocations (#380) | Derek Schuff | 2016-04-22 | 1 | -6/+11 |
* | Factor linker-related functionality of S2WasmBuilder into its own class (#372) | Derek Schuff | 2016-04-21 | 1 | -376/+22 |
* | Parses more than one entry in the .init_array section. | Yury Delendik | 2016-04-20 | 1 | -10/+14 |
* | update MemorySize => CurrentMemory | Alon Zakai | 2016-04-18 | 1 | -1/+1 |
* | create a UnifiedExpressionVisitor for passes that want a single visitor funct... | Alon Zakai | 2016-04-18 | 1 | -1/+1 |
* | remove the AllocatingModule class, and just make Module have allocations. the... | Alon Zakai | 2016-04-18 | 1 | -2/+2 |
* | index locals, so that get_local and set_local have just an index, and local n... | Alon Zakai | 2016-04-18 | 1 | -11/+12 |
* | Function parallelism (#343) | Alon Zakai | 2016-04-15 | 1 | -3/+2 |
* | rename function locals, to params and vars, which together are all the locals... | Alon Zakai | 2016-04-14 | 1 | -4/+4 |
* | Generate emscripten dynCall thunks in s2wasm (#342) | Derek Schuff | 2016-04-13 | 1 | -13/+23 |
* | Add a method to generate a dyncall thunk (#337) | Derek Schuff | 2016-04-12 | 1 | -18/+35 |
* | dyn_cast => dynCast | Alon Zakai | 2016-04-11 | 1 | -1/+1 |
* | De-recurse traversals (#333) | Alon Zakai | 2016-04-11 | 1 | -1/+1 |
* | Ensure that all static initializer functions are exported | Derek Schuff | 2016-04-06 | 1 | -10/+14 |
* | Fix output of initializer list metadata | Derek Schuff | 2016-04-06 | 1 | -1/+6 |
* | Fix s2wasm handling of aliased functions | Derek Schuff | 2016-04-06 | 1 | -2/+5 |
* | Allocate __dso_handle in s2wasm | Derek Schuff | 2016-04-06 | 1 | -0/+5 |
* | Properly align the stack pointer | Derek Schuff | 2016-04-06 | 1 | -33/+26 |
* | Handle static initializers | Derek Schuff | 2016-04-06 | 1 | -2/+32 |
* | refactor printing | Alon Zakai | 2016-04-04 | 1 | -1/+1 |
* | add apis for accessing module elements | Alon Zakai | 2016-04-04 | 1 | -6/+6 |
* | Merge pull request #295 from tzik/grow_memory_fix | Alon Zakai | 2016-03-30 | 1 | -2/+2 |
|\ |
|
| * | Fix grow_memory translation on s2wasm | tzik | 2016-03-30 | 1 | -2/+2 |
* | | add explicit function types for indirect call targtets in s2wasm | Alon Zakai | 2016-03-29 | 1 | -0/+6 |
* | | use ensureFunctionType in s2wasm, to ensure consistent function type names | Alon Zakai | 2016-03-29 | 1 | -10/+1 |
* | | Avoid the use of CRT pow(2, n) function to generate integer bit patterns, sin... | Jukka Jylänki | 2016-03-28 | 1 | -3/+3 |
* | | Add rotate support to s2wasm | Derek Schuff | 2016-03-23 | 1 | -0/+2 |
* | | Remove useless forward | Derek Schuff | 2016-03-22 | 1 | -1/+1 |
* | | Support --initial-size and --max-size to specify linear memory size | Derek Schuff | 2016-03-21 | 1 | -8/+55 |
* | | Make type of EqZ unary operators always i32 | Derek Schuff | 2016-03-21 | 1 | -1/+2 |
* | | add explicit memory export support | Alon Zakai | 2016-03-15 | 1 | -0/+1 |
* | | s2wasm: don't export functions unless they are marked with .globl. | Dan Gohman | 2016-03-09 | 1 | -5/+12 |
* | | fix imports when arriving from wasm backend, which does not prefix | Alon Zakai | 2016-03-09 | 1 | -1/+1 |
* | | Make initial and max memory sizes be in pages instead of bytes | Derek Schuff | 2016-03-09 | 1 | -5/+12 |
* | | Update s2wasm for tableswitch->br_table change | Derek Schuff | 2016-03-08 | 1 | -9/+10 |
* | | br_table, no more cases | Alon Zakai | 2016-03-07 | 1 | -1/+1 |
* | | add a finalize() method for blocks | Alon Zakai | 2016-03-07 | 1 | -0/+3 |
|/ |
|
* | add wasm-printing.h | Alon Zakai | 2016-02-17 | 1 | -0/+1 |
* | move printing to a pass | Alon Zakai | 2016-02-17 | 1 | -1/+2 |
* | fix s2wasm store parsing | Alon Zakai | 2016-02-10 | 1 | -2/+4 |
* | Align the stack allocation to 16 bytes to satisfy the aligment ABI | Derek Schuff | 2016-02-08 | 1 | -0/+2 |
* | Update binaryen and several tests for the new br_if operand order. | Dan Gohman | 2016-02-08 | 1 | -2/+6 |