summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)AuthorFilesLines
2016-06-09[CMake] Cleaning up CMake version checks in ExternalProject callsChris Bieneman1-8/+3
2016-06-08[CMake] Cleanup uses of USES_TERMINALChris Bieneman1-2/+1
2016-06-06[CMake] Fixing a typo in a CMake optionChris Bieneman1-1/+1
2016-05-10[CMake] Pass LLVM_LIBDIR_SUFFIX into Compiler-RTChris Bieneman1-0/+1
2016-04-28Re-apply r267784, r267824 and r267830.Peter Collingbourne2-21/+0
2016-04-28Revert r267784, r267824 and r267830.Benjamin Kramer2-0/+21
2016-04-27Rework interface for bitset-using features to use a notion of LTO visibility.Peter Collingbourne2-21/+0
2016-04-12Moving clang-test-depends into the Clang tests folder and moving vtables_blac...Aaron Ballman1-0/+1
2016-03-01[cmake] Add a few more compiler-rt check-* targets for EXTERNAL_COMPILER_RTFilipe Cabecinhas1-1/+2
2016-03-01[cmake] Try to appease the buildbots.Filipe Cabecinhas1-1/+4
2016-03-01[cmake] Pass through the cmake_3_2_USES_TERMINAL variable so we get progress ...Filipe Cabecinhas1-0/+1
2016-03-01[cmake] Use CMake's USES_TERMINAL for the test targets.Filipe Cabecinhas1-1/+3
2016-03-01[cmake] Fallback to LLVM_EXTERNAL_COMPILER_RT_SOURCE_DIR if COMPILER_RT_SRC_R...Filipe Cabecinhas1-0/+7
2016-02-26Make vtables_blacklist dependency conditional on existence of clang target.Peter Collingbourne1-1/+3
2016-02-24Add whole-program vtable optimization feature to Clang.Peter Collingbourne2-0/+18
2016-01-26Remove autoconf supportChris Bieneman3-312/+0
2015-12-16[CMake] ExternalProject for compiler-rt needs to depend on llvm-config and clangChris Bieneman1-2/+1
2015-12-09[CMake] Pass CMAKE_MAKE_PROGRAM through to compiler-rt build.Chris Bieneman1-0/+1
2015-12-07Add llvm-objdump to compiler-rt test deps.Alexey Samsonov1-1/+1
2015-12-03[CMake] Removing an unnecessary layer of variable indirectionChris Bieneman1-1/+1
2015-11-23NFC. Fixing my consistently incorrect spelling.Chris Bieneman1-4/+4
2015-11-20[CMake] Fix handling of passing through semi-colon separated lists.Chris Bieneman1-1/+2
2015-11-11[CMake] Fixing passthrough for variables starting with COMPILER_RTChris Bieneman1-1/+1
2015-11-03Revert "Support watchOS and tvOS in compiler-rt builds"Tim Northover1-36/+3
2015-10-30Support watchOS and tvOS in compiler-rt buildsTim Northover1-3/+36
2015-10-20[CMake] Make external compiler-rt install scripts relative to CMAKE_INSTALL_P...Chris Bieneman1-2/+2
2015-10-13[CMake] When building clang as an external project we should pass through all...Chris Bieneman1-0/+11
2015-10-12[CMake] Bug 14109 - CMake build for compiler-rt should use just-built clangChris Bieneman1-50/+66
2015-10-04Fix makefile build on OSX when ARM targets are not enabledKeno Fischer1-0/+2
2015-09-23[darwin] [builtins] Stop generating cc_kext_ios5 and move iOS architectures o...Chris Bieneman1-1/+1
2015-03-23[UBSan] Use shared library for UBSan on OS X (Clang part).Alexey Samsonov1-2/+3
2015-02-18Remove support for building sanitizers from Makefile/autoconf build on Linux.Alexey Samsonov1-12/+4
2015-02-17Revert "Remove support for building sanitizers from Makefile/autoconf build."Matthias Braun1-7/+43
2015-02-17Remove support for building sanitizers from Makefile/autoconf build.Alexey Samsonov1-43/+7
2014-12-18[CMake] Add check-asan-dynamic command to external compiler-rt setup.Alexey Samsonov1-2/+2
2014-11-10Remove change to set SDKROOT when building compiler-rt on Darwin.Bob Wilson1-17/+0
2014-11-10Only build iOS runtime libraries when the iOS SDKs are available.Bob Wilson1-6/+17
2014-11-07Use @rpath for ASan dylib in MakefilesKuba Brecka1-2/+0
2014-05-22Unify the name of compiler-rt builtins library on Linux.Alexey Samsonov1-2/+2
2014-05-14Make verbose clang builds also build compiler_rt verboselyJonathan Roelofs1-0/+2
2014-05-12[ASan] Split static ASan runtime in two parts: asan and asan_cxx.Alexey Samsonov1-4/+4
2014-03-21[CMake] Propagate top-level targets for compiler-rt runtimes and test-suitesAlexey Samsonov1-14/+46
2014-02-27[CMake] Teach build system to build/test compiler-rt with a just-built ClangAlexey Samsonov1-1/+65
2014-01-21Macho-embedded: rename compiler-rt support from Darwin-embeddedTim Northover1-3/+3
2013-12-11Only build ARM-specific runtimes if ARM is enabledTim Northover1-1/+6
2013-12-05Fix a tranche of comment, test and doc typosAlp Toker1-1/+1
2013-11-15Darwin(ish): enable embedded compiler-rt builds on Darwin.Tim Northover1-1/+3
2013-11-15libc++: Install headers in include/, rather than lib/Justin Bogner1-1/+1
2013-11-15[ASan] If the iOS Simulator SDK is available, build the ASan iossim runtime u...Alexander Potapenko1-0/+4
2013-11-06[build] Update runtime library and tests to work with relocatable SDKs on OS ...Daniel Dunbar1-0/+17