summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* PR16532: work around old GCC bug in interception_type_test.ccAlexey Samsonov2013-12-051-6/+6
* Run TSan/MSan lit tests only on 64-bit platformsAlexey Samsonov2013-12-054-5/+7
* [sanitizer] Introduce VReport and VPrintf macros and use them in sanitizer code.Sergey Matveev2013-12-0517-138/+100
* [tsan] fix the old tsan Makefile to build the asm files with includesKostya Serebryany2013-12-051-0/+2
* Revert r196490 and fix include paths in makefile-based buildAlexey Samsonov2013-12-053-5/+7
* [asan] revert files which I accidentally commited in r196490Kostya Serebryany2013-12-053-20/+21
* [tsan] fix the include path that is broken in configure/make build but works ...Kostya Serebryany2013-12-054-22/+21
* [sanitizer] fix the ppc32 build (patch by Jakub Jelinek) Kostya Serebryany2013-12-051-6/+18
* [sanitizer] support toolchains that don't understand CFI directivesKostya Serebryany2013-12-053-126/+168
* [DFSan] Extend the ABI list to discard new glibc functionsLorenzo Martignoni2013-12-041-2/+38
* [DFSan] Change the way labels are propagated when comparing memory through li...Lorenzo Martignoni2013-12-044-19/+97
* [sanitizer] Fix log_path behavior with StopTheWorld.Sergey Matveev2013-12-044-3/+32
* [ASan] Use 'extern "C"' rather than 'extern' for global variables exposed in ...Timur Iskhodzhanov2013-12-041-2/+2
* [asan] require __i686__ for the SSE test; also make weaker claims about stack...Kostya Serebryany2013-12-042-9/+8
* [asan] revert 196373: committed to many files by mistakeKostya Serebryany2013-12-045-28/+30
* [asan] require __i686__ for the SSE test; also make weaker claims about stack...Kostya Serebryany2013-12-045-30/+28
* [ASan] Return interface attribute to __sanitizer_print_stack_traceAlexey Samsonov2013-12-041-1/+4
* compiler-rt: Added support for function checksums.Yuchen Wu2013-12-041-2/+2
* [asan] Fix build error.Sergey Matveev2013-12-031-1/+0
* [sanitizer] Expose __sanitizer_print_stack_trace().Sergey Matveev2013-12-034-5/+29
* For libkern and libsa on NetBSD, the normal system headers can't beJoerg Sonnenberger2013-12-031-4/+14
* [Sanitizer] Use more appropriate InternalScopedString in GetCodeRangeForFileAlexey Samsonov2013-12-031-4/+3
* [Sanitizer] Fix a bug introduced in r196112. Add a test.Alexey Samsonov2013-12-032-1/+4
* [sanitizer] Allow InternalMmapVector construction with zero capacity.Sergey Matveev2013-12-021-2/+1
* [sanitizer] Intercept textdomain.Evgeniy Stepanov2013-12-025-0/+32
* [asan] disable AddressSanitizer.HugeMallocTest if ASAN_AVOID_EXPENSIVE_TESTS ...Kostya Serebryany2013-12-021-1/+1
* [asan] dump coverage even if asan has reported an error Kostya Serebryany2013-11-292-0/+9
* [sanitizer] disable shmctl intercetor in 32-bit -- it is rotten (bug filed)Kostya Serebryany2013-11-292-1/+19
* Increase the LocatePcInTrace PC threshold now that GET_STACK_TRACE_WITH_PC_AN...Timur Iskhodzhanov2013-11-291-1/+1
* Fix current stack unwinding when using DRASanTimur Iskhodzhanov2013-11-291-11/+16
* [ASan] Also print <empty stack> when size==0Timur Iskhodzhanov2013-11-291-2/+2
* [sanitizer] Disable iconv interceptor in OSX.Evgeniy Stepanov2013-11-281-1/+1
* [sanitizer] Intercept times.Evgeniy Stepanov2013-11-287-0/+42
* [sanitizer] Intercept iconv.Evgeniy Stepanov2013-11-285-0/+77
* tsan: deflake more testsDmitry Vyukov2013-11-282-0/+3
* tsan: add support for passing file descriptors over UNIX domain socketsDmitry Vyukov2013-11-284-1/+46
* tsan: deflake more testsDmitry Vyukov2013-11-282-0/+4
* tsan: clarify "thread ended with ignores enabled" messageDmitry Vyukov2013-11-271-0/+2
* Add a DLL thunk for __asan_handle_no_returnTimur Iskhodzhanov2013-11-271-0/+2
* [ASan] Clarify that AsanThread objects are allocated only via mmap(). No func...Alexey Samsonov2013-11-274-17/+13
* [sanitizer] Intercept __xpg_strerror_r.Evgeniy Stepanov2013-11-275-0/+37
* Added missing lib/dfsan/scripts/check_custom_wrappers.shLorenzo Martignoni2013-11-271-0/+50
* [Sanitizer] Add rudimentary support for using libbacktrace in symbolizer.Alexey Samsonov2013-11-274-12/+223
* tsan: better diagnostics if thread finishes with ignores enabledDmitry Vyukov2013-11-2714-72/+216
* asan: fix android buildDmitry Vyukov2013-11-271-0/+2
* tsan: do not leave verbosity>0 in testsDmitry Vyukov2013-11-271-2/+2
* tsan: minor refactoringDmitry Vyukov2013-11-271-1/+3
* tsan: fix flags parsingDmitry Vyukov2013-11-277-20/+228
* tsan: support synchronization by means of linux aioDmitry Vyukov2013-11-275-30/+132
* [Sanitizer] Improve external symbolizer behavior.Alexey Samsonov2013-11-263-56/+48
OpenPOWER on IntegriCloud