summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* builtins: avoid duplicating unwind declarationsSaleem Abdulrasool2015-01-141-0/+3
* Use -DSANITIZER_DEBUG=1 if COMPILER_RT_DEBUG=ON, now that PR22083 is fixed.Alexey Samsonov2015-01-061-2/+1
* Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.Alexey Samsonov2015-01-031-0/+15
* Avoid building compiler-rt with LTO.Rafael Espindola2014-12-311-0/+1
* [cmake/multilib] Support multilib libdir suffixes by applying theChandler Carruth2014-12-291-1/+2
* Change the CMake build to generate full debugging info when COMPILER_RT_DEBUG=ONKuba Brecka2014-12-231-1/+1
* [ASan] Always build shared ASan runtime on Linux.Alexey Samsonov2014-12-171-8/+0
* [asan] Remove the local copy of Android ucontext.h.Evgeniy Stepanov2014-11-281-2/+0
* [CMake] Detect if -Wfoo is supported instead of -Wno-foo, as GCC occasionally...Alexey Samsonov2014-11-131-4/+4
* Build Darwin libclang_rt libraries against real SDKs.Bob Wilson2014-11-101-1/+0
* Disabling some MSVC warnings that are of questionable value. Note, these are ...Aaron Ballman2014-10-231-1/+3
* Change all of the build flags to switch /MD and /MDd into /MT, instead of jus...Aaron Ballman2014-10-231-4/+9
* [compiler-rt] compiler-rt's CMake append_if function clashes with LLVM's, let...Kuba Brecka2014-10-151-16/+16
* [CMake] Cleanup CMake rules after r219302. NFC.Alexey Samsonov2014-10-151-10/+2
* [ASan] Bump the minimum OSX version required to run ASan to 10.7.Alexander Potapenko2014-10-081-1/+1
* [sanitizer] Android build cleanup.Evgeniy Stepanov2014-09-291-1/+2
* [ASan/Win] Enable building the MD runtime by defaultTimur Iskhodzhanov2014-08-271-0/+5
* [ASan/Win] Disable warning C4391: incorrect return type for intrinsic functionTimur Iskhodzhanov2014-08-261-0/+1
* Fix the CMake build when setting MACOSX_DEPLOYMENT_TARGETHans Wennborg2014-08-121-0/+1
* [ASan/Win] Fix PR18987: warning about overriding '/MD' with '/MT'Timur Iskhodzhanov2014-08-121-3/+6
* [CMake] Determine which compiler-rt libraries are supported onAlexey Samsonov2014-08-081-72/+0
* Exclude ASM from CompilerRT languages as an attempt to fix CMake failure in s...Alexey Samsonov2014-07-281-1/+1
* builtins: re-enable building assembly sourcesSaleem Abdulrasool2014-07-261-1/+1
* [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