aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-10-16detect invalid `@bitCast` with arraysxdBronch
2025-10-16llvm-backend: fix uefi data layoutbnuuydev
2025-10-12windows: workaround kernel race condition the mostJacob Young
2025-10-11windows: workaround kernel race condition even moreJacob Young
2025-10-11windows: workaround kernel race condition betterJacob Young
2025-10-10Coff: implement threadlocal variablesJacob Young
2025-10-10windows: workaround kernel race conditionJacob Young
2025-10-10Merge pull request #25495 from kcbanner/fixup_translate_cAndrew Kelley
2025-10-10MachO: emit absolute path in N_OSO stabsmlugg
2025-10-09- Output error messages for fatal translate-c errorskcbanner
2025-10-09- aroDiagnosticsToErrorBundle: fixup not clearing notes after flushing the cu...kcbanner
2025-10-09- Rework common translate-c and cImport logic into `Compilation.translateC`kcbanner
2025-10-09- aro: fixup `toErrorBundle` not emitting the last error if it was followed b...kcbanner
2025-10-09- Rework translate-c to integrate with the build system (by outputing error b...kcbanner
2025-10-08std: fix sendFileReading not accounting for bufferAndrew Kelley
2025-10-08don't make OPV tuple fields `comptime`xdBronch
2025-10-07don't make anonymous tuple fields referencing `comptime var`s `comptime`xdBronch
2025-10-07llvm.Builder: allow `Metadata` to reference metadata stringsJacob Young
2025-10-07detect references to `comptime var` in default values and sentinelsxdBronch
2025-10-06Merge pull request #25414 from squeek502/mingw-def-implibAndrew Kelley
2025-10-06don't pass zero-length `@memset` to the backendxdBronch
2025-10-06Elf2: implement virtual allocationJacob Young
2025-10-06drop support for powerpc64 ELF v1Alex Rønne Petersen
2025-10-05InternPool: use sequential string indices instead of byte offsetsJacob Young
2025-10-03Support generating import libraries from mingw .def files without LLVMRyan Liptak
2025-10-04libcxx: don't impose _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS on usersAlex Rønne Petersen
2025-10-04libcxxabi: define _LIBCPP_BUILDING_LIBRARY in addition to _LIBCXXABI_BUILDING...Alex Rønne Petersen
2025-10-04libcxxabi: don't build cxa_noexception.cpp if exceptions are enabledAlex Rønne Petersen
2025-10-04libcxxabi: sort file list according to upstream CMakeLists.txtAlex Rønne Petersen
2025-10-03x86_64: fix bool vector init register clobberJacob Young
2025-10-03Merge pull request #25430 from jacobly0/x86_64-winJacob Young
2025-10-03compiler: control the s390x backchain feature through the frame pointer optionAlex Rønne Petersen
2025-10-02Coff: deleteJacob Young
2025-10-02Coff2: create a new linker from scratchJacob Young
2025-10-02x86_64: fix windows calling convention abiJacob Young
2025-10-02Lld: fix implib emit pathmlugg
2025-09-30Fix zig build lazy -> eager dependency promotionTimothy Bess
2025-09-30update to new std.debug changesmlugg
2025-09-30link.Dwarf: i just fixed error union values, s'nothin' else to itJacob Young
2025-09-30link.Elf: fix static PIEmlugg
2025-09-30compiler: fix new panic handler in release buildsmlugg
2025-09-30link.Elf: restore eh_frame_hdr search table buildingmlugg
2025-09-30compiler: better crash handlermlugg
2025-09-30fix compiler ftbfs from std.macho and std.dwarf changesmlugg
2025-09-30replace usages of old std.debug APIsmlugg
2025-09-30yet moremlugg
2025-09-30change one million thingsmlugg
2025-09-30Merge pull request #25353 from mlugg/x86_64-fasterMatthew Lugg
2025-09-28musl: delete dead __restore and __restore_rt functions for hexagon, loongarch...Alex Rønne Petersen
2025-09-28libcxx: respond to some feature macro changes in LLVM 20Alex Rønne Petersen