summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/sanitizer_common to .cppNico Weber2019-07-311-139/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add support for background thread on NetBSD in ASanKamil Rytarowski2018-12-291-2/+2
* [sanitizer] Avoid extra newlines in syslog.Evgeniy Stepanov2018-10-121-7/+10
* [sanitizer] Split Symbolizer/StackTraces from core RTSanitizerCommonKostya Kortchinsky2018-04-161-249/+1
* [sanitizer] Allow BackgroundThread to not depend on StackDepot v2Kostya Kortchinsky2018-04-101-12/+18
* [sanitizer] Reverting rCRT329595Kostya Kortchinsky2018-04-091-14/+10
* [sanitizer] Allow BackgroundThread to not depend on StackDepotKostya Kortchinsky2018-04-091-10/+14
* [sanitizer] Remove empty Symbolizer PrepareForSandboxingKostya Kortchinsky2018-04-031-6/+6
* Mmap interceptor providing mprotect supportVitaly Buka2018-03-241-2/+6
* Revert "Mmap interceptor providing mprotect support"Vitaly Buka2018-03-231-6/+2
* Mmap interceptor providing mprotect supportVitaly Buka2018-03-231-2/+6
* Mmap interceptor new option, Write Exec runtime detectorVitaly Buka2018-03-211-0/+26
* Revert "Mmap interceptor new option, Write Exec runtime detector"Vitaly Buka2018-03-171-26/+0
* Mmap interceptor new option, Write Exec runtime detectorVitaly Buka2018-03-161-0/+26
* Revert "Mmap interceptor new option, Write Exec runtime detector"Jonas Devlieghere2018-03-161-26/+0
* Mmap interceptor new option, Write Exec runtime detectorVitaly Buka2018-03-161-0/+26
* [sanitizer] Remove references and hide CommonSanitizerReportMutexVitaly Buka2017-11-101-0/+1
* [ubsan] Replace CommonSanitizerReportMutex with ScopedErrorReportLockVitaly Buka2017-09-231-0/+4
* [lsan] Deadly signal handler for lsanVitaly Buka2017-09-221-0/+12
* [sanitizer] Replace thread id with GetThreadSelfVitaly Buka2017-09-221-10/+9
* [sanitizer] Move ScopedErrorReportLock into libcdep versionVitaly Buka2017-09-221-0/+37
* [sanitizer] Don't define common ReportDeadlySignal on FuchsiaPetr Hosek2017-09-191-2/+2
* [sanitizer] Move StartReportDeadlySignal into sanitizer_common_libcdepVitaly Buka2017-09-181-0/+8
* [sanitizer] Move stack overflow and signal reporting from Asan into common.Vitaly Buka2017-09-141-4/+64
* [compiler-rt] Compile signal specific functions only for !SANITIZER_GOVitaly Buka2017-09-131-0/+2
* [compiler-rt] Move dump_instruction_bytes and dump_registers into sanitizer_c...Vitaly Buka2017-09-131-0/+41
* [sanitizer_common] Disable filesystem-related code for FuchsiaVitaly Buka2017-08-011-1/+14
* [sanitizer_common] Move filesystem-related code out of sanitizer_common.ccVitaly Buka2017-07-221-0/+1
* Revert "[sanitizer_common] Move filesystem-related code out of sanitizer_comm...Vitaly Buka2017-07-201-1/+0
* [sanitizer_common] Move filesystem-related code out of sanitizer_common.ccAlex Shlyapnikov2017-07-201-0/+1
* [ubsan] Use the correct tool name in diagnosticsVedant Kumar2017-04-141-2/+3
* [asan] add one more argument to __sanitizer_print_memory_profile, remove a re...Kostya Serebryany2017-03-151-1/+1
* [sanitizer] Define as weak, functions that are declared as weak.Marcos Pividori2017-01-311-2/+2
* Return memory to OS right after free (not in the async thread).Evgeniy Stepanov2016-11-291-9/+0
* tsan: fix windows buildDmitry Vyukov2016-10-281-0/+2
* [compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks2016-09-151-3/+3
* [sanitizer] one more attempt to fix things with __sanitizer_print_memory_pro...Kostya Serebryany2016-09-151-1/+1
* [tsan] fix tsan build by adding a dummy __sanitizer_print_memory_profileKostya Serebryany2016-09-141-1/+1
* [asan] add heap_profile=1 to asan to periodically print the heap profile. So ...Kostya Serebryany2016-09-141-1/+11
* [asan] Cleanup: Move tid into ErrorBase, add const to BufferedStackTrace, be ...Filipe Cabecinhas2016-09-121-1/+1
* [asan] first attempt at releasing free-d memory back to the system using madv...Kostya Serebryany2016-08-261-1/+10
* [sanitizers] Log all output to CrashReport on OS XAnna Zaks2016-01-061-3/+0
* [asan] Fix the deadlocks introduced by "On OS X, log reports to syslog and os...Anna Zaks2015-11-201-6/+6
* Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks2015-11-201-1/+26
* Revert "Reapply: [asan] On OS X, log reports to syslog and os_trace"Juergen Ributzka2015-11-041-26/+1
* Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks2015-10-281-1/+26
* Revert "[asan] On OS X, log reports to syslog and os_trace"Anna Zaks2015-10-271-22/+0
* [asan] On OS X, log reports to syslog and os_traceAnna Zaks2015-10-271-0/+22
* [Sanitizer RT] Get rid of internal_isattyTimur Iskhodzhanov2015-04-081-3/+3
OpenPOWER on IntegriCloud