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_posix_libcdep.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler-rt: Rename .cc file in lib/sanitizer_common to .cpp
Nico Weber
2019-07-31
1
-486
/
+0
*
[Sanitizers] Fix sanitizer_posix_libcdep.cc compilation on Solaris 11.5
Rainer Orth
2019-06-19
1
-3
/
+3
*
Remove esan.
Nico Weber
2019-03-11
1
-4
/
+0
*
[sanitizer] Decorate /proc/self/maps better.
Evgeniy Stepanov
2019-02-06
1
-46
/
+15
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[sanitizer] Only set soft coredump limit.
Evgeniy Stepanov
2018-11-07
1
-3
/
+5
*
[sanitizer] Revert D50940
Kostya Kortchinsky
2018-08-29
1
-8
/
+3
*
[sanitizer] Change Mmap*NoAccess to return nullptr on error
Kostya Kortchinsky
2018-08-23
1
-3
/
+8
*
sanitizers: consistently check result of MmapFixedNoReserve
Dmitry Vyukov
2018-07-20
1
-3
/
+5
*
[asan] Use MADV_NOCORE for use_madv_dontdump on FreeBSD.
Fangrui Song
2018-06-30
1
-1
/
+3
*
[TSan] Fix madvise(MADV_NOHUGEPAGE) for meta shadow memory
Alex Shlyapnikov
2018-06-13
1
-5
/
+9
*
[sanitizer] Minor refactor of some ReservedAddressRange functions
Kostya Kortchinsky
2018-04-19
1
-13
/
+7
*
[asan] Reduce flakiness in stack-overflow detection
Kuba Mracek
2018-04-13
1
-1
/
+3
*
[sanitizer] Remove empty Symbolizer PrepareForSandboxing
Kostya Kortchinsky
2018-04-03
1
-7
/
+1
*
OpenBSD UBsan support enabling SANITIZER_OPENBSD widely
Kamil Rytarowski
2018-03-03
1
-1
/
+2
*
[hwasan] Fix inline instrumentation.
Evgeniy Stepanov
2018-02-21
1
-0
/
+1
*
[Sanitizers] Basic sanitizer Solaris support (PR 33274)
Kamil Rytarowski
2017-12-14
1
-1
/
+5
*
[sanitizer] Use MADV_FREE on Darwin/BSD to release pages to the OS
Kuba Mracek
2017-12-14
1
-1
/
+2
*
[fuchsia] Update Fuchsia with a new mmap implementation.
Kostya Kortchinsky
2017-11-27
1
-0
/
+1
*
[sanitizer] Update scudo to use new API
Kostya Kortchinsky
2017-11-13
1
-0
/
+4
*
Update sanitizer_allocator to use new API.
Kostya Kortchinsky
2017-11-07
1
-6
/
+11
*
Introduce ReservedAddressRange to sanitizer_common.
Kostya Kortchinsky
2017-10-30
1
-0
/
+30
*
Revert r315533 "Reland "[sanitizer] Introduce ReservedAddressRange to sanitiz...
Hans Wennborg
2017-10-12
1
-36
/
+0
*
Reland "[sanitizer] Introduce ReservedAddressRange to sanitizer_common"
Petr Hosek
2017-10-11
1
-0
/
+36
*
Revert "[sanitizer] Introduce ReservedAddressRange to sanitizer_common"
Petr Hosek
2017-10-11
1
-36
/
+0
*
[sanitizer] Introduce ReservedAddressRange to sanitizer_common
Petr Hosek
2017-10-11
1
-0
/
+36
*
[sanitizer] Move StartReportDeadlySignal into sanitizer_common_libcdep
Vitaly Buka
2017-09-18
1
-8
/
+0
*
[compiler-rt] Fix build break after r313277 on s390x
Ulrich Weigand
2017-09-17
1
-1
/
+1
*
[sanitizer] Move IsStackOverflow into SignalContext
Vitaly Buka
2017-09-14
1
-7
/
+6
*
[compiler-rt] Add siginfo into SignalContext
Vitaly Buka
2017-09-13
1
-2
/
+4
*
Fix line breaks.
Vitaly Buka
2017-09-13
1
-1
/
+1
*
[compiler-rt] Move *Sanitizer:DEADLYSIGNAL printing into common part
Vitaly Buka
2017-09-13
1
-0
/
+8
*
[compiler-rt] Move IsStackOverflow into sanitizer_posix_libcdep.cc to the rest
Vitaly Buka
2017-09-13
1
-0
/
+45
*
Add NetBSD specific version of sanitizer_platform_limits_posix
Kamil Rytarowski
2017-08-28
1
-0
/
+2
*
Revert "[compiler-rt] Don't reset non-default user handler if allow_user_segv...
Vitaly Buka
2017-06-21
1
-19
/
+1
*
[sanitizer-coverage] nuke more stale code
Kostya Serebryany
2017-06-02
1
-1
/
+0
*
[compiler-rt] Don't reset non-default user handler if allow_user_segv_handler...
Vitaly Buka
2017-05-26
1
-1
/
+19
*
[compiler-rt] Replace allow_user_segv_handler=0 with kHandleSignalExclusive
Vitaly Buka
2017-05-25
1
-3
/
+4
*
Don't assume PTHREAD_CREATE_JOINABLE is 0 on all systems
Francis Ricci
2017-04-13
1
-0
/
+4
*
Release memory to OS only when the requested range covers the entire page
Evgeniy Stepanov
2016-11-30
1
-2
/
+6
*
tsan: always define SANITIZER_GO
Dmitry Vyukov
2016-10-28
1
-3
/
+3
*
Fix tsan-go build.
Evgeniy Stepanov
2016-09-08
1
-0
/
+2
*
[sanitizer] Fix a conflict between abort_on_error and handle_abort.
Evgeniy Stepanov
2016-09-07
1
-1
/
+10
*
[asan] first attempt at releasing free-d memory back to the system using madv...
Kostya Serebryany
2016-08-26
1
-1
/
+1
*
[esan] Add handling of large stack size rlimits
Derek Bruening
2016-05-28
1
-0
/
+4
*
[sanitizer] add a function MmapNoAccess that mmaps a protected region *somewh...
Kostya Serebryany
2016-04-23
1
-0
/
+5
*
[sanitizer] rename MmapNoAccess to MmapFixedNoAccess; NFC
Kostya Serebryany
2016-04-22
1
-1
/
+1
*
[sanitizer] revert r267203 as it breaks aarch64 bots
Kostya Serebryany
2016-04-22
1
-2
/
+1
*
[sanitizer] allow zero first parameter in MmapNoAccess; This is a part of r26...
Kostya Serebryany
2016-04-22
1
-1
/
+2
*
Revert "[sanitizer] Allow the sanitizer allocator to use a non-fixed address ...
Renato Golin
2016-04-22
1
-2
/
+1
[next]