summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/ubsan/lit_tests
Commit message (Expand)AuthorAgeFilesLines
* Move UBSan test suite under test/Alexey Samsonov2014-02-1432-846/+0
* Move shared configs for lit test suites to test/ and unittests/ directoriesAlexey Samsonov2014-02-142-2/+2
* ubsan: Fix typo in 'TypeCheck/vptr.cpp' test to resolve 32bit failure.Will Dietz2013-12-091-1/+1
* Fix integer tests on platforms where uint64_t is 'unsigned long long'.Will Dietz2013-12-063-3/+3
* [UBSan] Make sure ASan and UBSan interact properly by running each test from ...Alexey Samsonov2013-11-1433-80/+105
* Overhaul the symbolizer interface.Peter Collingbourne2013-10-253-5/+1
* Runtime support for the indirect function call checker.Peter Collingbourne2013-10-204-0/+24
* [ubsan] Introduce %clangxx substitution for all C++ tests.Peter Collingbourne2013-10-2024-55/+57
* Refactor the usage of strip_path_prefix option and make it more consistent ac...Alexey Samsonov2013-10-041-1/+1
* This fixme is resolved, fix the test.Nick Lewycky2013-10-021-2/+1
* Add "CHECK-" prefix to un-break buildbot failure.Rui Ueyama2013-08-126-26/+26
* [tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-092-11/+12
* disable pipefail for ubsan.Rafael Espindola2013-07-261-0/+2
* Fix another instance of -ccc-cxx vs. --driver-mode=g++Hans Wennborg2013-07-181-1/+1
* [ASan] create separate configs for running ASan lit tests in both 32- and 64-...Alexey Samsonov2013-06-071-0/+3
* Remove a bunch of copy-paste: use common config for sanitizer lit/unit testsAlexey Samsonov2013-06-062-24/+3
* Improve support for compiler-rt tests in CMake build.Alexey Samsonov2013-05-272-10/+12
* Explicitly list all sanitizer headers in CMake build rules. Make sure sanitiz...Alexey Samsonov2013-04-111-3/+2
* compiler-rt part of r178194. Remove ubsan test for diagnostic on inf/nan conv...Richard Smith2013-03-271-4/+2
* Update ubsan test for clang change r177362.Richard Smith2013-03-191-2/+5
* ubsan: Runtime handlers for array indexing checks.Richard Smith2013-02-231-0/+15
* ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11,Richard Smith2013-02-131-2/+13
* [ubsan] Add deduplication functionality, always enabled.Will Dietz2013-01-091-0/+25
* [ubsan] Check for appropriate types on compound assignment overflow diagnostics.Will Dietz2013-01-073-4/+4
* [ubsan] Don't suggest casting to unsigned for unsigned unary minus overflow.Will Dietz2012-12-311-2/+7
* Revert r171273 which doesn't actually compile.Chandler Carruth2012-12-311-7/+2
* [ubsan] Don't suggest casting to unsigned for unsigned unary minus overflow.Will Dietz2012-12-311-2/+7
* [ubsan] Update test now that check recovery is default and has driver flag.Will Dietz2012-12-301-4/+5
* Define COMPILER_RT_CAN_EXECUTE_TESTS variable on platforms where we can produ...Alexey Samsonov2012-12-271-3/+3
* ubsan: Demangle class names, and be more informative when a reinterpret_castRichard Smith2012-12-181-4/+4
* ubsan: When diagnosing something wrong somewhere in memory, emit a noteRichard Smith2012-12-182-20/+73
* ubsan: if the frontend didn't provide us with a source location, try to workRichard Smith2012-12-182-8/+17
* Rein ubsan's vptr sanitizer back a bit. Per core issue 453, binding a referenceRichard Smith2012-12-181-3/+2
* ubsan unit tests for -fsanitize=bool and -fsanitize=enum.Richard Smith2012-12-132-0/+27
* [ubsan] Refactor handlers to have separate entry points for aborting.Will Dietz2012-12-021-0/+21
* [ubsan] Replace "fatal error" with "runtime error".Will Dietz2012-12-0219-42/+42
* ubsan: Disable __int128 tests if the host Clang does not support it. TheseRichard Smith2012-11-296-11/+45
* ubsan: Support unsigned overflows, and divide-by-zero int/float split.Will Dietz2012-11-275-4/+92
* ubsan: fix broken test case by using brand new [[@LINE]] FileCheck featureAlexey Samsonov2012-11-161-3/+3
* UBSan: enable CMake build on Darwin. Fix two failing tests and disable the te...Alexey Samsonov2012-11-164-4/+8
* Update compiler-rt tests to match flag renaming/deprecation in Clang.Richard Smith2012-11-0615-34/+34
* -fcatch-undefined-behavior checking for appropriate vptr value: library side.Richard Smith2012-10-251-0/+74
* -fcatch-undefined-behavior: Runtime library support for trapping conversions ...Richard Smith2012-10-121-0/+90
* -fcatch-undefined-behavior: handler for VLA bound which evaluates to a non-po...Richard Smith2012-10-101-0/+11
* Add a runtime diagnostics library for Clang's -fcatch-undefined-behavior.Richard Smith2012-10-0915-0/+346
OpenPOWER on IntegriCloud