summaryrefslogtreecommitdiff
path: root/lib/asan
Commit message (Expand)AuthorAgeFilesLines
...
* Be less verbose when parsing the default options.Alexander Potapenko2012-05-301-2/+4
* [asan,tsan] Add a new directory compiler-rt/lib/sanitizer_commonKostya Serebryany2012-05-293-44/+31
* Fixing ASan build on Win: don't use __asan_default_optionsAlexey Samsonov2012-05-291-0/+2
* Do not define ___asan_default_options on Windows.Alexander Potapenko2012-05-291-0/+3
* Rework the flags machinery a bit.Alexander Potapenko2012-05-283-86/+118
* More verbose check in AppendString.Alexander Potapenko2012-05-281-1/+1
* asan/tsan: rename interceptors from __xsan_xxx to __interceptor_xxxDmitry Vyukov2012-05-282-4/+4
* asan: remove static libraries on make cleanDmitry Vyukov2012-05-281-0/+1
* Typo fix.Alexander Potapenko2012-05-251-2/+1
* Factor ParseAsanOptions outside __asan_initAlexander Potapenko2012-05-251-9/+14
* Introduce the check_malloc_usable_size flag (on by default).Alexander Potapenko2012-05-253-1/+7
* asan: fix testsDmitry Vyukov2012-05-253-5/+5
* Adding back a right parenthesis that was dropped in r157388.Meador Inge2012-05-241-1/+1
* asan/tsan: weak interceptorsDmitry Vyukov2012-05-248-37/+100
* Move AsanShadowRangeIsAvailable() from mac to posix.Evgeniy Stepanov2012-05-233-32/+30
* Use zero-based shadow by default on Android.Evgeniy Stepanov2012-05-231-8/+13
* asan: fix typo in commentDmitry Vyukov2012-05-231-1/+1
* [asan] nuke some old unused codeKostya Serebryany2012-05-221-51/+0
* [asan] increase the stack size limit to 256M (yes, that happens); also CHECK ...Kostya Serebryany2012-05-222-8/+6
* [asan] fix one test on 32-bit Mac 10.7; enable another test on MacKostya Serebryany2012-05-222-5/+3
* [ASan] Make for-Windows RTL compileable using Clang++Timur Iskhodzhanov2012-05-213-17/+27
* [asan] fix the old-style Makefile, which we still need to run asan testsKostya Serebryany2012-05-151-10/+19
* [asan] move lib/asan/interception to lib/interception so that other tools (e....Kostya Serebryany2012-05-1514-1644/+1
* Increase error_message_buffer_size to 64K (16K is insufficient for large prog...Alexander Potapenko2012-05-121-1/+1
* Fix GetFrameNameByAddr hitting stale stack guards.Evgeniy Stepanov2012-05-122-10/+23
* Fix ReadFileToBuffer to return 0 on failure (-1 is too large if returned as s...Alexander Potapenko2012-05-101-1/+1
* [ASan] use CLANG_VERSION in Makefile (currently 3.2)Alexey Samsonov2012-04-231-2/+3
* [asan] fix asan issue #66 (correctly report type of the bug)Kostya Serebryany2012-04-232-2/+3
* Bump the LLVM minor version. This should fix our 32-bit Linux build.Alexander Potapenko2012-04-231-1/+1
* [asan] test for issue #66Kostya Serebryany2012-04-191-0/+10
* Partially revert r154390 (http://llvm.org/viewvc/llvm-project?view=rev&revisi...Alexander Potapenko2012-04-161-8/+6
* [asan] minor fix: pass flag -g to output tests as a part of CXXFLAGSAlexey Samsonov2012-04-121-3/+3
* [ASan] fix output tests - r154570 changed debug info for static functions and...Alexey Samsonov2012-04-121-1/+1
* Change the way ASan interacts with custom signal handlers.Alexander Potapenko2012-04-102-48/+8
* [ASan] remove dispatch.h header once again - it's not present on Leopard, and...Alexey Samsonov2012-04-091-3/+18
* Use 'typename' instead of 'class' in template<> definitions supporting POD typesTimur Iskhodzhanov2012-04-091-6/+6
* [asan] last bit for gcc compatibilityKostya Serebryany2012-04-062-2/+5
* [asan] minor change to please gccKostya Serebryany2012-04-061-3/+3
* [ASan] move replacements for new/delete to separate fileAlexey Samsonov2012-04-065-29/+58
* [asan] add flags: disable_core, abort_on_error and unmap_shadow_on_exitKostya Serebryany2012-04-064-2/+22
* [ASan/Win] Revert the local Makefile change slipped into the prev commitTimur Iskhodzhanov2012-04-051-4/+4
* [ASan/Win] Fix lint warningTimur Iskhodzhanov2012-04-052-5/+5
* [ASan/Win] Fix build by using inline assembly instead of an unavailable intri...Timur Iskhodzhanov2012-04-051-1/+10
* [asan] make __asan::Deallocate immune to racy double-free (issue #57)Kostya Serebryany2012-04-054-4/+17
* Introduce the use_sigaltstack flag (off by default), which enables using alte...Alexander Potapenko2012-04-055-1/+53
* Allow calling GetCurrentTidOrMinusOne() before AsanThreadRegistry was initial...Alexander Potapenko2012-04-052-0/+4
* Initial, very rough cut at a new CMake build system for compiler-rt.Chandler Carruth2012-04-041-0/+12
* [ASan] use correct C-version of strchr on WindowsAlexey Samsonov2012-04-041-3/+1
* Make sure NSObjects are allocated in a way that is visible to ASan.Alexander Potapenko2012-03-303-0/+23
* Add internal_memset and replace the uses of REAL(memset) with it where the pe...Alexander Potapenko2012-03-294-3/+27