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
/
sanitizer_common
/
sanitizer_win.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add support for custom loaders to symbolizer
Francis Ricci
2017-09-27
1
-2
/
+4
*
[sanitizer_common] Don't provide sanitizer_procmaps API functions where not d...
Francis Ricci
2017-09-25
1
-1
/
+0
*
[sanitizer] Move StartReportDeadlySignal into sanitizer_common_libcdep
Vitaly Buka
2017-09-18
1
-4
/
+0
*
[sanitizer] Add empty Fuchsia and Win versions of StartReportDeadlySignal
Vitaly Buka
2017-09-14
1
-0
/
+4
*
[sanitizer] Move IsStackOverflow into SignalContext
Vitaly Buka
2017-09-14
1
-0
/
+4
*
[compiler-rt] Fix Windows build
Vitaly Buka
2017-09-14
1
-4
/
+0
*
[compiler-rt] Cleanup SignalContext initialization
Vitaly Buka
2017-09-14
1
-14
/
+29
*
[compiler-rt] Use SignalContext in ErrorStackOverflow and ErrorDeadlySignal
Vitaly Buka
2017-09-13
1
-26
/
+43
*
[compiler-rt] Add siginfo into SignalContext
Vitaly Buka
2017-09-13
1
-2
/
+6
*
[sanitizers] Add a blocking boolean to GetRandom prototype
Kostya Kortchinsky
2017-08-14
1
-1
/
+1
*
[sanitizer_common] Move filesystem-related code out of sanitizer_common.cc
Vitaly Buka
2017-07-22
1
-0
/
+1
*
[asan] For iOS/AArch64, if the dynamic shadow doesn't fit, restrict the VM space
Kuba Mracek
2017-07-12
1
-1
/
+2
*
[Sanitizers] 64 bit allocator respects allocator_may_return_null flag
Alex Shlyapnikov
2017-06-26
1
-0
/
+12
*
[Sanitizers] 32 bit allocator respects allocator_may_return_null flag
Alex Shlyapnikov
2017-06-22
1
-10
/
+15
*
[sanitizer] Add a function to gather random bytes
Kostya Kortchinsky
2017-06-21
1
-0
/
+5
*
[Sanitizers] Secondary allocator respects allocator_may_return_null=1.
Alex Shlyapnikov
2017-06-16
1
-0
/
+10
*
[sanitizer] Reverting D34152
Kostya Kortchinsky
2017-06-14
1
-5
/
+1
*
[sanitizer] MmapAlignedOrDie changes to reduce fragmentation
Kostya Kortchinsky
2017-06-14
1
-1
/
+5
*
[sanitizer-coverage] nuke more stale code
Kostya Serebryany
2017-06-02
1
-3
/
+0
*
[compiler-rt] Replace allow_user_segv_handler=0 with kHandleSignalExclusive
Vitaly Buka
2017-05-25
1
-2
/
+2
*
Use write instead of read permissions to check for global sections on mac
Francis Ricci
2017-05-19
1
-1
/
+1
*
[sanitizer] Introduce tid_t as a typedef for OS-provided thread IDs
Kuba Mracek
2017-04-17
1
-1
/
+1
*
Don't read non-readable address ranges during lsan pointer scanning
Francis Ricci
2017-04-17
1
-1
/
+2
*
[sanitizer] Bail out with warning if user dlopens shared library with RTLD_DE...
Maxim Ostapenko
2017-03-09
1
-0
/
+3
*
[sanitizer] Move DescribeSignalOrException to sanitizer_common.
Marcos Pividori
2017-02-02
1
-0
/
+26
*
[sanitizer] Move exception code to sanitizer_common.
Marcos Pividori
2017-02-02
1
-0
/
+27
*
General definition for weak functions
Marcos Pividori
2017-01-29
1
-11
/
+0
*
[sanitizer] [asan] Use macros to simplify weak aliases on Windows.
Marcos Pividori
2017-01-20
1
-5
/
+3
*
[sanitizer] Add a 'print_module_map' flag which prints modules with UUIDs on ...
Kuba Mracek
2017-01-06
1
-0
/
+2
*
break overly long line in sanitizer_win.cc
Bob Haarman
2017-01-05
1
-1
/
+2
*
fix warning about noreturn in sanitizer_win's internal__exit()
Bob Haarman
2017-01-05
1
-1
/
+15
*
Fix warning for noreturn function
Reid Kleckner
2016-12-13
1
-0
/
+1
*
Release memory to OS only when the requested range covers the entire page
Evgeniy Stepanov
2016-11-30
1
-2
/
+1
*
[asan] Add a "dump_registers" flag to print out CPU registers after a SIGSEGV
Kuba Mracek
2016-11-26
1
-0
/
+4
*
[asan/win] Delay load dbghelp.dll to delay ucrtbase.dll initialization
Reid Kleckner
2016-11-14
1
-3
/
+3
*
[asan/win] Fix wrong TerminateProcess exit code
Reid Kleckner
2016-11-11
1
-1
/
+1
*
[asan/win] Move breakpoint from Abort to internal__exit
Reid Kleckner
2016-11-10
1
-2
/
+4
*
[asan/win] Use TerminateProcess when we want to exit abnormally
Reid Kleckner
2016-11-09
1
-1
/
+2
*
tsan: always define SANITIZER_GO
Dmitry Vyukov
2016-10-28
1
-4
/
+4
*
tsan: fix windows build
Dmitry Vyukov
2016-10-28
1
-0
/
+2
*
[compiler-rt] Add support for the dynamic shadow allocation
Etienne Bergeron
2016-09-30
1
-0
/
+20
*
revert 282085, 281909, they broke 32-bit dynamic ASan and the sanitizer-windo...
Nico Weber
2016-09-21
1
-20
/
+0
*
[compiler-rt] Add support for the dynamic shadow allocation
Etienne Bergeron
2016-09-19
1
-0
/
+20
*
Really fix the Windows sanitizer build
Reid Kleckner
2016-09-15
1
-0
/
+12
*
[asan] first attempt at releasing free-d memory back to the system using madv...
Kostya Serebryany
2016-08-26
1
-2
/
+2
*
Fix dumping of process module list and test it
Reid Kleckner
2016-08-05
1
-2
/
+2
*
[compiler-rt] Fix memory allocator for dynamic address space
Etienne Bergeron
2016-08-04
1
-2
/
+6
*
[sanitizer] better allocator stats (with rss)
Kostya Serebryany
2016-07-21
1
-0
/
+5
*
[compiler-rt] Fix broken SymInitialize unittest
Etienne Bergeron
2016-07-21
1
-0
/
+2
*
tsan: fix windows build
Dmitry Vyukov
2016-07-20
1
-3
/
+3
[prev]
[next]