aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
2025-01-24Compilation pipeline: repeat failed prelink tasksAndrew Kelley
2025-01-23compiler: Fix computation of Compilation.Config.any_unwind_tables.Alex Rønne Petersen
2025-01-22std.Target: Define and use lime1 as the baseline CPU model for WebAssembly.Alex Rønne Petersen
2025-01-20embrace the future slightly lessAndrew Kelley
2025-01-20reject crti.o/crtn.o, embrace the futureAndrew Kelley
2025-01-20Compilation: take advantage of `@splat`Andrew Kelley
2025-01-20Compilation pipeline: linker input producing Job representationAndrew Kelley
2025-01-20compilation pipeline: do glibc jobs earlierAndrew Kelley
2025-01-20Compilation pipeline: do musl jobs earlierAndrew Kelley
2025-01-16x86_64: rewriteJacob Young
2025-01-15Compilation: windows doesn't prelink yetAndrew Kelley
2025-01-15wasm linker: implement hidden visibilityAndrew Kelley
2025-01-15Compilation.saveState implement saving wasm linker stateAndrew Kelley
2025-01-15frontend: don't increment remaining_prelink_tasks for windows implibsAndrew Kelley
2025-01-15wasm object parsing: fix handling of weak functions and globalsAndrew Kelley
2025-01-15wasm linker: improve error messages by making source locations more lazyAndrew Kelley
2025-01-15Compilation: account for C objects and resources in prelinkAndrew Kelley
2025-01-15wasm linker: implement stack pointer globalAndrew Kelley
2025-01-15implement the prelink phase in the frontendAndrew Kelley
2025-01-15wasm linker: allow undefined imports when lib name is providedAndrew Kelley
2025-01-15elf linker: conform to explicit error setsAndrew Kelley
2025-01-15wasm linker: aggressive DODificationAndrew Kelley
2025-01-10cbe: fix miscomps of the compilerJacob Young
2025-01-06fix win32 manifest ID for DLLsReuben Dunnington
2025-01-05Added support for thin ltoTravis Lange
2025-01-05link: new incremental line number update APImlugg
2025-01-04incremental: new `AnalUnit` to group dependencies on `std.builtin` declsmlugg
2025-01-01incremental: fix errors not being deleted upon re-analysismlugg
2024-12-31compiler: ensure result of `block_comptime` is comptime-knownmlugg
2024-12-24compiler: analyze type and value of global declaration separatelymlugg
2024-12-24compiler: remove Caumlugg
2024-12-20lldb: add pretty printer for intern pool indicesJacob Young
2024-12-15zig cc: Remove broken CUDA C/C++ support.Alex Rønne Petersen
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