summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-09Remove XFAILXinliang David Li
2016-05-09[CMake] Support platform building builtins without a full toolchainChris Bieneman
2016-05-09Re install test reverted by r268866Xinliang David Li
2016-05-09Fix variable visibilityXinliang David Li
2016-05-07[InstrProf] Delete unstable test on ARM. See PR27667Renato Golin
2016-05-07Revert "[profile] Simplify value profile writing"Renato Golin
2016-05-07[profile] Simplify value profile writingXinliang David Li
2016-05-06tsan: fix a crashDmitry Vyukov
2016-05-06Revert r268608 -- unexplained darwin bot failureXinliang David Li
2016-05-06[InstProf] Temporarily removing a test that fails/passes on different configu...Renato Golin
2016-05-06XFAILing a test on ARM. See PR27667Renato Golin
2016-05-06Revert r268716. This has caused test failures in MSan on Linux.Kuba Brecka
2016-05-06[sanitizer] Fix a crash when demangling Swift symbolsKuba Brecka
2016-05-06[asan] Bail out on stack overflow in recovery mode.Maxim Ostapenko
2016-05-06[profile] Remove another unneeded field in raw profile readerXinliang David Li
2016-05-05Add a test of VP with shared libXinliang David Li
2016-05-05IR value profile testing cleanup Xinliang David Li
2016-05-05Sync up with master fileXinliang David Li
2016-05-03[sanitizer] Move stat/__xstat to the common interceptorsMike Aizatsky
2016-05-03Revert "[sanitizer] Move stat/__xstat to the common interceptors"Mike Aizatsky
2016-05-03[sanitizer] Move stat/__xstat to the common interceptorsMike Aizatsky
2016-05-03[CMake] NFC. Add support for testing the compiler without testing the linkerChris Bieneman
2016-05-03[esan] Use do-while rather than braces for empty interceptorsDerek Bruening
2016-05-03tsan: update tsan_analyze to what tip clang generatesDmitry Vyukov
2016-05-02Relax stack check as on some platforms demanglers failVitaly Buka
2016-05-02Add another failing use-after-scope testVitaly Buka
2016-05-02[compiler-rt] adjust platform_limits_linux.cc #include of posix_typesKostya Serebryany
2016-05-02[scan-build] fix logic error warning emitted on compiler-rt code baseKostya Serebryany
2016-05-02[sanitizer] Fix a crash in SizeClassAllocator32 with an out-of-range pointerKuba Brecka
2016-05-02[sanitizer] Don't reuse the main thread in ThreadRegistryKuba Brecka
2016-04-30[ASan] Add shadow offset for SystemZ.Marcin Koscielnicki
2016-04-30Finally fix invalid-pointer-pairs.cc. This time the demangle on the Windows b...Filipe Cabecinhas
2016-04-30[tsan] Return 0 from malloc_size for non-malloc'd pointersKuba Brecka
2016-04-29Fix test's memory leaks.Filipe Cabecinhas
2016-04-29Try to fix clang-cmake-aarch64-42vma by removing a memory leak (have a global...Filipe Cabecinhas
2016-04-29[asan] Assert in __sanitizer_ptr_{sub,cmp} if one of the pointers was freed.Filipe Cabecinhas
2016-04-29[sanitizers] [SystemZ] Mark kernel 3.12.58+ as safe from CVE-2016-2143.Marcin Koscielnicki
2016-04-29[msan] Tests for vector compare intrinsics.Evgeniy Stepanov
2016-04-29[ASan] [SystemZ] Mark segv_read_write.c as UNSUPPORTED.Marcin Koscielnicki
2016-04-28[ASan] Reenable __builtin_setjmp test on PowerPC, disable on SystemZ.Marcin Koscielnicki
2016-04-28[CMake] Adding another missing include. NFC.Chris Bieneman
2016-04-28[CMake] Updating Apple CMake cache fileChris Bieneman
2016-04-28[CMake] Adding some missing CMake includes. NFC.Chris Bieneman
2016-04-28[test/asan] Update a test case to work with old Darwin SDK'sVedant Kumar
2016-04-28Update visibility flags for CFI tests.Peter Collingbourne
2016-04-28[tsan] Fix Darwin GCD support after separation of Processor and ThreadStateKuba Brecka
2016-04-27[MSan] [PowerPC] Dereference function descriptors when recording stack origins.Marcin Koscielnicki
2016-04-27[sanitizers] Get the proper symbol version when long double transition is inv...Marcin Koscielnicki
2016-04-27[sanitizer] Add early call handling to strchr + strrchr interceptorsDerek Bruening
2016-04-27[sanitizers] read/write page fault detection on mac.Mike Aizatsky