summaryrefslogtreecommitdiff
path: root/src/asmjs
Commit message (Expand)AuthorAgeFilesLines
* [wasm2js] Use native JavaScript Math.trunc (#3329)Max Graey2020-11-102-5/+3
* Remove dead code and unused includes. NFC. (#3328)Sam Clegg2020-11-083-42/+0
* Remove OptimizeCalls from PostEmscripten. NFC. (#3326)Sam Clegg2020-11-062-2/+0
* wasm2js: Remove global dict arguments to asmFunc (#3325)Sam Clegg2020-11-052-8/+0
* GC: Integrate eqref and i31ref types (#3141)Daniel Wirtz2020-09-191-0/+6
* Add anyref feature and type (#3109)Daniel Wirtz2020-09-101-0/+3
* Update reference types (#3084)Daniel Wirtz2020-09-091-3/+0
* Add new compound Signature, Struct and Array types (#3012)Daniel Wirtz2020-08-241-1/+1
* Use const modifier when dealing with types (#3064)Daniel Wirtz2020-08-201-1/+1
* Replace Type::expand() with an iterator-based approach (#3061)Daniel Wirtz2020-08-191-2/+2
* Prepare for compound types that are single but not basic (#3046)Daniel Wirtz2020-08-171-2/+4
* Added headers to CMake files (#3037)Wouter van Oortmerssen2020-08-101-0/+2
* 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
* Rename anyref to externref to match proposal change (#2900)Jay Phelps2020-06-101-3/+3
* Reland "Link binaryen tools against the dylib" (#2892)Derek Schuff2020-06-032-0/+13
* Revert "Link binaryen tools against the dylib (#2864)" (#2891)Derek Schuff2020-06-022-13/+0
* Link binaryen tools against the dylib (#2864)Derek Schuff2020-06-022-0/+13
* Remove implicit conversion operators from Type (#2577)Thomas Lively2020-01-081-2/+2
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-24/+24
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-4/+9
* Remove FunctionType (#2510)Thomas Lively2019-12-111-52/+8
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-5/+5
* cmake: Convert to using lowercase for and functions/macros (#2495)Sam Clegg2019-12-041-2/+2
* Collect all object files from the object libraries in a CMake variable (#2477)Immanuel Haffner2019-11-261-1/+1
* Revert "Build libbinaryen as a monolithic statically/shared library (#2463)" ...Alon Zakai2019-11-251-1/+1
* Build libbinaryen as a monolithic statically/shared library (#2463)Immanuel Haffner2019-11-221-1/+1
* Add initial support for anyref as an opaque type (#2294)Jay Phelps2019-08-201-1/+7
* Support empty export names in wasm2js and JS mangling in general (#2290)Alon Zakai2019-08-091-0/+6
* Rename except_ref type to exnref (#2224)Heejin Ahn2019-07-141-4/+4
* Stop emitting "almost asm" in wasm2js output (#2221)Alon Zakai2019-07-122-4/+0
* Refactor type and function parsing (#2143)Heejin Ahn2019-05-241-15/+8
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-212-4/+4
* Add except_ref type (#2081)Heejin Ahn2019-05-071-0/+6
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-265-286/+257
* wasm2js: use scratch memory properly (#2033)Alon Zakai2019-04-221-0/+16
* Require unique_ptr to Module::addFunctionType() (#1672)Paweł Bylica2019-01-101-3/+2
* constant refactoring for STACKTOP and STACK_MAXAlon Zakai2018-12-112-0/+4
* Fuzzing: log values during execution (#1779)Alon Zakai2018-11-301-4/+4
* Add v128 type (#1777)Thomas Lively2018-11-291-1/+4
* Remove default cases (#1757)Thomas Lively2018-11-271-10/+15
* wasm2asm: Finish i64 lowering operations (#1563)Alex Crichton2018-05-252-2/+12
* wasm2asm: Finish f32/f64 operations (#1554)Alex Crichton2018-05-192-4/+10
* wasm2asm: Implement float<->int conversions (#1550)Alex Crichton2018-05-162-2/+6
* create Math_{min,max} variables for wasm2asm-generated JS (#1476)Nathan Froyd2018-03-162-0/+4
* Improve name mangling of asm.js identifiers (#1433)Daniel Wirtz2018-02-213-0/+283
* Update wasm2asm to generate "almost asm" if grow_memory is used (#1340)Kris Selden2018-02-062-2/+8
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-19/+19
* Share trap mode between asm2wasm and s2wasm (#1168)jgravelle-google2017-10-023-0/+24
* wasm2asm fixes for coercion on rotl/rotr/ctz/popcnt calls, and refactor the n...Alon Zakai2017-09-232-16/+22