summaryrefslogtreecommitdiffstats
path: root/compiler-rt/make
Commit message (Expand)AuthorAgeFilesLines
* platform/clang_darwin: Drop an x86_64 slice into cc_kext_ios5.Daniel Dunbar2012-10-151-1/+1
* Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.Daniel Dunbar2012-10-151-1/+111
* Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.Nico Weber2012-10-151-111/+1
* Determine supported archs for compiler-rt libraries on Linux by trying to com...Alexey Samsonov2012-10-092-23/+40
* [ASan] don't build 64-bit runtime on 32-bit Linux platformsAlexey Samsonov2012-10-041-1/+5
* I'm getting these errors with r165159:Bill Wendling2012-10-041-4/+4
* Back out my temporary workaround for Apple buildbots.Bob Wilson2012-10-031-4/+4
* Build ASan runtime on Linux for both x86_64 and i386, same as we do with full...Alexey Samsonov2012-10-031-5/+2
* Temporarily comment out some new arm variants to try to fix buildbots.Bob Wilson2012-09-301-4/+4
* Add compiler-rt support for Swift.Bob Wilson2012-09-292-0/+38
* Add support for iOS6.Bob Wilson2012-09-291-1/+77
* build/clang_darwin: Add the ASAN dynamic library.Daniel Dunbar2012-09-101-0/+13
* Revert r163415 in an attempt to bring back the buildbots.Chad Rosier2012-09-101-13/+0
* build/clang_darwin: Add the ASAN dynamic library.Daniel Dunbar2012-09-071-0/+13
* build: Add support for building dylibs.Daniel Dunbar2012-09-072-4/+12
* Relocate the external headers provided by ASan and the common sanitizerChandler Carruth2012-08-291-1/+1
* build/clang_darwin: More principled fix for PR12918; none of this stuff shouldDaniel Dunbar2012-06-251-77/+1
* Don't build compiler-rt arm code on darwin. Fixes PR12918.Nico Weber2012-06-141-0/+1
* 80 columnsNico Weber2012-06-141-2/+2
* [asan,tsan] Add a new directory compiler-rt/lib/sanitizer_commonKostya Serebryany2012-05-292-4/+8
* [asan] use -fno-builtin to build asan-rt on MacKostya Serebryany2012-05-221-1/+1
* [asan] use -fPIE -fno-builtin for building asan-rtKostya Serebryany2012-05-221-2/+2
* [tsan] makefile machinery to build tsan-rt (linux-x86_64 only)Kostya Serebryany2012-05-151-0/+8
* [asan] move lib/asan/interception to lib/interception so that other tools (e....Kostya Serebryany2012-05-153-4/+4
* platform/clang_darwin: Fix a comment.Daniel Dunbar2012-03-051-2/+0
* make/clang_darwin: Tweak CheckArches function to force the integrated-as and useDaniel Dunbar2012-03-051-8/+13
* Revert r150232 since it breaks the build when there's no ARM assembler.Bob Wilson2012-02-101-13/+8
* make/clang_darwin: Tweak CheckArches function to force the integrated-as and useDaniel Dunbar2012-02-101-8/+13
* [asan] build asan-rt with -funwind-tablesKostya Serebryany2011-12-291-1/+1
* build compiler-rt with -fPIC, otherwise the run-time libs will not link with ...Kostya Serebryany2011-12-131-1/+2
* [asan] move build-time config options from makefile to source (otherwise we n...Kostya Serebryany2011-12-081-5/+0
* platform/clang_linux: Switch builtin and profile libraries to build using theDaniel Dunbar2011-12-081-10/+12
* build all C++ files in compiler-rt with -fno-exceptionsKostya Serebryany2011-12-061-0/+4
* platform/clang_linux: Add profile and asan libs on x86.Daniel Dunbar2011-12-061-0/+28
* build: Add ModuleName per-subdir variable as a way to organize the differentDaniel Dunbar2011-12-022-3/+12
* build/asan: Better fix for ASAN i386 build on Darwin, this causes us to see theDaniel Dunbar2011-12-021-2/+2
* build/asan: Fix ASAN build for i386, for reasons I don't really understand weDaniel Dunbar2011-12-021-1/+1
* platform/clang_darwin: Add asan runtime library configuration.Daniel Dunbar2011-12-011-0/+16
* build: Sketch a Clang/Linux platform config.Daniel Dunbar2011-11-281-0/+52
* platform/clang_darwin: Fix a refacto and commento.Daniel Dunbar2011-11-171-4/+4
* platform/clang_darwin: Add configs for profiling support.Daniel Dunbar2011-11-171-0/+15
* platform/clang_darwin: Switch over to use stub Darwin SDK.Daniel Dunbar2011-11-161-4/+3
* platform/clang_darwin: Tweak deployment arg variable names.Daniel Dunbar2011-11-161-17/+17
* lib: Finish int_math.h definitions using compiler builtins and eliminateDaniel Dunbar2011-11-161-1/+2
* lib: Add support for library wide utility functions, and make compilerrt_abort()Daniel Dunbar2011-11-161-0/+5
* build/darwin_bni: Remove consistency check I added, I forgot we always loadDaniel Dunbar2011-11-161-3/+0
* build/darwin_bni: Add a consistency check.Daniel Dunbar2011-11-161-0/+3
* build/clang_darwin: Set CC before trying to run CheckArches.Daniel Dunbar2011-11-151-2/+2
* build/darwin_fat: Drop ppc from default arch list, ppc targets are no longer ...Daniel Dunbar2011-11-151-1/+1
* build: Change default CC to be clang instead of gcc.Daniel Dunbar2011-11-153-4/+3
OpenPOWER on IntegriCloud