summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/ubsan
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Rename test/ubsan/TestCases/{ImplicitCast => ImplicitConversion}Roman Lebedev2018-07-303-0/+0
* [compiler-rt] integer-truncation-blacklist.c: XFAIL on android/iosRoman Lebedev2018-07-301-0/+5
* [compiler-rt][ubsan] Implicit Conversion Sanitizer - integer truncation - co...Roman Lebedev2018-07-303-0/+91
* [test] Use printf instead of C++ iostream, NFC.Jonas Hahnfeld2018-07-261-4/+4
* [UBSan] Followup for silence_unsigned_overflow flag to handle negate overflows.Max Moroz2018-07-131-1/+3
* [compiler-rt] Get rid of "%T" expansionsFilipe Cabecinhas2018-07-101-7/+7
* [UBsan] Enable subset of unit tests for OpenBSDDavid Carlier2018-06-308-1/+15
* [UBSan] Add silence_unsigned_overflow flag.Matt Morehouse2018-06-271-0/+2
* [ubsan] Mark a test case as unsupported on WindowsVedant Kumar2018-06-251-2/+7
* [ubsan] Add support for reporting diagnostics to a monitor processVedant Kumar2018-06-221-0/+37
* [Sanitizers, test] Fix sanitizer tests on Solaris (PR 33274)Kamil Rytarowski2018-01-173-1/+14
* o -fsanitize=function warning when calling noexcept function through non-noex...Stephan Bergmann2018-01-051-1/+41
* -fsanitize=vptr warnings on bad static types in dynamic_cast and typeidStephan Bergmann2017-12-281-24/+91
* [ubsan] Diagnose noreturn functions which return (compiler-rt)Vedant Kumar2017-12-212-3/+23
* Revert r320977 "No -fsanitize=function warning when calling noexcept function...Stephan Bergmann2017-12-181-39/+1
* No -fsanitize=function warning when calling noexcept function through non-noe...Stephan Bergmann2017-12-181-1/+39
* [ubsan] Test for pass_object_size bounds checksVedant Kumar2017-12-081-0/+16
* [ubsan] Re-commit: lit changes for lld testing, future lto testing.Roman Lebedev2017-12-013-13/+33
* Revert "[ubsan] lit changes for lld testing, future lto testing."Roman Lebedev2017-12-013-33/+13
* [ubsan] lit changes for lld testing, future lto testing.Roman Lebedev2017-12-013-13/+33
* sanitizer_common: Try looking up symbols with RTLD_DEFAULT if RTLD_NEXT does ...Peter Collingbourne2017-11-103-0/+25
* Factor out "stable-runtime" feature and enable it on all android.Evgeniy Stepanov2017-10-101-5/+0
* XFAIL ubsan/TestCases/TypeCheck/Function/function.cpp on WindowsHans Wennborg2017-10-101-0/+1
* [ubsan] Fix Asan internal alloc corruption in PR33221 test.Evgeniy Stepanov2017-10-091-1/+1
* [ubsan] Disable one test on Android.Evgeniy Stepanov2017-10-091-0/+2
* cmake: Fix one more usage of append()Vedant Kumar2017-10-071-1/+1
* [ubsan] Add a static runtime on DarwinVedant Kumar2017-10-073-0/+14
* Factor out default_(a|ub)sanitizer_opts in lit.Evgeniy Stepanov2017-10-061-8/+1
* [sanitizer] Test ubsan and cfi on android.Evgeniy Stepanov2017-10-064-3/+7
* [sanitizer] Move %ld_flags_rpath_exe to common and use it in more tests.Evgeniy Stepanov2017-10-051-2/+2
* ubsan: Unbreak ubsan_cxx runtime library on Windows.Peter Collingbourne2017-09-155-0/+5
* [ubsan] Enable -fsanitize=function test on DarwinVedant Kumar2017-09-131-6/+3
* Enable ubsan on NetBSDKamil Rytarowski2017-08-082-5/+11
* [ubsan] Test -fsanitize=vptr without -fsanitize=nullVedant Kumar2017-08-022-2/+2
* [ubsan] Diagnose invalid uses of builtins (compiler-rt)Vedant Kumar2017-07-292-0/+37
* [ubsan] Update a test missed in r309008, NFCVedant Kumar2017-07-251-1/+1
* [ubsan] -fsanitize=vptr now requires -fsanitize=null, update testsVedant Kumar2017-07-254-10/+19
* [ubsan] Teach the pointer overflow check that "p - <unsigned> <= p" (compiler...Vedant Kumar2017-07-131-4/+11
* [ubsan] Improve diagnostics for return value checks (compiler-rt)Vedant Kumar2017-06-232-6/+33
* [ubsan] Fix a faulty memory accessibility checkVedant Kumar2017-06-153-1/+60
* [ubsan] Detect invalid unsigned pointer index expression (compiler-rt)Vedant Kumar2017-06-121-0/+13
* [ubsan] Runtime support for pointer overflow checkingVedant Kumar2017-06-011-0/+19
* Tighten up test to address bot failure. NFC.Vedant Kumar2017-06-011-3/+7
* Bug 33221 [UBSAN] segfault with -fsanitize=undefinedVedant Kumar2017-06-011-0/+24
* Fix negate-overflow.cpp test on Windows after r303440Hans Wennborg2017-05-241-2/+4
* [ubsan] Don't enable debug info in all testsReid Kleckner2017-05-153-3/+4
* [ubsan] Enable debug info in test binariesReid Kleckner2017-05-122-6/+2
* [SystemZ] Fix failures after D32542Ulrich Weigand2017-05-091-0/+3
* [ubsan]: temporarily disable print_stack_trace.cc testAlexander Potapenko2017-05-051-0/+3
* [ubsan] Implement __sanitizer_print_stack_trace for standalone UBSan runtime.Alexander Potapenko2017-05-051-0/+20
OpenPOWER on IntegriCloud