aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2025-09-24remove c_builtins.zig from cmakeAndrew Kelley
2025-09-24compiler: update aro and translate-c to latest; delete clang translate-cAndrew Kelley
2025-09-21Elf2: create a new linker from scratchJacob Young
2025-08-30build: update to LLVM 21Alex Rønne Petersen
2025-08-18start the 0.16.0 release cycleAndrew Kelley
2025-08-11linker: delete plan9 supportAndrew Kelley
2025-08-02spirv: remove deduplication ISelAli Cheraghi
2025-07-23Merge pull request #24523 from ziglang/fifnoAndrew Kelley
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-22std.Io: delete StreamSourceAndrew Kelley
2025-07-16update cmake file listingAndrew Kelley
2025-07-11std: rename `io` to `Io` in preparationAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-02compiler: change canonical path for backend ABI source filesAndrew Kelley
2025-07-02compiler: delete arm backendAndrew Kelley
2025-07-02compiler: delete aarch64 backendAndrew Kelley
2025-07-02compiler: delete powerpc backend stubAndrew Kelley
2025-06-19windows: msvc: avoid linking to non-redistributable ucrtJonathan Marler
2025-06-18windows: MSVC: disable extra dubious Microsoft runtime checksJonathan Marler
2025-06-12CMakeLists: update file listmlugg
2025-06-07cmake: Simplify some arm/thumb checks.Alex Rønne Petersen
2025-06-07cmake: Fix arm/thumb arch checksAlex Rønne Petersen
2025-06-06x86_64: add support for pie executablesJacob Young
2025-06-02Revert "Allocate enough memory when building zig2"Alex Rønne Petersen
2025-06-01compiler-rt: add __addvsi3, __subvsi3, __mulvsi3, and __subvdi3Hilger Baumstark
2025-05-29Legalize: introduce a new pass before livenessJacob Young
2025-05-20compiler: Scaffold stage2_powerpc backend.Alex Rønne Petersen
2025-05-17compiler: Support building NetBSD crt1.o/Scrt1.o and stub shared libraries.Alex Rønne Petersen
2025-05-12Merge pull request #23835 from alexrp/freebsd-libcAlex Rønne Petersen
2025-05-10compiler: Support building FreeBSD crt1.o/Scrt1.o and stub shared libraries.Alex Rønne Petersen
2025-05-10std.Target: Remove ObjectFormat.nvptx (and associated linker code).Alex Rønne Petersen
2025-05-10compiler: Move vendored library support to `libs` subdirectory.Alex Rønne Petersen
2025-04-27link: Stub out GOFF/XCOFF linker code based on LLVM.Alex Rønne Petersen
2025-04-17Merge pull request #23217 from selfisekai/cmake-release-safeAlex Rønne Petersen
2025-04-16cmake: support static linking against libxml2Pavel Otchertsov
2025-04-16cmake: Map MinSizeRel to ReleaseSmall.Alex Rønne Petersen
2025-04-09build: Set LLVM_BUILD_STATIC/CLANG_BUILD_STATIC when linking statically.Alex Rønne Petersen
2025-04-05Merge pull request #22780 from ziglang/llvm20Andrew Kelley
2025-04-04cmake: Pass -fno-sanitize=undefined when building zig2.Alex Rønne Petersen
2025-04-04build: Update to LLVM/Clang 20.Alex Rønne Petersen
2025-04-03de-genericify SinglyLinkedListAndrew Kelley
2025-03-12cmake: Add ZIG_RELEASE_SAFE option to build as ReleaseSafeLN Liberda
2025-03-04start the 0.15.0 release cycleAndrew Kelley
2025-02-27Move the compiler's LLVM bitcode builder to std.zig.llvm.Alex Rønne Petersen
2025-02-25x86_64: use ZON for encodingsmlugg
2025-01-28cmake: use cache entry for extra build args to get the type correctJan200101
2025-01-26Fix incompatibility with multi-config cmake generatormelonedo
2025-01-15cmake: remove deleted fileAndrew Kelley
2025-01-15wasm linker: aggressive DODificationAndrew Kelley
2024-12-23cmake: fix warningsJacob Young