aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-02-26initial implementation of `@deprecated`Loris Cro
2025-02-26Compilation: disable ubsan_rt for spirv targetAli Cheraghi
2025-02-26Merge pull request #22488 from Rexicon226/ubsan-rtAndrew Kelley
2025-02-26Sema: remove legacy coercionmlugg
2025-02-25x86_64: use ZON for encodingsmlugg
2025-02-25Zcu: correctly resolve references to test bodiesmlugg
2025-02-25Merge pull request #22937 from alichraghi/ali_spvRobin Voetter
2025-02-25ubsan: don't create ubsan in every static lib by defaultAndrew Kelley
2025-02-25correct some bugsDavid Rubin
2025-02-25Compilation: correct when to include ubsanDavid Rubin
2025-02-25main: add `-f{no-}ubsan-rt` to the usage textDavid Rubin
2025-02-25Compilation: always import ubsan if a ZCU existsDavid Rubin
2025-02-25move libubsan to `lib/` and integrate it into `-fubsan-rt`David Rubin
2025-02-25Compilation: use the minimal runtime in `ReleaseSafe`David Rubin
2025-02-25ubsan: add a basic runtimeDavid Rubin
2025-02-25link.MachO.UnwindInfo: reproduce lld's commentAndrew Kelley
2025-02-25link.MachO.UnwindInfo: Handle u24 overflow for CU records pointing to DWARF.Alex Rønne Petersen
2025-02-25Merge pull request #22999 from alexrp/mingw-updateAlex Rønne Petersen
2025-02-24spirv: get rid of function_types cacheRobin Voetter
2025-02-24spirv: do not generate unnecessary forward pointerAli Cheraghi
2025-02-24spirv: replace some unreachables with compile errorsAli Cheraghi
2025-02-24mingw: Update MinGW-w64 sources to 3839e21b08807479a31d5a9764666f82ae2f0356.Alex Rønne Petersen
2025-02-24Merge pull request #22154 from alexrp/disable-intrinsicsAlex Rønne Petersen
2025-02-24llvm: Fix C ABI integer promotion for loongarch64.Alex Rønne Petersen
2025-02-23Sema: allow `@ptrCast` of slices changing the lengthmlugg
2025-02-22Dwarf: fix lowering of comptime-only optional pointer `null` valuesJacob Young
2025-02-22Type: resolve union tag type before checking for runtime bitsDavid Rubin
2025-02-23cbe: Implement support for -fno-builtin and @disableIntrinsics().Alex Rønne Petersen
2025-02-23compiler: Implement @disableIntrinsics() builtin function.Alex Rønne Petersen
2025-02-22zig build fmtAndrew Kelley
2025-02-22zig fmt: fix invalid alignment on freesAndrew Kelley
2025-02-22arch/sparc64/CodeGen: Fix indentation in realStackOffset87flowers
2025-02-23Merge pull request #22903 from alexrp/llvm-nobuiltin-memcpy-inlineAlex Rønne Petersen
2025-02-22stage2-wasm: implement switch_dispatch + handle > 32 bit integers in switchesPavel Verigo
2025-02-22Merge pull request #22659 from ifreund/linker-script-fixAndrew Kelley
2025-02-22llvm: Use inline variants of memcpy/memset intrinsics when using -fno-builtin.Alex Rønne Petersen
2025-02-22llvm.Builder: Update some intrinsic definitions for LLVM 19.Alex Rønne Petersen
2025-02-22link.MachO: Add support for the -x flag (discard local symbols).Alex Rønne Petersen
2025-02-22x86_64: rewrite scalar `@bitReverse`Jacob Young
2025-02-22Sema: Fix fnptr alignment safety checks to account for potential ISA tag.Alex Rønne Petersen
2025-02-21Output `zig targets` as ZON instead of JSON (#22939)Mason Remaley
2025-02-21wasi-libc: Deduplicate sources and headers with regards to upstream musl.Alex Rønne Petersen
2025-02-21fix `-fsanitize-coverage-trace-pc-guard` and fuzzer support for C compile unitsXavier Bouchoux
2025-02-19Merge pull request #22932 from jacobly0/x86_64-rewriteAndrew Kelley
2025-02-18x86_64: rewrite scalar `@popCount`Jacob Young
2025-02-18x86_64: rewrite scalar `@ctz`Jacob Young
2025-02-18spirv: extend supported `c` constraint valuesAli Cheraghi
2025-02-18spirv: ziggify and remove unknown spirv featuresAli Cheraghi
2025-02-18spirv: respect cpu featuresAli Cheraghi
2025-02-18spirv: cache more types & merge constructX functionsAli Cheraghi