aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test/ubsan_minimal
AgeCommit message (Expand)AuthorFilesLines
2019-07-08[ubsan][test] Don't disable ubsan testing on 64-bit Solaris/x86Rainer Orth1-3/+0
2019-06-27[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner3-4/+4
2019-01-15[compiler-rt][UBSan] Sanitization for alignment assumptions.Roman Lebedev1-0/+17
2019-01-15Revert alignment assumptions changesVlad Tsyrklevich1-11/+0
2019-01-14[compiler-rt][UBSan] Sanitization for alignment assumptions.Roman Lebedev1-0/+11
2018-10-30[compiler-rt][ubsan] Implicit Conversion Sanitizer - integer sign change - co...Roman Lebedev2-0/+34
2018-10-11[compiler-rt][ubsan] Split Implicit Integer Truncation Sanitizer into unsigne...Roman Lebedev2-1/+26
2018-08-17[NFC] Some small test updates for Implicit Conversion sanitizer.Roman Lebedev1-1/+2
2018-07-30[compiler-rt][ubsan] Implicit Conversion Sanitizer - integer truncation - co...Roman Lebedev1-0/+24
2018-06-28[UBsan] minimal unit tests removing OpenBSD spacial caseDavid Carlier1-6/+0
2018-06-25[UBsan] Enable ubsan minimal unit tests on OpenBSDDavid Carlier1-1/+7
2018-01-17[Sanitizers, test] Fix sanitizer tests on Solaris (PR 33274)Kamil Rytarowski1-0/+3
2017-12-01[ubsan] Re-commit: lit changes for lld testing, future lto testing.Roman Lebedev1-1/+1
2017-12-01Revert "[ubsan] lit changes for lld testing, future lto testing."Roman Lebedev1-1/+1
2017-12-01[ubsan] lit changes for lld testing, future lto testing.Roman Lebedev1-1/+1
2017-10-11[ubsan] Support ubsan-minimal tests on Android.Evgeniy Stepanov1-1/+1
2017-09-19[ubsan-minimal] Test exported symbol set against RTUBsanVedant Kumar1-0/+16
2017-09-19[ubsan-minimal] Make the interface more compatible with RTUBSanVedant Kumar1-1/+15
2017-09-13[ubsan-minimal] Filter targets to test by host arch on DarwinVedant Kumar2-5/+3
2017-09-13[ubsan-minimal] Temporarily disable x86_64h testing on DarwinVedant Kumar1-0/+5
2017-09-12[ubsan-minimal] Fix the x86_64h config checkVedant Kumar1-1/+1
2017-09-12[ubsan-minimal] Disable x86_64h tests when not on x86_64hVedant Kumar1-0/+4
2017-09-11[ubsan-minimal] Enable on DarwinVedant Kumar1-1/+1
2017-08-31[ubsan] Give ubsan-minimal lit test suite a name.Evgeniy Stepanov1-0/+1
2017-08-29Disable ubsan-minimal on Darwin.Evgeniy Stepanov1-1/+1
2017-08-29Minimal runtime for UBSan.Evgeniy Stepanov6-0/+145