index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
make
Commit message (
Expand
)
Author
Age
Files
Lines
*
platform/clang_darwin: Drop an x86_64 slice into cc_kext_ios5.
Daniel Dunbar
2012-10-15
1
-1
/
+1
*
Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.
Daniel Dunbar
2012-10-15
1
-1
/
+111
*
Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.
Nico Weber
2012-10-15
1
-111
/
+1
*
Determine supported archs for compiler-rt libraries on Linux by trying to com...
Alexey Samsonov
2012-10-09
2
-23
/
+40
*
[ASan] don't build 64-bit runtime on 32-bit Linux platforms
Alexey Samsonov
2012-10-04
1
-1
/
+5
*
I'm getting these errors with r165159:
Bill Wendling
2012-10-04
1
-4
/
+4
*
Back out my temporary workaround for Apple buildbots.
Bob Wilson
2012-10-03
1
-4
/
+4
*
Build ASan runtime on Linux for both x86_64 and i386, same as we do with full...
Alexey Samsonov
2012-10-03
1
-5
/
+2
*
Temporarily comment out some new arm variants to try to fix buildbots.
Bob Wilson
2012-09-30
1
-4
/
+4
*
Add compiler-rt support for Swift.
Bob Wilson
2012-09-29
2
-0
/
+38
*
Add support for iOS6.
Bob Wilson
2012-09-29
1
-1
/
+77
*
build/clang_darwin: Add the ASAN dynamic library.
Daniel Dunbar
2012-09-10
1
-0
/
+13
*
Revert r163415 in an attempt to bring back the buildbots.
Chad Rosier
2012-09-10
1
-13
/
+0
*
build/clang_darwin: Add the ASAN dynamic library.
Daniel Dunbar
2012-09-07
1
-0
/
+13
*
build: Add support for building dylibs.
Daniel Dunbar
2012-09-07
2
-4
/
+12
*
Relocate the external headers provided by ASan and the common sanitizer
Chandler Carruth
2012-08-29
1
-1
/
+1
*
build/clang_darwin: More principled fix for PR12918; none of this stuff should
Daniel Dunbar
2012-06-25
1
-77
/
+1
*
Don't build compiler-rt arm code on darwin. Fixes PR12918.
Nico Weber
2012-06-14
1
-0
/
+1
*
80 columns
Nico Weber
2012-06-14
1
-2
/
+2
*
[asan,tsan] Add a new directory compiler-rt/lib/sanitizer_common
Kostya Serebryany
2012-05-29
2
-4
/
+8
*
[asan] use -fno-builtin to build asan-rt on Mac
Kostya Serebryany
2012-05-22
1
-1
/
+1
*
[asan] use -fPIE -fno-builtin for building asan-rt
Kostya Serebryany
2012-05-22
1
-2
/
+2
*
[tsan] makefile machinery to build tsan-rt (linux-x86_64 only)
Kostya Serebryany
2012-05-15
1
-0
/
+8
*
[asan] move lib/asan/interception to lib/interception so that other tools (e....
Kostya Serebryany
2012-05-15
3
-4
/
+4
*
platform/clang_darwin: Fix a comment.
Daniel Dunbar
2012-03-05
1
-2
/
+0
*
make/clang_darwin: Tweak CheckArches function to force the integrated-as and use
Daniel Dunbar
2012-03-05
1
-8
/
+13
*
Revert r150232 since it breaks the build when there's no ARM assembler.
Bob Wilson
2012-02-10
1
-13
/
+8
*
make/clang_darwin: Tweak CheckArches function to force the integrated-as and use
Daniel Dunbar
2012-02-10
1
-8
/
+13
*
[asan] build asan-rt with -funwind-tables
Kostya Serebryany
2011-12-29
1
-1
/
+1
*
build compiler-rt with -fPIC, otherwise the run-time libs will not link with ...
Kostya Serebryany
2011-12-13
1
-1
/
+2
*
[asan] move build-time config options from makefile to source (otherwise we n...
Kostya Serebryany
2011-12-08
1
-5
/
+0
*
platform/clang_linux: Switch builtin and profile libraries to build using the
Daniel Dunbar
2011-12-08
1
-10
/
+12
*
build all C++ files in compiler-rt with -fno-exceptions
Kostya Serebryany
2011-12-06
1
-0
/
+4
*
platform/clang_linux: Add profile and asan libs on x86.
Daniel Dunbar
2011-12-06
1
-0
/
+28
*
build: Add ModuleName per-subdir variable as a way to organize the different
Daniel Dunbar
2011-12-02
2
-3
/
+12
*
build/asan: Better fix for ASAN i386 build on Darwin, this causes us to see the
Daniel Dunbar
2011-12-02
1
-2
/
+2
*
build/asan: Fix ASAN build for i386, for reasons I don't really understand we
Daniel Dunbar
2011-12-02
1
-1
/
+1
*
platform/clang_darwin: Add asan runtime library configuration.
Daniel Dunbar
2011-12-01
1
-0
/
+16
*
build: Sketch a Clang/Linux platform config.
Daniel Dunbar
2011-11-28
1
-0
/
+52
*
platform/clang_darwin: Fix a refacto and commento.
Daniel Dunbar
2011-11-17
1
-4
/
+4
*
platform/clang_darwin: Add configs for profiling support.
Daniel Dunbar
2011-11-17
1
-0
/
+15
*
platform/clang_darwin: Switch over to use stub Darwin SDK.
Daniel Dunbar
2011-11-16
1
-4
/
+3
*
platform/clang_darwin: Tweak deployment arg variable names.
Daniel Dunbar
2011-11-16
1
-17
/
+17
*
lib: Finish int_math.h definitions using compiler builtins and eliminate
Daniel Dunbar
2011-11-16
1
-1
/
+2
*
lib: Add support for library wide utility functions, and make compilerrt_abort()
Daniel Dunbar
2011-11-16
1
-0
/
+5
*
build/darwin_bni: Remove consistency check I added, I forgot we always load
Daniel Dunbar
2011-11-16
1
-3
/
+0
*
build/darwin_bni: Add a consistency check.
Daniel Dunbar
2011-11-16
1
-0
/
+3
*
build/clang_darwin: Set CC before trying to run CheckArches.
Daniel Dunbar
2011-11-15
1
-2
/
+2
*
build/darwin_fat: Drop ppc from default arch list, ppc targets are no longer ...
Daniel Dunbar
2011-11-15
1
-1
/
+1
*
build: Change default CC to be clang instead of gcc.
Daniel Dunbar
2011-11-15
3
-4
/
+3
[next]