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_linux_libcdep.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sanitizer] Get rid of Symbolizer::Get() and Symbolizer::GetOrNull().
Alexey Samsonov
2014-09-10
1
-2
/
+1
*
Fix building sanitizer_linux_libcdep.cc on FreeBSD
Viktor Kutuzov
2014-09-04
1
-1
/
+1
*
[libsanitizer] Fix the Android build.
Alexander Potapenko
2014-09-01
1
-0
/
+4
*
[ASan] Small refactoring - split the slow unwinding logic into sanitizer_unwi...
Alexander Potapenko
2014-09-01
1
-126
/
+0
*
Support traversing ELF objects for sanitizers needs on FreeBSD in 32-bit mode
Viktor Kutuzov
2014-07-25
1
-0
/
+6
*
[asan] Fix unused variable warning.
Evgeniy Stepanov
2014-07-03
1
-1
/
+1
*
[asan] Exclude non-executable mappings from coverage.
Evgeniy Stepanov
2014-06-11
1
-1
/
+2
*
[asancov] Write coverage directly to a memory-mapped file.
Evgeniy Stepanov
2014-05-27
1
-0
/
+15
*
[sanitizer] define SANITIZER_X32 and use it in ThreadDescriptorSize; partiall...
Kostya Serebryany
2014-05-21
1
-1
/
+3
*
Move pthread_cond_* interceptors from sanitizer_common with all the ugly hack...
Alexey Samsonov
2014-04-16
1
-12
/
+0
*
A fix for sanitizers' TLS support on FreeBSD
Viktor Kutuzov
2014-03-24
1
-6
/
+15
*
[sanitizer] Fix a bug in AdjustStackSize().
Sergey Matveev
2014-03-18
1
-2
/
+3
*
tsan: yet another attempt to fix pthread_cond interceptors
Dmitry Vyukov
2014-03-17
1
-1
/
+1
*
[sanitizer] make real_pthread_attr_getstack extern "C"
Kostya Serebryany
2014-03-17
1
-0
/
+2
*
tsan: fix handling of pthread_cond_wait in presence of pthread_cancel
Dmitry Vyukov
2014-03-12
1
-0
/
+12
*
Remove sanitizer_linux_libcdep.cc from TSan-Go build
Alexey Samsonov
2014-03-07
1
-20
/
+1
*
[FreeBSD] Add support for sanitizer_linux_libcdep.cc
Alexey Samsonov
2014-03-07
1
-17
/
+73
*
Avoid doing any work when unwinding stack traces with 0 or 1 frame
Alexey Samsonov
2014-03-04
1
-6
/
+4
*
AdjustStackSizeLinux() is used in Lsan, Tsan and Msan non-Linux-specific code...
Kostya Serebryany
2014-02-24
1
-1
/
+1
*
[sanitizer] Fix off-by-one-line in SEGV reports on Android.
Evgeniy Stepanov
2014-02-13
1
-1
/
+3
*
[Sanitizer] Reduce stack frame size of SlowUnwindStackWithContext
Alexey Samsonov
2014-02-12
1
-4
/
+4
*
[sanitizer] Use system unwinder in signal handlers on Android.
Evgeniy Stepanov
2014-02-11
1
-0
/
+70
*
[sanitizer] hide two functions in the __sanitizer namespace to avoid exportin...
Kostya Serebryany
2014-02-05
1
-14
/
+10
*
[sanitizer] Handle TLS sizes for glibc < 2.13; As discussed in http://gcc.gnu...
Kostya Serebryany
2014-02-04
1
-9
/
+36
*
[libsanitizer] Workaround for https://code.google.com/p/address-sanitizer/iss...
Alexander Potapenko
2014-02-03
1
-1
/
+0
*
[libsanitizer] Fix compilation for gotsan.
Alexander Potapenko
2014-01-31
1
-1
/
+1
*
[ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_common
Alexander Potapenko
2014-01-31
1
-1
/
+10
*
tsan: fix Go build
Dmitry Vyukov
2013-12-31
1
-0
/
+7
*
Fix an ODR violation in the sanitizer runtimes.
Chandler Carruth
2013-12-30
1
-5
/
+11
*
[Sanitizer] Teach MemoryMappingLayout to dump all loaded modules.
Alexey Samsonov
2013-12-25
1
-1
/
+2
*
[msan] Wrap indirect calls to REAL(x) in interceptors.
Evgeniy Stepanov
2013-12-20
1
-0
/
+2
*
[msan] Replace wrap_indirect_calls runtime flag with an interface method.
Evgeniy Stepanov
2013-12-20
1
-3
/
+2
*
[sanitizer] Disable call wrapping when building for Go.
Evgeniy Stepanov
2013-12-13
1
-0
/
+2
*
[msan] Wrap indirect calls from sanitizer rtl when running under DR.
Evgeniy Stepanov
2013-12-13
1
-2
/
+9
*
[sanitizer] Introduce VReport and VPrintf macros and use them in sanitizer code.
Sergey Matveev
2013-12-05
1
-3
/
+3
*
Call real pthread_attr_getstack instead of the interceptor
Kostya Serebryany
2013-11-22
1
-2
/
+8
*
[Sanitizer] Make slow unwinder on Linux more robust
Alexey Samsonov
2013-11-15
1
-1
/
+1
*
[Sanitizer] Use same PC threshold in slow unwinder on all platforms
Alexey Samsonov
2013-11-13
1
-1
/
+1
*
[Sanitizers] Share some stack walking code between Windows and Linux
Timur Iskhodzhanov
2013-11-09
1
-10
/
+3
*
[ASan] Make sure slow stack unwinder doesn't return empty stacks.
Alexey Samsonov
2013-11-05
1
-13
/
+13
*
tsan: use verbosity flag in sanitizer_common code directly
Dmitry Vyukov
2013-10-15
1
-2
/
+3
*
[Sanitizer] Remove StackTrace::max_depth field
Alexey Samsonov
2013-10-12
1
-9
/
+14
*
[Sanitizer] Refactor symbolization interface: use class instead of several fu...
Alexey Samsonov
2013-09-10
1
-0
/
+64
*
Revert r185536 as it neither fixes any memory leaks, nor is it necessary (see...
Timur Iskhodzhanov
2013-09-03
1
-1
/
+0
*
It appears that glibc 2.13 has the same thread descriptor size as 2.11,
Chandler Carruth
2013-08-18
1
-3
/
+3
*
[asan] Raise thread stack size limit.
Evgeniy Stepanov
2013-07-30
1
-2
/
+2
*
[sanitizer] Fix memory leak in sanitizer_common discovered by LeakSanitizer.
Sergey Matveev
2013-07-03
1
-0
/
+1
*
[sanitizer] Use the correct macro to check glibc version.
Sergey Matveev
2013-07-01
1
-1
/
+1
*
[sanitizer] Fix kThreadDescriptorSize for glibc <= 2.11.
Sergey Matveev
2013-06-03
1
-0
/
+6
*
Fix #if guards in sanitizer_common code
Alexey Samsonov
2013-05-30
1
-3
/
+3
[next]