aboutsummaryrefslogtreecommitdiff
path: root/make
AgeCommit message (Expand)Author
2016-10-25Update aosp/master compiler-rt for rebase to r275480Pirama Arumuga Nainar
2016-03-17Update aosp/master compiler-rt for rebase to r256229Pirama Arumuga Nainar
2015-08-13Update aosp/master compiler-rt for rebase to r239765Pirama Arumuga Nainar
2015-05-13Update aosp/master compiler-rt for rebase to r235153Pirama Arumuga Nainar
2015-04-08Update aosp/master compiler-rt for rebase to r233350Pirama Arumuga Nainar
2015-03-23Update aosp/master compiler-rt for rebase to r230699.Stephen Hines
2014-11-26Update aosp/master compiler-rt for rebase to r222486.Stephen Hines
2014-10-13AArch64: add support for ARM64 iOS versions of compiler-rt.Tim Northover
2014-07-21Update compiler-rt for rebase to r212749.Stephen Hines
2014-05-28Update compiler-rt aosp/master for 3.5 (r209699) rebase.Stephen Hines
2013-11-22[ASan] Backport r195125, r195132, r195216 to LLVM 3.4 branch.Alexander Potapenko
2013-11-15Revert premature instructions to build __sync_fetch_*Tim Northover
2013-11-15Add clang_darwin_embedded platform for embedded projectsTim Northover
2013-11-15[ASan] Add the configure+make rules for building the ASan runtime for iOS sim...Alexander Potapenko
2013-11-13[ASan] Remove the stale dependency on the Foundation framework from the dynam...Alexander Potapenko
2013-11-03Push back various changes for building Apple's compiler-rt dylib.Bob Wilson
2013-10-03[asan] Don't require X86 to build Android runtime.Evgeniy Stepanov
2013-08-22[lsan] Follow-up to r189010 - do the same in Makefile build.Sergey Matveev
2013-08-21Add missing ']'.Bill Wendling
2013-08-21For Darwin builds, locate tools using xcrun when available.Bob Wilson
2013-08-20[LSan] Add support for building standalone LSan runtime to Make build (compil...Alexey Samsonov
2013-08-07DataFlowSanitizer; compiler-rt changes.Peter Collingbourne
2013-07-16[ASan] Bump min supported Mac OS X version to 10.6 - makefile buildAlexey Samsonov
2013-06-26Revert "Temporarily disable building the armv7 variants of profile_ios on"Bob Wilson
2013-06-26Revert the Darwin half of r184805: "Remove the sysroot (or isysroot)Chandler Carruth
2013-06-25Temporarily disable building the armv7 variants of profile_ios onChandler Carruth
2013-06-25Remove the sysroot (or isysroot) restriction from the GCDAProfile.cChandler Carruth
2013-06-19When the compiler is not providing a clean triple, we should fail Sylvestre Ledru
2013-05-22Revert r182465 and add lsan-common library to makefile-based buildAlexey Samsonov
2013-05-21<rdar://problem/13806954> enable __atomic_* functions for DarwinNick Kledzik
2013-05-20[ASan] Nuke build of static ASan runtime on Mac OSAlexey Samsonov
2013-05-20[Sanitizer] Build sanitizer runtimes with debug info in Makefile buildAlexey Samsonov
2013-05-13Fix a typo in the commentSylvestre Ledru
2013-04-30Rewrite sw_vers makefile check to avoid error message on Linux.Bob Wilson
2013-04-25Add -fno-rtti to ASan runtime cflags on Android.Evgeniy Stepanov
2013-04-23Use the new iOS deployment target command-line options.Bob Wilson
2013-03-22Don't forget to link in the C++-specific parts of the ubsan runtime when usin...Richard Smith
2013-03-20Split ubsan runtime into three pieces (compiler-rt part):Richard Smith
2013-03-13[Sanitizer] Build ASan, TSan and MSan runtimes with -fno-rtti.Alexey Samsonov
2013-03-05update how libcompiler_rt.dylib links under libSystem.dylib on MacOSXNick Kledzik
2013-02-21[sanitizer] Add MSan to Makefile-based build rules.Evgeniy Stepanov
2013-01-30[build/clang_darwin] Fix the case reversal in r173465.Daniel Dunbar
2013-01-25[build/clang_darwin] Don't try to run sw_vers if we don't have it.Daniel Dunbar
2013-01-21ASan: build runtime flexible mapping and offset in configure+make build as wellAlexey Samsonov
2013-01-10[asan] Add soname to the dynamic runtime.Evgeniy Stepanov
2012-11-26Automatically create .dSYM for libcompiler_rt.dylib when using Apple's intern...Nick Kledzik
2012-11-16UBSan: fix support on Darwin in 'make' build system. Patch by Jean-Daniel Dupas.Alexey Samsonov
2012-11-15[UBSan] Add support for building ubsan runtime library on Linux with 'make'. ...Alexey Samsonov
2012-11-13Support for building the ubsan runtime when using the autoconf build system onRichard Smith
2012-10-24Build ASan runtime for ARM/Android.Evgeniy Stepanov