aboutsummaryrefslogtreecommitdiff
path: root/src/link
AgeCommit message (Expand)Author
2024-01-01link.File.Wasm: remove dead conditionAndrew Kelley
2024-01-01move misc_errors from linker to CompilationAndrew Kelley
2024-01-01move eh_frame_hdr from link.File to CompilationAndrew Kelley
2024-01-01move force_undefined_symbols into CompilationAndrew Kelley
2024-01-01Compilation: several branch regression fixesAndrew Kelley
2024-01-01compiler: push entry symbol name resolution into the linkerAndrew Kelley
2024-01-01link.File.Elf: bump 32-bit image_base default to 64KAndrew Kelley
2024-01-01fix MachO linkingAndrew Kelley
2024-01-01link.File.Coff: fix relationship between createEmpty/openAndrew Kelley
2024-01-01link.Wasm: fix relationship between createEmpty/openAndrew Kelley
2024-01-01link.Elf: truncate=true in createEmptyAndrew Kelley
2024-01-01linker: rename intermediary_basname to zcu_object_sub_pathAndrew Kelley
2024-01-01fix compilation errors when enabling llvmAndrew Kelley
2024-01-01Elf: fix invalid free of path fieldAndrew Kelley
2024-01-01Elf: fix createEmpty not creating the fileAndrew Kelley
2024-01-01MachO: rip out the caching mechanismAndrew Kelley
2024-01-01fix remaining compile errors except oneAndrew Kelley
2024-01-01linker: fix some allocator referencesAndrew Kelley
2024-01-01fix more compilation errors introduced by this branchAndrew Kelley
2024-01-01move dll_export_fns and rdynamic to Compilation.ConfigAndrew Kelley
2024-01-01update codegen.llvm references to bin_file.optionsAndrew Kelley
2024-01-01linker: remove bad NvPtx flushModule implementationAndrew Kelley
2024-01-01fix a round of compile errors caused by this branchAndrew Kelley
2024-01-01compiler: miscellaneous branch progressAndrew Kelley
2024-01-01compiler: update many references to bin_file.optionsAndrew Kelley
2024-01-01update bin_file.options references in Module (Zcu)Andrew Kelley
2024-01-01compiler: update references to targetAndrew Kelley
2024-01-01linkers: update references to "options" fieldAndrew Kelley
2024-01-01update image_base referencesAndrew Kelley
2024-01-01compiler: update references to single_threadedAndrew Kelley
2024-01-01linker: update target referencesAndrew Kelley
2024-01-01linker: update options references of CsuObjectsAndrew Kelley
2024-01-01linker: update link_mode referencesAndrew Kelley
2024-01-01linker: update output_mode referencesAndrew Kelley
2024-01-01linker: update references to moduleAndrew Kelley
2024-01-01move a large chunk of linker logic away from "options"Andrew Kelley
2024-01-01WIP: move many global settings to become per-ModuleAndrew Kelley
2024-01-01compiler: get the dynamic linker from the targetAndrew Kelley
2024-01-01Revert "Merge pull request #17824 from kcbanner/fixup_msvc_fmax"Andrew Kelley
2024-01-01Merge pull request #17824 from kcbanner/fixup_msvc_fmaxAndrew Kelley
2023-12-23cbe: fix memory leaksJacob Young
2023-12-05elf: return error.FlushFailure in flushObject and flushStaticLib codepaths wh...Jakub Konka
2023-12-05elf: fix typoJakub Konka
2023-12-05elf: copy out committed ZigObject to a buffer when creating static libJakub Konka
2023-12-05elf: exit early with an error when parsing or init failed when flushing objec...Jakub Konka
2023-12-05elf: exit early with an error when parsing or init failedJakub Konka
2023-12-05elf: refactorJakub Konka
2023-12-05elf: escape invalid token string when reporting an errorJakub Konka
2023-12-05elf: upcast e_shnum to u64 to check for valid rangesJakub Konka
2023-12-05elf: report malformed archive when parsing errorsJakub Konka