summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_win.cc
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer] Move GetStackTrace from ASan to sanitizer_common.Sergey Matveev2013-05-081-24/+0
* [sanitizer] More renamed macros.Evgeniy Stepanov2013-03-191-1/+1
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-191-0/+2
* [ASan] minor changes to swapcontext handling: don't clear shadow memory if co...Alexey Samsonov2013-01-171-1/+1
* asan/tsan: move blocking mutex from asan to sanitizer_commonDmitry Vyukov2013-01-141-40/+3
* asan: fix FIXME on windowsDmitry Vyukov2013-01-111-2/+1
* [asan] fix win buildKostya Serebryany2012-12-131-1/+2
* [ASan] Add interceptor for swapcontext to fight with false positives in some ...Alexey Samsonov2012-11-231-0/+4
* [ASan] Add extern C for __asan_symbolize on WindowsAlexey Samsonov2012-10-021-1/+3
* [Sanitizer/ASan] Simplify the code that prints and symbolizes stack traces. F...Alexey Samsonov2012-10-021-41/+46
* [asan] fix Windows buildKostya Serebryany2012-08-281-7/+7
* [asan] some renaming before we move StackTrace into sanitizer_commonKostya Serebryany2012-08-281-1/+1
* If the program is linked to a dynamic ASan runtime which is not present in DY...Alexander Potapenko2012-08-241-0/+4
* [ASan] get rid of ASAN_USE_EXTERNAL_SYMBOLIZER compiler def in favor of __asa...Alexey Samsonov2012-08-221-1/+1
* Intercept CFAllocator for each thread in the program.Alexander Potapenko2012-07-231-0/+4
* [Sanitizer] Renaming: SNPrintf -> internal_snprintf (and move it to sanitizer...Alexey Samsonov2012-06-191-2/+3
* [Sanitizer] move ShadowRangeIsAvailable and several defines to common runtimeAlexey Samsonov2012-06-151-5/+0
* [Sanitizer] move atomic ops, min/max and sort to commnon runtimeAlexey Samsonov2012-06-151-32/+0
* [Sanitizer] move more portability wrappers to common runtime: sleep, _exit, a...Alexey Samsonov2012-06-151-21/+0
* [Sanitizer] move DumpProcessMap and DisableCoreDumper to common runtimeAlexey Samsonov2012-06-151-8/+0
* [Sanitizer] move rest of mmap routines to common sanitizer runtimeAlexey Samsonov2012-06-141-11/+0
* [Sanitizer] move portable GetEnv to common sanitizer runtimeAlexey Samsonov2012-06-141-16/+0
* [ASan] don't include deleted headerAlexey Samsonov2012-06-141-1/+0
* [Sanitizer] factor out GetThreadStackTopAndBottom from ASan runtime to common.Alexey Samsonov2012-06-071-11/+0
* [Sanitizer] Switch to common mmap/munmap routines in ASan run-time.Alexey Samsonov2012-06-061-11/+0
* [asan] make tid u32 instead of intKostya Serebryany2012-06-061-1/+1
* [asan] start compacting the allocator header, the goal is to make it 16 bytes...Kostya Serebryany2012-06-061-0/+7
* [Sanitizer] Move more functions/constants to sanitizer_common.Alexey Samsonov2012-06-061-4/+0
* [ASan] use internal_{close,read,write} in ASan runtime.Alexey Samsonov2012-06-051-24/+0
* [ASan] use internal_open from sanitizer_libc in ASan runtimeAlexey Samsonov2012-06-051-4/+0
* [asan] partial fix for windows buildKostya Serebryany2012-05-311-11/+11
* [asan] more renamingKostya Serebryany2012-05-311-1/+1
* [asan] more renamingKostya Serebryany2012-05-311-18/+18
* [ASan] Make for-Windows RTL compileable using Clang++Timur Iskhodzhanov2012-05-211-1/+2
* [asan] add flags: disable_core, abort_on_error and unmap_shadow_on_exitKostya Serebryany2012-04-061-0/+4
* [ASan/Win] Fix lint warningTimur Iskhodzhanov2012-04-051-1/+1
* [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-051-0/+4
* Introduce the use_sigaltstack flag (off by default), which enables using alte...Alexander Potapenko2012-04-051-0/+8
* [ASan/Win] Eliminate a couple of FIXMEs, add NORETURN to CheckFailed/UNIMPLEM...Timur Iskhodzhanov2012-03-131-6/+12
* [ASan] Add back the support for /MT; intercept statically-linked functionsTimur Iskhodzhanov2012-03-121-2/+2
* [ASan] Use WriteFile instead of fwrite in AsanWriteTimur Iskhodzhanov2012-03-111-2/+7
* [asan] use O(log(N)) algorithm instead of O(N) in __asan_get_ownershipKostya Serebryany2012-03-101-0/+8
* [ASan] Intercept CreateThread on WindowsTimur Iskhodzhanov2012-02-241-1/+1
* AddressSanitizer: get rid of stdlib.h and add (smaller) stddef.h insteadAlexey Samsonov2012-02-221-0/+5
* [ASan] Intercept functions on Windows - first versionTimur Iskhodzhanov2012-02-221-1/+3
* Move the contents of AsanProcMaps::Dump() into AsanDumpProcessMaps() for Posi...Alexander Potapenko2012-02-221-0/+4
* [asan] implement __asan_set_death_callbackKostya Serebryany2012-02-131-13/+6
* Move the non-trivial implementation of AsanShadowRangeIsAvailable to asan_mac.ccAlexander Potapenko2012-02-131-0/+5
* [asan] The first version of the RTL for Windows, reviewed at http://coderevie...Timur Iskhodzhanov2012-02-091-0/+263
OpenPOWER on IntegriCloud