summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
2017-11-30[clang] Use add_llvm_install_targetsShoaib Meenai
2017-10-13Allow building libFuzzer tests in two-stage compiler-rt build.George Karpenkov
2017-10-13Allow building libFuzzer in two-stage compiler-rt buildGeorge Karpenkov
2017-09-15Resubmit "[lit] Force site configs to run before source-tree configs"Zachary Turner
2017-09-15Revert "[lit] Force site configs to run before source-tree configs"Zachary Turner
2017-09-14Fix 2 stage build on some apple bots.Zachary Turner
2017-09-01Enable check-ubsan-minimal in standalone compiler-rt build.Evgeniy Stepanov
2016-12-15[sanitizer] Passthrough CMAKE_OSX_DEPLOYMENT_TARGET and CMAKE_OSX_SYSROOT whe...Kuba Mracek
2016-11-14[sanitizer] Passthrough CMAKE_OSX_DEPLOYMENT_TARGET when building compiler-rt...Kuba Brecka
2016-09-01[CMake] Properly connecting Compiler-RT check and test-dependsChris Bieneman
2016-06-28[CMake] Adding USES_TERMINAL to a few additional custom targetsChris Bieneman
2016-06-28[CMake] Connect check-compiler-rt to check-allChris Bieneman
2016-06-28[CMake] Pass LLVM_LIT_ARGS into compiler-rt build.Chris Bieneman
2016-06-09[CMake] Cleaning up CMake version checks in ExternalProject callsChris Bieneman
2016-06-08[CMake] Cleanup uses of USES_TERMINALChris Bieneman
2016-06-06[CMake] Fixing a typo in a CMake optionChris Bieneman
2016-05-10[CMake] Pass LLVM_LIBDIR_SUFFIX into Compiler-RTChris Bieneman
2016-04-28Re-apply r267784, r267824 and r267830.Peter Collingbourne
2016-04-28Revert r267784, r267824 and r267830.Benjamin Kramer
2016-04-27Rework interface for bitset-using features to use a notion of LTO visibility.Peter Collingbourne
2016-04-12Moving clang-test-depends into the Clang tests folder and moving vtables_blac...Aaron Ballman
2016-03-01[cmake] Add a few more compiler-rt check-* targets for EXTERNAL_COMPILER_RTFilipe Cabecinhas
2016-03-01[cmake] Try to appease the buildbots.Filipe Cabecinhas
2016-03-01[cmake] Pass through the cmake_3_2_USES_TERMINAL variable so we get progress ...Filipe Cabecinhas
2016-03-01[cmake] Use CMake's USES_TERMINAL for the test targets.Filipe Cabecinhas
2016-03-01[cmake] Fallback to LLVM_EXTERNAL_COMPILER_RT_SOURCE_DIR if COMPILER_RT_SRC_R...Filipe Cabecinhas
2016-02-26Make vtables_blacklist dependency conditional on existence of clang target.Peter Collingbourne
2016-02-24Add whole-program vtable optimization feature to Clang.Peter Collingbourne
2016-01-26Remove autoconf supportChris Bieneman
2015-12-16[CMake] ExternalProject for compiler-rt needs to depend on llvm-config and clangChris Bieneman
2015-12-09[CMake] Pass CMAKE_MAKE_PROGRAM through to compiler-rt build.Chris Bieneman
2015-12-07Add llvm-objdump to compiler-rt test deps.Alexey Samsonov
2015-12-03[CMake] Removing an unnecessary layer of variable indirectionChris Bieneman
2015-11-23NFC. Fixing my consistently incorrect spelling.Chris Bieneman
2015-11-20[CMake] Fix handling of passing through semi-colon separated lists.Chris Bieneman
2015-11-11[CMake] Fixing passthrough for variables starting with COMPILER_RTChris Bieneman
2015-11-03Revert "Support watchOS and tvOS in compiler-rt builds"Tim Northover
2015-10-30Support watchOS and tvOS in compiler-rt buildsTim Northover
2015-10-20[CMake] Make external compiler-rt install scripts relative to CMAKE_INSTALL_P...Chris Bieneman
2015-10-13[CMake] When building clang as an external project we should pass through all...Chris Bieneman
2015-10-12[CMake] Bug 14109 - CMake build for compiler-rt should use just-built clangChris Bieneman
2015-10-04Fix makefile build on OSX when ARM targets are not enabledKeno Fischer
2015-09-23[darwin] [builtins] Stop generating cc_kext_ios5 and move iOS architectures o...Chris Bieneman
2015-03-23[UBSan] Use shared library for UBSan on OS X (Clang part).Alexey Samsonov
2015-02-18Remove support for building sanitizers from Makefile/autoconf build on Linux.Alexey Samsonov
2015-02-17Revert "Remove support for building sanitizers from Makefile/autoconf build."Matthias Braun
2015-02-17Remove support for building sanitizers from Makefile/autoconf build.Alexey Samsonov
2014-12-18[CMake] Add check-asan-dynamic command to external compiler-rt setup.Alexey Samsonov
2014-11-10Remove change to set SDKROOT when building compiler-rt on Darwin.Bob Wilson
2014-11-10Only build iOS runtime libraries when the iOS SDKs are available.Bob Wilson