aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
2024-12-14Compilation: Clean up addCCArgs().Alex Rønne Petersen
2024-12-13Compilation: Use Clang dependency file for preprocessed assembly files.Alex Rønne Petersen
2024-12-13Compilation: Use a better canonical file extension for header files.Alex Rønne Petersen
2024-12-13Compilation: Override Clang's language type for header files.Alex Rønne Petersen
2024-12-13Compilation: Improve classification of various C/C++/Objective-C files.Alex Rønne Petersen
2024-12-13Merge pull request #22035 from alexrp/unwind-fixesAlex Rønne Petersen
2024-12-11std.Build.Cache.hit: work around macOS kernel bugAndrew Kelley
2024-12-10std.Build.Cache.hit: more discipline in error handlingAndrew Kelley
2024-12-11compiler: Improve the handling of unwind table levels.Alex Rønne Petersen
2024-12-10fix unknown file extension with rmetaTravis Lange
2024-12-09Merge pull request #22157 from mlugg/astgen-error-lazyAndrew Kelley
2024-12-08Compilation: Don't rely on Clang defaults for options that are user-facing.Alex Rønne Petersen
2024-12-05compiler: incremental compilation fixesmlugg
2024-12-05Compilation: Consider *.rlib files to be static libraries.Alex Rønne Petersen
2024-11-28Merge pull request #22067 from alexrp/pie-testsAlex Rønne Petersen
2024-11-26diversify "unable to spawn" failure messagesAndrew Kelley
2024-11-24std.Target: Add Os.HurdVersionRange for Os.Tag.hurd.Alex Rønne Petersen
2024-11-23Compilation: Consider *.lo files to be object files.Alex Rønne Petersen
2024-11-13Compilation: Pass -municode on to Clang.Alex Rønne Petersen
2024-11-05musl: Pass -fomit-frame-pointer via CrtFileOptions.Alex Rønne Petersen
2024-11-05musl: Pass -f(function,data)-sections via CrtFileOptions instead of CFLAGS.Alex Rønne Petersen
2024-11-05Compilation: Fix unwind table logic for compiler-rt.Alex Rønne Petersen
2024-11-05Compilation: Also set essential module options when including compiler-rt.o.Alex Rønne Petersen
2024-11-05Compilation: Move no_builtin to Package.Module.Alex Rønne Petersen
2024-11-03glibc: Don't build CRT objects that won't be used.Alex Rønne Petersen
2024-11-03Compilation: Use the regular module mechanism for setting PIC on CRT objects.Alex Rønne Petersen
2024-11-03Compilation: Pass -fno-PIC to clang if PIC is disabled.Alex Rønne Petersen
2024-11-02Merge pull request #21729 from alexrp/target-cpu-baselineAlex Rønne Petersen
2024-10-31compiler: remove anonymous struct types, unify all tuplesmlugg
2024-10-26Compilation: Omit Clang CPU model flags for some targets.Alex Rønne Petersen
2024-10-24remove leak from linkerDavid Rubin
2024-10-23avoid unnecessarily building Scrt1.o when cross-compiling glibcAndrew Kelley
2024-10-23combine codegen work queue and linker task queueAndrew Kelley
2024-10-23work on compiler_rt and fuzzer libs earlier in the pipelineAndrew Kelley
2024-10-23Compilation.create: skip libc_installation on darwinAndrew Kelley
2024-10-23use deterministic order in relocatable-eh-frame testsAndrew Kelley
2024-10-23also find static libc files on the hostAndrew Kelley
2024-10-23add missing check for output mode in tsan logicAndrew Kelley
2024-10-23don't create unused musl crt objectsAndrew Kelley
2024-10-23branch fixesAndrew Kelley
2024-10-23move linker input file parsing to the compilation pipelineAndrew Kelley
2024-10-23refactor Compilation.crtFilePathAndrew Kelley
2024-10-23rework linker inputsAndrew Kelley
2024-10-23move ld script processing to the frontendAndrew Kelley
2024-10-16std.Target: Rename OS version range functions to drop the "get" prefix.Alex Rønne Petersen
2024-10-16incremental: introduce `file` dependencies to handle AstGen failuresmlugg
2024-10-16Zcu: cache output of `resolveReferences` between callsmlugg
2024-10-12link.Elf: eliminate an O(N^2) algorithm in flush()Andrew Kelley
2024-10-11link: consolidate diagnosticsAndrew Kelley
2024-10-10Compilation: don't write cache manifest on failureAndrew Kelley