summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [asan] adding support of 32-bit address sanitizer for MIPSDaniel Sanders2014-06-241-2/+4
* Fix Android build after r210053Greg Fitzgerald2014-06-031-13/+15
* Cleanup Android build and provide better diagnosticsGreg Fitzgerald2014-06-021-15/+24
* light up sanitizers for ARM, take 2Greg Fitzgerald2014-05-291-6/+10
* Revert "light up sanitizers for ARM"Greg Fitzgerald2014-05-291-6/+6
* light up sanitizers for ARMGreg Fitzgerald2014-05-291-6/+6
* [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Wind...Timur Iskhodzhanov2014-05-281-8/+2
* XFAIL ptrace test on armGreg Fitzgerald2014-05-201-0/+6
* [ASan tests] Add the first Windows-only lit testTimur Iskhodzhanov2014-05-141-0/+2
* Enable CAN_EXECUTE_TESTS if an EMULATOR is providedGreg Fitzgerald2014-05-141-1/+2
* Enable sanitizer tests (check-sanitizer, check-asan) on WindowsTimur Iskhodzhanov2014-05-131-4/+4
* [CMake] Fix standalone build after r208526Alexey Samsonov2014-05-121-0/+2
* [ASan tests] Use clang-cl to build tests on WindowsTimur Iskhodzhanov2014-05-121-2/+11
* Allow the user to override the compiler used for testingGreg Fitzgerald2014-04-011-3/+7
* [ASan] Optional support for dynamic ASan runtime on Linux.Alexey Samsonov2014-04-011-0/+2
* InstrProf: Add simple compiler-rt testDuncan P. N. Exon Smith2014-03-311-0/+1
* [sanitizer] Test that we can compile C++ code on the target platform.Evgeniy Stepanov2014-03-311-2/+2
* Revert r204877 "Allow the user to override the compiler used for testing"Greg Fitzgerald2014-03-271-7/+3
* Allow the user to override the compiler used for testingGreg Fitzgerald2014-03-261-3/+7
* [CMake] Build compiler-rt libraries with -std=c++11Alexey Samsonov2014-03-181-0/+2
* Move Android ucontext.h out of third_party.Evgeniy Stepanov2014-03-181-1/+1
* [CMake] Add trailing newline to test source file to make sure -Wnewline-eof d...Alexey Samsonov2014-03-141-1/+1
* [CMake] More fixes for Windows buildAlexey Samsonov2014-03-131-8/+5
* [CMake] Attempt to fix standalone compiler-rt build on WindowsAlexey Samsonov2014-03-131-1/+2
* [CMake] Use /W3 instead of -Wall on Windows. Remove add_definitions abuse.Alexey Samsonov2014-03-131-3/+7
* [CMake] Make append_if semantics similar to those used in LLVMAlexey Samsonov2014-03-131-15/+15
* [CMake] Build compiler-rt libraries with -WallAlexey Samsonov2014-03-061-0/+1
* [CMake] Minor fix to llvm-config discoveryAlexey Samsonov2014-03-051-2/+2
* [CMake] Fix PR18987: discard /MD flag if we're adding /MTAlexey Samsonov2014-02-281-3/+9
* [asan] Install asan_device_setup to bin/ when targetting Android.Evgeniy Stepanov2014-02-271-0/+3
* Add accidentally removed -DAlexey Samsonov2014-02-271-1/+1
* Move COMPILER_RT_HAS_FUNC check from r202303 to config-ix.cmakeAlexey Samsonov2014-02-271-3/+2
* Append -D__func__=__FUNCTION__ to SANITIZER_COMMON_CFLAGSReid Kleckner2014-02-261-0/+6
* [CMake] Introduce cmake_policy(CMP0022) for target_link_libraries(INTERFACE|P...NAKAMURA Takumi2014-02-261-0/+14
* [CMake] Better support for COMPILER_RT_ENABLE_WERROR. Make sure compiler-rt l...Alexey Samsonov2014-02-241-2/+3
* [CMake] Introduce COMPILER_RT_ENABLE_WERROR optionAlexey Samsonov2014-02-241-0/+7
* Add rudimentary support for running compiler-rt lit tests with GCCAlexey Samsonov2014-02-191-0/+2
* [CMake] Use host compiler to run lit tests in standalone modeAlexey Samsonov2014-02-191-3/+2
* [CMake] Use host compiler to build unittests in standalone modeAlexey Samsonov2014-02-191-0/+5
* [CMake] Introduce COMPILER_RT_INCLUDE_TESTS optionAlexey Samsonov2014-02-191-1/+4
* [CMake] Add the way to run tests in standalone build.Alexey Samsonov2014-02-191-10/+37
* [CMake] Rudimentary support for standalone CompilerRT build system.Alexey Samsonov2014-02-191-11/+45
* [CMake] Rename several variablesAlexey Samsonov2014-02-181-5/+6
* [CMake] Don't build ASan for iossim if -mmacosx-version-min is specifiedAlexey Samsonov2014-02-181-1/+3
* [CMake] Simplify setting compile flag disabling RTTIAlexey Samsonov2014-02-181-17/+0
* [CMake] Simplify code for detecting/setting compiler flagsAlexey Samsonov2014-02-181-58/+47
* Move TSan lit-tests under test/tsanAlexey Samsonov2014-02-141-0/+1
* Move ASan lit-tests under test/asanAlexey Samsonov2014-02-141-1/+2
* Move MSan lit-tests under test/msanAlexey Samsonov2014-02-141-0/+8
* Move LSan test suite under test/Alexey Samsonov2014-02-141-0/+1