summaryrefslogtreecommitdiff
path: root/Toolchain
AgeCommit message (Expand)Author
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
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-04Toolchain: Add support for Clang on MacOSJean-Paul Balabanian
2022-01-03Toolchain: Add CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME to PlatformAndrew Kaster
2022-01-03Toolchain: Use Platform/SerenityOS.cmake in LLVM toolchain buildAndrew Kaster
2021-12-29Build: Remove gzip -k usage in PCI/USB ID files and crypt for OpenBSDtuftedocelot
2021-12-16Toolchain: Link libgcc_s on an as-needed basisDaniel Bertalan
2021-12-16Toolchain: Update BuildQemu.sh to qemu-6.2Brian Gianforcaro
2021-11-28Toolchain/Clang: Fix CMake using utilities from the LLVM portDaniel 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-20Toolchain: Remove `git clone` of project from DockerfileJelle Raaijmakers
2021-11-20Toolchain: Remove unused gettext package from DockerfileJelle Raaijmakers
2021-11-20Toolchain: Remove unused wget package from DockerfileJelle Raaijmakers
2021-11-20Toolchain: Add Qemu build dependencies to DockerfileJelle Raaijmakers
2021-11-20Toolchain: Update Dockerfile to ubuntu:21.10Jelle Raaijmakers
2021-11-14Toolchain: Enable clang-tools-extra for LLVMAndrew Kaster
2021-11-14Toolchain: Load x64 executables at a higher addressTim Schumacher
2021-11-14Toolchain: Add aligned allocation support to libc++Daniel Bertalan
2021-11-07CMake: Assume working compiler instead of using static linkingTim Schumacher
2021-10-31Toolchain: Use dynamic paths for cross-compile CMake toolchainsTim Schumacher
2021-10-17Toolchain+Meta: Update LLVM version to 13.0.0Daniel Bertalan
2021-10-17Toolchain: Introduce stubs for core system librariesDaniel Bertalan
2021-10-05Everywhere: Change from http to https where feasibleBen Wiederhake
2021-09-24Ports: Add Ruby 3.0.2Eric Seifert
2021-09-21Toolchain: Add --ci option to BuildClang to enable ccacheTimothy Flynn
2021-09-17Toolchain: Remove breaking mbstate_t define from clangTim Schumacher
2021-09-15Meta+Toolchain: Rename CMAKE_CXXFILT to SERENITY_CXXFILTAndrew Kaster