aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2024-12-20lldb: add pretty printer for intern pool indicesJacob Young
2024-12-19Dwarf: remove redundant debug infoJacob Young
2024-12-16lldb: add pretty printer for `InternPool.Local.List`Jacob Young
2024-12-14Move fetch-them-macos-headers tools to ziglang/zig.Alex Rønne Petersen
2024-12-13update_mingw: Update blacklist to dcd7fefc703fb4b12187235386900d34cc13fdc5.Alex Rønne Petersen
2024-12-13update_mingw: Remove some leftover code.Alex Rønne Petersen
2024-12-13Merge pull request #22035 from alexrp/unwind-fixesAlex Rønne Petersen
2024-12-11compiler: Improve the handling of unwind table levels.Alex Rønne Petersen
2024-11-28process_headers: Use glibcRuntimeTriple() and muslArchName() from std.zig.tar...Alex Rønne Petersen
2024-11-25refactor `update_cpu_features.zig`David Rubin
2024-11-25make `crc32` a featdep of `sse4.2`David Rubin
2024-11-25cleanup `update_cpu_feature.zig`David Rubin
2024-11-23gen_stubs: Require less manual intervention and produce better output.Alex Rønne Petersen
2024-11-03Merge pull request #21843 from alexrp/callconv-followupAlex Rønne Petersen
2024-11-02std.Target: Rename amdgpu module to amdgcn.Alex Rønne Petersen
2024-11-02generate_linux_syscalls: Generate syscalls for x32.Alex Rønne Petersen
2024-11-02process_headers: Add muslabin32 and muslx32 support.Alex Rønne Petersen
2024-11-02process_headers: Simplify the code a bit.Alex Rønne Petersen
2024-11-02std.Target: Remove armv7k/armv7s.Alex Rønne Petersen
2024-10-28Fix small TODO in tools/migrate_langref.zig (#21825)Krzysztof Wolicki