aboutsummaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
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
2010-12-01Fix build of in-tree libcxx. libcxx doesn't actuallyShantonu Sen
2010-11-29Merge System into Support.Michael J. Spencer
2010-09-22Driver/Darwin: Add a runtime library just for ___eprintf -- when targeting i386Daniel Dunbar
2010-09-15build: Start sketching code to allow grafting libc++ build into LLVM/Clang bu...Daniel Dunbar
2010-06-30Runtime: Always build compiler-rt using the Clang we just built, instead of theDaniel Dunbar
2010-06-30Move lib/Runtime to runtime/, and build after everything else.Daniel Dunbar