aboutsummaryrefslogtreecommitdiff
path: root/src/libs
AgeCommit message (Expand)Author
2025-06-12compiler: rework backend pipeline to separate codegen and linkmlugg
2025-06-11mingw: Fix def file preprocessing.Alex Rønne Petersen
2025-06-11mingw: Update MinGW-w64 sources to 38c8142f660b6ba11e7c408f2de1e9f8bfaf839e.Alex Rønne Petersen
2025-06-06Compilation: enable the x86_64 backend by default for debug buildsJacob Young
2025-06-04Merge pull request #24025 from alexrp/glibc-deduplicationAlex Rønne Petersen
2025-06-01libc: replace MinGW's trigonometric functions with compiler_rt'sKoki Ueha
2025-05-30libc: replace musl's trigonometric functions with compiler_rt'sKoki Ueha
2025-05-30mingw: Remove libscrnsav(e,w) support.Alex Rønne Petersen
2025-05-30compiler: Use new merged header paths for glibc and NetBSD libc.Alex Rønne Petersen
2025-05-21libc: implement common `abs` for various integer sizes (#23893)David
2025-05-20compiler: Fix build break due to #23836 being merged before #23913.Alex Rønne Petersen
2025-05-20Merge pull request #23913 from alexrp/netbsd-libcAlex Rønne Petersen
2025-05-18compiler: refactor `Zcu.File` and path representationmlugg
2025-05-17freebsd: Fix stub libraries containing versioned symbols that shouldn't be.Alex Rønne Petersen
2025-05-17compiler: Support building NetBSD crt1.o/Scrt1.o and stub shared libraries.Alex Rønne Petersen
2025-05-17freebsd: Fix selection of unversioned symbol inclusion.Alex Rønne Petersen
2025-05-17freebsd: Remove dead Thumb handling code.Alex Rønne Petersen
2025-05-17glibc: Fix a benign bug when selecting the size of an object symbol.Alex Rønne Petersen
2025-05-15Introduce common `strcasecmp` and `strncasecmp` implementations (#23840)Bryson Miller
2025-05-12libtsan: Disable warnings when building.Alex Rønne Petersen
2025-05-11freebsd: Create strong references to __progname and environ in stub libc.so.Alex Rønne Petersen
2025-05-10compiler: Support building FreeBSD crt1.o/Scrt1.o and stub shared libraries.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