aboutsummaryrefslogtreecommitdiff
path: root/clang/runtime
AgeCommit message (Expand)AuthorFilesLines
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
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
2012-01-21Use the new installheaders makefile target in libcxx.Bob Wilson1-1/+1
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-27Use libcxx makefile's do-installhdrs target. <rdar://problem/10397739>Bob Wilson1-7/+3
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 Wilson4-2/+38
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-15Restore accidentally deleted file (I blame svn).Nick Lewycky1-0/+22
2011-04-15Reapply r129561, moving the runtime/Makefile that builds compiler-rt intoNick Lewycky1-1/+1
2011-04-15Doug Gregor tells me that runtime/libcxx/ is a placeholder for stuff we neverNick Lewycky2-64/+0
2011-04-15Revert r129561, which broke one of the clang buildbots.Owen Anderson2-122/+101
2011-04-15Create a compiler-rt directory and move the Makefile to it. Add a makefile thatNick Lewycky2-101/+122
2011-02-11build/compiler-rt: Fake Clang into using the right assembler to build the ARMDaniel Dunbar1-1/+11
2010-12-22build: Use CLANG_NO_RUNTIME=1 specifically, not just any definition.Daniel Dunbar1-1/+1
2010-12-16CMake: Add runtime dir.Michael J. Spencer1-0/+12
2010-12-01Fix build of in-tree libcxx. libcxx doesn't actuallyShantonu Sen1-1/+1
2010-11-29Merge System into Support.Michael J. Spencer1-1/+1
2010-09-22Driver/Darwin: Add a runtime library just for ___eprintf -- when targeting i386Daniel Dunbar1-1/+1
2010-09-15build: Start sketching code to allow grafting libc++ build into LLVM/Clang bu...Daniel Dunbar1-0/+63
2010-06-30Runtime: Always build compiler-rt using the Clang we just built, instead of theDaniel Dunbar1-0/+1
2010-06-30Move lib/Runtime to runtime/, and build after everything else.Daniel Dunbar1-0/+103