summaryrefslogtreecommitdiff
path: root/scripts/test/lld.py
Commit message (Expand)AuthorAgeFilesLines
* [wasm-emscripten-finalize] Remove --separate-data-segments (#6091)Sam Clegg2023-11-271-37/+12
* Remove metadata generation from wasm-emscripten-finalize (#4863)Sam Clegg2022-08-071-10/+0
* Add --no-emit-metadata option to wasm-emscripten-finalize (#4450)Sam Clegg2022-01-191-1/+3
* Fixed wasm-emscripten-finalize AsmConstWalker not handling 64-bit pointers (#...Wouter van Oortmerssen2020-12-141-3/+9
* Introduce lit/FileCheck tests (#3367)Thomas Lively2020-11-181-2/+0
* Move optional metadata field so its not last (#2909)Sam Clegg2020-06-111-6/+15
* Add additional test for --check-stack-overflow (#2857)Sam Clegg2020-05-181-31/+33
* Remove executable bit from test scripts (#2734)Sam Clegg2020-04-091-5/+0
* JS/Wasm BigInt support for wasm-emscripten-finalize (#2726)Alon Zakai2020-04-071-0/+2
* Avoid unnecessary fp$ in side modules (#2717)Alon Zakai2020-03-311-15/+15
* Convert remaining python scripts to run under python3 (#2643)Sam Clegg2020-02-111-1/+1
* Support stack overflow checks in standalone mode (#2525)Alon Zakai2019-12-121-7/+7
* Rename a couple of files that were missing in #2518 (#2521)Sam Clegg2019-12-101-1/+1
* Use wat over wast for text format filenames (#2518)Sam Clegg2019-12-081-15/+15
* Use package name in imports (NFC) (#2462)Heejin Ahn2019-11-221-14/+15
* Simplify test scripts (NFC) (#2457)Heejin Ahn2019-11-201-3/+3
* Add a --standalone-wasm flag to wasm-emscripten-finalize (#2333)Alon Zakai2019-09-181-0/+2
* Switch python indentation from 2-space to 4-space (#2299)Sam Clegg2019-08-161-56/+56
* Implement --check-stack-overflow flag for wasm-emscripten-finalize (#2278)Guanzhong Chen2019-08-021-4/+6
* Python3-ify check.py and auto_update_tests.py (#2270)Alon Zakai2019-07-311-7/+7
* Handle passive segments in wasm-emscripten-finalize (#2217)Thomas Lively2019-07-111-3/+11
* Ignore --initial-stack-pointer arg to wasm-emscripten-finalize (#2201)Sam Clegg2019-07-101-1/+1
* wasm-emscripten-finalize: Improve shared library support (#1961)Sam Clegg2019-04-021-4/+11
* Improve test scripts (#1959)* Improve test scripts * feedback [skip ci]Sam Clegg2019-03-211-0/+21
* wasm-emscripten-finalize: Remove JSCall thunk generation (#1938)Sam Clegg2019-03-121-1/+0
* Emscripten stack simplification (#1870)Alon Zakai2019-01-161-1/+1
* Add wasm-emscripten-finalize flag to separate data segments into a file (#1741)Derek Schuff2018-11-141-5/+11
* Cleanup scripts in scripts/test (#1566)Sam Clegg2018-05-251-1/+0
* include the filename in erroneous diff output where possible (#1452)Nathan Froyd2018-03-191-5/+3
* Fold wasm-link-metadata into wasm-emscripten-finalize (#1408)Jacob Gravelle2018-02-141-29/+3
* Emscripten addFunction support for Wasm backend (#1395)Heejin Ahn2018-02-071-19/+36
* First pass at LLD support for Emscripten (#1346)Jacob Gravelle2018-01-221-0/+62