summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-19Sort. Fix missing NetBSD.Joerg Sonnenberger
2014-03-19One more attempt to fix Makefile buildAlexey Samsonov
2014-03-19tsan: add test for second_deadlock_stack flagDmitry Vyukov
2014-03-19[Make] Build sanitizer runtimes with -std=c++11Alexey Samsonov
2014-03-19[CMake] Fix build of ASan tests on MacAlexey Samsonov
2014-03-19[sanitizer] use some c++11 to simplify the code (we can now). Fix one place w...Kostya Serebryany
2014-03-19[CMake] Build sanitizer unit tests with -std=c++11Alexey Samsonov
2014-03-19[sanitizer] when recycling deadlock graph nodes, properly recycle edgesKostya Serebryany
2014-03-19tsan: use attribute instead of compiler flag for tls-model=initial-exec as as...Dmitry Vyukov
2014-03-19tsan: fix copy-pasted commentDmitry Vyukov
2014-03-19[msan] Fix line numbers in test.Evgeniy Stepanov
2014-03-19tsan: preliminary support for Go deadlock detectorDmitry Vyukov
2014-03-19tsan: fix large stack frame in deadlock detectorDmitry Vyukov
2014-03-19[sanitizer] deadlock detector: a) initial support for suppressions, b) be mor...Kostya Serebryany
2014-03-19[ASan] Print mmap errno/GetLastError in a readable and consistent wayTimur Iskhodzhanov
2014-03-18Don't take short cuts trying to avoid conditionals. This leads toJoerg Sonnenberger
2014-03-18profile: Include the function hash in PGO profilesJustin Bogner
2014-03-18Use CRT_HAS_128BIT.Joerg Sonnenberger
2014-03-18SpacingJoerg Sonnenberger
2014-03-18[sanitizer] Fix a bug in AdjustStackSize().Sergey Matveev
2014-03-18tsan: fix malloc/munmap mismatchDmitry Vyukov
2014-03-18[msan] Origin tracking with history, compiler-rt part.Evgeniy Stepanov
2014-03-18tsan: deadlock detector: add deadlock detector flagsDmitry Vyukov
2014-03-18tsan: deadlock detector: print 2 stacks per deadlock edgeDmitry Vyukov
2014-03-18tsan: addrhashmap: fix bug with initialization of addresses in add arrayDmitry Vyukov
2014-03-18tsan: deadlock detector: add ability to ignore destruction of global mutexesDmitry Vyukov
2014-03-18[CMake] Build compiler-rt libraries with -std=c++11Alexey Samsonov
2014-03-18tsan: lazily initialize deadlock detector runtimeDmitry Vyukov
2014-03-18Fix -Werror buildAlexey Samsonov
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