aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-17test: put all n32 and x32 targets behind -Dtest-extra-targetsAlex Rønne Petersen
2025-10-17test: put all dynamic musl targets behind -Dtest-extra-targetsAlex Rønne Petersen
2025-10-17std.os.linux: add incomplete x32 arch bits fileAlex Rønne Petersen
2025-10-17std.os.linux: add incomplete mipsn32 arch bits fileAlex Rønne Petersen
2025-10-17std.os.linux: clean up a bunch of dead constsAlex Rønne Petersen
2025-10-17std.os.linux: retranslate F_* constants and Flock struct, and move out of arc...Alex Rønne Petersen
2025-10-17std.os.linux: replace usize/isize in arch bits with fixed types for clarityAlex Rønne Petersen
2025-10-17std.os.linux: move some generic decls out of the arch bitsAlex Rønne Petersen
2025-10-16std.os.linux.thumb: remove some @setRuntimeSafety(false) with no clear purposeAlex Rønne Petersen
2025-10-16std.os.linux: remove some pointless asm clobbers in naked fnsAlex Rønne Petersen
2025-10-16test: enable std tests for hexagonAlex Rønne Petersen
2025-10-16std.os.linux: fix a bunch of syscall and time ABI issues on hexagonAlex Rønne Petersen
2025-10-16std: disable a few failing tests on hexagonAlex Rønne Petersen
2025-10-16detect invalid `@bitCast` with arraysxdBronch
2025-10-16llvm-backend: fix uefi data layoutbnuuydev
2025-10-16Merge pull request #25569 from alexrp/std-debug-sparcAlex Rønne Petersen
2025-10-15Revert "ci: enable running libc-test on x86_64-linux-release"Alex Rønne Petersen
2025-10-15Faster BLAKE3 implementation (#25574)Frank Denis
2025-10-15std.debug: FP-based unwinding is ideal on SPARCAlex Rønne Petersen
2025-10-15std.debug: fix return addresses being off on SPARCAlex Rønne Petersen
2025-10-15std.debug: use the SP as the initial FP on SPARCAlex Rønne Petersen
2025-10-15std.debug: work around latest SPARC register window not being spilled on signalAlex Rønne Petersen
2025-10-15std.debug: the SPARC stack bias is only used on the 64-bit ABIAlex Rønne Petersen
2025-10-15std.debug: rename some constants for clarityAlex Rønne Petersen
2025-10-15std.debug: fix an invalid read in StackIterator.next()Alex Rønne Petersen
2025-10-15std.debug.Dwarf: add SPARC register number mappingsAlex Rønne Petersen
2025-10-15std.debug.cpu_context: add sparc*-linux context conversion supportAlex Rønne Petersen
2025-10-15std.debug.cpu_context.Sparc: flush register windows in current()Alex Rønne Petersen
2025-10-15std.debug.cpu_context: add Sparc contextAlex Rønne Petersen
2025-10-15std.debug: flush SPARC register windows from a new windowAlex Rønne Petersen
2025-10-15std.debug.SelfInfo.Elf: don't support DWARF unwinding for Hexagon and PowerPCAlex Rønne Petersen
2025-10-15std.os.windows.CONTEXT: add sp field to getRegs() result for x86Alex Rønne Petersen
2025-10-15libc-test: disable utime.cAlex Rønne Petersen
2025-10-14windows: workaround kernel race condition in more placesJacob Young
2025-10-15ci: update to QEMU 10.1.1Alex Rønne Petersen
2025-10-15Merge pull request #25572 from alexrp/libcxx-backportsAlex Rønne Petersen
2025-10-14Merge pull request #25402 from alexrp/libc-test-ciAlex Rønne Petersen
2025-10-14libunwind: backport llvm/llvm-project#152942Alex Rønne Petersen
2025-10-14std.os.linux.sparc64: use icc instead of xcc in asm clobbersAlex Rønne Petersen
2025-10-14libcxx: backport llvm/llvm-project#155786Alex Rønne Petersen
2025-10-14libcxx: backport llvm/llvm-project#147389Alex Rønne Petersen
2025-10-14libcxx: backport llvm/llvm-project#155476Alex Rønne Petersen
2025-10-14std.crypto: add AES-CCM and CBC-MAC (#25526)aarvay
2025-10-12windows: workaround kernel race condition the mostJacob Young
2025-10-12std.debug.cpu_context: consider arm and aarch64 reserved register ranges unsu...Alex Rønne Petersen
2025-10-12musl: avoid r0 as address register in s390x __tls_get_offsetAlex Rønne Petersen
2025-10-11std.ArrayList: swapRemove set removed element to undefined (#25514)Fri3dNstuff
2025-10-11windows: workaround kernel race condition even moreJacob Young
2025-10-11windows: workaround kernel race condition betterJacob Young
2025-10-11std.posix: panic on unexpected error in `munmap`mlugg