summaryrefslogtreecommitdiff
path: root/test/lld
Commit message (Expand)AuthorAgeFilesLines
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-1420-27/+0
* Don't strip target features in wasm-emscripten-finalize (#7043)Derek Schuff2024-10-301-0/+1
* Make source parser consistent with binary parser when naming things. NFC (#6813)Sam Clegg2024-08-062-6/+6
* [Parser] Enable the new text parser by default (#6371)Thomas Lively2024-04-258-16/+16
* Do not repeat types names in text output (#6499)Thomas Lively2024-04-161-8/+8
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-044-22/+44
* Use the standard shared memory text format (#6200)Thomas Lively2024-01-031-1/+1
* [wasm-emscripten-finalize] Remove --separate-data-segments (#6091)Sam Clegg2023-11-274-95/+0
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-2418-110/+110
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-0417-35/+35
* Correctly handle escapes in string constants (#5070)Thomas Lively2022-09-221-1/+1
* Remove metadata generation from wasm-emscripten-finalize (#4863)Sam Clegg2022-08-0735-975/+0
* wasm-emscripten-finalize: Remove em_js/em_asm start/stop symbols when strippi...Sam Clegg2022-08-051-2/+0
* Cleanup em_asm/em_js strings as part of PostEmscripten (#4871)Sam Clegg2022-08-049-31/+65
* Re-run scripts/test/generate_lld_tests.py. NFC (#4861)Sam Clegg2022-08-0218-104/+132
* First class Data Segments (#4733)Ashley Nelson2022-06-217-13/+13
* wasm-emscripten-finalize: Improve detection of mainReadsParams (#4701)Sam Clegg2022-05-312-2/+2
* Update StackCheck for memory64 (#4636)Sam Clegg2022-05-041-1/+1
* StackCheck: Add argument stack-check-handler call (#4471)Sam Clegg2022-01-212-8/+21
* Add --no-emit-metadata option to wasm-emscripten-finalize (#4450)Sam Clegg2022-01-192-0/+50
* Escape \t as well as \n when writing JSON output. (#4437)Sam Clegg2022-01-104-17/+17
* Auto-regenerate lld tests and expectations (#4434)Sam Clegg2022-01-108-133/+134
* Remove tableSize from emscripten metadata (#4415)Sam Clegg2021-12-2833-33/+0
* Clang-format c/cpp files in test directory (#4192)Heejin Ahn2021-09-294-20/+11
* Remove Type ordering (#3793)Thomas Lively2021-05-1820-47/+47
* Fix element segment ordering in Print (#3818)Abbas Mashayekh2021-04-203-1/+3
* LegalizeJSInterface: Remove illegal imports once they are no longer used (#3815)Sam Clegg2021-04-161-2/+1
* Rename emscripten metadata key to reflect new unmangled names (#3813)Sam Clegg2021-04-1533-33/+33
* Remove renaming of __wasm_call_ctors (#3811)Sam Clegg2021-04-154-8/+8
* Remove final remnants of name mangling from wasm-emscripten (#3785)Sam Clegg2021-04-1510-41/+41
* Reorder global definitions in Print pass (#3770)Abbas Mashayekh2021-04-0222-44/+44
* Fix LegalizeJSInterface with RefFuncs (#3749)Alon Zakai2021-03-301-1/+2
* Remove passive keyword from data segment parser (#3757)Abbas Mashayekh2021-03-303-7/+7
* wasm-emscripten-finalize: Do not skip the start function body (#3714)Alon Zakai2021-03-223-0/+12935
* Remove old AsmConstWalker code (#3685)Sam Clegg2021-03-122-1/+5
* Regenerate lld tests (#3684)Sam Clegg2021-03-1225-183/+212
* Properly use text format type names in printing (#3591)Alon Zakai2021-02-237-27/+27
* Simplify asmConst handling. NFC. (#3558)Sam Clegg2021-02-096-18/+18
* finalize: remove initializers from metadata output (#3479)Sam Clegg2021-01-1117-51/+0
* Fixed wasm-emscripten-finalize AsmConstWalker not handling 64-bit pointers (#...Wouter van Oortmerssen2020-12-143-0/+175
* Intern HeapTypes and clean up types code (#3428)Thomas Lively2020-12-071-1/+1
* Introduce lit/FileCheck tests (#3367)Thomas Lively2020-11-182-51/+0
* wasm-emscripten-finalize: Remove staticBump from metadata (#3300)Sam Clegg2020-10-2943-188/+110
* Remove support for emscripten legacy PIC ABI (#3299)Sam Clegg2020-10-2910-229/+76
* Remove now-redundant stack pointer manipulation passes (#3251)Sam Clegg2020-10-188-21/+14
* finalize: remove legacy support for "table" import (#3249)Sam Clegg2020-10-165-5/+5
* Assign import names consistently between text and binaryn reader (#3238)Sam Clegg2020-10-141-15/+15
* EmscriptenPIC: Remove internalization of GOT entries (#3211)Sam Clegg2020-10-138-184/+39
* Re-generate lld test inputs (#3212)Sam Clegg2020-10-094-42/+36
* Let GenerateDynCalls generate dynCalls for invokes (#3192)Heejin Ahn2020-10-022-10/+30