summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
* Unify the name of compiler-rt builtins library on Linux.Alexey Samsonov2014-05-22
* Make verbose clang builds also build compiler_rt verboselyJonathan Roelofs2014-05-14
* [ASan] Split static ASan runtime in two parts: asan and asan_cxx.Alexey Samsonov2014-05-12
* [CMake] Propagate top-level targets for compiler-rt runtimes and test-suitesAlexey Samsonov2014-03-21
* [CMake] Teach build system to build/test compiler-rt with a just-built ClangAlexey Samsonov2014-02-27
* Macho-embedded: rename compiler-rt support from Darwin-embeddedTim Northover2014-01-21
* Only build ARM-specific runtimes if ARM is enabledTim Northover2013-12-11
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-05
* Darwin(ish): enable embedded compiler-rt builds on Darwin.Tim Northover2013-11-15
* libc++: Install headers in include/, rather than lib/Justin Bogner2013-11-15
* [ASan] If the iOS Simulator SDK is available, build the ASan iossim runtime u...Alexander Potapenko2013-11-15
* [build] Update runtime library and tests to work with relocatable SDKs on OS ...Daniel Dunbar2013-11-06
* [libsanitizer] configure+make: install include/sanitizer into ClangAlexander Potapenko2013-10-28
* [LSan] Add support for building standalone LSan runtime to Make build (clang ...Alexey Samsonov2013-08-20
* DataFlowSanitizer; Clang changes.Peter Collingbourne2013-08-07
* The makefile build system had two lists of the 32-bit runtime librariesChandler Carruth2013-06-23
* Nuke build of static ASan runtime on Mac OS - clang partAlexey Samsonov2013-05-20
* Split ubsan runtime into three pieces (clang part):Richard Smith2013-03-20
* Add MSan to the list of targets in Makefile-based builds.Evgeniy Stepanov2013-02-21
* UBSan: enable proper linking with UBsan runtime on Darwin. Turn on building u...Alexey Samsonov2012-11-16
* [UBSan] Add support for building ubsan runtime library on Linux with 'make'. ...Alexey Samsonov2012-11-15
* Pass LLVM_ANDROID_TOOLCHAIN_DIR if set.Evgeniy Stepanov2012-10-24
* Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.Daniel Dunbar2012-10-15
* Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.Nico Weber2012-10-15
* Fixup for r165097: build 32-bit ASan compiler-rt library on 64-bit Linux only...Alexey Samsonov2012-10-09
* Make sure 32-bit ASan runtime is available on 64-bit Linux platformsAlexey Samsonov2012-10-03
* Add Clang support for iOS6.Bob Wilson2012-09-29
* Run install_name_tool to fix the dynamic library ID after it has been copied.Alexander Potapenko2012-09-17
* compiler-rt/darwin: Install asan_osx_dynamic with the other runtime libraries.Daniel Dunbar2012-09-14
* build/compiler-rt: Companion commit to r159172.Daniel Dunbar2012-06-25
* [tsan] add ThreadSanitizer linker flags on Linux and also copy the tsan-rt i...Kostya Serebryany2012-05-16
* build/compiler-rt: Stop forcing off -integrated-as for compiler-rt builds.Daniel Dunbar2012-03-05
* Use -no-integrated-as only on ARM. The X86 and X86-64 integrated as have beenRafael Espindola2012-02-24
* Use the new installheaders makefile target in libcxx.Bob Wilson2012-01-21
* runtime/Linux: Include the profile and ASAN libs on x86.Daniel Dunbar2011-12-07
* runtime/Linux: Initial support for tying compiler-rt build into Clang build onDaniel Dunbar2011-12-02
* Driver/Darwin: Add ASAN runtime library link support.Daniel Dunbar2011-12-01
* Use libcxx makefile's do-installhdrs target. <rdar://problem/10397739>Bob Wilson2011-11-27
* clang/Darwin: Use the compiler-rt provided profile library.Daniel Dunbar2011-11-17
* build/make/compiler-rt: Don't attempt to build compiler-rt runtime librariesDaniel Dunbar2011-11-16
* Install a copy of the libc++ headers with clang. <rdar://problem/10096516>Bob Wilson2011-09-30
* Build and use libcompiler_rt whenever possible.Eric Christopher2011-06-22
* Driver/Darwin: Change to use generic iOS runtime library, which we now always...Daniel Dunbar2011-04-18
* Restore accidentally deleted file (I blame svn).Nick Lewycky2011-04-15
* Reapply r129561, moving the runtime/Makefile that builds compiler-rt intoNick Lewycky2011-04-15
* Doug Gregor tells me that runtime/libcxx/ is a placeholder for stuff we neverNick Lewycky2011-04-15
* Revert r129561, which broke one of the clang buildbots.Owen Anderson2011-04-15
* Create a compiler-rt directory and move the Makefile to it. Add a makefile thatNick Lewycky2011-04-15
* build/compiler-rt: Fake Clang into using the right assembler to build the ARMDaniel Dunbar2011-02-11
* build: Use CLANG_NO_RUNTIME=1 specifically, not just any definition.Daniel Dunbar2010-12-22