summaryrefslogtreecommitdiff
path: root/src/asmjs/shared-constants.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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