summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cc
Commit message (Expand)AuthorAgeFilesLines
* [ASan] Distinguish between read, write and read-write file access modes in Op...Alexander Potapenko2015-03-231-1/+1
* [Sanitizer] Remove multiline comment to silence GCC warning. NFC.Alexey Samsonov2015-02-201-2/+1
* [LSan] [MIPS] adding support of LSan for mips64/mips64el archMohit K. Bhakkad2015-02-191-2/+41
* tsan: fix freebsd buildDmitry Vyukov2015-02-161-0/+2
* [Sanitizer] Fix checking for weak function presence.Alexey Samsonov2015-02-021-2/+2
* Revert "Remove unused function."Alexey Samsonov2015-01-311-0/+13
* [TSan] Fix Go build.Alexey Samsonov2015-01-301-1/+12
* Remove unused function.Alexey Samsonov2015-01-301-11/+0
* [asan] use getrusage as an alternative to reading /proc/self/statm. Also move...Kostya Serebryany2015-01-291-0/+39
* [sanitizer] Update descriptor size for glibc 2.13.Sergey Matveev2015-01-231-0/+2
* Replace InternalScopedBuffer<char> with InternalScopedString where applicable.Alexey Samsonov2014-12-021-4/+3
* [msan] Remove MSanDR and supporting code.Evgeniy Stepanov2014-11-181-10/+2
* Fix -Wcast-qual warnings in sanitizersAlexey Samsonov2014-11-131-1/+2
* [Sanitizer] Get rid of Symbolizer::Get() and Symbolizer::GetOrNull().Alexey Samsonov2014-09-101-2/+1
* Fix building sanitizer_linux_libcdep.cc on FreeBSDViktor Kutuzov2014-09-041-1/+1
* [libsanitizer] Fix the Android build.Alexander Potapenko2014-09-011-0/+4
* [ASan] Small refactoring - split the slow unwinding logic into sanitizer_unwi...Alexander Potapenko2014-09-011-126/+0
* Support traversing ELF objects for sanitizers needs on FreeBSD in 32-bit modeViktor Kutuzov2014-07-251-0/+6
* [asan] Fix unused variable warning.Evgeniy Stepanov2014-07-031-1/+1
* [asan] Exclude non-executable mappings from coverage.Evgeniy Stepanov2014-06-111-1/+2
* [asancov] Write coverage directly to a memory-mapped file.Evgeniy Stepanov2014-05-271-0/+15
* [sanitizer] define SANITIZER_X32 and use it in ThreadDescriptorSize; partiall...Kostya Serebryany2014-05-211-1/+3
* Move pthread_cond_* interceptors from sanitizer_common with all the ugly hack...Alexey Samsonov2014-04-161-12/+0
* A fix for sanitizers' TLS support on FreeBSDViktor Kutuzov2014-03-241-6/+15
* [sanitizer] Fix a bug in AdjustStackSize().Sergey Matveev2014-03-181-2/+3
* tsan: yet another attempt to fix pthread_cond interceptorsDmitry Vyukov2014-03-171-1/+1
* [sanitizer] make real_pthread_attr_getstack extern "C"Kostya Serebryany2014-03-171-0/+2
* tsan: fix handling of pthread_cond_wait in presence of pthread_cancelDmitry Vyukov2014-03-121-0/+12
* Remove sanitizer_linux_libcdep.cc from TSan-Go buildAlexey Samsonov2014-03-071-20/+1
* [FreeBSD] Add support for sanitizer_linux_libcdep.ccAlexey Samsonov2014-03-071-17/+73
* Avoid doing any work when unwinding stack traces with 0 or 1 frameAlexey Samsonov2014-03-041-6/+4
* AdjustStackSizeLinux() is used in Lsan, Tsan and Msan non-Linux-specific code...Kostya Serebryany2014-02-241-1/+1
* [sanitizer] Fix off-by-one-line in SEGV reports on Android.Evgeniy Stepanov2014-02-131-1/+3
* [Sanitizer] Reduce stack frame size of SlowUnwindStackWithContextAlexey Samsonov2014-02-121-4/+4
* [sanitizer] Use system unwinder in signal handlers on Android.Evgeniy Stepanov2014-02-111-0/+70
* [sanitizer] hide two functions in the __sanitizer namespace to avoid exportin...Kostya Serebryany2014-02-051-14/+10
* [sanitizer] Handle TLS sizes for glibc < 2.13; As discussed in http://gcc.gnu...Kostya Serebryany2014-02-041-9/+36
* [libsanitizer] Workaround for https://code.google.com/p/address-sanitizer/iss...Alexander Potapenko2014-02-031-1/+0
* [libsanitizer] Fix compilation for gotsan.Alexander Potapenko2014-01-311-1/+1
* [ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_commonAlexander Potapenko2014-01-311-1/+10
* tsan: fix Go buildDmitry Vyukov2013-12-311-0/+7
* Fix an ODR violation in the sanitizer runtimes.Chandler Carruth2013-12-301-5/+11
* [Sanitizer] Teach MemoryMappingLayout to dump all loaded modules.Alexey Samsonov2013-12-251-1/+2
* [msan] Wrap indirect calls to REAL(x) in interceptors.Evgeniy Stepanov2013-12-201-0/+2
* [msan] Replace wrap_indirect_calls runtime flag with an interface method.Evgeniy Stepanov2013-12-201-3/+2
* [sanitizer] Disable call wrapping when building for Go.Evgeniy Stepanov2013-12-131-0/+2
* [msan] Wrap indirect calls from sanitizer rtl when running under DR.Evgeniy Stepanov2013-12-131-2/+9
* [sanitizer] Introduce VReport and VPrintf macros and use them in sanitizer code.Sergey Matveev2013-12-051-3/+3
* Call real pthread_attr_getstack instead of the interceptorKostya Serebryany2013-11-221-2/+8
* [Sanitizer] Make slow unwinder on Linux more robustAlexey Samsonov2013-11-151-1/+1
OpenPOWER on IntegriCloud