aboutsummaryrefslogtreecommitdiff
path: root/src/link/Wasm.zig
AgeCommit message (Expand)Author
2022-08-03link: LLD 15 requires two dashes on --error-limitAndrew Kelley
2022-07-26std.fmt: require specifier for unwrapping ?T and E!TInKryption
2022-07-24Revert "std.fmt: require specifier for unwrapping ?T and E!T."Andrew Kelley
2022-07-24std.fmt: require specifier for unwrapping ?T and E!T.InKryption
2022-07-12wasm-linker: Implement linker tests (#12006)Luuk de Gram
2022-06-27macho: implement -dead_strip_dylibs linker flagJakub Konka
2022-06-25Merge pull request #11933 from Luukdegram/wasm-link-bssJakub Konka
2022-06-25link/wasm: Sort data segmentsLuuk de Gram
2022-06-25macho: implement -headerpad_max_install_namesJakub Konka
2022-06-25cache setting macho search strategy flagsJakub Konka
2022-06-24link/wasm: Put decls into the correct segmentsLuuk de Gram
2022-06-24link:clarification & enable MachO getGlobalSymbolLuuk de Gram
2022-06-24wasm: more f16 support and cleanup of intrinsicsLuuk de Gram
2022-06-24stage2: Enable compiler-rt when LLVM is existantLuuk de Gram
2022-06-24fix memory leaksLuuk de Gram
2022-06-24wasm-link: Discard old symbols correctlyLuuk de Gram
2022-06-24wasm-linker: Resolve symbols from archivesLuuk de Gram
2022-06-24wasm-linker: de-duplicate functions+atom sortingLuuk de Gram
2022-06-24link: Implement API to get global symbol indexLuuk de Gram
2022-06-24wasm: Create compiler-rt symbols and loweringLuuk de Gram
2022-06-20[MachO] add -pagezero_sizeMotiejus Jakštys
2022-06-17compiler_rt: use single cache for libcompiler_rt.a static libJakub Konka
2022-06-17compiler_rt: compile each unit separately for improved archivingJakub Konka
2022-05-20wasm-linker: add -mwasm64 linker parameter for wasm64 targetAli Chraghi
2022-05-19[Elf] add -z nocopyrelocMotiejus Jakštys
2022-05-09wasm: Write nops for padding debug infoLuuk de Gram
2022-05-09wasm: Emit debug sectionsLuuk de Gram
2022-05-09wasm: Flush debug information + commit declLuuk de Gram
2022-05-09wasm: Implement debug info for parametersLuuk de Gram
2022-05-09wasm: Add basic debug info referencesLuuk de Gram
2022-04-29std: Do not allocate the result for ChildProcess.initJimmi Holst Christensen
2022-04-20link: Wasm: don't assume we have a zig moduleAndrew Kelley
2022-04-20stage2: use indexes for Decl objectsAndrew Kelley
2022-04-19wasm: Fix unreachable pathsLuuk de Gram
2022-04-17stage2: expose progress bar API to linker backendsAndrew Kelley
2022-04-14wasm-linker: Prevent overalignment for segmentsLuuk de Gram
2022-04-14wasm-linker: Add function table indexesLuuk de Gram
2022-04-14stage2: progress towards stage3Andrew Kelley
2022-03-26wasm: Only generate import when referencedLuuk de Gram
2022-03-23wasm: Implement `@errorName`Luuk de Gram
2022-03-06wasm: Fix incremental compilationLuuk de Gram
2022-03-06Merge pull request #11070 from Luukdegram/wasm-unifyJakub Konka
2022-03-06stage2: Fix wasm linker for llvm backendLuuk de Gram
2022-03-06wasm: Unify function generationLuuk de Gram
2022-03-06wasm: call into `generateSymbol` when loweringLuuk de Gram
2022-03-06wasm: Call `generateSymbol` for updateDeclLuuk de Gram
2022-03-01wasm-linker: Intern globals, exports & importsLuuk de Gram
2022-03-01wasm-linker: Intern all symbol namesLuuk de Gram
2022-03-01wasm-object: Use given allocator rather than arenaLuuk de Gram
2022-02-25wasm: Refactor lowerUnnamedConstLuuk de Gram