aboutsummaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
2016-10-06Update aosp/master Clang for rebase to r275480Pirama Arumuga Nainar
2016-03-17Update aosp/master clang for rebase to r256229Pirama Arumuga Nainar
2015-04-08Update aosp/master clang for rebase to r233350Pirama Arumuga Nainar
2015-03-31Update aosp/master clang for rebase to r230699.Stephen Hines
2014-12-01Update aosp/master Clang for rebase to r222490.Stephen Hines
2014-05-29Update Clang for 3.5 rebase (r209713).Stephen Hines
2014-04-23Updated to Clang 3.5a.Stephen Hines
2013-11-15Darwin(ish): enable embedded compiler-rt builds on Darwin.Tim Northover
2013-11-15libc++: Install headers in include/, rather than lib/Justin Bogner
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
2012-01-21Use the new installheaders makefile target in libcxx.Bob Wilson
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-27Use libcxx makefile's do-installhdrs target. <rdar://problem/10397739>Bob Wilson
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
2011-04-15Restore accidentally deleted file (I blame svn).Nick Lewycky
2011-04-15Reapply r129561, moving the runtime/Makefile that builds compiler-rt intoNick Lewycky
2011-04-15Doug Gregor tells me that runtime/libcxx/ is a placeholder for stuff we neverNick Lewycky
2011-04-15Revert r129561, which broke one of the clang buildbots.Owen Anderson
2011-04-15Create a compiler-rt directory and move the Makefile to it. Add a makefile thatNick Lewycky
2011-02-11build/compiler-rt: Fake Clang into using the right assembler to build the ARMDaniel Dunbar
2010-12-22build: Use CLANG_NO_RUNTIME=1 specifically, not just any definition.Daniel Dunbar
2010-12-16CMake: Add runtime dir.Michael J. Spencer