summaryrefslogtreecommitdiff
path: root/Toolchain
AgeCommit message (Expand)Author
2022-08-24Toolchain: Update GDB to version 12.1Brian Gianforcaro
2022-08-24Toolchain: Update binutils to version 2.39Brian Gianforcaro
2022-08-24Toolchain: Update gcc to version 12.2.0Brian Gianforcaro
2022-08-17Toolchain: Allow setting QEMU_{VERSION, MD5SUM} from command lineTimon Kruiper
2022-07-19Toolchain: Don't pass `-lpthread` when pthreads are requestedTim Schumacher
2022-07-19Everywhere: Fully remove the separate LibPthread directoryTim Schumacher
2022-07-19LibPthread: Move the pthread and semaphore implementation to LibCTim Schumacher
2022-07-16Toolchain: Update mold to 1.3.1Tim Schumacher
2022-07-13Meta+Ports: Automatically generate a meson cross file that we can useTim 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+Ports: Install host ruby into Local/ruby, not Local/$ARCHAndrew Kaster
2022-06-30Toolchain+Ports: Install host python into Local/python, not Local/$ARCHAndrew Kaster
2022-06-30Toolchain: Set '/' as default division character for binutilsTim Schumacher
2022-06-29Toolchain: Update Platform files to match those in upstream cmakeAndrew Kaster
2022-06-21Revert "Toolchain: Load x64 executables at a higher address"Tim Schumacher
2022-06-19Toolchain: Update mold to 1.0.3kleines Filmröllchen
2022-06-11Toolchain: Add $arch-pc-serenity-clang symlinkDaniel Bertalan
2022-05-20Toolchain: Fix shellcheck warningDaniel Bertalan
2022-05-19Toolchain+Ports: Split the GCC patchesDaniel Bertalan
2022-05-12Toolchain: Upgrade to GCC 12.1.0Daniel Bertalan
2022-05-08Toolchain: Allow BuildQemu.sh to resume downloadsLucas CHOLLET
2022-05-02Toolchain: Enable LLVM Profile instrumentationAndrew Kaster
2022-04-25Toolchain: Explicitly install llvm-config and FileCheckAndrew Kaster
2022-04-23Toolchain: Update BuildQemu.sh to qemu-7.0EWouters
2022-04-23Toolchain+Ports: Update LLVM to 14.0.1Daniel Bertalan
2022-04-01Toolchain: Fix the gdb build for aarch64 target on macOS hostJames Mintram
2022-03-31Toolchain: Add a gcc patch to fix linker error on M1 hostJames Mintram
2022-03-29Toolchain: Fix serenity.nixjd
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-03-08Toolchain: Move nix script from Documentation into ToolchainJonathan Marler
2022-03-04Kernel: Add support for SA_SIGINFOAli Mohammad Pur
2022-02-19Toolchain: Set CMAKE_NM for Clang and GNU toolchain filesAndrew Kaster
2022-02-14Toolchain: Update Dockerfile to use gcc 11 and add texinfo packageAndrew Kaster
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: Add support for building the userland with the mold linkerDaniel Bertalan
2022-01-24Toolchain: Backport support for the mold linkerDaniel Bertalan
2022-01-24Toolchain+Ports: Use the GNU hash format by defaultDaniel Bertalan
2022-01-24Kernel+Toolchain: Use `.init_array` section for global constructorsDaniel Bertalan
2022-01-12Toolchain: Enable the `-rdynamic` flag in the gcc driverDaniel Bertalan
2022-01-12Toolchain: Enable std::filesystem support in libc++Daniel Bertalan
2022-01-10Toolchain+CI: Link LLVM with LLD if availableDaniel Bertalan
2022-01-10Toolchain: Do not overwrite libraries with stubs when rebuilding LLVMDaniel Bertalan
2022-01-10Toolchain: Don't use GNU objcopy in the LLVM toolchainDaniel Bertalan
2022-01-10Toolchain: Backport `--update-section` support to llvm-objcopyDaniel Bertalan