summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
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
2014-05-14Enable CAN_EXECUTE_TESTS if an EMULATOR is providedGreg Fitzgerald
2014-05-13Enable sanitizer tests (check-sanitizer, check-asan) on WindowsTimur Iskhodzhanov
2014-05-12[CMake] Fix standalone build after r208526Alexey Samsonov
2014-05-12[ASan tests] Use clang-cl to build tests on WindowsTimur Iskhodzhanov
2014-04-01Allow the user to override the compiler used for testingGreg Fitzgerald
2014-04-01[ASan] Optional support for dynamic ASan runtime on Linux.Alexey Samsonov
2014-03-31InstrProf: Add simple compiler-rt testDuncan P. N. Exon Smith
2014-03-31[sanitizer] Test that we can compile C++ code on the target platform.Evgeniy Stepanov
2014-03-27Revert r204877 "Allow the user to override the compiler used for testing"Greg Fitzgerald
2014-03-26Allow the user to override the compiler used for testingGreg Fitzgerald
2014-03-18[CMake] Build compiler-rt libraries with -std=c++11Alexey Samsonov
2014-03-18Move Android ucontext.h out of third_party.Evgeniy Stepanov
2014-03-14[CMake] Add trailing newline to test source file to make sure -Wnewline-eof d...Alexey Samsonov
2014-03-13[CMake] More fixes for Windows buildAlexey Samsonov
2014-03-13[CMake] Attempt to fix standalone compiler-rt build on WindowsAlexey Samsonov
2014-03-13[CMake] Use /W3 instead of -Wall on Windows. Remove add_definitions abuse.Alexey Samsonov