summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Remove autoconf supportChris Bieneman2016-01-263-312/+0
* [CMake] ExternalProject for compiler-rt needs to depend on llvm-config and clangChris Bieneman2015-12-161-2/+1
* [CMake] Pass CMAKE_MAKE_PROGRAM through to compiler-rt build.Chris Bieneman2015-12-091-0/+1
* Add llvm-objdump to compiler-rt test deps.Alexey Samsonov2015-12-071-1/+1
* [CMake] Removing an unnecessary layer of variable indirectionChris Bieneman2015-12-031-1/+1
* NFC. Fixing my consistently incorrect spelling.Chris Bieneman2015-11-231-4/+4
* [CMake] Fix handling of passing through semi-colon separated lists.Chris Bieneman2015-11-201-1/+2
* [CMake] Fixing passthrough for variables starting with COMPILER_RTChris Bieneman2015-11-111-1/+1
* Revert "Support watchOS and tvOS in compiler-rt builds"Tim Northover2015-11-031-36/+3
* Support watchOS and tvOS in compiler-rt buildsTim Northover2015-10-301-3/+36
* [CMake] Make external compiler-rt install scripts relative to CMAKE_INSTALL_P...Chris Bieneman2015-10-201-2/+2
* [CMake] When building clang as an external project we should pass through all...Chris Bieneman2015-10-131-0/+11
* [CMake] Bug 14109 - CMake build for compiler-rt should use just-built clangChris Bieneman2015-10-121-50/+66
* Fix makefile build on OSX when ARM targets are not enabledKeno Fischer2015-10-041-0/+2
* [darwin] [builtins] Stop generating cc_kext_ios5 and move iOS architectures o...Chris Bieneman2015-09-231-1/+1
* [UBSan] Use shared library for UBSan on OS X (Clang part).Alexey Samsonov2015-03-231-2/+3
* Remove support for building sanitizers from Makefile/autoconf build on Linux.Alexey Samsonov2015-02-181-12/+4
* Revert "Remove support for building sanitizers from Makefile/autoconf build."Matthias Braun2015-02-171-7/+43
* Remove support for building sanitizers from Makefile/autoconf build.Alexey Samsonov2015-02-171-43/+7
* [CMake] Add check-asan-dynamic command to external compiler-rt setup.Alexey Samsonov2014-12-181-2/+2
* Remove change to set SDKROOT when building compiler-rt on Darwin.Bob Wilson2014-11-101-17/+0
* Only build iOS runtime libraries when the iOS SDKs are available.Bob Wilson2014-11-101-6/+17
* Use @rpath for ASan dylib in MakefilesKuba Brecka2014-11-071-2/+0
* Unify the name of compiler-rt builtins library on Linux.Alexey Samsonov2014-05-221-2/+2
* Make verbose clang builds also build compiler_rt verboselyJonathan Roelofs2014-05-141-0/+2
* [ASan] Split static ASan runtime in two parts: asan and asan_cxx.Alexey Samsonov2014-05-121-4/+4
* [CMake] Propagate top-level targets for compiler-rt runtimes and test-suitesAlexey Samsonov2014-03-211-14/+46
* [CMake] Teach build system to build/test compiler-rt with a just-built ClangAlexey Samsonov2014-02-271-1/+65
* Macho-embedded: rename compiler-rt support from Darwin-embeddedTim Northover2014-01-211-3/+3
* Only build ARM-specific runtimes if ARM is enabledTim Northover2013-12-111-1/+6
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* Darwin(ish): enable embedded compiler-rt builds on Darwin.Tim Northover2013-11-151-1/+3
* libc++: Install headers in include/, rather than lib/Justin Bogner2013-11-151-1/+1
* [ASan] If the iOS Simulator SDK is available, build the ASan iossim runtime u...Alexander Potapenko2013-11-151-0/+4
* [build] Update runtime library and tests to work with relocatable SDKs on OS ...Daniel Dunbar2013-11-061-0/+17
* [libsanitizer] configure+make: install include/sanitizer into ClangAlexander Potapenko2013-10-281-2/+24
* [LSan] Add support for building standalone LSan runtime to Make build (clang ...Alexey Samsonov2013-08-201-1/+1
* DataFlowSanitizer; Clang changes.Peter Collingbourne2013-08-071-1/+2
* The makefile build system had two lists of the 32-bit runtime librariesChandler Carruth2013-06-231-5/+7
* Nuke build of static ASan runtime on Mac OS - clang partAlexey Samsonov2013-05-201-1/+1
* Split ubsan runtime into three pieces (clang part):Richard Smith2013-03-201-4/+6
* Add MSan to the list of targets in Makefile-based builds.Evgeniy Stepanov2013-02-211-1/+2
* UBSan: enable proper linking with UBsan runtime on Darwin. Turn on building u...Alexey Samsonov2012-11-161-1/+2
* [UBSan] Add support for building ubsan runtime library on Linux with 'make'. ...Alexey Samsonov2012-11-151-5/+6
* Pass LLVM_ANDROID_TOOLCHAIN_DIR if set.Evgeniy Stepanov2012-10-241-0/+4
* Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.Daniel Dunbar2012-10-151-2/+2
* Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.Nico Weber2012-10-151-2/+2
* Fixup for r165097: build 32-bit ASan compiler-rt library on 64-bit Linux only...Alexey Samsonov2012-10-092-3/+23
* Make sure 32-bit ASan runtime is available on 64-bit Linux platformsAlexey Samsonov2012-10-031-0/+4
* Add Clang support for iOS6.Bob Wilson2012-09-291-2/+2