index
:
delta/compiler-rt.git
google/stable
google/testing
master
release_30
release_32
release_33
release_34
release_35
release_35@215014
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
asan
/
asan_win.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[asan] add flags: disable_core, abort_on_error and unmap_shadow_on_exit
Kostya Serebryany
2012-04-06
1
-0
/
+4
*
[ASan/Win] Fix lint warning
Timur Iskhodzhanov
2012-04-05
1
-1
/
+1
*
[ASan/Win] Fix build by using inline assembly instead of an unavailable intri...
Timur Iskhodzhanov
2012-04-05
1
-1
/
+10
*
[asan] make __asan::Deallocate immune to racy double-free (issue #57)
Kostya Serebryany
2012-04-05
1
-0
/
+4
*
Introduce the use_sigaltstack flag (off by default), which enables using alte...
Alexander Potapenko
2012-04-05
1
-0
/
+8
*
[ASan/Win] Eliminate a couple of FIXMEs, add NORETURN to CheckFailed/UNIMPLEM...
Timur Iskhodzhanov
2012-03-13
1
-6
/
+12
*
[ASan] Add back the support for /MT; intercept statically-linked functions
Timur Iskhodzhanov
2012-03-12
1
-2
/
+2
*
[ASan] Use WriteFile instead of fwrite in AsanWrite
Timur Iskhodzhanov
2012-03-11
1
-2
/
+7
*
[asan] use O(log(N)) algorithm instead of O(N) in __asan_get_ownership
Kostya Serebryany
2012-03-10
1
-0
/
+8
*
[ASan] Intercept CreateThread on Windows
Timur Iskhodzhanov
2012-02-24
1
-1
/
+1
*
AddressSanitizer: get rid of stdlib.h and add (smaller) stddef.h instead
Alexey Samsonov
2012-02-22
1
-0
/
+5
*
[ASan] Intercept functions on Windows - first version
Timur Iskhodzhanov
2012-02-22
1
-1
/
+3
*
Move the contents of AsanProcMaps::Dump() into AsanDumpProcessMaps() for Posi...
Alexander Potapenko
2012-02-22
1
-0
/
+4
*
[asan] implement __asan_set_death_callback
Kostya Serebryany
2012-02-13
1
-13
/
+6
*
Move the non-trivial implementation of AsanShadowRangeIsAvailable to asan_mac.cc
Alexander Potapenko
2012-02-13
1
-0
/
+5
*
[asan] The first version of the RTL for Windows, reviewed at http://coderevie...
Timur Iskhodzhanov
2012-02-09
1
-0
/
+263