Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add pass to instrument loads / stores. (#959) | Michael Bebenita | 2017-04-29 | 2 | -0/+2 |
* | Wasm h to cpp (#926) | jgravelle-google | 2017-03-10 | 1 | -1/+1 |
* | optimize pow (#934) | Alon Zakai | 2017-03-10 | 2 | -0/+2 |
* | asm2wasm i64 support (#723) | Alon Zakai | 2016-09-30 | 1 | -0/+2 |
* | emit safe calls for i32 div/rem when in precise mode in asm2wasm, as they can... | Alon Zakai | 2016-07-14 | 2 | -0/+8 |
* | add shared-constants.h for wasm constants | Alon Zakai | 2016-06-26 | 2 | -68/+2 |
* | Generate thunks for address-taken imports (#554) | Derek Schuff | 2016-06-02 | 1 | -1/+1 |
* | 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 | 3 | -0/+204 |
* | add an ArenaVector for internal array allocations in expression nodes | Alon Zakai | 2016-04-26 | 1 | -24/+6 |
* | Move wasm-linker into its own cpp file (#375) | Derek Schuff | 2016-04-21 | 2 | -0/+132 |