aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/make
AgeCommit message (Expand)AuthorFilesLines
2013-04-30Rewrite sw_vers makefile check to avoid error message on Linux.Bob Wilson1-3/+1
2013-04-25Add -fno-rtti to ASan runtime cflags on Android.Evgeniy Stepanov1-1/+1
2013-04-23Use the new iOS deployment target command-line options.Bob Wilson1-3/+3
2013-03-22Don't forget to link in the C++-specific parts of the ubsan runtime when usin...Richard Smith1-1/+2
2013-03-20Split ubsan runtime into three pieces (compiler-rt part):Richard Smith1-7/+19
2013-03-13[Sanitizer] Build ASan, TSan and MSan runtimes with -fno-rtti.Alexey Samsonov2-5/+5
2013-03-05update how libcompiler_rt.dylib links under libSystem.dylib on MacOSXNick Kledzik1-1/+7
2013-02-21[sanitizer] Add MSan to Makefile-based build rules.Evgeniy Stepanov1-1/+6
2013-01-30[build/clang_darwin] Fix the case reversal in r173465.Daniel Dunbar1-1/+1
2013-01-25[build/clang_darwin] Don't try to run sw_vers if we don't have it.Daniel Dunbar1-1/+3
2013-01-21ASan: build runtime flexible mapping and offset in configure+make build as wellAlexey Samsonov2-5/+9
2013-01-10[asan] Add soname to the dynamic runtime.Evgeniy Stepanov1-1/+2
2012-11-26Automatically create .dSYM for libcompiler_rt.dylib when using Apple's intern...Nick Kledzik5-3/+5
2012-11-16UBSan: fix support on Darwin in 'make' build system. Patch by Jean-Daniel Dupas.Alexey Samsonov1-2/+2
2012-11-15[UBSan] Add support for building ubsan runtime library on Linux with 'make'. ...Alexey Samsonov1-3/+9
2012-11-13Support for building the ubsan runtime when using the autoconf build system onRichard Smith1-0/+7
2012-10-24Build ASan runtime for ARM/Android.Evgeniy Stepanov4-1/+22
2012-10-18Fix comment typo.Bob Wilson1-1/+1
2012-10-17build/clang_darwin: Don't try to build ARM contents on 10.6.Daniel Dunbar1-4/+10
2012-10-15platform/clang_darwin: Drop an x86_64 slice into cc_kext_ios5.Daniel Dunbar1-1/+1
2012-10-15Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.Daniel Dunbar1-1/+111
2012-10-15Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.Nico Weber1-111/+1
2012-10-09Determine supported archs for compiler-rt libraries on Linux by trying to com...Alexey Samsonov2-23/+40
2012-10-04[ASan] don't build 64-bit runtime on 32-bit Linux platformsAlexey Samsonov1-1/+5
2012-10-04I'm getting these errors with r165159:Bill Wendling1-4/+4
2012-10-03Back out my temporary workaround for Apple buildbots.Bob Wilson1-4/+4
2012-10-03Build ASan runtime on Linux for both x86_64 and i386, same as we do with full...Alexey Samsonov1-5/+2
2012-09-30Temporarily comment out some new arm variants to try to fix buildbots.Bob Wilson1-4/+4
2012-09-29Add compiler-rt support for Swift.Bob Wilson2-0/+38
2012-09-29Add support for iOS6.Bob Wilson1-1/+77
2012-09-10build/clang_darwin: Add the ASAN dynamic library.Daniel Dunbar1-0/+13
2012-09-10Revert r163415 in an attempt to bring back the buildbots.Chad Rosier1-13/+0
2012-09-07build/clang_darwin: Add the ASAN dynamic library.Daniel Dunbar1-0/+13
2012-09-07build: Add support for building dylibs.Daniel Dunbar2-4/+12
2012-08-29Relocate the external headers provided by ASan and the common sanitizerChandler Carruth1-1/+1
2012-06-25build/clang_darwin: More principled fix for PR12918; none of this stuff shouldDaniel Dunbar1-77/+1
2012-06-14Don't build compiler-rt arm code on darwin. Fixes PR12918.Nico Weber1-0/+1
2012-06-1480 columnsNico Weber1-2/+2
2012-05-29[asan,tsan] Add a new directory compiler-rt/lib/sanitizer_commonKostya Serebryany2-4/+8
2012-05-22[asan] use -fno-builtin to build asan-rt on MacKostya Serebryany1-1/+1
2012-05-22[asan] use -fPIE -fno-builtin for building asan-rtKostya Serebryany1-2/+2
2012-05-15[tsan] makefile machinery to build tsan-rt (linux-x86_64 only)Kostya Serebryany1-0/+8
2012-05-15[asan] move lib/asan/interception to lib/interception so that other tools (e....Kostya Serebryany3-4/+4
2012-03-05platform/clang_darwin: Fix a comment.Daniel Dunbar1-2/+0
2012-03-05make/clang_darwin: Tweak CheckArches function to force the integrated-as and useDaniel Dunbar1-8/+13
2012-02-10Revert r150232 since it breaks the build when there's no ARM assembler.Bob Wilson1-13/+8
2012-02-10make/clang_darwin: Tweak CheckArches function to force the integrated-as and useDaniel Dunbar1-8/+13
2011-12-29[asan] build asan-rt with -funwind-tablesKostya Serebryany1-1/+1
2011-12-13build compiler-rt with -fPIC, otherwise the run-time libs will not link with ...Kostya Serebryany1-1/+2
2011-12-08[asan] move build-time config options from makefile to source (otherwise we n...Kostya Serebryany1-5/+0