aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-06-12compiler: rework emit paths and cache modesmlugg
2025-06-06langref: global assembly test depends on llvmAndrew Kelley
2025-06-05std.Target: Introduce Cpu convenience functions for feature tests.Alex Rønne Petersen
2025-06-04Merge pull request #24025 from alexrp/glibc-deduplicationAlex Rønne Petersen
2025-05-31Legalize: implement scalarization of binary operationsJacob Young
2025-05-29process_headers: Merge header directories for some targets.Alex Rønne Petersen
2025-05-21target: auto-generated spirv featuresAli Cheraghi
2025-05-20Merge pull request #23923 from alexrp/compiler-rt-symbolsAlex Rønne Petersen
2025-05-20Merge pull request #23913 from alexrp/netbsd-libcAlex Rønne Petersen
2025-05-19compiler-rt: Fix some exports to respect the common linkage and visibility.Alex Rønne Petersen
2025-05-18incr-check: normalize path separators in file names in errorsmlugg
2025-05-18incr-check: support basic modulesmlugg
2025-05-17update_netbsd_libc: Add tool for updating NetBSD libc startup code.Alex Rønne Petersen
2025-05-17process_headers: Add NetBSD libc support.Alex Rønne Petersen
2025-05-16doctest: handle relative paths correctlymlugg
2025-05-12Merge pull request #23700 from sorairolake/rename-trimsAlex Rønne Petersen
2025-05-10update_freebsd_libc: Add tool for updating FreeBSD libc startup code.Alex Rønne Petersen
2025-05-10process_headers: Add FreeBSD libc support.Alex Rønne Petersen
2025-04-27chore(std.mem): Rename `trimLeft` and `trimRight`Shun Sakai
2025-04-26compiler: Allow configuring UBSan mode at the module level.Alex Rønne Petersen
2025-04-26Merge pull request #23572 from alexrp/zig-cc-static-dynamicAlex Rønne Petersen
2025-04-20compiler: integrate `@compileLog` with incremental compilationmlugg
2025-04-14zig cc: Respect Clang's -static and -dynamic flags.Alex Rønne Petersen
2025-04-11gen_stubs: Add hexagon-linux-musl support.Alex Rønne Petersen
2025-04-11process_headers: Add hexagon-linux-musl support.Alex Rønne Petersen
2025-04-04compiler: Recognize -fno-sanitize=<...> in addition to -fsanitize=<...>.Alex Rønne Petersen
2025-04-04std.Target: Update CPU models/features for LLVM 20.Alex Rønne Petersen
2025-03-05Remove uses of deprecated callconv aliasesLinus Groh
2025-02-25correct some bugsDavid Rubin
2025-02-24update_mingw: Add update logic for winpthreads files.Alex Rønne Petersen
2025-02-22zig build fmtAndrew Kelley
2025-02-18spirv: ziggify and remove unknown spirv featuresAli Cheraghi
2025-02-18target: update spirv featuresAli Cheraghi
2025-02-17std.Target: Remove Cpu.Arch.propeller2 and use a CPU feature instead.Alex Rønne Petersen
2025-02-17update_cpu_features: Handle targets that don't have LLVM data.Alex Rønne Petersen
2025-02-10std.ArrayList: popOrNull() -> pop() [v2] (#22720)Meghan Denny
2025-01-25incr-check: check compile errors against expectedmlugg
2025-01-25incr-check: deal with Windows stupiditymlugg
2025-01-25incremental: handle `@embedFile`mlugg
2025-01-22wasm: Add a nontrapping_bulk_memory_len0 feature.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-16x86_64: implement clz and notJacob Young
2025-01-16x86_64: rewriteJacob Young
2025-01-05Dwarf: implement new incremental line number update APIJacob Young
2024-12-23Merge pull request #22280 from jacobly0/stage2-ppAndrew Kelley
2024-12-23Merge pull request #22293 from alexrp/macos-header-toolAlex Rønne Petersen
2024-12-23fetch_them_macos_headers: Simplify, remove unused code.Alex Rønne Petersen
2024-12-22fetch_them_macos_headers: Fix some file names.Alex Rønne Petersen
2024-12-22fetch_them_macos_headers: Remove a TODO we're probably never addressing.Alex Rønne Petersen
2024-12-20lldb: add pretty printer for cau and nav indicesJacob Young