index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
sanitizer_common
/
sanitizer_win.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
tsan: exclude DumpProcessMap on windows
Dmitry Vyukov
2015-02-16
1
-0
/
+2
*
[ASan/Win] NFC, just minor simplification of the code
Timur Iskhodzhanov
2015-02-10
1
-2
/
+2
*
[ASan] Add use_madv_dontdump flag.
Yury Gribov
2015-02-03
1
-1
/
+6
*
[ASan/Win] Add some diagnostics to help investigate Mprotect failures
Timur Iskhodzhanov
2015-02-02
1
-3
/
+8
*
[sanitizer] Fix windows build.
Evgeniy Stepanov
2015-01-22
1
-2
/
+2
*
[asan] use MADV_NOHUGEPAGE for shadow to reduce the actual memory usage
Kostya Serebryany
2015-01-21
1
-0
/
+4
*
Follow-up to r224987: fix a lint warning
Timur Iskhodzhanov
2014-12-30
1
-1
/
+1
*
[ASan/Win] Sort the list of modules when we fail to reserve the shadow memory...
Timur Iskhodzhanov
2014-12-30
1
-20
/
+53
*
Escape ? to silence GCC warning about trigraphs.
Daniel Jasper
2014-12-26
1
-1
/
+1
*
[ASan/Win] Add basic support for MemoryRangeIsAvailable and DumpProcessMap to...
Timur Iskhodzhanov
2014-12-26
1
-3
/
+42
*
[ASan/Win] Suppress error messaging when Abort() is called
Timur Iskhodzhanov
2014-12-26
1
-2
/
+3
*
Fix Win build after r224353: void function returning zero.
Hans Wennborg
2014-12-16
1
-1
/
+1
*
[asan] new flag: hard_rss_limit_mb
Kostya Serebryany
2014-12-16
1
-0
/
+3
*
[Sanitizer] Fix report_path functionality:
Alexey Samsonov
2014-12-11
1
-9
/
+4
*
[asan] move GetRSS from tsan to sanitizer_common
Kostya Serebryany
2014-12-09
1
-0
/
+4
*
Removed r221896, it seems to break build in various ways.
Yury Gribov
2014-11-13
1
-7
/
+0
*
[ASan] Add process basename to log name and error message to simplify analysi...
Yury Gribov
2014-11-13
1
-0
/
+7
*
Try to fix the Windows build after r220637
Hans Wennborg
2014-10-26
1
-1
/
+1
*
[Sanitizer] Make StackTrace a lightweight reference to array of PCs, and
Alexey Samsonov
2014-10-26
1
-3
/
+3
*
PR20721: Don't let UBSan print inaccessible memory
Alexey Samsonov
2014-09-17
1
-0
/
+5
*
tsan: unbreak windows build
Dmitry Vyukov
2014-09-01
1
-0
/
+4
*
[TSan] Share the code the setup code calling getrlim/setrlim with sanitizer_c...
Alexey Samsonov
2014-08-12
1
-1
/
+9
*
[ASan/Win] Catch NULL derefs and page faults
Timur Iskhodzhanov
2014-07-11
1
-3
/
+27
*
[asan] Add a few stubs to fix windows build.
Evgeniy Stepanov
2014-05-28
1
-0
/
+12
*
[sanitizer] Support sandboxing in sanitizer coverage.
Sergey Matveev
2014-05-19
1
-1
/
+2
*
[ASan/Win] Don't crash when ASAN_OPTIONS have disable_core=1
Timur Iskhodzhanov
2014-05-06
1
-1
/
+1
*
[ASan] Print mmap errno/GetLastError in a readable and consistent way
Timur Iskhodzhanov
2014-03-19
1
-6
/
+9
*
Avoid doing any work when unwinding stack traces with 0 or 1 frame
Alexey Samsonov
2014-03-04
1
-0
/
+1
*
[asan] Fix Windows build.
Evgeniy Stepanov
2014-02-11
1
-0
/
+5
*
[ASan/Win] Fall back to stdout if we can't print the reports to stderr
Timur Iskhodzhanov
2014-02-04
1
-6
/
+41
*
tsan: fix windows build
Dmitry Vyukov
2014-02-04
1
-2
/
+0
*
[ASan] Implement __sanitizer::InstallDeadlySignalHandlers() and __asan::AsanO...
Alexander Potapenko
2014-01-31
1
-1
/
+2
*
[ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_common
Alexander Potapenko
2014-01-31
1
-0
/
+9
*
[ASan] Move the sigaltstack() bits to sanitizer_common.
Alexander Potapenko
2014-01-28
1
-0
/
+8
*
[asan] add flag uar_noreserve to use noreserve mmap for fake stack. uar_nores...
Kostya Serebryany
2013-12-13
1
-0
/
+5
*
[ASan] Fix StackTrace::SlowUnwindStack on Windows
Timur Iskhodzhanov
2013-12-10
1
-0
/
+3
*
[ASan] Use ExitProcess rather than _exit on Windows to avoid calling global d...
Timur Iskhodzhanov
2013-11-26
1
-2
/
+2
*
Remove a FIXME now that I can't reproduce the problem
Timur Iskhodzhanov
2013-11-09
1
-2
/
+0
*
[Sanitizers] Share some stack walking code between Windows and Linux
Timur Iskhodzhanov
2013-11-09
1
-13
/
+6
*
[Sanitizer] Presumable fix stack trace unwinding on Windows
Alexey Samsonov
2013-11-07
1
-1
/
+1
*
[Sanitizer] Call Windows unwinder 'slow' and share StackTrace::Unwind across ...
Alexey Samsonov
2013-11-07
1
-5
/
+1
*
[Sanitizer] Remove StackTrace::max_depth field
Alexey Samsonov
2013-10-12
1
-2
/
+1
*
[Sanitizer] Turn GetStackTrace() into StackTrace::Unwind()
Alexey Samsonov
2013-10-12
1
-7
/
+5
*
[Sanitizer] Refactor symbolization interface: use class instead of several fu...
Alexey Samsonov
2013-09-10
1
-0
/
+5
*
sanitizers: Make sure Visual Studio gets error reports
Reid Kleckner
2013-09-05
1
-0
/
+18
*
[asan] Hopefully un-break the RTL on Windows
Timur Iskhodzhanov
2013-09-03
1
-1
/
+2
*
[Sanitizer] Add the way to find binary in PATH
Alexey Samsonov
2013-09-03
1
-0
/
+4
*
[ASan] Use less shadow on Win 32-bit
Timur Iskhodzhanov
2013-07-16
1
-0
/
+6
*
tsan: fix merge bug
Dmitry Vyukov
2013-06-10
1
-4
/
+0
*
tsan: fix windows crash (incorrect stack boundaries)
Dmitry Vyukov
2013-06-10
1
-0
/
+11
[next]