summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2015-06-25[Sanitizer] Set minimum supported Mac OS X version to 10.9, if it wasn't spec...Alexey Samsonov
2015-06-25[CMake] Fix PR23539: Don't reference C++ ABI symbols prior to Mac OS 10.9.Alexey Samsonov
2015-06-22[CMake] Respect the value of -mmacosx-version-min flag.Alexey Samsonov
2015-06-15Protection against stack-based memory corruption errors using SafeStack: comp...Peter Collingbourne
2015-06-10[CMake] Cleanup add_compiler_rt_object_library to be platform-agnosticChris Bieneman
2015-05-20Revert some of "Silence some CMake 3.3 dev warnings in compiler-rt"Reid Kleckner
2015-05-20Silence some CMake 3.3 dev warnings in compiler-rtReid Kleckner
2015-04-10[sanitizer][MIPS] Fix warnings on MIPSDmitry Vyukov
2015-04-01[UBSan] Embed UBSan into ASan runtime (compiler-rt part).Alexey Samsonov
2015-03-25On OS X, explicitly use libc++Kuba Brecka
2015-03-24[ASan] Do not link ASan OSX runtime with -lc++abi (which was added in r233036)Alexander Potapenko
2015-03-23[UBSan] Use shared library for UBSan on OS X (compiler-rt part).Alexey Samsonov
2015-02-28build: remove the stub linux SDKSaleem Abdulrasool
2015-02-28Fix OS X build failure with Command Line Tools and without full Xcode install...Kuba Brecka
2015-01-29[compiler-rt] OS X: Update the CMake and Make builds to explicitely use libc+...Kuba Brecka
2015-01-29[CMake] Get rid of TARGET_64_BIT_CFLAGS: explicitly list required flags for e...Alexey Samsonov
2015-01-15[sanitizer] Restore -fno-lto accidentally removed in r226169.Evgeniy Stepanov
2015-01-15[sanitizer] Flag parser rewrite.Evgeniy Stepanov
2015-01-14builtins: avoid duplicating unwind declarationsSaleem Abdulrasool
2015-01-06Use -DSANITIZER_DEBUG=1 if COMPILER_RT_DEBUG=ON, now that PR22083 is fixed.Alexey Samsonov
2015-01-03Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.Alexey Samsonov
2014-12-31Avoid building compiler-rt with LTO.Rafael Espindola
2014-12-29[cmake/multilib] Support multilib libdir suffixes by applying theChandler Carruth
2014-12-23Change the CMake build to generate full debugging info when COMPILER_RT_DEBUG=ONKuba Brecka
2014-12-17[ASan] Always build shared ASan runtime on Linux.Alexey Samsonov
2014-11-28[asan] Remove the local copy of Android ucontext.h.Evgeniy Stepanov
2014-11-13[CMake] Detect if -Wfoo is supported instead of -Wno-foo, as GCC occasionally...Alexey Samsonov
2014-11-10Build Darwin libclang_rt libraries against real SDKs.Bob Wilson
2014-10-23Disabling some MSVC warnings that are of questionable value. Note, these are ...Aaron Ballman
2014-10-23Change all of the build flags to switch /MD and /MDd into /MT, instead of jus...Aaron Ballman
2014-10-15[compiler-rt] compiler-rt's CMake append_if function clashes with LLVM's, let...Kuba Brecka
2014-10-15[CMake] Cleanup CMake rules after r219302. NFC.Alexey Samsonov
2014-10-08[ASan] Bump the minimum OSX version required to run ASan to 10.7.Alexander Potapenko
2014-09-29[sanitizer] Android build cleanup.Evgeniy Stepanov
2014-08-27[ASan/Win] Enable building the MD runtime by defaultTimur Iskhodzhanov
2014-08-26[ASan/Win] Disable warning C4391: incorrect return type for intrinsic functionTimur Iskhodzhanov
2014-08-12Fix the CMake build when setting MACOSX_DEPLOYMENT_TARGETHans Wennborg
2014-08-12[ASan/Win] Fix PR18987: warning about overriding '/MD' with '/MT'Timur Iskhodzhanov
2014-08-08[CMake] Determine which compiler-rt libraries are supported onAlexey Samsonov
2014-07-28Exclude ASM from CompilerRT languages as an attempt to fix CMake failure in s...Alexey Samsonov
2014-07-26builtins: re-enable building assembly sourcesSaleem Abdulrasool
2014-06-24[asan] adding support of 32-bit address sanitizer for MIPSDaniel Sanders
2014-06-03Fix Android build after r210053Greg Fitzgerald
2014-06-02Cleanup Android build and provide better diagnosticsGreg Fitzgerald
2014-05-29light up sanitizers for ARM, take 2Greg Fitzgerald
2014-05-29Revert "light up sanitizers for ARM"Greg Fitzgerald
2014-05-29light up sanitizers for ARMGreg Fitzgerald
2014-05-28[ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Wind...Timur Iskhodzhanov
2014-05-20XFAIL ptrace test on armGreg Fitzgerald
2014-05-14[ASan tests] Add the first Windows-only lit testTimur Iskhodzhanov