summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
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
2014-03-13[CMake] Make append_if semantics similar to those used in LLVMAlexey Samsonov
2014-03-06[CMake] Build compiler-rt libraries with -WallAlexey Samsonov
2014-03-05[CMake] Minor fix to llvm-config discoveryAlexey Samsonov
2014-02-28[CMake] Fix PR18987: discard /MD flag if we're adding /MTAlexey Samsonov
2014-02-27[asan] Install asan_device_setup to bin/ when targetting Android.Evgeniy Stepanov
2014-02-27Add accidentally removed -DAlexey Samsonov
2014-02-27Move COMPILER_RT_HAS_FUNC check from r202303 to config-ix.cmakeAlexey Samsonov
2014-02-26Append -D__func__=__FUNCTION__ to SANITIZER_COMMON_CFLAGSReid Kleckner
2014-02-26[CMake] Introduce cmake_policy(CMP0022) for target_link_libraries(INTERFACE|P...NAKAMURA Takumi