summaryrefslogtreecommitdiff
path: root/src/asmjs/shared-constants.cpp
Commit message (Expand)AuthorAgeFilesLines
* wasm2js: Add Table operations (#6650)Alon Zakai2024-06-111-0/+4
* Make `Name` a pointer, length pair (#5122)Thomas Lively2022-10-111-2/+0
* [NFC] Remove `cashew::` namespace from IString (#5126)Thomas Lively2022-10-101-92/+94
* wasm2js: Don't assume that `env.abort` can always be impored. (#5049)Sam Clegg2022-09-161-1/+1
* [wasm2js] Use native JavaScript Math.trunc (#3329)Max Graey2020-11-101-2/+1
* Remove dead code and unused includes. NFC. (#3328)Sam Clegg2020-11-081-2/+0
* Remove OptimizeCalls from PostEmscripten. NFC. (#3326)Sam Clegg2020-11-061-1/+0
* wasm2js: Remove global dict arguments to asmFunc (#3325)Sam Clegg2020-11-051-4/+0
* wasm2js: Avoid 64-bit scratch memory helpers in wasm-intrinsics (#2926)Alon Zakai2020-06-231-2/+0
* wasm2js: Bulk memory support (#2923)Alon Zakai2020-06-221-0/+7
* Reland "Link binaryen tools against the dylib" (#2892)Derek Schuff2020-06-031-0/+7
* Revert "Link binaryen tools against the dylib (#2864)" (#2891)Derek Schuff2020-06-021-7/+0
* Link binaryen tools against the dylib (#2864)Derek Schuff2020-06-021-0/+7
* Stop emitting "almost asm" in wasm2js output (#2221)Alon Zakai2019-07-121-2/+0
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-2/+2
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-93/+93
* wasm2js: use scratch memory properly (#2033)Alon Zakai2019-04-221-0/+16
* constant refactoring for STACKTOP and STACK_MAXAlon Zakai2018-12-111-0/+2
* wasm2asm: Finish i64 lowering operations (#1563)Alex Crichton2018-05-251-1/+6
* wasm2asm: Finish f32/f64 operations (#1554)Alex Crichton2018-05-191-2/+5
* wasm2asm: Implement float<->int conversions (#1550)Alex Crichton2018-05-161-1/+3
* create Math_{min,max} variables for wasm2asm-generated JS (#1476)Nathan Froyd2018-03-161-0/+2
* Update wasm2asm to generate "almost asm" if grow_memory is used (#1340)Kris Selden2018-02-061-1/+4
* Share trap mode between asm2wasm and s2wasm (#1168)jgravelle-google2017-10-021-0/+6
* wasm2asm fixes for coercion on rotl/rotr/ctz/popcnt calls, and refactor the n...Alon Zakai2017-09-231-8/+11
* wasm2asm test generation (#1124)Thomas Lively2017-08-161-0/+2
* wasm2asm i32 arithmetic support (#1120)Thomas Lively2017-08-071-5/+10
* Get wasm2asm building again (#1107)Thomas Lively2017-08-021-1/+0
* Consistently handle possible traps in all cases (#1062)Alon Zakai2017-06-221-0/+1
* Add pass to instrument loads / stores. (#959)Michael Bebenita2017-04-291-0/+1
* optimize pow (#934)Alon Zakai2017-03-101-0/+1
* emit safe calls for i32 div/rem when in precise mode in asm2wasm, as they can...Alon Zakai2016-07-141-0/+4
* add shared-constants.h for wasm constantsAlon Zakai2016-06-261-34/+1
* Split construction, scanning, and building phases of S2WasmBuilder (#400)Derek Schuff2016-04-271-0/+99