Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [asan] Update blacklists to use categories. | Peter Collingbourne | 2013-07-09 | 1 | -3/+3 | |
| | | | | | | Differential Revision: http://llvm-reviews.chandlerc.com/D1094 llvm-svn: 185980 | |||||
* | [ASan] Properly disable strict init-order checking when pthread_create is called | Alexey Samsonov | 2013-07-01 | 2 | -0/+34 | |
| | | | | llvm-svn: 185342 | |||||
* | [ASan] Add sanity test for asan_symbolize.py script | Alexey Samsonov | 2013-07-01 | 2 | -0/+44 | |
| | | | | llvm-svn: 185318 | |||||
* | [ASan] Remove leading underscores from function names in output tests | Alexey Samsonov | 2013-07-01 | 16 | -31/+31 | |
| | | | | llvm-svn: 185315 | |||||
* | [ASan] Remove %symbolize from lit tests: we now use external symbolizer ↵ | Alexey Samsonov | 2013-06-28 | 44 | -128/+126 | |
| | | | | | | instead of python script llvm-svn: 185163 | |||||
* | [sanitizer] Intercept ptrace. | Evgeniy Stepanov | 2013-06-28 | 1 | -0/+52 | |
| | | | | llvm-svn: 185142 | |||||
* | [ASan][OSX] Make sure the zones created by malloc_create_zone() are ↵ | Alexander Potapenko | 2013-06-28 | 1 | -0/+20 | |
| | | | | | | | | write-protected. Add a test. llvm-svn: 185140 | |||||
* | [ASan][OSX] Fix the incorrect malloc_create_zone() implementation that led ↵ | Alexander Potapenko | 2013-06-28 | 1 | -0/+51 | |
| | | | | | | | | | to out-of-bounds mprotect()s (https://code.google.com/p/address-sanitizer/issues/detail?id=203) Add a test. llvm-svn: 185138 | |||||
* | [sanitizer] Intercept readv, preadv, writev, pwritev. | Evgeniy Stepanov | 2013-06-24 | 1 | -0/+32 | |
| | | | | llvm-svn: 184717 | |||||
* | Add cmake rules for building LSan common on Mac OS | Alexey Samsonov | 2013-06-22 | 1 | -0/+0 | |
| | | | | llvm-svn: 184639 | |||||
* | [ASan] reimplement strdup() interceptor to get nicer stack traces for memory ↵ | Alexey Samsonov | 2013-06-21 | 1 | -0/+19 | |
| | | | | | | chunks allocated there llvm-svn: 184546 | |||||
* | [ASan] make test for LSan annotations Linux-only for now | Alexey Samsonov | 2013-06-21 | 1 | -0/+0 | |
| | | | | llvm-svn: 184541 | |||||
* | [ASan] Check that ASan user may include and use LSan headers | Alexey Samsonov | 2013-06-21 | 1 | -0/+16 | |
| | | | | llvm-svn: 184540 | |||||
* | [sanitizer] Symbolic ioctl names. | Evgeniy Stepanov | 2013-06-18 | 1 | -4/+1 | |
| | | | | | | | | | | Replace hardcoded ioctl request ids with symbolic names. Disable certain ioctls on platforms where such names are not found in the system headers. Fix a bug in ioctl_lookup. Reenable ioctl test on Mac. llvm-svn: 184183 | |||||
* | Properly install LSan interface header, rely on sanitizer header presence in ↵ | Alexey Samsonov | 2013-06-14 | 2 | -3/+3 | |
| | | | | | | lit tests llvm-svn: 183977 | |||||
* | [ASan] Fix unset-insert-libraries-on-exec.cc on 32-bit Darwin. | Alexander Potapenko | 2013-06-10 | 2 | -6/+25 | |
| | | | | | | | The test used to execute a 64-bit /bin/bash binary and preload a 32-bit dynamic library into it. Now the arch-specific version of echo-env is executed instead. llvm-svn: 183662 | |||||
* | [ASan] mark ioctl test as xfailing on darwin. remove redundant semicolons | Alexey Samsonov | 2013-06-10 | 1 | -0/+3 | |
| | | | | llvm-svn: 183655 | |||||
* | [ASan] don't use -m{32,64} flag in test case, as it can be run in both 32- ↵ | Alexey Samsonov | 2013-06-10 | 1 | -4/+4 | |
| | | | | | | and 64-bit modes llvm-svn: 183638 | |||||
* | [ASan] fix test case to use absolute paths | Alexey Samsonov | 2013-06-07 | 1 | -2/+2 | |
| | | | | llvm-svn: 183527 | |||||
* | [sanitizer] ioctl interceptor. | Evgeniy Stepanov | 2013-06-07 | 1 | -0/+24 | |
| | | | | | | | ASan: disabled by default MSan: enabled by default TSan: disabled llvm-svn: 183517 | |||||
* | [ASan] create separate configs for running ASan lit tests in both 32- and ↵ | Alexey Samsonov | 2013-06-07 | 66 | -420/+235 | |
| | | | | | | 64-bit mode. Clean up RUN-lines in tests. llvm-svn: 183498 | |||||
* | [ASan] move all lit_tests under TestCases | Alexey Samsonov | 2013-06-06 | 98 | -0/+2762 | |
llvm-svn: 183395 |