index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unify the name of compiler-rt builtins library on Linux.
Alexey Samsonov
2014-05-22
1
-2
/
+2
*
Make verbose clang builds also build compiler_rt verbosely
Jonathan Roelofs
2014-05-14
1
-0
/
+2
*
[ASan] Split static ASan runtime in two parts: asan and asan_cxx.
Alexey Samsonov
2014-05-12
1
-4
/
+4
*
[CMake] Propagate top-level targets for compiler-rt runtimes and test-suites
Alexey Samsonov
2014-03-21
1
-14
/
+46
*
[CMake] Teach build system to build/test compiler-rt with a just-built Clang
Alexey Samsonov
2014-02-27
1
-1
/
+65
*
Macho-embedded: rename compiler-rt support from Darwin-embedded
Tim Northover
2014-01-21
1
-3
/
+3
*
Only build ARM-specific runtimes if ARM is enabled
Tim Northover
2013-12-11
1
-1
/
+6
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
1
-1
/
+1
*
Darwin(ish): enable embedded compiler-rt builds on Darwin.
Tim Northover
2013-11-15
1
-1
/
+3
*
libc++: Install headers in include/, rather than lib/
Justin Bogner
2013-11-15
1
-1
/
+1
*
[ASan] If the iOS Simulator SDK is available, build the ASan iossim runtime u...
Alexander Potapenko
2013-11-15
1
-0
/
+4
*
[build] Update runtime library and tests to work with relocatable SDKs on OS ...
Daniel Dunbar
2013-11-06
1
-0
/
+17
*
[libsanitizer] configure+make: install include/sanitizer into Clang
Alexander Potapenko
2013-10-28
1
-2
/
+24
*
[LSan] Add support for building standalone LSan runtime to Make build (clang ...
Alexey Samsonov
2013-08-20
1
-1
/
+1
*
DataFlowSanitizer; Clang changes.
Peter Collingbourne
2013-08-07
1
-1
/
+2
*
The makefile build system had two lists of the 32-bit runtime libraries
Chandler Carruth
2013-06-23
1
-5
/
+7
*
Nuke build of static ASan runtime on Mac OS - clang part
Alexey Samsonov
2013-05-20
1
-1
/
+1
*
Split ubsan runtime into three pieces (clang part):
Richard Smith
2013-03-20
1
-4
/
+6
*
Add MSan to the list of targets in Makefile-based builds.
Evgeniy Stepanov
2013-02-21
1
-1
/
+2
*
UBSan: enable proper linking with UBsan runtime on Darwin. Turn on building u...
Alexey Samsonov
2012-11-16
1
-1
/
+2
*
[UBSan] Add support for building ubsan runtime library on Linux with 'make'. ...
Alexey Samsonov
2012-11-15
1
-5
/
+6
*
Pass LLVM_ANDROID_TOOLCHAIN_DIR if set.
Evgeniy Stepanov
2012-10-24
1
-0
/
+4
*
Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.
Daniel Dunbar
2012-10-15
1
-2
/
+2
*
Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.
Nico Weber
2012-10-15
1
-2
/
+2
*
Fixup for r165097: build 32-bit ASan compiler-rt library on 64-bit Linux only...
Alexey Samsonov
2012-10-09
2
-3
/
+23
*
Make sure 32-bit ASan runtime is available on 64-bit Linux platforms
Alexey Samsonov
2012-10-03
1
-0
/
+4
*
Add Clang support for iOS6.
Bob Wilson
2012-09-29
1
-2
/
+2
*
Run install_name_tool to fix the dynamic library ID after it has been copied.
Alexander Potapenko
2012-09-17
1
-0
/
+2
*
compiler-rt/darwin: Install asan_osx_dynamic with the other runtime libraries.
Daniel Dunbar
2012-09-14
1
-6
/
+29
*
build/compiler-rt: Companion commit to r159172.
Daniel Dunbar
2012-06-25
1
-2
/
+2
*
[tsan] add ThreadSanitizer linker flags on Linux and also copy the tsan-rt i...
Kostya Serebryany
2012-05-16
1
-1
/
+1
*
build/compiler-rt: Stop forcing off -integrated-as for compiler-rt builds.
Daniel Dunbar
2012-03-05
1
-12
/
+1
*
Use -no-integrated-as only on ARM. The X86 and X86-64 integrated as have been
Rafael Espindola
2012-02-24
1
-1
/
+4
*
Use the new installheaders makefile target in libcxx.
Bob Wilson
2012-01-21
1
-1
/
+1
*
runtime/Linux: Include the profile and ASAN libs on x86.
Daniel Dunbar
2011-12-07
1
-2
/
+4
*
runtime/Linux: Initial support for tying compiler-rt build into Clang build on
Daniel Dunbar
2011-12-02
1
-1
/
+14
*
Driver/Darwin: Add ASAN runtime library link support.
Daniel Dunbar
2011-12-01
1
-1
/
+1
*
Use libcxx makefile's do-installhdrs target. <rdar://problem/10397739>
Bob Wilson
2011-11-27
1
-7
/
+3
*
clang/Darwin: Use the compiler-rt provided profile library.
Daniel Dunbar
2011-11-17
1
-1
/
+3
*
build/make/compiler-rt: Don't attempt to build compiler-rt runtime libraries
Daniel Dunbar
2011-11-16
1
-1
/
+41
*
Install a copy of the libc++ headers with clang. <rdar://problem/10096516>
Bob Wilson
2011-09-30
4
-2
/
+38
*
Build and use libcompiler_rt whenever possible.
Eric Christopher
2011-06-22
1
-1
/
+1
*
Driver/Darwin: Change to use generic iOS runtime library, which we now always...
Daniel Dunbar
2011-04-18
1
-1
/
+1
*
Restore accidentally deleted file (I blame svn).
Nick Lewycky
2011-04-15
1
-0
/
+22
*
Reapply r129561, moving the runtime/Makefile that builds compiler-rt into
Nick Lewycky
2011-04-15
1
-1
/
+1
*
Doug Gregor tells me that runtime/libcxx/ is a placeholder for stuff we never
Nick Lewycky
2011-04-15
2
-64
/
+0
*
Revert r129561, which broke one of the clang buildbots.
Owen Anderson
2011-04-15
2
-122
/
+101
*
Create a compiler-rt directory and move the Makefile to it. Add a makefile that
Nick Lewycky
2011-04-15
2
-101
/
+122
*
build/compiler-rt: Fake Clang into using the right assembler to build the ARM
Daniel Dunbar
2011-02-11
1
-1
/
+11
*
build: Use CLANG_NO_RUNTIME=1 specifically, not just any definition.
Daniel Dunbar
2010-12-22
1
-1
/
+1
[next]