1. da79da2 Install a copy of the libc++ headers with clang. <rdar://problem/10096516> by Bob Wilson · 13 years ago
  2. d0ae470 Restore accidentally deleted file (I blame svn). by Nick Lewycky · 13 years ago
  3. 484fc57 Reapply r129561, moving the runtime/Makefile that builds compiler-rt into by Nick Lewycky · 13 years ago
  4. 562627d Revert r129561, which broke one of the clang buildbots. by Owen Anderson · 13 years ago
  5. 1f05587 Create a compiler-rt directory and move the Makefile to it. Add a makefile that by Nick Lewycky · 13 years ago
  6. db0ab63 build/compiler-rt: Fake Clang into using the right assembler to build the ARM by Daniel Dunbar · 13 years ago
  7. 880efcb build: Use CLANG_NO_RUNTIME=1 specifically, not just any definition. by Daniel Dunbar · 13 years ago
  8. 885b1db Driver/Darwin: Add a runtime library just for ___eprintf -- when targeting i386 by Daniel Dunbar · 14 years ago
  9. a3d8499 Runtime: Always build compiler-rt using the Clang we just built, instead of the by Daniel Dunbar · 14 years ago
  10. ac141e6 Move lib/Runtime to runtime/, and build after everything else. by Daniel Dunbar · 14 years ago[Renamed (97%) from lib/Runtime/Makefile]
  11. bc817cf build: Get CLANG_VERSION from Version.inc instead of depending on VER file directly. by Daniel Dunbar · 14 years ago
  12. afed099 Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. by Daniel Dunbar · 14 years ago
  13. 6e45cbc build: Add CLANG_NO_RUNTIME build variable, which disables building clang by Daniel Dunbar · 14 years ago
  14. c0e8f13 Runtime: Install the new libcc_kext.a produced by the clang_darwin compiler-rt by Daniel Dunbar · 14 years ago
  15. 55df49a clang/Darwin: Update for rename of 10.4 static runtime library. by Daniel Dunbar · 14 years ago
  16. 46bbbdd Don't try to build/install/clean compiler-rt stuff if it isn't in the projects directory. by Daniel Dunbar · 14 years ago
  17. 253521b Initial cut at integrating compiler-rt (on Darwin) w/ clang build. by Daniel Dunbar · 14 years ago