summaryrefslogtreecommitdiff
path: root/test/lld
Commit message (Expand)AuthorAgeFilesLines
...
* Stop generating __growWasmMemory (#3180)Sam Clegg2020-10-0129-251/+28
* Update lld tests (#3182)Heejin Ahn2020-09-3013-16/+16
* Fix applying default / unify SExpr and Wasm builder names (#3179)Daniel Wirtz2020-09-3010-10/+10
* Prototype extended-name-section proposal (#3162)Daniel Wirtz2020-09-291-1/+1
* Stop renaming longjmp in wasm-emscripten-finalize (#3111)Alon Zakai2020-09-112-10/+14
* Remove old stack function from StackCheck (#3100)Alon Zakai2020-09-033-24/+1
* StackCheck: Check both under and overflow (#3091)Alon Zakai2020-09-023-65/+161
* Remove old EM_ASM handling method (#3069)Alon Zakai2020-08-216-23/+29
* Add a C source for for test/lld/em_asm_O0 (#3045)Alon Zakai2020-08-1712-68/+168
* Refactor wasm-emscripten-finalize to use a single pass runner (#2987)Sam Clegg2020-08-0510-77/+77
* wasm-emscripten-finalize: remove exportWasiStart (#2986)Sam Clegg2020-07-273-35/+3
* Move emscripten PIC ABI conversion to a pass. NFC. (#2985)Sam Clegg2020-07-2411-51/+51
* Move optional metadata field so its not last (#2909)Sam Clegg2020-06-1133-61/+61
* Default mainReadsParams to true in standalone mode (#2906)Sam Clegg2020-06-115-5/+0
* Rebaseline tests after stack_save update (#2865)Derek Schuff2020-05-211-6/+0
* Remove stackSave/stackAlloc/stackRestore code generation (#2852)Sam Clegg2020-05-2028-904/+18
* Machine-generated update of lld tests (#2856)Sam Clegg2020-05-189-77/+89
* Add additional test for --check-stack-overflow (#2857)Sam Clegg2020-05-183-0/+195
* Stop generating implementedFunctions in wasm-emscripten-finalize (#2819)Sam Clegg2020-04-2832-251/+0
* Also update internal name in fixEmJsFuncsAndReturnWalker (#2782)Sam Clegg2020-04-212-9/+9
* Remove function index printing (#2742)Thomas Lively2020-04-0932-231/+231
* Avoid g$ in main modules where possible (#2721)Alon Zakai2020-04-082-0/+139
* Only do fp$ optimization in the main module (#2720)Alon Zakai2020-04-074-51/+253
* JS/Wasm BigInt support for wasm-emscripten-finalize (#2726)Alon Zakai2020-04-072-0/+98
* Avoid unnecessary fp$ in side modules (#2717)Alon Zakai2020-03-316-21/+181
* Avoid fp$ access in MAIN_MODULES (#2704)Alon Zakai2020-03-2710-0/+598
* Reland "Fix renaming in FixInvokeFunctionNamesWalker (#2513)" (#2622)Sam Clegg2020-01-245-47/+423
* Revert "Reland "Fix renaming in FixInvokeFunctionNamesWalker (#2513)" (#2542)...Sam Clegg2020-01-075-423/+47
* Reland "Fix renaming in FixInvokeFunctionNamesWalker (#2513)" (#2542)Sam Clegg2019-12-205-47/+423
* Revert "Fix renaming in FixInvokeFunctionNamesWalker (#2513)" (#2541)Sam Clegg2019-12-192-47/+47
* Fix renaming in FixInvokeFunctionNamesWalker (#2513)Sam Clegg2019-12-172-47/+47
* Support stack overflow checks in standalone mode (#2525)Alon Zakai2019-12-122-0/+343
* Remove FunctionType (#2510)Thomas Lively2019-12-1121-166/+188
* Rename a couple of files that were missing in #2518 (#2521)Sam Clegg2019-12-104-0/+0
* Use wat over wast for text format filenames (#2518)Sam Clegg2019-12-0838-1/+1
* Regenerate lld test inputs (#2502)Sam Clegg2019-12-0517-829/+182
* Don't attempt to de-duplicate asm consts (#2422)Sam Clegg2019-11-045-10/+10
* Use absolute memory addresses for emasm string indexes. (#2408)Sam Clegg2019-10-315-29/+40
* When renaming functions ensure the corresponding GOT.func entry is also renam...Sam Clegg2019-10-253-0/+373
* MAIN_THREAD_EM_ASM support (#2367)Jacob Gravelle2019-10-072-0/+466
* Only create `_start` if it doesn't already exist (#2363)Sam Clegg2019-09-272-0/+103
* Add a --standalone-wasm flag to wasm-emscripten-finalize (#2333)Alon Zakai2019-09-186-0/+327
* Remove code to handle EM_ASM and setjmp/longjmp (#2302)Guanzhong Chen2019-08-162-52/+23
* Fix EM_ASM not working with setjmp/longjmp (#2283)Guanzhong Chen2019-08-092-23/+52
* Implement --check-stack-overflow flag for wasm-emscripten-finalize (#2278)Guanzhong Chen2019-08-022-0/+334
* Revert "Fix EM_ASM not working with setjmp/longjmp (#2271)" (#2277)Alon Zakai2019-08-012-52/+23
* Fix EM_ASM not working with setjmp/longjmp (#2271)Guanzhong Chen2019-07-312-23/+52
* wasm-emscripten-finalize: Add mainReadsParams metadata (#2247)Alon Zakai2019-07-2214-14/+28
* Handle passive segments in wasm-emscripten-finalize (#2217)Thomas Lively2019-07-112-0/+151
* Ignore --initial-stack-pointer arg to wasm-emscripten-finalize (#2201)Sam Clegg2019-07-1011-11/+11