summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
...
* tsan: add platform suffix to Go runtime libraryDmitry Vyukov2012-07-161-3/+5
* tsan: treat malloc() as memory access in GoDmitry Vyukov2012-07-161-0/+1
* tsan: use dynamic shadow stack for GoDmitry Vyukov2012-07-167-6/+42
* tsan: increase number of dead threads for GoDmitry Vyukov2012-07-161-0/+4
* tsan: Go runtime: support goroutine end eventDmitry Vyukov2012-07-162-0/+11
* tsan: fix buildDmitry Vyukov2012-07-162-0/+8
* tsan: port Go runtime to DarwinDmitry Vyukov2012-07-164-12/+141
* [Sanitizer] implement straightforward nlogn sorting, as qsort() may call mall...Alexey Samsonov2012-07-163-14/+111
* tsan: allow to pass CFLAGS to Go runtime build scriptDmitry Vyukov2012-07-161-5/+6
* tsan: add missing test for Go runtimeDmitry Vyukov2012-07-161-0/+15
* [tsan] use internal_strnlen in strncpy interceptor (the bug found while booti...Kostya Serebryany2012-07-131-1/+1
* <rdar://problem/11668446> Add .subsections_via_symbols to Darwin assembly filesNick Kledzik2012-07-111-0/+3
* [Sanitizer] fix CMake buildAlexey Samsonov2012-07-103-2/+3
* [ASan] move flags description to separate header, add comments about them.Alexey Samsonov2012-07-104-47/+102
* [ASan] cleanup: remove dead flagAlexey Samsonov2012-07-092-3/+0
* [ASan] Use common flags parsing machinery.Alexey Samsonov2012-07-0914-228/+210
* [Sanitizer] move flag parsing routines (and unit tests) from tsan runtime to ...Alexey Samsonov2012-07-095-158/+131
* Suppress a lint warning.Alexander Potapenko2012-07-081-1/+1
* tsan: Go language support fixesDmitry Vyukov2012-07-064-19/+24
* tsan: Go lang: symbolize stack tracesDmitry Vyukov2012-07-064-4/+63
* [tsan] start using AllocatorCache in CombinedAllocatorKostya Serebryany2012-07-064-14/+33
* Small fix: do not replace the default CFAllocator if it has been replaced alr...Alexander Potapenko2012-07-061-1/+1
* [tsan] implement SizeClassAllocatorLocalCache (part of tsan allocator)Kostya Serebryany2012-07-062-30/+117
* Because CFAllocatorCreate() should also be called after __CFInitialize() on L...Alexander Potapenko2012-07-061-16/+26
* A portable way to check whether __CFInitialize has been called: compare kCFAl...Alexander Potapenko2012-07-063-29/+26
* Do not check for __CFRuntimeClassTableSize on non-10.6 systems, where this sy...Alexander Potapenko2012-07-063-11/+44
* [tsan] use intrusive list in the new tsan allocatorKostya Serebryany2012-07-062-26/+18
* [tsan] add intrusive list to be used in tsan allocator, etcKostya Serebryany2012-07-062-0/+270
* tsan: Go language supportDmitry Vyukov2012-07-0514-42/+362
* Fix http://code.google.com/p/address-sanitizer/issues/detail?id=87 by making ...Alexander Potapenko2012-07-052-4/+30
* [ASan] Add a default constructor for DWARFSection to initialize it with zeros.Alexey Samsonov2012-07-051-0/+4
* tsan/asan: kill STLDmitry Vyukov2012-07-051-5/+13
* [tsan] reg test for tsan issue #3Kostya Serebryany2012-07-051-0/+13
* [TSan] add a new option 'use_internal_symbolizer' that allows to choose betwe...Alexey Samsonov2012-07-055-12/+91
* [TSan] Improve output tests: allow reports to contain file:line:column instea...Alexey Samsonov2012-07-043-22/+18
* Do not call malloc_zone_from_ptr() for the pointers passed to mz_size() and m...Alexander Potapenko2012-07-041-14/+0
* [ASan] Minor fix in symbolizer output.Alexey Samsonov2012-07-041-1/+1
* [ASan] fixup for r159652Alexey Samsonov2012-07-031-0/+1
* [Sanitizer] Extend a symbolizer code. Implemented for Linux only. Use dl_iter...Alexey Samsonov2012-07-039-75/+280
* [TSan] use threadsafe death tests in TSan unit testsAlexey Samsonov2012-07-022-1/+2
* asan/tsan: improve SpinMutexDmitry Vyukov2012-07-021-3/+17
* tsan/asan: add mutex to 64-bit allocatorDmitry Vyukov2012-07-022-8/+11
* [ASan] cmake cleanup: make tab/space padding in CMakeLists consistent, silenc...Alexey Samsonov2012-07-023-10/+13
* tsan/asan: third try on msvc atomicsDmitry Vyukov2012-06-292-4/+14
* tsan/asan: second attemp on msvc atomicsDmitry Vyukov2012-06-291-7/+14
* tsan/asan: first try on msvc atomicsDmitry Vyukov2012-06-296-144/+234
* tsan/asan: add SpinMutex to sanitizer_commonDmitry Vyukov2012-06-296-20/+74
* tsan/asan: unify ScopedLockDmitry Vyukov2012-06-294-52/+63
* tsan/asan: unify atomics (move atomics from tsan to sanitizer_common)Dmitry Vyukov2012-06-2913-62/+76
* tsan: use -Wno-unused-private-field only for clang (gcc does not understand it)Dmitry Vyukov2012-06-291-2/+4
OpenPOWER on IntegriCloud