Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Restore accidentally deleted file (I blame svn). | Nick Lewycky | 2011-04-15 | 1 | -0/+22 | |
| | | | | llvm-svn: 129588 | |||||
* | Reapply r129561, moving the runtime/Makefile that builds compiler-rt into | Nick Lewycky | 2011-04-15 | 1 | -1/+1 | |
| | | | | | | | runtime/compiler-rt/Makefile paving the way to put multiple different libraries into runtime/ and build all of them. llvm-svn: 129585 | |||||
* | Doug Gregor tells me that runtime/libcxx/ is a placeholder for stuff we never | Nick Lewycky | 2011-04-15 | 2 | -64/+0 | |
| | | | | | | did. Delete it. llvm-svn: 129584 | |||||
* | Revert r129561, which broke one of the clang buildbots. | Owen Anderson | 2011-04-15 | 2 | -122/+101 | |
| | | | | llvm-svn: 129581 | |||||
* | Create a compiler-rt directory and move the Makefile to it. Add a makefile that | Nick Lewycky | 2011-04-15 | 2 | -101/+122 | |
| | | | | | | | builds the subdirs from this directory. This makes the behaviour with make match what already happens with cmake. llvm-svn: 129561 | |||||
* | build/compiler-rt: Fake Clang into using the right assembler to build the ARM | Daniel Dunbar | 2011-02-11 | 1 | -1/+11 | |
| | | | | | | bits for the runtime libraries. llvm-svn: 125328 | |||||
* | build: Use CLANG_NO_RUNTIME=1 specifically, not just any definition. | Daniel Dunbar | 2010-12-22 | 1 | -1/+1 | |
| | | | | llvm-svn: 122449 | |||||
* | CMake: Add runtime dir. | Michael J. Spencer | 2010-12-16 | 1 | -0/+12 | |
| | | | | llvm-svn: 121957 | |||||
* | Fix build of in-tree libcxx. libcxx doesn't actually | Shantonu Sen | 2010-12-01 | 1 | -1/+1 | |
| | | | | | | | need any of the LLVM support libraries. Reviewed by Daniel Dunbar. llvm-svn: 120602 | |||||
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 | |
| | | | | llvm-svn: 120297 | |||||
* | Driver/Darwin: Add a runtime library just for ___eprintf -- when targeting i386 | Daniel Dunbar | 2010-09-22 | 1 | -1/+1 | |
| | | | | | | some projects still depend on ___eprintf being available. llvm-svn: 114509 | |||||
* | build: Start sketching code to allow grafting libc++ build into LLVM/Clang ↵ | Daniel Dunbar | 2010-09-15 | 1 | -0/+63 | |
| | | | | | | | | | build if libc++ is checked out into llvm/projects. - WIP, not on by default yet. llvm-svn: 113924 | |||||
* | Runtime: Always build compiler-rt using the Clang we just built, instead of the | Daniel Dunbar | 2010-06-30 | 1 | -0/+1 | |
| | | | | | | system CC. llvm-svn: 107328 | |||||
* | Move lib/Runtime to runtime/, and build after everything else. | Daniel Dunbar | 2010-06-30 | 1 | -0/+103 | |
llvm-svn: 107327 |