summaryrefslogtreecommitdiff
path: root/make
AgeCommit message (Expand)Author
2015-02-18Remove support for building sanitizers from Makefile/autoconf build on Linux.Alexey Samsonov
2015-02-17Revert "Remove support for building sanitizers from Makefile/autoconf build."Matthias Braun
2015-02-17Remove support for building sanitizers from Makefile/autoconf build.Alexey Samsonov
2015-01-29[compiler-rt] OS X: Update the CMake and Make builds to explicitely use libc+...Kuba Brecka
2015-01-27profile: add lib/profile to cc_kext on darwin,arm64Justin Bogner
2015-01-23[compiler-rt] Ensure AsanInitFromRtl is called from a static initializer on O...Kuba Brecka
2015-01-06Add 64-bit multiply functions to iOS arm64 compiler-rt dylibNick Kledzik
2014-12-29Remove darwin_fat.mk.Alexey Samsonov
2014-12-15profile: Add the relevant parts of lib/profile to cc_kext on darwinJustin Bogner
2014-11-28[asan] Remove the local copy of Android ucontext.h.Evgeniy Stepanov
2014-11-11Add a missing parenthesis mistakenly dropped in r221621.Bob Wilson
2014-11-10Clean up indentation after previous change.Bob Wilson
2014-11-10Build Darwin libclang_rt libraries against real SDKs.Bob Wilson
2014-11-10Do not build a separate x86_64h Haswell slice for the iOS simulator.Bob Wilson
2014-11-07Use @rpath for ASan dylib in MakefilesKuba Brecka
2014-10-14Add complex multiply/divide functions to arm64 iOS libclang_rt libraries.Bob Wilson
2014-10-08AArch64: don't just hack arm64 support into compiler-rt.Tim Northover
2014-10-08AArch64: add support for ARM64 iOS versions of compiler-rt.Tim Northover
2014-10-08[ASan] Bump the minimum OSX version required to run ASan to 10.7.Alexander Potapenko
2014-07-10Fix configure+make build of profile runtime libraryAlexey Samsonov
2014-05-22Unify the name of compiler-rt builtins library on Linux.Alexey Samsonov
2014-05-15Fix typosAlp Toker
2014-05-12[ASan] Split static ASan runtime in two parts: asan and asan_cxx.Alexey Samsonov
2014-05-07[DFSan] Update build rules for Makefile buildAlexey Samsonov
2014-03-21InstrProf: Reorganize files; no functionality changeDuncan P. N. Exon Smith
2014-03-20PGO: Add explicit static initializationDuncan P. N. Exon Smith
2014-03-20PGO: Moving files for clarityDuncan P. N. Exon Smith
2014-03-20PGO: Implement Darwin linker magic for instrumentationDuncan P. N. Exon Smith
2014-03-20PGO: Split out initialization of section boundsDuncan P. N. Exon Smith
2014-03-19PGO: Appease buildbots after r204268Duncan P. N. Exon Smith
2014-03-19One more attempt to fix Makefile buildAlexey Samsonov
2014-03-19[Make] Build sanitizer runtimes with -std=c++11Alexey Samsonov
2014-03-18Move Android ucontext.h out of third_party.Evgeniy Stepanov
2014-03-04ARM: implement __sync_fetch_and_* operationsTim Northover
2014-03-04[asan] Fix Android configure/make build.Evgeniy Stepanov
2014-02-21Darwin: use the compiler-provided linkerTim Northover
2014-02-17[compiler-rt] Fix CompilerTargetTriple for non-English locales.Alexey Samsonov
2014-02-14Move original compiler-rt functions (libgcc replacement) to lib/builtins dire...Alexey Samsonov
2014-01-29Remove -arm-enable-ehabi from Android build rules. It's enabled by default.Evgeniy Stepanov
2014-01-24Darwin: add x86_64h slice for Haswell.Tim Northover
2014-01-23[asan] Android logging.Evgeniy Stepanov
2014-01-21Macho-embedded: update build script for newer Clang behaviour.Tim Northover
2014-01-17[asan] Link runtime library with -lm -Wl,-z,defs to ensure that it declares a...Evgeniy Stepanov
2014-01-16[asan] Nuke ASAN_FLEXIBLE_MAPPING_AND_OFFSET.Evgeniy Stepanov
2014-01-15Remove support for armv7f slice. <rdar://problem/12478440>Bob Wilson
2014-01-06profile: Rudimentary suppport for PGO instrumentationJustin Bogner
2013-12-11Only build embedded darwin variants if the compiler supports themTim Northover
2013-12-05Revert r196490 and fix include paths in makefile-based buildAlexey Samsonov
2013-11-20Fixing ordering of definition of IOSSIM_SDK_PATHDuncan P. N. Exon Smith
2013-11-19[ASan] Don't put asan_iossim_dynamic in the list of configurations to buildAlexander Potapenko