| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [CMake] Fix the value of `config.target_cflags` for non-macOS Apple platforms... | Dan Liew | 2019-06-17 | 1 | -4/+15 |
* | [AddressSanitizer] [Windows] Fix HeapReAlloc and _recalloc bugs in asan_mallo... | Matthew G McGovern | 2019-04-29 | 2 | -0/+58 |
* | Revert "[CMake] Fix the value of `config.target_cflags` for non-macOS Apple" | Dan Liew | 2019-04-26 | 1 | -9/+2 |
* | [asan_symbolize] Teach `asan_symbolize.py` to symbolicate using a module map | Dan Liew | 2019-04-26 | 1 | -0/+31 |
* | [CMake] Fix the value of `config.target_cflags` for non-macOS Apple | Dan Liew | 2019-04-26 | 1 | -2/+9 |
* | [asan_symbolize] Add a simple plugin architecture | Dan Liew | 2019-04-18 | 3 | -0/+48 |
* | [asan_symbolize] Use proper logging infrastructure. | Dan Liew | 2019-04-08 | 3 | -0/+16 |
* | [Sanitizer] Make wcrtomb test posix-only | Pavel Labath | 2019-04-08 | 1 | -0/+3 |
* | [Sanitizer] Fix a possible write to freed memory in the wcrtomb interceptor | Pavel Labath | 2019-04-08 | 1 | -0/+13 |
* | Enable `asan/TestCases/Posix/start-deactivated.cc` test for iOS. | Dan Liew | 2019-03-21 | 1 | -1/+0 |
* | [asan] Disable -Wfortify-source in intentional OOB tests | Reid Kleckner | 2019-03-18 | 2 | -4/+4 |
* | Remove ASan asm instrumentation. | Evgeniy Stepanov | 2019-03-11 | 1 | -33/+0 |
* | [sanitizer] Intercept bzero. | Evgeniy Stepanov | 2019-03-04 | 1 | -0/+15 |
* | Reland "[compiler-rt] Intercept the bcmp() function." | Clement Courbet | 2019-03-01 | 2 | -2/+20 |
* | [Sanitizer] lit test config: Respect existing parallelism_group | Julian Lettner | 2019-02-28 | 1 | -1/+2 |
* | [hwasan, asan] Intercept vfork. | Evgeniy Stepanov | 2019-02-27 | 1 | -0/+31 |
* | [Darwin][NFC] Refactor throttling of 64bit sanitizer tests on Darwin | Julian Lettner | 2019-02-27 | 1 | -3/+1 |
* | Revert "[compiler-rt] Intercept the bcmp() function." | Vlad Tsyrklevich | 2019-02-26 | 2 | -21/+2 |
* | [compiler-rt] Disable failing test on darwin during investigation. | Clement Courbet | 2019-02-26 | 1 | -0/+1 |
* | [compiler-rt] disable asan bcmp tests on android. | Clement Courbet | 2019-02-26 | 1 | -0/+1 |
* | [compiler-rt] Intercept the bcmp() function. | Clement Courbet | 2019-02-26 | 2 | -2/+19 |
* | [sanitizer] Re-disable a few tests on android. | Evgeniy Stepanov | 2019-02-26 | 4 | -4/+6 |
* | [sanitizer] Remove "-android" from test_arch. | Evgeniy Stepanov | 2019-02-25 | 1 | -7/+1 |
* | Revert "[asan] Fix vfork handling.", +1 | Evgeniy Stepanov | 2019-02-21 | 1 | -31/+0 |
* | [asan] Fix vfork handling. | Evgeniy Stepanov | 2019-02-21 | 1 | -2/+2 |
* | [hwasan,asan] Intercept vfork. | Evgeniy Stepanov | 2019-02-21 | 1 | -0/+31 |
* | [Sanitizer] iOS: Pull up parallelism_group handling into common.lit.config | Julian Lettner | 2019-02-15 | 1 | -2/+0 |
* | Explicitly set C++ standard for `Posix/no-fd.cc` ASan test. | Dan Liew | 2019-01-15 | 1 | -1/+1 |
* | [asan] Add fallback for Thumb after r350139 | Diana Picus | 2019-01-14 | 1 | -1/+1 |
* | [asan] Mark tests as UNSUPPORTED on arm | Diana Picus | 2019-01-10 | 1 | -1/+1 |
* | [asan] Disable TSD dtor leak unit tests on FreeBSD x86 64 | David Carlier | 2019-01-09 | 1 | -0/+2 |
* | [asan] Support running without /proc | Evgeniy Stepanov | 2019-01-08 | 1 | -0/+4 |
* | Revert "[asan] Support running without /proc.", +1 | Evgeniy Stepanov | 2018-12-28 | 1 | -4/+0 |
* | Enable asan_and_llvm_coverage_test.cc for NetBSD | Kamil Rytarowski | 2018-12-27 | 1 | -2/+0 |
* | [asan] Support running without /proc. | Evgeniy Stepanov | 2018-12-27 | 1 | -0/+4 |
* | Do not rely on that subject of ErrorAllocTypeMismatch is a heap address. | Martin Liska | 2018-12-27 | 3 | -0/+34 |
* | Revert "[asan] Disable test on powerpc64be" | Vitaly Buka | 2018-12-20 | 1 | -3/+0 |
* | [asan] Disable test on powerpc64be | Vitaly Buka | 2018-12-20 | 1 | -0/+3 |
* | [sanitizer] Support running without fd 0,1,2. | Evgeniy Stepanov | 2018-12-20 | 1 | -0/+39 |
* | Revert "[sanitizer] Support running without fd 0,1,2." | Ilya Biryukov | 2018-12-20 | 1 | -39/+0 |
* | [asan] Revert still Androind incompatible tests enabled in r349736 | Vitaly Buka | 2018-12-20 | 2 | -0/+4 |
* | [asan] Fix and re-enable few test on Android | Vitaly Buka | 2018-12-20 | 6 | -38/+23 |
* | [asan] Disable test incompatible with new Android | Vitaly Buka | 2018-12-20 | 1 | -0/+4 |
* | [sanitizer] Support running without fd 0,1,2. | Evgeniy Stepanov | 2018-12-19 | 1 | -0/+39 |
* | [asan] Disable ODR test on Android | Vitaly Buka | 2018-12-19 | 1 | -0/+3 |
* | [asan] Restore ODR-violation detection on vtables | Vitaly Buka | 2018-12-18 | 1 | -0/+26 |
* | Mark interception_failure_test.cc as passing for NetBSD and asan-dynamic-runtime | Kamil Rytarowski | 2018-12-14 | 1 | -1/+5 |
* | Set shared_libasan_path in lit tests for NetBSD | Kamil Rytarowski | 2018-12-14 | 1 | -1/+1 |
* | [asan] Don't check ODR violations for particular types of globals | Vitaly Buka | 2018-12-13 | 1 | -0/+26 |
* | [asan] Add clang flag -fsanitize-address-use-odr-indicator | Vitaly Buka | 2018-12-05 | 1 | -0/+5 |