summaryrefslogtreecommitdiff
path: root/make
Commit message (Expand)AuthorAge
* 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
* build: Add ModuleName per-subdir variable as a way to organize the differentDaniel Dunbar2011-12-02
* build/asan: Better fix for ASAN i386 build on Darwin, this causes us to see theDaniel Dunbar2011-12-02
* build/asan: Fix ASAN build for i386, for reasons I don't really understand weDaniel Dunbar2011-12-02
* platform/clang_darwin: Add asan runtime library configuration.Daniel Dunbar2011-12-01
* build: Sketch a Clang/Linux platform config.Daniel Dunbar2011-11-28
* platform/clang_darwin: Fix a refacto and commento.Daniel Dunbar2011-11-17
* platform/clang_darwin: Add configs for profiling support.Daniel Dunbar2011-11-17
* platform/clang_darwin: Switch over to use stub Darwin SDK.Daniel Dunbar2011-11-16
* platform/clang_darwin: Tweak deployment arg variable names.Daniel Dunbar2011-11-16