summaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
AgeCommit message (Expand)Author
2016-04-21[esan] EfficiencySanitizer base runtime libraryDerek Bruening
2016-04-06Another place for CMAKE_HOST_UNIXSean Silva
2016-02-17[CMake] Push the dependency on AddLLVM into the test and unites layersChris Bieneman
2016-01-27[sanitizers] generating html report on coverage dumpMike Aizatsky
2016-01-08Revert "Fix CMake warning in CFI tests."Evgeniy Stepanov
2016-01-08Fix CMake warning in CFI tests.Evgeniy Stepanov
2015-12-10Revert "[CMake] Provide options for toggling on and off various runtime libra...Chris Bieneman
2015-12-09[CMake] Provide options for toggling on and off various runtime libraries.Chris Bieneman
2015-12-07[TSan] Use llvm-objdump+FileCheck instead of standalone .sh script.Alexey Samsonov
2015-09-29[CFI] Make CFI tests require UBSan (for diagnostic mode).Alexey Samsonov
2015-07-29CFI: Update tests for various bit vector sizes following lowerbitsets optzns.Peter Collingbourne
2015-07-02UBSan: Enable runtime library tests on Windows, and get most tests passing.Peter Collingbourne
2015-06-15Protection against stack-based memory corruption errors using SafeStack: comp...Peter Collingbourne
2015-02-20Add test suite for the Control Flow Integrity feature.Peter Collingbourne
2015-02-20Make FileCheck be a common dependency, not an ASan one.Filipe Cabecinhas
2014-11-21Don't make check-sanitizer depend on profile on WindowsReid Kleckner
2014-09-24[asan] make sanitizer tests depend on libclang_rt.profile since we now have a...Kostya Serebryany
2014-08-08[CMake] Determine which compiler-rt libraries are supported onAlexey Samsonov
2014-03-31InstrProf: Add simple compiler-rt testDuncan P. N. Exon Smith
2014-02-20[CMake] Introduce check-all command for standalone compiler-rt buildAlexey Samsonov
2014-02-20Move config for sanitizer_common tests under test/ for consistencyAlexey Samsonov
2014-02-19[CMake] Add the way to run tests in standalone build.Alexey Samsonov
2014-02-18[CMake] Simplify setting compile flag disabling RTTIAlexey Samsonov
2014-02-14[ASan] Rename asan_runtime_libraries to asan. Re-enable tests on Android.Alexey Samsonov
2014-02-14Move TSan lit-tests under test/tsanAlexey Samsonov
2014-02-14Move ASan lit-tests under test/asanAlexey Samsonov
2014-02-14Move MSan lit-tests under test/msanAlexey Samsonov
2014-02-14Move LSan test suite under test/Alexey Samsonov
2014-02-14Move DFSan test suite under test/Alexey Samsonov
2014-02-14Move UBSan test suite under test/Alexey Samsonov
2014-02-14Move shared configs for lit test suites to test/ and unittests/ directoriesAlexey Samsonov
2012-04-04Remove the old, and non-functional CMake build system from CompilerRT.Chandler Carruth
2009-10-29Fix test suit for last CMake changes to CompilerRT.Edward O'Callaghan
2009-10-28Update web docs for cmake test suit, comment out broken test.Edward O'Callaghan
2009-10-27Fix cmake test suit for compiler-rt.Edward O'Callaghan
2009-10-17Comment out broken tests and make the rest build in cmake build system.Edward O'Callaghan
2009-09-12Generalize Blocks code and intergrate with cmake build system more.Edward O'Callaghan
2009-08-09Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 c...Edward O'Callaghan
2009-08-05Start porting compiler-rt testsuit to Solaris with new build system. Fix some...Edward O'Callaghan
2009-08-03Initial import of CMake type build system. Just like the rest of llvm..Edward O'Callaghan