summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous semicolons outside of functions. This fixes a largeChandler Carruth2012-06-2234-34/+34
* Reorder these things for clarity, and add -std=c99 to the compile flags.Chandler Carruth2012-06-221-9/+9
* Disable the test subdirectory entirely until we get fresh CMake filesChandler Carruth2012-06-221-1/+4
* [tsan] add metadata to the new tsan allocatorKostya Serebryany2012-06-222-6/+58
* Allow divsi3 to take advantage of a hardware unsigned divide when it is avail...Stephen Canon2012-06-222-1/+8
* [tsan] more code for a specialized tsan allocatorKostya Serebryany2012-06-223-13/+188
* tsan: do not call malloc/free in memory access handling routine.Dmitry Vyukov2012-06-227-8/+51
* Small lint fix.Alexander Potapenko2012-06-211-1/+1
* Add a test for issue 81 -- AddressSanitizerMac.DISABLED_CFAllocatorDefaultDou...Alexander Potapenko2012-06-213-3/+15
* [tsan] first step in implementing a custom allocator for tsan (and msan) whic...Kostya Serebryany2012-06-214-4/+130
* [ASan] fix lint errorAlexey Samsonov2012-06-211-1/+2
* Enable AddressSanitizerMac.CFAllocatorDefaultDoubleFree and AddressSanitizerM...Alexander Potapenko2012-06-211-4/+4
* Factor the common code out of cf_free and mz_free.Alexander Potapenko2012-06-213-26/+12
* Fix the output tests on DarwinAlexander Potapenko2012-06-201-1/+1
* Actually intercept free() to ensure that the deallocations caused by other fu...Alexander Potapenko2012-06-203-11/+35
* Add a test for NSURL deallocation (issue 70)Alexander Potapenko2012-06-203-0/+18
* [tsan] a bit more lint and Makefile changes to run tests from sanitizer_commonKostya Serebryany2012-06-205-11/+17
* Resuming work on the compiler-rt CMake build at long long last. In orderChandler Carruth2012-06-203-12/+201
* [Sanitizer] Renaming: SNPrintf -> internal_snprintf (and move it to sanitizer...Alexey Samsonov2012-06-199-21/+22
* [TSan] Add a comment that tsan_flags.h may be included in the user code, and ...Alexey Samsonov2012-06-191-1/+7
* [Sanitizer] State that sanitizer_libc.h header can be included in the user co...Alexey Samsonov2012-06-191-1/+4
* [Sanitizer] use fully qualified type for placement new replacementAlexey Samsonov2012-06-191-3/+3
* [TSan] silence -Winternal-linkage-in-inlinewarning which is produced for gtes...Alexey Samsonov2012-06-191-2/+3
* Declare some variables unsigned to avoid signed vs unsigned mismatches.Joerg Sonnenberger2012-06-185-5/+5
* [Sanitizer] add internal_strncmp to sanitizer libcAlexey Samsonov2012-06-182-0/+13
* [TSan] kill some linux-specific code in favor of code in common runtime: reus...Alexey Samsonov2012-06-182-80/+18
* [Sanitizer] move different wrappers from TSan to common sanitizer runtimeAlexey Samsonov2012-06-1811-22/+42
* [Sanitizer] Fix type for placement new on 32-bit MacAlexey Samsonov2012-06-151-6/+8
* [Sanitizer] Use ProcessMaps in symbolizer to get module name and offset for i...Alexey Samsonov2012-06-153-43/+120
* [Sanitizer] move all the rest re-implementations of libc functions from ASan ...Alexey Samsonov2012-06-159-113/+105
* [Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc implementation...Alexey Samsonov2012-06-1516-71/+46
* Free the allocated filename. Found by clang static analyzer.Bill Wendling2012-06-151-0/+1
* [Sanitizer] Use mmaped buffer in DumpProcessMaps to avoid large stack framesAlexey Samsonov2012-06-151-1/+2
* [TSan] don't use too new __attribute__((unused)) for class memberAlexey Samsonov2012-06-151-1/+1
* [Sanitizer] move ShadowRangeIsAvailable and several defines to common runtimeAlexey Samsonov2012-06-158-44/+49
* [Sanitizer] move atomic ops, min/max and sort to commnon runtimeAlexey Samsonov2012-06-157-72/+63
* [Sanitizer] move more portability wrappers to common runtime: sleep, _exit, a...Alexey Samsonov2012-06-157-47/+49
* [Sanitizer] move DumpProcessMap and DisableCoreDumper to common runtimeAlexey Samsonov2012-06-157-32/+41
* tsan: fix COMPAT mapping to not produce false reportsDmitry Vyukov2012-06-142-0/+13
* Don't build compiler-rt arm code on darwin. Fixes PR12918.Nico Weber2012-06-141-0/+1
* 80 columnsNico Weber2012-06-141-2/+2
* [Sanitizer] move rest of mmap routines to common sanitizer runtimeAlexey Samsonov2012-06-148-45/+31
* [Sanitizer] move portable GetEnv to common sanitizer runtimeAlexey Samsonov2012-06-149-66/+66
* [Sanitizer] Move internal_memcmp to common sanitizer libcAlexey Samsonov2012-06-146-15/+10
* [Sanitizer] Workaround for -Wunused-private-field warning - add an attribute ...Alexey Samsonov2012-06-143-2/+6
* [ASan] don't include deleted headerAlexey Samsonov2012-06-146-6/+0
* [ASan] remove obsolete header asan_procmaps.hAlexey Samsonov2012-06-141-23/+0
* Add test rdx, rdx to fix ASan tests on Mac OS 10.7 x64Alexander Potapenko2012-06-111-0/+1
* [Sanitizer] Use __libc_malloc/__libc_free instead of malloc/free inside inter...Alexey Samsonov2012-06-091-3/+12
* [TSan] use efficient real_memcpy inside runtimeAlexey Samsonov2012-06-099-12/+17
OpenPOWER on IntegriCloud