index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
Age
Commit message (
Expand
)
Author
2011-06-22
Build and use libcompiler_rt whenever possible.
Eric Christopher
2011-04-18
Driver/Darwin: Change to use generic iOS runtime library, which we now always...
Daniel Dunbar
2011-04-15
Restore accidentally deleted file (I blame svn).
Nick Lewycky
2011-04-15
Reapply r129561, moving the runtime/Makefile that builds compiler-rt into
Nick Lewycky
2011-04-15
Doug Gregor tells me that runtime/libcxx/ is a placeholder for stuff we never
Nick Lewycky
2011-04-15
Revert r129561, which broke one of the clang buildbots.
Owen Anderson
2011-04-15
Create a compiler-rt directory and move the Makefile to it. Add a makefile that
Nick Lewycky
2011-02-11
build/compiler-rt: Fake Clang into using the right assembler to build the ARM
Daniel Dunbar
2010-12-22
build: Use CLANG_NO_RUNTIME=1 specifically, not just any definition.
Daniel Dunbar
2010-12-16
CMake: Add runtime dir.
Michael J. Spencer
2010-12-01
Fix build of in-tree libcxx. libcxx doesn't actually
Shantonu Sen
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-09-22
Driver/Darwin: Add a runtime library just for ___eprintf -- when targeting i386
Daniel Dunbar
2010-09-15
build: Start sketching code to allow grafting libc++ build into LLVM/Clang bu...
Daniel Dunbar
2010-06-30
Runtime: Always build compiler-rt using the Clang we just built, instead of the
Daniel Dunbar
2010-06-30
Move lib/Runtime to runtime/, and build after everything else.
Daniel Dunbar