summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/lit_tests
Commit message (Expand)AuthorAgeFilesLines
...
* [asan] new shadow poison magic for contiguous-container-buffer-overflow, addr...Kostya Serebryany2013-11-191-0/+16
* [ASan] Run one of UAS tests in UAR mode as wellAlexey Samsonov2013-11-181-1/+2
* [asan] introduce __sanitizer_annotate_contiguous_containerKostya Serebryany2013-11-181-0/+47
* [Sanitizer] Make slow unwinder on Linux more robustAlexey Samsonov2013-11-151-3/+5
* Reapply asan coverage changes 194702-194704.Bob Wilson2013-11-151-0/+45
* Speculatively revert asan coverage changes 194702-194704.Bob Wilson2013-11-151-45/+0
* [asan] Poor man's coverage that works with ASan (compiler-rt part)Kostya Serebryany2013-11-141-0/+45
* [ASan] Introduce a top-level target to collect all ASan runtimes and depsAlexey Samsonov2013-11-141-2/+1
* [Sanitizer] Add print_summary runtime flag to disable error summaries (UBSan ...Alexey Samsonov2013-11-141-0/+14
* [ASan] Do not rely on malloc context in allocator reports.Alexey Samsonov2013-11-133-8/+24
* [ASan] Use new feature of FileCheck: provide multiple --check-prefix argsAlexey Samsonov2013-11-136-61/+37
* [asan] fix a leak in tds (https://code.google.com/p/address-sanitizer/issues/...Kostya Serebryany2013-11-131-0/+39
* [ASan] Use OS-specific matches in the malloc_context_size.cc lit test.Alexander Potapenko2013-11-061-8/+16
* [ASan] Disable back init-order checker. Make strict_init_order imply check_in...Alexey Samsonov2013-11-064-7/+5
* [ASan] Make sure slow stack unwinder doesn't return empty stacks.Alexey Samsonov2013-11-051-0/+19
* Add a CMake option COMPILER_RT_DEBUG for building runtimes with full debug info.Peter Collingbourne2013-10-253-0/+6
* [ASan] fix compilation of atexit_stats.cc on OSXAlexander Potapenko2013-10-181-0/+2
* [asan] fix a test on MacKostya Serebryany2013-10-181-0/+2
* [asan] fix atexit statsKostya Serebryany2013-10-182-3/+11
* [ASan] fix assign_large_valloc_to_global.cc to use the correct header for val...Alexander Potapenko2013-10-171-0/+4
* [asan] fix a failure with ASAN_OPTIONS=verbosity=1:use_sigaltstack=1Kostya Serebryany2013-10-171-0/+2
* [asan] Fix a deadlock between asan's allocator and lsanKostya Serebryany2013-10-171-0/+5
* Use configured PYTHON in asan lit tests.Will Dietz2013-10-171-1/+2
* [asan] introduce run-time flag 'poison_partial' Kostya Serebryany2013-10-161-0/+19
* Fix a typo.Evgeniy Stepanov2013-10-151-1/+1
* [ASan] Make test from r192581 Linux-only, as wild memory contents is less pre...Alexey Samsonov2013-10-151-0/+0
* [ASan] Don't die with internal ASan error on large buffer overflowsAlexey Samsonov2013-10-142-1/+24
* [asan] introduce run-time flag uar_stack_size_log to control the size of Fake...Kostya Serebryany2013-09-271-0/+7
* [asan] remove -fsanitize=use-after-return from the tests (this flag now comes...Kostya Serebryany2013-09-235-12/+13
* [ASan] Fix the interface test on Darwin.Alexander Potapenko2013-09-231-0/+2
* [asan] disable the detect_stack_use_after_return run-time flag by default and...Kostya Serebryany2013-09-232-0/+2
* [ASan] Fix init-order-dlopen.cc test to not depend on the -Wl,-undefined,dyna...Alexander Potapenko2013-09-192-2/+7
* [asan] add a run-time option detect_stack_use_after_return, add verbosity out...Kostya Serebryany2013-09-181-0/+1
* [asan] a bit of performance improvement in fake stack, generalized one test, ...Kostya Serebryany2013-09-121-4/+16
* [asan] add a test for use-after-return and exceptions and fix it. Not 100% su...Kostya Serebryany2013-09-121-0/+27
* [asan] hopefully make the FakeStack async-signal safe, enable the related testKostya Serebryany2013-09-122-7/+35
* [asan] refactor the use-after-return API so that the size class is computed a...Kostya Serebryany2013-09-101-0/+1
* [sanitizer] Fix PR17138.Evgeniy Stepanov2013-09-091-0/+13
* [ASan] fix one more memory leak in test caseAlexey Samsonov2013-09-081-0/+1
* [ASan] turn on leak checking for ASan tests and fix a few discovered leaksAlexey Samsonov2013-09-084-0/+10
* [sanitizer] A bunch of linux system call handlers.Evgeniy Stepanov2013-09-061-1/+1
* [ASan] make the check for NULL more portable.Alexander Potapenko2013-09-061-6/+8
* [asan] make calloc crash instead of returning 0 on overflow (controlled by th...Kostya Serebryany2013-09-061-0/+14
* [sanitizer] make the allocator crash instead of returning 0 on huge size (con...Kostya Serebryany2013-09-061-0/+65
* [asan] add a test that demonstrates why the current use-after-return is not s...Kostya Serebryany2013-09-041-0/+66
* [asan] make use-after-return handle very deep recursion; fixes 483.xalancbmk ...Kostya Serebryany2013-09-041-0/+23
* implement PR17059: more visible diagnostics for stack-buffer-overflowKostya Serebryany2013-09-032-0/+46
* ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not pro...Alexey Samsonov2013-09-031-3/+0
* [ASan] Make blacklist test more robustAlexey Samsonov2013-09-021-2/+4
* Improve collecting malloc stats in ASanAlexey Samsonov2013-09-021-0/+43
OpenPOWER on IntegriCloud