summaryrefslogtreecommitdiff
path: root/compiler-rt/CMakeLists.txt
AgeCommit message (Expand)Author
2025-11-07[compiler-rt] Add CMake option to enable execute-only code generation on AArc...Csanád Hajdú
2025-10-25[compiler-rt][libunwind] Allow for CET on OpenBSD (#164341)Brad Smith
2025-10-14[sanitizers] COMPILER_RT_ASAN_UNIT_TESTS_USE_HOST_RUNTIME to build only unit ...Andrew Haberlandt
2025-04-11[compiler-rt][sanitizer] add Haiku support (#134772)Brad Smith
2025-03-25Add cmake option to enable/disable searching PATH for symbolizer (#129012)Midhunesh
2024-12-19[compiler-rt] Set the default C++ library to libc++ on OpenBSD (#107694)Brad Smith
2024-12-04[compiler-rt][MSVC][CMake] Wrap Linker flags for ICX (#118496)Mészáros Gergely
2024-10-24[compiler-rt] [test] Fix using toolchains that rely on Clang default configs ...Martin Storsjö
2024-10-14[Fuchsia][cmake] Avoid referencing cxx_shared in compiler-rt (#112257)Paul Kirth
2024-10-14[compiler-rt] Explicitly enable C extensions for profile (#110555)Raul Tambre
2024-09-09Reland [asan][windows] Eliminate the static asan runtime on windows (#107899)Charlie Barto
2024-09-03[CMake][compiler-rt] Support for using compiler-rt atomic library (#106603)Petr Hosek
2024-07-29[compiler-rt][test] Disable lld tests on SPARC (#100533)Rainer Orth
2024-07-24[asan][cmake][test] Fix finding dynamic asan runtime lib (#100083)Rainer Orth
2024-06-04[compiler-rt] Revise IDE folder structure (#89753)Michael Kruse
2024-05-30Revert "[asan][windows] Eliminate the static asan runtime on windows (#93770)"Charlie Barto
2024-05-30[asan][windows] Eliminate the static asan runtime on windows (#93770)Charlie Barto
2024-05-29Revert "[asan][windows] Eliminate the static asan runtime on windows (#81677)"Charlie Barto
2024-05-29[asan][windows] Eliminate the static asan runtime on windows (#81677)Charlie Barto
2024-04-22Reapply "[compiler-rt][ctx_instr] Add `ctx_profile` component" (#89625)Mircea Trofin
2024-04-22Revert "[compiler-rt][ctx_instr] Add `ctx_profile` component" (#89625)Mircea Trofin
2024-04-22[compiler-rt][ctx_instr] Add `ctx_profile` component (#89304)Mircea Trofin
2024-04-12Reland "[compiler-rt] Allow running tests without installing first"Alexander Richardson
2024-04-08Revert "[compiler-rt] Allow running tests without installing first"Saiyedul Islam
2024-04-07[compiler-rt] Do not add -rpath to linker args on WindowsAlex Richardson
2024-04-07[compiler-rt] Allow running tests without installing firstAlexander Richardson
2024-03-22Get the linker version and pass the it to compiler-rt tests on Darwin. (#86220)Usama Hameed
2024-03-09[sanitizer] Disable COMPILER_RT_HAS_TRIVIAL_AUTO_INIT on PowerPC to fix the botVitaly Buka
2024-02-27[compiler-rt] Use locally configured llvm-lit for standalone builds (#83178)Alexander Richardson
2023-12-05[GTest][c++17] Silence warnings when building GTest with gcc-toolset-12Kamau Bridgeman
2023-10-11Revert "Diagnose problematic uses of constructor/destructor attribute (#67673)"Aaron Ballman
2023-10-11Diagnose problematic uses of constructor/destructor attribute (#67673)Aaron Ballman
2023-10-11Revert "Diagnose problematic uses of constructor/destructor attribute (#67673)"Aaron Ballman
2023-10-11Diagnose problematic uses of constructor/destructor attribute (#67673)Aaron Ballman
2023-10-04[compiler-rt] Don't redefine LLVM_COMMON_CMAKE_UTILS if it's defined (#66761)Xi Ruoyao
2023-10-02[compiler-rt] Reinstate removal of CRT choice flags from CMAKE_*_FLAGS* (#67935)Martin Storsjö
2023-09-11[test][sanitizer] Check LINKER_IS_LLD to detect LLDVitaly Buka
2023-09-08[sanitizer] Add CMake flag to build with internal symbolizerVitaly Buka
2023-09-08Revert RTSanitizerCommonSymbolizerInternal changesJonas Devlieghere
2023-09-07[sanitizer] Add CMake flag to build with internal symbolizerVitaly Buka
2023-08-29Revert "[compiler-rt] Improve defaults for Android"Shoaib Meenai
2023-08-28[compiler-rt] Improve defaults for AndroidShoaib Meenai
2023-08-23Compiler-rt: Fix MIPS CMake variables setYunQiang Su
2023-07-19[CMake] Clean up old code for handling MSVC runtime setting the old wayMartin Storsjö
2023-07-17[CMake] Switch the CMP0091 policy (MSVC_RUNTIME_LIBRARY) to the new behaviourMartin Storsjö
2023-07-11[compiler-rt] Move crt into builtinsPetr Hosek
2023-07-11Revert "[compiler-rt] Move crt into builtins"Petr Hosek
2023-07-11[compiler-rt] Move crt into builtinsPetr Hosek
2023-06-06Revert "Reland [compiler-rt][CMake] Properly set COMPILER_RT_HAS_LLD"Arthur Eubanks
2023-06-05Reland [compiler-rt][CMake] Properly set COMPILER_RT_HAS_LLDArthur Eubanks