summaryrefslogtreecommitdiff
path: root/make
Commit message (Expand)AuthorAgeFilesLines
* [ASan] Add the configure+make rules for building the ASan runtime for iOS sim...Alexander Potapenko2013-11-151-1/+29
* [ASan] Remove the stale dependency on the Foundation framework from the dynam...Alexander Potapenko2013-11-131-1/+1
* Push back various changes for building Apple's compiler-rt dylib.Bob Wilson2013-11-032-10/+48
* [asan] Don't require X86 to build Android runtime.Evgeniy Stepanov2013-10-031-1/+2
* [lsan] Follow-up to r189010 - do the same in Makefile build.Sergey Matveev2013-08-221-1/+1
* Add missing ']'.Bill Wendling2013-08-211-1/+1
* For Darwin builds, locate tools using xcrun when available.Bob Wilson2013-08-211-1/+12
* [LSan] Add support for building standalone LSan runtime to Make build (compil...Alexey Samsonov2013-08-201-1/+5
* DataFlowSanitizer; compiler-rt changes.Peter Collingbourne2013-08-071-1/+4
* [ASan] Bump min supported Mac OS X version to 10.6 - makefile buildAlexey Samsonov2013-07-161-2/+2
* Revert "Temporarily disable building the armv7 variants of profile_ios on"Bob Wilson2013-06-261-6/+1
* Revert the Darwin half of r184805: "Remove the sysroot (or isysroot)Chandler Carruth2013-06-261-12/+8
* Temporarily disable building the armv7 variants of profile_ios onChandler Carruth2013-06-251-1/+6
* Remove the sysroot (or isysroot) restriction from the GCDAProfile.cChandler Carruth2013-06-252-12/+14
* When the compiler is not providing a clean triple, we should fail Sylvestre Ledru2013-06-191-2/+0
* Revert r182465 and add lsan-common library to makefile-based buildAlexey Samsonov2013-05-221-1/+1
* <rdar://problem/13806954> enable __atomic_* functions for DarwinNick Kledzik2013-05-212-1/+2
* [ASan] Nuke build of static ASan runtime on Mac OSAlexey Samsonov2013-05-201-7/+0
* [Sanitizer] Build sanitizer runtimes with debug info in Makefile buildAlexey Samsonov2013-05-202-10/+12
* Fix a typo in the commentSylvestre Ledru2013-05-131-2/+2
* Rewrite sw_vers makefile check to avoid error message on Linux.Bob Wilson2013-04-301-3/+1
* Add -fno-rtti to ASan runtime cflags on Android.Evgeniy Stepanov2013-04-251-1/+1
* Use the new iOS deployment target command-line options.Bob Wilson2013-04-231-3/+3
* Don't forget to link in the C++-specific parts of the ubsan runtime when usin...Richard Smith2013-03-221-1/+2
* Split ubsan runtime into three pieces (compiler-rt part):Richard Smith2013-03-201-7/+19
* [Sanitizer] Build ASan, TSan and MSan runtimes with -fno-rtti.Alexey Samsonov2013-03-132-5/+5
* update how libcompiler_rt.dylib links under libSystem.dylib on MacOSXNick Kledzik2013-03-051-1/+7
* [sanitizer] Add MSan to Makefile-based build rules.Evgeniy Stepanov2013-02-211-1/+6
* [build/clang_darwin] Fix the case reversal in r173465.Daniel Dunbar2013-01-301-1/+1
* [build/clang_darwin] Don't try to run sw_vers if we don't have it.Daniel Dunbar2013-01-251-1/+3
* ASan: build runtime flexible mapping and offset in configure+make build as wellAlexey Samsonov2013-01-212-5/+9
* [asan] Add soname to the dynamic runtime.Evgeniy Stepanov2013-01-101-1/+2
* Automatically create .dSYM for libcompiler_rt.dylib when using Apple's intern...Nick Kledzik2012-11-265-3/+5
* UBSan: fix support on Darwin in 'make' build system. Patch by Jean-Daniel Dupas.Alexey Samsonov2012-11-161-2/+2
* [UBSan] Add support for building ubsan runtime library on Linux with 'make'. ...Alexey Samsonov2012-11-151-3/+9
* Support for building the ubsan runtime when using the autoconf build system onRichard Smith2012-11-131-0/+7
* Build ASan runtime for ARM/Android.Evgeniy Stepanov2012-10-244-1/+22
* Fix comment typo.Bob Wilson2012-10-181-1/+1
* build/clang_darwin: Don't try to build ARM contents on 10.6.Daniel Dunbar2012-10-171-4/+10
* 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