aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation/Config.zig
AgeCommit message (Expand)Author
2025-02-25Compilation: correct when to include ubsanDavid Rubin
2025-01-25Compilation: Disable LTO by default.Alex Rønne Petersen
2025-01-23Package.Module: Make create() fall back on options.global.root_optimize_mode.Alex Rønne Petersen
2025-01-23compiler: Fix computation of Compilation.Config.any_unwind_tables.Alex Rønne Petersen
2025-01-05Added support for thin ltoTravis Lange
2024-12-11compiler: Improve the handling of unwind table levels.Alex Rønne Petersen
2024-11-19Compilation: Re-enable LTO for RISC-V.Alex Rønne Petersen
2024-11-18Compilation: Disable LTO for all ILP32-on-LP64 ABIs.Alex Rønne Petersen
2024-11-17Compilation: Disable LTO for mips n32.Alex Rønne Petersen
2024-11-16Use options debug format if it is provided (#21995)Benjamin
2024-09-23std.Target: Remove Cpu.Arch.dxil and ObjectFormat.dxcontainer.Alex Rønne Petersen
2024-08-11std.Target: Add goff and xcoff to ObjectFormat.Alex Rønne Petersen
2024-07-23default "trace pc guard" coverage offAndrew Kelley
2024-07-22initial support for integrated fuzzingAndrew Kelley
2024-07-08Compilation: put supported codegen backends on a separate threadJacob Young
2024-06-19add error message for `-fno-llvm` `-flld`David Rubin
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-02-01remove std.io.ModeVeikka Tuominen
2024-01-01compiler: Compilation.Config: trivial refactorAndrew Kelley
2024-01-01frontend: make dll_export_fns=false on non-windowsAndrew Kelley
2024-01-01compiler: push entry symbol name resolution into the linkerAndrew Kelley
2024-01-01frontend: avoid spurious error when no zcuAndrew Kelley
2024-01-01frontend: fix "any" default resolution ambiguityAndrew Kelley
2024-01-01fix MachO linkingAndrew Kelley
2024-01-01fix logic for default entry pointAndrew Kelley
2024-01-01Compilation.Config.resolve: explicit error setAndrew Kelley
2024-01-01resolve error tracing logic at module creation timeAndrew Kelley
2024-01-01move dll_export_fns and rdynamic to Compilation.ConfigAndrew Kelley
2024-01-01libcxx: update to new Compilation APIAndrew Kelley
2024-01-01update bin_file.options references in SemaAndrew Kelley
2024-01-01compiler: miscellaneous branch progressAndrew Kelley
2024-01-01linkers: update references to "options" fieldAndrew Kelley
2024-01-01compiler: update references to single_threadedAndrew Kelley
2024-01-01frontend: fix stack protector option logicAndrew 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