summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-03-17Reapply "PGO: Statically generate data structures"Duncan P. N. Exon Smith
2014-03-17Revert r204079, r204083 and r204084 "PGO: Statically generate data structures"Duncan P. N. Exon Smith
2014-03-17Switch from fputc to putc to fix r204079?Duncan P. N. Exon Smith
2014-03-17Rename __ProfileData to __llvm_pgo_dataDuncan P. N. Exon Smith
2014-03-17PGO: Statically generate data structuresDuncan P. N. Exon Smith
2014-03-17[sanitizer] fix the deadlock detector buildKostya Serebryany
2014-03-17[sanitizer] reverse the order of the stack traces printed for every pair of l...Kostya Serebryany
2014-03-17[sanitizer] make the deadlock detector print 2*N stack traces on lock-order-i...Kostya Serebryany
2014-03-17[sanitizer] allow to store the lock context (stack trace id) with all current...Kostya Serebryany
2014-03-17[tsan] fox the GO buildKostya Serebryany
2014-03-17[sanitizer] fix build warnings; add an output test for the deadlock detecorKostya Serebryany
2014-03-17[sanitizer] print more stack traces when reporting a deadlock (even more to c...Kostya Serebryany
2014-03-17tsan: yet another attempt to fix pthread_cond interceptorsDmitry Vyukov
2014-03-17[sanitizer] make real_pthread_attr_getstack extern "C"Kostya Serebryany
2014-03-14[ASan] Remove the unneeded ASAN_RUNTIME_LDFLAGS.Alexander Potapenko
2014-03-14[sanitizer] fully implement racy fast path in bitset-based deadlock detectorKostya Serebryany
2014-03-14[sanitizer] partially implement racy fast path in bitset-based deadlock detectorKostya Serebryany
2014-03-14[sanitizer] in bitset-based deadlock detector collect edge's stack trace when...Kostya Serebryany
2014-03-13[sanitizer] in bitvector-based deadlock detector split onLock into onLockBefo...Kostya Serebryany
2014-03-13[msan] Test for aggregates passing through ellipsis.Evgeniy Stepanov
2014-03-13[TSan] Hide message about re-execing under verbosity flagAlexey Samsonov
2014-03-13Work around PR19125: -Wconstant-logical-operand false positiveTimur Iskhodzhanov
2014-03-13[sanitizer] support recursive rwlocks in bitset-based deadlock detectorKostya Serebryany
2014-03-13Disable fast shadow zero'ing on WindowsTimur Iskhodzhanov
2014-03-13FastPoisonShadow: check for MmapFixedNoReserve failuresTimur Iskhodzhanov
2014-03-13[CMake] Make append_if semantics similar to those used in LLVMAlexey Samsonov
2014-03-13Preserve constness for intermediate pointers.Joerg Sonnenberger
2014-03-12Revert "profile: Use a simple binary format for profiling"Justin Bogner
2014-03-12profile: Use a simple binary format for profilingJustin Bogner
2014-03-12Implement Android versions of __clear_cache for arm32 & mips.Daniel Sanders
2014-03-12tsan: fix deadlock in deadlock detectorDmitry Vyukov
2014-03-12Fix MSVS warnings in the sanitizers RTLTimur Iskhodzhanov
2014-03-12Add FreeBSD 9.2 support to asan_linux.ccViktor Kutuzov
2014-03-12tsan: fix handling of pthread_cond_wait in presence of pthread_cancelDmitry Vyukov
2014-03-12tsan: add interceptors for fopen64, freopen64, tmpfile, tmpfile64Dmitry Vyukov
2014-03-11Revert "[asan] Make __cxa_demangle non-weak symbol on Android."Hans Wennborg
2014-03-11[ASan] Don't build the ASan runtime with -undefined dynamic_lookup, which isn...Alexander Potapenko
2014-03-11[sanitizer] Fix a typo.Evgeniy Stepanov
2014-03-10A fix for platform-dependent types in sanitizers' profiling support lib on x6...Viktor Kutuzov
2014-03-07ARM: fix file's header commentTim Northover
2014-03-07Remove sanitizer_linux_libcdep.cc from TSan-Go buildAlexey Samsonov
2014-03-07[FreeBSD] Add support for sanitizer_linux_libcdep.ccAlexey Samsonov
2014-03-07[FreeBSD] Port sanitizers' syscalls.Alexey Samsonov
2014-03-07tsan: fix pthread_cond_destroy interceptor on androidDmitry Vyukov
2014-03-07[ASan] Better way to disable tests for functions unavailable on certain platf...Alexey Samsonov
2014-03-06tsan: update Go windows build script Dmitry Vyukov
2014-03-06[sanitizer] Simplify interceptors with user callbacks.Evgeniy Stepanov
2014-03-06tsan: update interface for GoDmitry Vyukov
2014-03-06tsan: weaken concurrency guarantees in deadlock detector mutex hashmapDmitry Vyukov
2014-03-06tsan: add -ftls-model=initial-exec to deadlock detector flagsDmitry Vyukov