summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [fuzzer] Don't run tests on Android.Evgeniy Stepanov2018-06-281-1/+1
* libFuzzer, OpenBSD supportVitaly Buka2018-04-091-1/+2
* Add simple runtime tests for shadowcallstackVlad Tsyrklevich2018-04-041-0/+3
* Allow compiler-rt test targets to work with multi-config CMake generatorsGreg Bedwell2017-11-131-2/+2
* [cmake] Add a separate CMake var to control profile runtimeMichal Gorny2017-10-021-2/+2
* [cmake] Make it possible to build and test profile without sanitizersVedant Kumar2017-09-181-1/+2
* [asan] Enable asan_and_llvm_coverage_test.cc on AndroidVitaly Buka2017-09-161-3/+5
* Revert "[ubsan] Make check-ubsan depend on check-ubsan-minimal."Evgeniy Stepanov2017-08-311-4/+0
* [ubsan] Make check-ubsan depend on check-ubsan-minimal.Evgeniy Stepanov2017-08-311-0/+4
* [fuzzer] Don't enable tests when the fuzzer isn't builtVedant Kumar2017-08-301-1/+4
* Move libFuzzer to compiler_rt.George Karpenkov2017-08-211-0/+1
* Don't double-include cfi tests on linuxFrancis Ricci2017-06-271-1/+4
* Loop directly over sanitizers to build in cmakeFrancis Ricci2017-06-271-15/+3
* Only test sanitizers that are built when COMPILER_RT_SANITIZERS_TO_BUILD is usedFrancis Ricci2017-06-271-41/+35
* Revert "Only test sanitizers that are built when COMPILER_RT_SANITIZERS_TO_BU...Francis Ricci2017-06-271-33/+42
* Only test sanitizers that are built when COMPILER_RT_SANITIZERS_TO_BUILD is usedFrancis Ricci2017-06-271-42/+33
* [test] Build sanitizer/xray tests only if COMPILER_RT_BUILD_* is onMichal Gorny2017-04-261-40/+42
* Reapply r297382: "[compiler-rt][builtins] Add __isOSVersionAtLeast()"Erik Pilkington2017-03-091-2/+4
* Revert "[compiler-rt][builtins] Add __isOSVersionAtLeast()"Erik Pilkington2017-03-091-4/+2
* [compiler-rt][builtins] Add __isOSVersionAtLeast()Erik Pilkington2017-03-091-2/+4
* [asan/win] Delay load dbghelp.dll to delay ucrtbase.dll initializationReid Kleckner2016-11-141-1/+1
* [CMake] Adding compiler-rt-test-depends targetChris Bieneman2016-09-011-0/+1
* [CMake] Add check-compiler-rt target for runtimes buildChris Bieneman2016-08-191-1/+5
* [compiler-rt][XRay] Implement __xray_unpatch() and __xray_remove_handler()Dean Michael Berris2016-08-081-0/+3
* [compiler-rt] Activate interception unittestsEtienne Bergeron2016-07-271-0/+3
* [sanitizer] Initial implementation of a Hardened AllocatorKostya Serebryany2016-06-071-0/+3
* [esan] EfficiencySanitizer base runtime libraryDerek Bruening2016-04-211-0/+3
* Another place for CMAKE_HOST_UNIXSean Silva2016-04-061-1/+1
* [CMake] Push the dependency on AddLLVM into the test and unites layersChris Bieneman2016-02-171-0/+3
* [sanitizers] generating html report on coverage dumpMike Aizatsky2016-01-271-1/+1
* Revert "Fix CMake warning in CFI tests."Evgeniy Stepanov2016-01-081-1/+1
* Fix CMake warning in CFI tests.Evgeniy Stepanov2016-01-081-1/+1
* Revert "[CMake] Provide options for toggling on and off various runtime libra...Chris Bieneman2015-12-101-4/+31
* [CMake] Provide options for toggling on and off various runtime libraries.Chris Bieneman2015-12-091-31/+4
* [TSan] Use llvm-objdump+FileCheck instead of standalone .sh script.Alexey Samsonov2015-12-071-2/+2
* [CFI] Make CFI tests require UBSan (for diagnostic mode).Alexey Samsonov2015-09-291-1/+4
* CFI: Update tests for various bit vector sizes following lowerbitsets optzns.Peter Collingbourne2015-07-291-1/+1
* UBSan: Enable runtime library tests on Windows, and get most tests passing.Peter Collingbourne2015-07-021-0/+3
* Protection against stack-based memory corruption errors using SafeStack: comp...Peter Collingbourne2015-06-151-0/+3
* Add test suite for the Control Flow Integrity feature.Peter Collingbourne2015-02-201-0/+1
* Make FileCheck be a common dependency, not an ASan one.Filipe Cabecinhas2015-02-201-0/+6
* Don't make check-sanitizer depend on profile on WindowsReid Kleckner2014-11-211-1/+4
* [asan] make sanitizer tests depend on libclang_rt.profile since we now have a...Kostya Serebryany2014-09-241-1/+1
* [CMake] Determine which compiler-rt libraries are supported onAlexey Samsonov2014-08-081-8/+8
* InstrProf: Add simple compiler-rt testDuncan P. N. Exon Smith2014-03-311-0/+3
* [CMake] Introduce check-all command for standalone compiler-rt buildAlexey Samsonov2014-02-201-0/+11
* Move config for sanitizer_common tests under test/ for consistencyAlexey Samsonov2014-02-201-0/+3
* [CMake] Add the way to run tests in standalone build.Alexey Samsonov2014-02-191-4/+8
* [CMake] Simplify setting compile flag disabling RTTIAlexey Samsonov2014-02-181-0/+11
* [ASan] Rename asan_runtime_libraries to asan. Re-enable tests on Android.Alexey Samsonov2014-02-141-1/+1
OpenPOWER on IntegriCloud