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
*
[sanitizers][windows] Rtl-Heap Interception and tests
Matthew G McGovern
2019-07-09
1
-25
/
+50
*
Revert "[sanitizers][windows] Rtl-Heap Interception and tests"
JF Bastien
2019-07-08
1
-50
/
+25
*
[sanitizers][windows] Rtl-Heap Interception and tests
Matthew G McGovern
2019-07-08
1
-25
/
+50
*
Fix FIXME added in r359339
Reid Kleckner
2019-04-29
1
-15
/
+11
*
[Sanitizer][Windows] Speculative fix for broken build on Windows
Julian Lettner
2019-04-26
1
-2
/
+7
*
[winasan] Unpoison stack memory when threads exit (redux)
David Major
2019-02-26
1
-0
/
+13
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Introduce a way to allow the ASan dylib on Darwin platforms to be loaded via ...
Dan Liew
2018-12-01
1
-0
/
+7
*
Revert r346560 "[winasan] Unpoison the stack in NtTerminateThread"
Reid Kleckner
2018-11-29
1
-11
/
+1
*
Re-land r343606 "[winasan] Unpoison the stack in NtTerminateThread"
Reid Kleckner
2018-11-09
1
-1
/
+11
*
Revert r343606/r342652 "[winasan] Unpoison the stack in NtTerminateThread""
Reid Kleckner
2018-10-05
1
-11
/
+1
*
Reland r342652 "[winasan] Unpoison the stack in NtTerminateThread"
David Major
2018-10-02
1
-1
/
+11
*
Revert r342652 "[winasan] Unpoison the stack in NtTerminateThread"
Hans Wennborg
2018-09-28
1
-11
/
+1
*
[winasan] Pin the ASan DLL to prevent unloading
David Major
2018-09-26
1
-0
/
+8
*
[winasan] Unpoison the stack in NtTerminateThread
David Major
2018-09-20
1
-1
/
+11
*
[asan] Remove unneeded VirtualQuery from exception handler
Reid Kleckner
2018-05-30
1
-5
/
+0
*
Fix-up for r326106: FindAvailableMemoryRange needs a nullptr as its 5th argum...
Kuba Mracek
2018-02-26
1
-2
/
+2
*
[compiler-rt] Cleanup SignalContext initialization
Vitaly Buka
2017-09-14
1
-1
/
+1
*
[asan] Fix Windows build
Vitaly Buka
2017-09-13
1
-1
/
+1
*
[asan] For iOS/AArch64, if the dynamic shadow doesn't fit, restrict the VM space
Kuba Mracek
2017-07-12
1
-0
/
+12
*
[asan] Remove allow_user_segv_handler on Windows.
Vitaly Buka
2017-05-24
1
-1
/
+1
*
[compiler-rt][asan] Add support for desallocation of unhandled pointers
Etienne Bergeron
2017-02-21
1
-0
/
+4
*
[asan] Intercept SetUnhandledExceptionFilter.
Marcos Pividori
2017-02-02
1
-24
/
+42
*
[sanitizer] Move DescribeSignalOrException to sanitizer_common.
Marcos Pividori
2017-02-02
1
-27
/
+0
*
[sanitizer] Move exception code to sanitizer_common.
Marcos Pividori
2017-02-02
1
-28
/
+2
*
[asan] Properly handle exceptions.
Marcos Pividori
2017-02-02
1
-10
/
+32
*
General definition for weak functions
Marcos Pividori
2017-01-29
1
-12
/
+0
*
[sanitizer] [asan] Use macros to simplify weak aliases on Windows.
Marcos Pividori
2017-01-20
1
-22
/
+8
*
[sancov] force default flags for windows
Mike Aizatsky
2017-01-05
1
-3
/
+0
*
fixing build, accidentally deleted two lines
Mike Aizatsky
2017-01-05
1
-0
/
+2
*
[sancov] workaround for absence of weak symbols on win
Mike Aizatsky
2017-01-05
1
-0
/
+2
*
[sancov] workaround for absence of weak symbols on win
Mike Aizatsky
2017-01-05
1
-2
/
+1
*
[asan] Create a .ASAN$G(A-Z) section for global registration
Reid Kleckner
2016-11-17
1
-1
/
+3
*
Allow users to call ASan's deadly exception report mechanism
Reid Kleckner
2016-11-15
1
-6
/
+14
*
Pacify lint check
Jonas Hahnfeld
2016-11-09
1
-2
/
+2
*
[asan/win] Add init hooks to .CRT$XLAB
Reid Kleckner
2016-11-08
1
-2
/
+16
*
[compiler-rt] Add support for the dynamic shadow allocation
Etienne Bergeron
2016-09-30
1
-0
/
+6
*
Really fix the Windows sanitizer build
Reid Kleckner
2016-09-15
1
-3
/
+0
*
Fix the Windows build after r281546
Reid Kleckner
2016-09-14
1
-0
/
+3
*
[asan] Reify ErrorDeadlySignal
Filipe Cabecinhas
2016-09-08
1
-6
/
+5
*
[asan] Remove runtime flag detect_stack_use_after_scope
Vitaly Buka
2016-08-29
1
-6
/
+0
*
Fix two tests in Win64 ASan
Reid Kleckner
2016-08-05
1
-4
/
+15
*
Avoid re-entrancy between __sanitizer::Report, OutputDebugString, and RtlRais...
Reid Kleckner
2016-08-04
1
-2
/
+5
*
[ASan] Report illegal instruction exceptions in ASan
Reid Kleckner
2016-08-03
1
-5
/
+33
*
[asan] Intercept RtlRaiseException instead of kernel32!RaiseException
Reid Kleckner
2016-08-02
1
-4
/
+7
*
[asan] Remove NtWaitForWorkViaWorkerFactory interceptor
Reid Kleckner
2016-08-02
1
-37
/
+0
*
[compiler-rt] Fix various typos in asan dll [NFC]
Etienne Bergeron
2016-08-01
1
-3
/
+3
*
Disable thread safe statics in clang-cl, they call the CRT
Reid Kleckner
2016-07-21
1
-1
/
+1
*
Fix clang-cl warning and crash in sanitizers
Reid Kleckner
2016-07-21
1
-1
/
+0
*
Add detect_stack_use_after_scope runtime flag
Vitaly Buka
2016-07-19
1
-0
/
+6
[next]