aboutsummaryrefslogtreecommitdiff
path: root/clang/runtime/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2013-11-15Darwin(ish): enable embedded compiler-rt builds on Darwin.Tim Northover1-1/+3
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
2013-10-28[libsanitizer] configure+make: install include/sanitizer into ClangAlexander Potapenko1-2/+24
2013-08-20[LSan] Add support for building standalone LSan runtime to Make build (clang ...Alexey Samsonov1-1/+1
2013-08-07DataFlowSanitizer; Clang changes.Peter Collingbourne1-1/+2
2013-06-23The makefile build system had two lists of the 32-bit runtime librariesChandler Carruth1-5/+7
2013-05-20Nuke build of static ASan runtime on Mac OS - clang partAlexey Samsonov1-1/+1
2013-03-20Split ubsan runtime into three pieces (clang part):Richard Smith1-4/+6
2013-02-21Add MSan to the list of targets in Makefile-based builds.Evgeniy Stepanov1-1/+2
2012-11-16UBSan: enable proper linking with UBsan runtime on Darwin. Turn on building u...Alexey Samsonov1-1/+2
2012-11-15[UBSan] Add support for building ubsan runtime library on Linux with 'make'. ...Alexey Samsonov1-5/+6
2012-10-24Pass LLVM_ANDROID_TOOLCHAIN_DIR if set.Evgeniy Stepanov1-0/+4
2012-10-15Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.Daniel Dunbar1-2/+2
2012-10-15Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.Nico Weber1-2/+2
2012-10-09Fixup for r165097: build 32-bit ASan compiler-rt library on 64-bit Linux only...Alexey Samsonov2-3/+23
2012-10-03Make sure 32-bit ASan runtime is available on 64-bit Linux platformsAlexey Samsonov1-0/+4
2012-09-29Add Clang support for iOS6.Bob Wilson1-2/+2
2012-09-17Run install_name_tool to fix the dynamic library ID after it has been copied.Alexander Potapenko1-0/+2
2012-09-14compiler-rt/darwin: Install asan_osx_dynamic with the other runtime libraries.Daniel Dunbar1-6/+29
2012-06-25build/compiler-rt: Companion commit to r159172.Daniel Dunbar1-2/+2
2012-05-16[tsan] add ThreadSanitizer linker flags on Linux and also copy the tsan-rt i...Kostya Serebryany1-1/+1
2012-03-05build/compiler-rt: Stop forcing off -integrated-as for compiler-rt builds.Daniel Dunbar1-12/+1
2012-02-24Use -no-integrated-as only on ARM. The X86 and X86-64 integrated as have beenRafael Espindola1-1/+4
2011-12-07runtime/Linux: Include the profile and ASAN libs on x86.Daniel Dunbar1-2/+4
2011-12-02runtime/Linux: Initial support for tying compiler-rt build into Clang build onDaniel Dunbar1-1/+14
2011-12-01Driver/Darwin: Add ASAN runtime library link support.Daniel Dunbar1-1/+1
2011-11-17clang/Darwin: Use the compiler-rt provided profile library.Daniel Dunbar1-1/+3
2011-11-16build/make/compiler-rt: Don't attempt to build compiler-rt runtime librariesDaniel Dunbar1-1/+41
2011-09-30Install a copy of the libc++ headers with clang. <rdar://problem/10096516>Bob Wilson1-1/+1
2011-06-22Build and use libcompiler_rt whenever possible.Eric Christopher1-1/+1
2011-04-18Driver/Darwin: Change to use generic iOS runtime library, which we now always...Daniel Dunbar1-1/+1
2011-04-15Reapply r129561, moving the runtime/Makefile that builds compiler-rt intoNick Lewycky1-0/+114
2011-04-15Revert r129561, which broke one of the clang buildbots.Owen Anderson1-114/+0
2011-04-15Create a compiler-rt directory and move the Makefile to it. Add a makefile thatNick Lewycky1-0/+114