| Commit message (Expand) | Author | Age | Files | Lines |
* | wasm2js: Fix null handling and RefAsNonNull (#6656) | Alon Zakai | 2024-06-12 | 1 | -8/+4 |
* | wasm2js: Add basic reference operations (#6648) | Alon Zakai | 2024-06-10 | 1 | -2/+8 |
* | Fix warnings from -Wheader-hygiene and -Wimplicit-const-int-float-conversion ... | Martin Kustermann | 2022-11-17 | 1 | -0/+2 |
* | Make `Name` a pointer, length pair (#5122) | Thomas Lively | 2022-10-11 | 1 | -2/+0 |
* | [Refactoring] Cleanup asm2wasm. Use JS instead ASM prefix where possible. NFC... | Max Graey | 2021-09-01 | 1 | -246/+25 |
* | cleanup to allow binaryen to be built in more strict environments (#3566) | walkingeyerobot | 2021-02-16 | 1 | -1/+2 |
* | Simplify some numeric code (#3186) | Max Graey | 2020-10-01 | 1 | -1/+1 |
* | clang-tidy braces changes (#2075) | Alon Zakai | 2019-05-01 | 1 | -19/+31 |
* | Apply format changes from #2048 (#2059) | Alon Zakai | 2019-04-26 | 1 | -64/+170 |
* | Cleanup shared constants (#1784) | Sam Clegg | 2018-11-29 | 1 | -1/+2 |
* | fix sign detection of a floating-point mod ; fixes kripken/emscripten#7123 (#... | Alon Zakai | 2018-09-15 | 1 | -1/+1 |
* | Fix build with gcc 7 (#957) | Morris Hafner | 2017-03-29 | 1 | -2/+1 |
* | refactor asm.js ast to use a string node directly instead of [NAME, string] | Alon Zakai (kripken) | 2017-01-31 | 1 | -24/+22 |
* | refactor asm.js ast to use a number node directly instead of [NUM, number] | Alon Zakai (kripken) | 2017-01-30 | 1 | -10/+12 |
* | asm2wasm i64 support (#723) | Alon Zakai | 2016-09-30 | 1 | -5/+6 |
* | Add Travis builds with sanitizers | JF Bastien | 2016-01-10 | 1 | -16/+5 |
* | Fix the license headers | JF Bastien | 2015-12-21 | 1 | -1/+15 |
* | add makeSigning method | Alon Zakai | 2015-12-05 | 1 | -0/+5 |
* | refactoring, and wasm2asm arags and locals | Alon Zakai | 2015-12-01 | 1 | -0/+52 |
* | be very careful when converting doubles to ints in asm2wasm | Alon Zakai | 2015-11-28 | 1 | -0/+6 |
* | fix detectSign on recursive calls that need minified fround | Alon Zakai | 2015-11-22 | 1 | -4/+4 |
* | detect minified fround in detectType | Alon Zakai | 2015-11-20 | 1 | -2/+2 |
* | detect minified fround | Alon Zakai | 2015-11-20 | 1 | -4/+4 |
* | detect seq sign | Alon Zakai | 2015-11-20 | 1 | -3/+12 |
* | port detectSign from emscripten asm optimizer, and use it | Alon Zakai | 2015-11-17 | 1 | -0/+38 |
* | restructure code, put emscripten-optimizer stuff in its own dir | Alon Zakai | 2015-11-09 | 1 | -0/+125 |