summaryrefslogtreecommitdiff
path: root/compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
AgeCommit message (Expand)Author
2025-08-13[compiler-rt] Don't run arm64e builtins tests on darwin. (#153312)Ahmed Bougacha
2024-12-17[cmake] Drop `AddFileDependencies` and `CMakeParseArguments` (#120002)paperchalice
2024-12-02[CompilerRT] Remove sanitizer support for i386 watchsim (#117013)Cyndy Ishida
2024-06-21Enable building 16 bit floating point builtins in apple platforms if supporte...Gabriel Baraldi
2024-06-04[compiler-rt] Revise IDE folder structure (#89753)Michael Kruse
2024-03-05[compiler-rt/darwin] Disable building sanitizers on platforms without fork()....rohit-rao
2023-03-02[Sanitizers] Disable armv7* sanitizers slice for iosusama hameed
2023-01-17[CompilerRT] Remove sanitizer support for i386 iossimusama hameed
2022-11-08[CMake] Fix -Wstrict-prototypesSam James
2022-08-26[compiler-rt][builtins] Add compiler flags to catch potential errorsAkira Hatanaka
2022-08-25[compiler-rt][builtins] Revert all the recent changes I made for addingAkira Hatanaka
2022-08-24[compiler-rt][builtins] Add compiler flags to catch potential errorsAkira Hatanaka
2022-08-22Revert "[compiler-rt][builtins] Add compiler flags to catch potential errors"Akira Hatanaka
2022-08-22[compiler-rt][builtins] Add compiler flags to catch potential errorsAkira Hatanaka
2022-08-09Revert "Reland "[compiler-rt][BF16] Provide __truncsfbf2 only when __bf16 is ...Med Ismail Bennani
2022-08-10Reland "[compiler-rt][BF16] Provide __truncsfbf2 only when __bf16 is available"Phoebe Wang
2022-08-10Revert "[compiler-rt][BF16] Provide __truncsfbf2 only when __bf16 is available"Phoebe Wang
2022-08-10[compiler-rt][BF16] Provide __truncsfbf2 only when __bf16 is availablePhoebe Wang
2022-06-24[CMake][compiler-rt] Use COMPILE_OPTIONS and LINK_OPTIONSPetr Hosek
2022-03-30Do not generate x86_64 test targets on AS hostsJulian Lettner
2022-02-22[compiler-rt][builtins] build the macOS compiler-rt built-ins with Mac Cataly...Alex Lorenz
2021-07-26[compiler-rt][CMake][arm64] Use a custom target for symlinking LSE sourcesRaul Tambre
2021-07-13Prepare Compiler-RT for GnuInstallDirs, matching libcxx, document allJohn Ericson
2021-07-10Revert "Prepare Compiler-RT for GnuInstallDirs, matching libcxx"Martin Storsjö
2021-07-09Prepare Compiler-RT for GnuInstallDirs, matching libcxxJohn Ericson
2021-05-21[compiler-rt][profile] Explicitly specify PROFILE_SOURCES extensions. NFCJon Roelofs
2020-12-15Re-apply "[CMake][compiler-rt][AArch64] Avoid preprocessing LSE builtins sepa...Raul Tambre
2020-12-14Revert "Re-apply "[CMake][compiler-rt][AArch64] Avoid preprocessing LSE built...Raul Tambre
2020-12-14Re-apply "[CMake][compiler-rt][AArch64] Avoid preprocessing LSE builtins sepa...Raul Tambre
2020-12-14Revert "[CMake][compiler-rt][AArch64] Avoid preprocessing LSE builtins separa...Raul Tambre
2020-12-14[compiler-rt][CMake] Define HAS_ASM_LSE on Apple if availableRaul Tambre
2020-08-26[profile] Add InstrProfilingVersionVar.c.o to Darwin kext builtinsVedant Kumar
2020-07-29[profile] Add InstrProfilingInternal.c.o to Darwin kext builtinsVedant Kumar
2020-07-29[darwin] build and link with a separate compiler-rt builtins libraryAlex Lorenz
2020-07-13[builtins] Cleanup generic-file filteringRyan Prichard
2020-06-25[compiler-rt] Add support for arm64 macOSSteven Wu
2020-03-31Add manually overriding of the darwin SDK versionValentin Churavy
2019-11-24[CMake] Use correct include path for InstrProfData.inc on DarwinPetr Hosek
2019-10-31[compiler-rt] Use xcrun instead of xcodebuild to find the SDK directoryAlex Richardson
2019-10-31Fix compiler-rt build on macOS without XCodeAlex Richardson
2019-10-24[compiler-rt] cmake: add include(BuiltinTests) to CompilerRTDarwinUtilsPuyan Lotfi
2019-10-16[CMake] Disable building all Darwin libraries (except builtins) for macOS i38...Dan Liew
2019-09-24[NFC] Invoke lipo from CMAKE_LIPO.Puyan Lotfi
2019-09-13Fix bug in `darwin_test_archs()` when the cache variable is set but empty.Dan Liew
2019-09-13[CMake] Separate the detection Darwin platforms architectures for theDan Liew
2019-06-19Specify log level for CMake messages (less stderr)Stefan Granitz
2019-05-07[compiler-rt] Create install targets for Darwin librariesShoaib Meenai
2019-03-15[CMake] Fix broken uses of `try_compile_only()` and improve the function.Dan Liew
2018-06-27[CMake] Tidy up the organisation of compiler-rt when configured as a standaloneDan Liew
2018-06-13[compiler-rt] Use CMAKE_LINKER instead of hardcoding ldShoaib Meenai