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
/
compiler-rt
Age
Commit message (
Expand
)
Author
2013-03-20
Split ubsan runtime into three pieces (clang part):
Richard Smith
2013-02-21
Add MSan to the list of targets in Makefile-based builds.
Evgeniy Stepanov
2012-11-16
UBSan: enable proper linking with UBsan runtime on Darwin. Turn on building u...
Alexey Samsonov
2012-11-15
[UBSan] Add support for building ubsan runtime library on Linux with 'make'. ...
Alexey Samsonov
2012-10-24
Pass LLVM_ANDROID_TOOLCHAIN_DIR if set.
Evgeniy Stepanov
2012-10-15
Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.
Daniel Dunbar
2012-10-15
Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.
Nico Weber
2012-10-09
Fixup for r165097: build 32-bit ASan compiler-rt library on 64-bit Linux only...
Alexey Samsonov
2012-10-03
Make sure 32-bit ASan runtime is available on 64-bit Linux platforms
Alexey Samsonov
2012-09-29
Add Clang support for iOS6.
Bob Wilson
2012-09-17
Run install_name_tool to fix the dynamic library ID after it has been copied.
Alexander Potapenko
2012-09-14
compiler-rt/darwin: Install asan_osx_dynamic with the other runtime libraries.
Daniel Dunbar
2012-06-25
build/compiler-rt: Companion commit to r159172.
Daniel Dunbar
2012-05-16
[tsan] add ThreadSanitizer linker flags on Linux and also copy the tsan-rt i...
Kostya Serebryany
2012-03-05
build/compiler-rt: Stop forcing off -integrated-as for compiler-rt builds.
Daniel Dunbar
2012-02-24
Use -no-integrated-as only on ARM. The X86 and X86-64 integrated as have been
Rafael Espindola
2011-12-07
runtime/Linux: Include the profile and ASAN libs on x86.
Daniel Dunbar
2011-12-02
runtime/Linux: Initial support for tying compiler-rt build into Clang build on
Daniel Dunbar
2011-12-01
Driver/Darwin: Add ASAN runtime library link support.
Daniel Dunbar
2011-11-17
clang/Darwin: Use the compiler-rt provided profile library.
Daniel Dunbar
2011-11-16
build/make/compiler-rt: Don't attempt to build compiler-rt runtime libraries
Daniel Dunbar
2011-09-30
Install a copy of the libc++ headers with clang. <rdar://problem/10096516>
Bob Wilson
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
Reapply r129561, moving the runtime/Makefile that builds compiler-rt into
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