summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [ASan] Due to data races, ASan malloc stats are inaccurate, which may cause c...Alexey Samsonov2012-10-241-6/+13
* [ASan] add comment to blacklist file to test behavior introduced in r166283Alexey Samsonov2012-10-191-0/+1
* [ASan] instrumented asan unit tests should depend on blacklist fileAlexey Samsonov2012-10-191-2/+4
* Fix comment typo.Bob Wilson2012-10-181-1/+1
* [asan] Disable new/delete interceptors on Android and make them visible elsew...Evgeniy Stepanov2012-10-181-5/+13
* [Sanitizer] fall back to online symbolizer if user-provided callback failedAlexey Samsonov2012-10-181-1/+2
* Re-enable this test now that r166172 has hacked around the terribleChandler Carruth2012-10-181-1/+1
* build/clang_darwin: Don't try to build ARM contents on 10.6.Daniel Dunbar2012-10-171-4/+10
* build/make: There is no need to put timestamps into .dir files, and it justDaniel Dunbar2012-10-171-1/+1
* [ASan] unit tests: Move main() to a separate file. Fix lintAlexey Samsonov2012-10-174-10/+22
* [asan] added a test for a bug in asan at -O0 introduced by r165936 (making as...Kostya Serebryany2012-10-171-0/+14
* [ASan] Fix strchr/index tests for users who have 'char* strchr(char*,int)' in...Alexey Samsonov2012-10-172-2/+27
* [ASan] don't use attribute no_address_safety_analysis if it's unknown to comp...Alexey Samsonov2012-10-172-1/+8
* [Sanitizer] symbolizer: increase the maximal number of shared libraries to 16KAlexey Samsonov2012-10-172-2/+3
* [asan] fix gcc warnings while building asan-rtKostya Serebryany2012-10-171-4/+6
* Do not call ReplaceCFAllocator() before __CFInitialize(), otherwise crashes a...Alexander Potapenko2012-10-161-1/+8
* Commit a leftover file from r166026: Add MACOS_VERSION_MOUNTAIN_LION.Alexander Potapenko2012-10-161-1/+2
* Add MACOS_VERSION_MOUNTAIN_LION.Alexander Potapenko2012-10-161-0/+1
* [asan] fix lintKostya Serebryany2012-10-162-2/+2
* platform/clang_darwin: Drop an x86_64 slice into cc_kext_ios5.Daniel Dunbar2012-10-151-1/+1
* Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.Daniel Dunbar2012-10-151-1/+111
* Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.Nico Weber2012-10-151-111/+1
* Implement internal_memmove.Alexander Potapenko2012-10-153-0/+29
* [asan] fix more tests Kostya Serebryany2012-10-151-9/+9
* [asan] change the asan output slightly to avoid user confusion: a) add ':' af...Kostya Serebryany2012-10-1511-17/+17
* Provide a slightly more helpful diagnostic if -fcatch-undefined-behavior findsRichard Smith2012-10-141-0/+6
* Use a better test for __int128 support, which works on old GCC versions.Richard Smith2012-10-141-1/+1
* Fix the bootstrap of CompilerRT with host compilers that don't supportChandler Carruth2012-10-133-4/+8
* -fcatch-undefined-behavior: Runtime library support for trapping conversions ...Richard Smith2012-10-127-2/+122
* -fcatch-undefined-behavior: handler for VLA bound which evaluates to a non-po...Richard Smith2012-10-103-0/+28
* -fcatch-undefined-behavior: store the type name directly at the end of a type...Richard Smith2012-10-091-3/+4
* Add a runtime diagnostics library for Clang's -fcatch-undefined-behavior.Richard Smith2012-10-0923-0/+1023
* Determine supported archs for compiler-rt libraries on Linux by trying to com...Alexey Samsonov2012-10-092-23/+40
* [Sanitizer] Remove unneeded returns after UNIMPLEMENTED macroAlexey Samsonov2012-10-096-20/+0
* [Sanitizer] Add UNREACHABLE(msg) macroAlexey Samsonov2012-10-091-1/+6
* [ASan] use llvm-symbolizer for ASan lit-style tests on MacAlexey Samsonov2012-10-0811-31/+24
* llvm-symbolizer for Mac: add support for reading DWARF from separate object f...Alexey Samsonov2012-10-081-40/+87
* tsan: better message about found races for Go ThreadSanitizerDmitry Vyukov2012-10-071-0/+4
* tsan: cache pc's that cause suppressions (this way we do not need to symboliz...Dmitry Vyukov2012-10-059-28/+62
* If !asan_inited, call internal versions of libc functions where available.Alexander Potapenko2012-10-051-24/+8
* tsan for Go: support mallocs before __tsan_init() (required to support cgo code)Dmitry Vyukov2012-10-041-1/+3
* Avoid calling __asan_init from memcpy(), memmove(), memset() during libSystem...Alexander Potapenko2012-10-041-0/+9
* [ASan] don't build 64-bit runtime on 32-bit Linux platformsAlexey Samsonov2012-10-041-1/+5
* tsan: add atomic_fetch_sub() and atomic_signal_fence() functionsDmitry Vyukov2012-10-043-0/+41
* [asan] properly report mmap failureKostya Serebryany2012-10-042-0/+24
* I'm getting these errors with r165159:Bill Wendling2012-10-041-4/+4
* Back out my temporary workaround for Apple buildbots.Bob Wilson2012-10-031-4/+4
* Set ASAN_NEEDS_SEGV=0 on Android only.Alexander Potapenko2012-10-031-1/+1
* tsan: prepare for migration to new memory_order enum values (ABI compatible)Dmitry Vyukov2012-10-032-16/+37
* Build ASan runtime on Linux for both x86_64 and i386, same as we do with full...Alexey Samsonov2012-10-031-5/+2