aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-05-12llvm: Don't set nonnull attribute on allowzero slices.Alex Rønne Petersen
2025-05-12llvm: Set null_pointer_is_valid attribute when accessing allowzero pointers.Alex Rønne Petersen
2025-05-12Air: Fix mustLower() to consider volatile for a handful of instructions.Alex Rønne Petersen
2025-05-12Air: Always return true for inline assembly in mustLower().Alex Rønne Petersen
2025-05-12Air: Fix mustLower() for atomic_load with inter-thread ordering.Alex Rønne Petersen
2025-05-12riscv64: Handle writes to the zero register sensibly in result bookkeeping.Alex Rønne Petersen
2025-05-12riscv64: Add missing fence for seq_cst atomic_store.Alex Rønne Petersen
2025-05-12riscv64: Get rid of some trailing whitespace.Alex Rønne Petersen
2025-05-12libtsan: Disable warnings when building.Alex Rønne Petersen
2025-05-12Merge pull request #23835 from alexrp/freebsd-libcAlex Rønne Petersen
2025-05-11compiler: Link libc by default when targeting FreeBSD.Alex Rønne Petersen
2025-05-11freebsd: Create strong references to __progname and environ in stub libc.so.Alex Rønne Petersen
2025-05-11Compilation.Config: Default to dynamic linking with FreeBSD libc.Alex Rønne Petersen
2025-05-10Compilation: Don't pass -mabi to Clang on powerpc64(le)-freebsd.Alex 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: Define __FreeBSD_version when targeting FreeBSD libc.Alex Rønne Petersen
2025-05-10libcxxabi: Pass -fPIC via module options instead of CFLAGS.Alex Rønne Petersen
2025-05-10compiler: Move vendored library support to `libs` subdirectory.Alex Rønne Petersen
2025-05-10Introduce common `bzero` libc implementation. (#23812)David
2025-05-09glibc: Fix stub libraries containing unwanted symbols.Alex Rønne Petersen
2025-05-09Compilation: don't warn about failure to delete missing C depfilemlugg
2025-05-07translate-c: fix callconv attribute in macroxdBronch
2025-05-05compiler: Set libc++ ABI version to 2 for Emscripten.Alex Rønne Petersen
2025-05-05Merge pull request #23727 from tjog/add-libfuzz-standalone-testAlex Rønne Petersen
2025-05-04fix system library lookup when cross-compiling to windows-msvcXavier Bouchoux
2025-05-04Merge pull request #23752 from alexrp/static-native-glibcAlex Rønne Petersen
2025-05-03Merge pull request #23263 from mlugg/comptime-field-ptrMatthew Lugg
2025-05-03compiler: fix comptime memory store bugsmlugg
2025-05-03link+macho+fuzz: use correct input typetjog
2025-05-03std.Target: Add Cpu.Arch.or1k and basic target info.Alex Rønne Petersen
2025-05-03compiler: Link libunwind when linking glibc statically.Alex Rønne Petersen
2025-05-03compiler: Allow linking native glibc statically.Alex Rønne Petersen
2025-05-03compiler: Rename misleading libcNeedsLibUnwind() function.Alex Rønne Petersen
2025-05-02inline assembly: implement gcc's "%=" syntaxsamy007
2025-05-01wasm-c-abi: llvm fix struct handling + reorganizePavel Verigo
2025-04-30sigset_t: sigemptyset() and sigfillset() are functions that return sigset_tPat Tullmann
2025-04-30posix: remove empty_sigsetPat Tullmann
2025-04-30Merge pull request #23654 from alichraghi/continueRobin Voetter
2025-04-28Merge pull request #23708 from ziglang/memmove-followupsAndrew Kelley
2025-04-28Sema: fix a few indexing bugsmlugg
2025-04-28sema: do checked cast when resolving aggregate sizedweiller
2025-04-28wasi-libc: Fix paths to psignal.c and strsignal.c.Alex Rønne Petersen
2025-04-28Compilation: don't build `compiler_rt` for `amdgcn` and `ubsan_rt` for ptxAli Cheraghi
2025-04-28spirv: allow `offset_and_cast` for vectors when possibleAli Cheraghi
2025-04-27C backend: less branchingAndrew Kelley
2025-04-27make `@memcpy` and `@memmove` share panic handlersAndrew Kelley
2025-04-28Merge pull request #23698 from alexrp/goff-xcoff-stubsAlex Rønne Petersen
2025-04-28Sema: fix memcpy with C pointersxdBronch
2025-04-28cbe: aggregate assignment does not need a second castmlugg