summaryrefslogtreecommitdiff
path: root/make
Commit message (Expand)AuthorAge
* Push back various changes for building Apple's compiler-rt dylib.Bob Wilson2013-11-03
* [asan] Don't require X86 to build Android runtime.Evgeniy Stepanov2013-10-03
* [lsan] Follow-up to r189010 - do the same in Makefile build.Sergey Matveev2013-08-22
* Add missing ']'.Bill Wendling2013-08-21
* For Darwin builds, locate tools using xcrun when available.Bob Wilson2013-08-21
* [LSan] Add support for building standalone LSan runtime to Make build (compil...Alexey Samsonov2013-08-20
* DataFlowSanitizer; compiler-rt changes.Peter Collingbourne2013-08-07
* [ASan] Bump min supported Mac OS X version to 10.6 - makefile buildAlexey Samsonov2013-07-16
* Revert "Temporarily disable building the armv7 variants of profile_ios on"Bob Wilson2013-06-26
* Revert the Darwin half of r184805: "Remove the sysroot (or isysroot)Chandler Carruth2013-06-26
* Temporarily disable building the armv7 variants of profile_ios onChandler Carruth2013-06-25
* Remove the sysroot (or isysroot) restriction from the GCDAProfile.cChandler Carruth2013-06-25
* When the compiler is not providing a clean triple, we should fail Sylvestre Ledru2013-06-19
* Revert r182465 and add lsan-common library to makefile-based buildAlexey Samsonov2013-05-22
* <rdar://problem/13806954> enable __atomic_* functions for DarwinNick Kledzik2013-05-21
* [ASan] Nuke build of static ASan runtime on Mac OSAlexey Samsonov2013-05-20
* [Sanitizer] Build sanitizer runtimes with debug info in Makefile buildAlexey Samsonov2013-05-20
* Fix a typo in the commentSylvestre Ledru2013-05-13
* Rewrite sw_vers makefile check to avoid error message on Linux.Bob Wilson2013-04-30
* Add -fno-rtti to ASan runtime cflags on Android.Evgeniy Stepanov2013-04-25
* Use the new iOS deployment target command-line options.Bob Wilson2013-04-23
* 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