summaryrefslogtreecommitdiff
path: root/make
Commit message (Expand)AuthorAge
* Don't forget to link in the C++-specific parts of the ubsan runtime when usin...Richard Smith2013-03-22
* Split ubsan runtime into three pieces (compiler-rt part):Richard Smith2013-03-20
* [Sanitizer] Build ASan, TSan and MSan runtimes with -fno-rtti.Alexey Samsonov2013-03-13
* update how libcompiler_rt.dylib links under libSystem.dylib on MacOSXNick Kledzik2013-03-05
* [sanitizer] Add MSan to Makefile-based build rules.Evgeniy Stepanov2013-02-21
* [build/clang_darwin] Fix the case reversal in r173465.Daniel Dunbar2013-01-30
* [build/clang_darwin] Don't try to run sw_vers if we don't have it.Daniel Dunbar2013-01-25
* ASan: build runtime flexible mapping and offset in configure+make build as wellAlexey Samsonov2013-01-21
* [asan] Add soname to the dynamic runtime.Evgeniy Stepanov2013-01-10
* Automatically create .dSYM for libcompiler_rt.dylib when using Apple's intern...Nick Kledzik2012-11-26
* UBSan: fix support on Darwin in 'make' build system. Patch by Jean-Daniel Dupas.Alexey Samsonov2012-11-16
* [UBSan] Add support for building ubsan runtime library on Linux with 'make'. ...Alexey Samsonov2012-11-15
* Support for building the ubsan runtime when using the autoconf build system onRichard Smith2012-11-13
* Build ASan runtime for ARM/Android.Evgeniy Stepanov2012-10-24
* Fix comment typo.Bob Wilson2012-10-18
* build/clang_darwin: Don't try to build ARM contents on 10.6.Daniel Dunbar2012-10-17
* platform/clang_darwin: Drop an x86_64 slice into cc_kext_ios5.Daniel Dunbar2012-10-15
* Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.Daniel Dunbar2012-10-15
* Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.Nico Weber2012-10-15
* Determine supported archs for compiler-rt libraries on Linux by trying to com...Alexey Samsonov2012-10-09
* [ASan] don't build 64-bit runtime on 32-bit Linux platformsAlexey Samsonov2012-10-04
* I'm getting these errors with r165159:Bill Wendling2012-10-04
* Back out my temporary workaround for Apple buildbots.Bob Wilson2012-10-03
* Build ASan runtime on Linux for both x86_64 and i386, same as we do with full...Alexey Samsonov2012-10-03
* Temporarily comment out some new arm variants to try to fix buildbots.Bob Wilson2012-09-30
* Add compiler-rt support for Swift.Bob Wilson2012-09-29
* Add support for iOS6.Bob Wilson2012-09-29
* build/clang_darwin: Add the ASAN dynamic library.Daniel Dunbar2012-09-10
* Revert r163415 in an attempt to bring back the buildbots.Chad Rosier2012-09-10
* build/clang_darwin: Add the ASAN dynamic library.Daniel Dunbar2012-09-07
* build: Add support for building dylibs.Daniel Dunbar2012-09-07
* Relocate the external headers provided by ASan and the common sanitizerChandler Carruth2012-08-29
* build/clang_darwin: More principled fix for PR12918; none of this stuff shouldDaniel Dunbar2012-06-25
* Don't build compiler-rt arm code on darwin. Fixes PR12918.Nico Weber2012-06-14
* 80 columnsNico Weber2012-06-14
* [asan,tsan] Add a new directory compiler-rt/lib/sanitizer_commonKostya Serebryany2012-05-29
* [asan] use -fno-builtin to build asan-rt on MacKostya Serebryany2012-05-22
* [asan] use -fPIE -fno-builtin for building asan-rtKostya Serebryany2012-05-22
* [tsan] makefile machinery to build tsan-rt (linux-x86_64 only)Kostya Serebryany2012-05-15
* [asan] move lib/asan/interception to lib/interception so that other tools (e....Kostya Serebryany2012-05-15
* platform/clang_darwin: Fix a comment.Daniel Dunbar2012-03-05
* make/clang_darwin: Tweak CheckArches function to force the integrated-as and useDaniel Dunbar2012-03-05
* Revert r150232 since it breaks the build when there's no ARM assembler.Bob Wilson2012-02-10
* make/clang_darwin: Tweak CheckArches function to force the integrated-as and useDaniel Dunbar2012-02-10
* [asan] build asan-rt with -funwind-tablesKostya Serebryany2011-12-29
* build compiler-rt with -fPIC, otherwise the run-time libs will not link with ...Kostya Serebryany2011-12-13
* [asan] move build-time config options from makefile to source (otherwise we n...Kostya Serebryany2011-12-08
* platform/clang_linux: Switch builtin and profile libraries to build using theDaniel Dunbar2011-12-08
* build all C++ files in compiler-rt with -fno-exceptionsKostya Serebryany2011-12-06
* platform/clang_linux: Add profile and asan libs on x86.Daniel Dunbar2011-12-06