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] 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
*
[sanitizer] Change the way GetThreadStackAndTls() obtains the thread descript...
Sergey Matveev
2013-05-29
1
-11
/
+21
*
[nolibc] Move libc-dependent sanitizer_linux.cc code to sanitizer_linux_libcd...
Peter Collingbourne
2013-05-20
1
-0
/
+273