summaryrefslogtreecommitdiff
path: root/Toolchain/Patches
AgeCommit message (Expand)Author
2022-12-28Meta: Remove i686 targetLiav A
2022-10-27Toolchain: Update BuildQemu.sh to qemu-7.1Kenneth Myhra
2022-10-21Toolchain: Keep LLVM from using `shm_open` and friendsTim Schumacher
2022-10-14Toolchain: Fix building libgcc for AARCH64Gunnar Beutner
2022-10-14Toolchain: Add SerenityOS to the LLVM config.guessTim Schumacher
2022-10-01Toolchain: Move the binutils patch into its own folderTim Schumacher
2022-09-18Toolchain: Regenerate patches using the latest format rulesTim Schumacher
2022-09-16Toolchain: Remove references to `-lm`Tim Schumacher
2022-09-16Toolchain: Update to LLVM 15.0.0Tim Schumacher
2022-09-05Toolchain: Remove references to `-ldl`Tim Schumacher
2022-07-19Toolchain: Don't pass `-lpthread` when pthreads are requestedTim Schumacher
2022-06-30Toolchain: Remove workarounds for initializer_list and _aligned_allocAndrew Kaster
2022-06-30Toolchain: Create separate serenity xlocale support fileAndrew Kaster
2022-06-30Toolchain: Format llvm patches per new patch formatAndrew Kaster
2022-06-30Toolchain: Set '/' as default division character for binutilsTim Schumacher
2022-06-21Revert "Toolchain: Load x64 executables at a higher address"Tim Schumacher
2022-05-19Toolchain+Ports: Split the GCC patchesDaniel Bertalan
2022-05-12Toolchain: Upgrade to GCC 12.1.0Daniel Bertalan
2022-05-02Toolchain: Enable LLVM Profile instrumentationAndrew Kaster
2022-04-23Toolchain+Ports: Update LLVM to 14.0.1Daniel Bertalan
2022-03-31Toolchain: Add a gcc patch to fix linker error on M1 hostJames Mintram
2022-03-24Toolchain: Update gdb to 11.2Daniel Bertalan
2022-03-19Toolchain: Make wint_t unsigned for ClangTim Schumacher
2022-03-19Toolchain: Enable IFUNC support for GCCTim Schumacher
2022-03-19Toolchain: Enforce correct sizes for size_t and ptrdiff_tTim Schumacher
2022-02-13Toolchain: Fix QEMU build with latest gcc by disabling `-fcf-protection`Brian Gianforcaro
2022-02-11Toolchain: Update binutils to version 2.38Daniel Bertalan
2022-01-24Toolchain: Backport support for the mold linkerDaniel Bertalan
2022-01-12Toolchain: Enable the `-rdynamic` flag in the gcc driverDaniel Bertalan
2022-01-10Toolchain: Backport `--update-section` support to llvm-objcopyDaniel Bertalan
2022-01-09Toolchain: Fix macOS build failure due to a malformed patchDaniel Bertalan
2022-01-07Toolchain/GCC: Declare we don't have memalignMartin Bříza
2022-01-04Toolchain: Fix building the aarch64 toolchainDaniel Bertalan
2022-01-03Toolchain: Use Platform/SerenityOS.cmake in LLVM toolchain buildAndrew Kaster
2021-12-16Toolchain: Link libgcc_s on an as-needed basisDaniel Bertalan
2021-11-28Toolchain/Clang: Support using `libstdc++` as the C++ standard libraryDaniel Bertalan
2021-11-28Toolchain/Clang: Allow setting a default unwind libraryDaniel Bertalan
2021-11-28Toolchain/Clang: Pick up includes when running inside SerenityDaniel Bertalan
2021-11-28Toolchain/Clang: Add support for -static-libstdc++Daniel Bertalan
2021-11-14Toolchain: Load x64 executables at a higher addressTim Schumacher
2021-11-14Toolchain: Add aligned allocation support to libc++Daniel Bertalan
2021-10-17Toolchain+Meta: Update LLVM version to 13.0.0Daniel Bertalan
2021-09-17Toolchain: Remove breaking mbstate_t define from clangTim Schumacher
2021-09-07Meta: Make `serenity.sh rebuild-toolchain aarch64 clang` workNico Weber
2021-09-07Toolchain: Build aarch64-gdb for cross-debugging on x86Idan Horowitz
2021-08-28Toolchain: Enough to make `rebuild-toolchain aarch64` workNico Weber
2021-08-28Toolchain: Regenerate binutils.patch and gcc.patchNico Weber
2021-08-08Toolchain+Ports: Let -nostdlib make us not link against libgcc_sGunnar Beutner
2021-08-08Toolchain: Add LLVM patch and script for building itDaniel Bertalan
2021-07-28Toolchain+Ports: Fix building ports on x86_64Gunnar Beutner