summaryrefslogtreecommitdiff
path: root/runtime/compiler-rt
AgeCommit message (Expand)Author
2016-01-26Remove autoconf supportChris 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-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-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
2014-11-07Use @rpath for ASan dylib in MakefilesKuba Brecka
2014-05-22Unify the name of compiler-rt builtins library on Linux.Alexey Samsonov
2014-05-14Make verbose clang builds also build compiler_rt verboselyJonathan Roelofs
2014-05-12[ASan] Split static ASan runtime in two parts: asan and asan_cxx.Alexey Samsonov
2014-01-21Macho-embedded: rename compiler-rt support from Darwin-embeddedTim Northover
2013-12-11Only build ARM-specific runtimes if ARM is enabledTim Northover
2013-12-05Fix a tranche of comment, test and doc typosAlp Toker
2013-11-15Darwin(ish): enable embedded compiler-rt builds on Darwin.Tim Northover
2013-11-15[ASan] If the iOS Simulator SDK is available, build the ASan iossim runtime u...Alexander Potapenko
2013-11-06[build] Update runtime library and tests to work with relocatable SDKs on OS ...Daniel Dunbar
2013-10-28[libsanitizer] configure+make: install include/sanitizer into ClangAlexander Potapenko
2013-08-20[LSan] Add support for building standalone LSan runtime to Make build (clang ...Alexey Samsonov
2013-08-07DataFlowSanitizer; Clang changes.Peter Collingbourne
2013-06-23The makefile build system had two lists of the 32-bit runtime librariesChandler Carruth
2013-05-20Nuke build of static ASan runtime on Mac OS - clang partAlexey Samsonov
2013-03-20Split ubsan runtime into three pieces (clang part):Richard Smith
2013-02-21Add MSan to the list of targets in Makefile-based builds.Evgeniy Stepanov
2012-11-16UBSan: enable proper linking with UBsan runtime on Darwin. Turn on building u...Alexey Samsonov
2012-11-15[UBSan] Add support for building ubsan runtime library on Linux with 'make'. ...Alexey Samsonov
2012-10-24Pass LLVM_ANDROID_TOOLCHAIN_DIR if set.Evgeniy Stepanov
2012-10-15Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.Daniel Dunbar
2012-10-15Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.Nico Weber
2012-10-09Fixup for r165097: build 32-bit ASan compiler-rt library on 64-bit Linux only...Alexey Samsonov
2012-10-03Make sure 32-bit ASan runtime is available on 64-bit Linux platformsAlexey Samsonov
2012-09-29Add Clang support for iOS6.Bob Wilson
2012-09-17Run install_name_tool to fix the dynamic library ID after it has been copied.Alexander Potapenko
2012-09-14compiler-rt/darwin: Install asan_osx_dynamic with the other runtime libraries.Daniel Dunbar
2012-06-25build/compiler-rt: Companion commit to r159172.Daniel Dunbar
2012-05-16[tsan] add ThreadSanitizer linker flags on Linux and also copy the tsan-rt i...Kostya Serebryany
2012-03-05build/compiler-rt: Stop forcing off -integrated-as for compiler-rt builds.Daniel Dunbar
2012-02-24Use -no-integrated-as only on ARM. The X86 and X86-64 integrated as have beenRafael Espindola
2011-12-07runtime/Linux: Include the profile and ASAN libs on x86.Daniel Dunbar
2011-12-02runtime/Linux: Initial support for tying compiler-rt build into Clang build onDaniel Dunbar
2011-12-01Driver/Darwin: Add ASAN runtime library link support.Daniel Dunbar
2011-11-17clang/Darwin: Use the compiler-rt provided profile library.Daniel Dunbar
2011-11-16build/make/compiler-rt: Don't attempt to build compiler-rt runtime librariesDaniel Dunbar
2011-09-30Install a copy of the libc++ headers with clang. <rdar://problem/10096516>Bob Wilson
2011-06-22Build and use libcompiler_rt whenever possible.Eric Christopher
2011-04-18Driver/Darwin: Change to use generic iOS runtime library, which we now always...Daniel Dunbar