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_stoptheworld_linux_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
-572
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[asan] Workaround to avoid hangs in Chromium tests
Vitaly Buka
2018-05-15
1
-3
/
+3
*
[sanitizer] Attempt to fix strace_test.cc on ppc64le
Vitaly Buka
2018-05-10
1
-1
/
+1
*
[sanitizer] Renamed local variable
Vitaly Buka
2018-05-10
1
-5
/
+5
*
[sanitizer] Don't miss threads by ThreadSuspender
Vitaly Buka
2018-05-10
1
-11
/
+9
*
[sanitizer] Use tid_t in ThreadLister
Vitaly Buka
2018-05-09
1
-2
/
+2
*
[sanitizer] Simplify ThreadLister interface
Vitaly Buka
2018-05-07
1
-6
/
+8
*
[sanitizer] Replace InternalScopedBuffer with InternalMmapVector
Vitaly Buka
2018-05-07
1
-1
/
+1
*
[sanitizer] Remove reserving constructor from InternalMmapVector
Vitaly Buka
2018-05-07
1
-1
/
+1
*
[tsan] Use __sanitizer_siginfo from sanitizer_common
Vitaly Buka
2017-11-10
1
-1
/
+2
*
Always use prctl(PR_SET_PTRACER)
Sylvestre Ledru
2017-11-08
1
-2
/
+8
*
[asan] Increase kHandlerStackSize for TracerThreadSignalHandler
Vitaly Buka
2017-10-15
1
-1
/
+1
*
[compiler-rt] Cleanup SignalContext initialization
Vitaly Buka
2017-09-14
1
-1
/
+1
*
Fix sanitizer build against latest glibc
Kostya Serebryany
2017-07-13
1
-1
/
+1
*
[sanitizer] Don't include <linux/user.h> in sanitizer_stoptheworld_linux_libc...
Maxim Ostapenko
2017-04-18
1
-10
/
+6
*
[asan] Fixup for r300483 (which is a fixup for r300473).
Evgeniy Stepanov
2017-04-18
1
-4
/
+5
*
Update suspended threads info to be compatible with darwin
Francis Ricci
2017-04-17
1
-10
/
+45
*
Fixup for r300473: Use %lu on Linux for tid_t in format strings.
Kuba Mracek
2017-04-17
1
-3
/
+3
*
[sanitizer] Introduce tid_t as a typedef for OS-provided thread IDs
Kuba Mracek
2017-04-17
1
-4
/
+2
*
Reapply "Enable LSan for arm Linux"
Maxim Ostapenko
2017-04-11
1
-2
/
+3
*
Revert r299923, it doesn't build in bootstrap builds.
Nico Weber
2017-04-11
1
-3
/
+2
*
[lsan] Enable LSan for arm Linux
Maxim Ostapenko
2017-04-11
1
-2
/
+3
*
[lsan] Avoid segfaults during threads destruction under high load
Maxim Ostapenko
2017-04-06
1
-5
/
+9
*
[lsan] Renable LSan for x86 Linux
Maxim Ostapenko
2017-01-31
1
-2
/
+2
*
Revert "[lsan] Enable LSan for x86 Linux."
Evgeniy Stepanov
2017-01-23
1
-2
/
+2
*
[lsan] Enable LSan for x86 Linux.
Maxim Ostapenko
2017-01-23
1
-2
/
+2
*
Make lsan complain loudly when running under ptrace
Kostya Serebryany
2016-10-13
1
-1
/
+3
*
[compiler-rt] Do not introduce __sanitizer namespace globally
Anna Zaks
2016-09-15
1
-2
/
+2
*
[sanitizer] [SystemZ] Add ptrace support bits.
Marcin Koscielnicki
2016-04-26
1
-1
/
+8
*
[ASAN] Add support for mips/mips64 android
Mohit K. Bhakkad
2016-03-16
1
-1
/
+8
*
[LSan] Print more helpful error message if LSan crashes during leak detection.
Alexey Samsonov
2016-02-12
1
-2
/
+2
*
[PPC64, TSAN] LLVM basic enablement of thread sanitizer for PPC64 (BE and LE)
Bill Schmidt
2015-12-08
1
-3
/
+3
*
[compiler-rt] Fix build by wrapping lines to 80 chars (NFC)
Vedant Kumar
2015-10-01
1
-1
/
+2
*
[sanitizer_common] Apply modernize-use-nullptr, other minor fixes
Vedant Kumar
2015-09-30
1
-20
/
+20
*
[Sanitizers] Allow to install several internal Die callbacks.
Alexey Samsonov
2015-08-24
1
-24
/
+16
*
[AArch64] Fixes broken bot fue to TSAN patch
Renato Golin
2015-08-05
1
-0
/
+4
*
[tsan] Enable tsan for aarch64
Adhemerval Zanella
2015-08-05
1
-4
/
+23
*
Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portable
Timur Iskhodzhanov
2015-04-10
1
-1
/
+1
*
asan: fix comment formatting
Dmitry Vyukov
2015-03-06
1
-2
/
+2
*
tsan: fix signal handling during stop-the-world
Dmitry Vyukov
2015-03-05
1
-74
/
+94
*
asan: fix signal handling during stoptheworld
Dmitry Vyukov
2015-03-02
1
-3
/
+6
*
Revert r229678 "tsan: fix signal handling during stop-the-world"
Hans Wennborg
2015-02-28
1
-42
/
+50
*
tsan: fix PTRACE_ATTACH handling during stop-the-world
Dmitry Vyukov
2015-02-19
1
-18
/
+32
*
[LSan] [MIPS] adding support of LSan for mips64/mips64el arch
Mohit K. Bhakkad
2015-02-19
1
-2
/
+2
*
tsan: fix signal handling during stop-the-world
Dmitry Vyukov
2015-02-18
1
-50
/
+42
*
Make signal-related functions use __sanitizer_* structures instead of __sanit...
Alexander Potapenko
2014-01-31
1
-10
/
+11
*
[sanitizer] Introduce VReport and VPrintf macros and use them in sanitizer code.
Sergey Matveev
2013-12-05
1
-23
/
+14
*
[sanitizer] Fix log_path behavior with StopTheWorld.
Sergey Matveev
2013-12-04
1
-0
/
+15
*
tsan: be silent if verbosity=0
Dmitry Vyukov
2013-10-15
1
-11
/
+21
[next]