summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-18Move Android ucontext.h out of third_party.Evgeniy Stepanov
2014-03-18tsan: support up to 1<<20 mutexes in standalone deadlock detectorDmitry Vyukov
2014-03-18tsan: better addr->object hashmapDmitry Vyukov
2014-03-18tsan: add missing interceptor for embed symbolizerDmitry Vyukov
2014-03-18tsan: fix flaky testDmitry Vyukov
2014-03-18[sanitizer] a bit more informative deadlock detector report (still lots to im...Kostya Serebryany
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] one more output test for the deadlock detectorKostya 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] Fix https://code.google.com/p/address-sanitizer/issues/detail?id=274Alexander Potapenko
2014-03-14[ASan] Remove the unneeded ASAN_RUNTIME_LDFLAGS.Alexander Potapenko
2014-03-14[CMake] Add trailing newline to test source file to make sure -Wnewline-eof d...Alexey Samsonov
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[CMake] More fixes for Windows buildAlexey Samsonov
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-13[CMake] Attempt to fix standalone compiler-rt build on WindowsAlexey Samsonov
2014-03-13[CMake] Use /W3 instead of -Wall on Windows. Remove add_definitions abuse.Alexey Samsonov
2014-03-13tsan: update the test since the bug is fixedDmitry Vyukov
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-12tsan: add disabled test for http://llvm.org/bugs/show_bug.cgi?id=19113Dmitry Vyukov
2014-03-11Revert "[asan] Make __cxa_demangle non-weak symbol on Android."Hans Wennborg