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
*
[CMake] ExternalProject for compiler-rt needs to depend on llvm-config and clang
Chris Bieneman
2015-12-16
1
-2
/
+1
*
[CMake] Pass CMAKE_MAKE_PROGRAM through to compiler-rt build.
Chris Bieneman
2015-12-09
1
-0
/
+1
*
Add llvm-objdump to compiler-rt test deps.
Alexey Samsonov
2015-12-07
1
-1
/
+1
*
[CMake] Removing an unnecessary layer of variable indirection
Chris Bieneman
2015-12-03
1
-1
/
+1
*
NFC. Fixing my consistently incorrect spelling.
Chris Bieneman
2015-11-23
1
-4
/
+4
*
[CMake] Fix handling of passing through semi-colon separated lists.
Chris Bieneman
2015-11-20
1
-1
/
+2
*
[CMake] Fixing passthrough for variables starting with COMPILER_RT
Chris Bieneman
2015-11-11
1
-1
/
+1
*
Revert "Support watchOS and tvOS in compiler-rt builds"
Tim Northover
2015-11-03
1
-36
/
+3
*
Support watchOS and tvOS in compiler-rt builds
Tim Northover
2015-10-30
1
-3
/
+36
*
[CMake] Make external compiler-rt install scripts relative to CMAKE_INSTALL_P...
Chris Bieneman
2015-10-20
1
-2
/
+2
*
[CMake] When building clang as an external project we should pass through all...
Chris Bieneman
2015-10-13
1
-0
/
+11
*
[CMake] Bug 14109 - CMake build for compiler-rt should use just-built clang
Chris Bieneman
2015-10-12
1
-50
/
+66
*
Fix makefile build on OSX when ARM targets are not enabled
Keno Fischer
2015-10-04
1
-0
/
+2
*
[darwin] [builtins] Stop generating cc_kext_ios5 and move iOS architectures o...
Chris Bieneman
2015-09-23
1
-1
/
+1
*
[UBSan] Use shared library for UBSan on OS X (Clang part).
Alexey Samsonov
2015-03-23
1
-2
/
+3
*
Remove support for building sanitizers from Makefile/autoconf build on Linux.
Alexey Samsonov
2015-02-18
1
-12
/
+4
*
Revert "Remove support for building sanitizers from Makefile/autoconf build."
Matthias Braun
2015-02-17
1
-7
/
+43
*
Remove support for building sanitizers from Makefile/autoconf build.
Alexey Samsonov
2015-02-17
1
-43
/
+7
*
[CMake] Add check-asan-dynamic command to external compiler-rt setup.
Alexey Samsonov
2014-12-18
1
-2
/
+2
*
Remove change to set SDKROOT when building compiler-rt on Darwin.
Bob Wilson
2014-11-10
1
-17
/
+0
*
Only build iOS runtime libraries when the iOS SDKs are available.
Bob Wilson
2014-11-10
1
-6
/
+17
*
Use @rpath for ASan dylib in Makefiles
Kuba Brecka
2014-11-07
1
-2
/
+0
*
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
[next]