summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [tsan] Implement __tsan_get_alloc_stack and __tsan_locate_address to query po...Kuba Mracek2016-12-195-0/+212
* Revert "[XRay] [compiler-rt] Move machine-dependent code into machine-depende...Diana Picus2016-12-197-208/+139
* [XRay][compiler-rt] Fix missing include of <cerrno>Dean Michael Berris2016-12-191-0/+1
* [XRay][compiler-rt] Post-commit review fixup of XRay refactoring.Dean Michael Berris2016-12-192-5/+36
* [XRay][compiler-rt] Explicitly include <cstdint> for typesDean Michael Berris2016-12-191-2/+2
* [XRay] [compiler-rt] Move machine-dependent code into machine-dependent files.Dean Michael Berris2016-12-197-139/+176
* [XRay] [compiler-rt] Fix format string; sanitizers' internal printf() doesn't...Dean Michael Berris2016-12-191-12/+6
* Follow-up for r289831: Lower the unjoined thread count to 100 in the libcxx-f...Kuba Mracek2016-12-161-1/+1
* Ifdef out utmp.h on Darwin to un-break the build after r289878 ([msan] Interc...Kuba Mracek2016-12-152-1/+5
* [msan] Intercept getutent and friends.Evgeniy Stepanov2016-12-155-0/+101
* Revert r289690 "[sanitizer] intercept bstring functions, patch by Kuang-che W...Hans Wennborg2016-12-156-97/+5
* xray: fix assembly macro definitionSaleem Abdulrasool2016-12-151-2/+2
* sanitizers: silence -pedantic warningSaleem Abdulrasool2016-12-151-1/+1
* [scudo] Use DefaultSizeClassMap for 32-bitKostya Kortchinsky2016-12-152-8/+8
* [sanitizers] dont dump coverage if not asked toMike Aizatsky2016-12-152-4/+10
* [tsan] Add interceptor for libcxx __shared_count::__release_shared()Kuba Mracek2016-12-152-3/+49
* [XRay][compiler-rt][NFC] Deduplicate code in x86-64 trampolines.Dean Michael Berris2016-12-151-62/+37
* Fix simple cmake error when COMPILER_RT_SUPPORTED_ARCH is empty.Marcos Pividori2016-12-151-1/+3
* [sanitizer] intercept bstring functions, patch by Kuang-che Wu (https://revie...Kostya Serebryany2016-12-146-5/+97
* tsan: allow Java VM iterate over allocated objectsDmitry Vyukov2016-12-143-0/+22
* [scudo] Relax the memalign testKostya Kortchinsky2016-12-141-2/+18
* [sanitizers] -DAG is order-independent checkMike Aizatsky2016-12-131-3/+3
* Add DLL thunks for new sancov APIs to fix Windows testsReid Kleckner2016-12-131-0/+4
* Corrected D27428: Do not use the alignment-rounded-up size with secondaryKostya Kortchinsky2016-12-133-20/+51
* Fix warning for noreturn functionReid Kleckner2016-12-131-0/+1
* [sancov] Disable failing test on SystemZ as wellUlrich Weigand2016-12-132-2/+2
* [sancov] Mark as unstable on ARM, not XFAIL, since it does pass on some configRenato Golin2016-12-132-4/+4
* [sanitizers] dso order is random, test shouldnt depend on itMike Aizatsky2016-12-131-3/+3
* [sanitizers] powerpc4 is also unsupported platformMike Aizatsky2016-12-132-2/+2
* [sanitizers] disabling dso test as well where appropriateMike Aizatsky2016-12-131-1/+1
* [sanitizers] trace-pc-guard doesn't work on mac as wellMike Aizatsky2016-12-131-1/+1
* [sanitizers] sancov really works on x86 onlyMike Aizatsky2016-12-131-1/+1
* [XRay][compiler-rt] Use explicit comparisons in unit tests.Dean Michael Berris2016-12-131-7/+8
* [sancov] __sanitizer_dump_coverage apiMike Aizatsky2016-12-128-5/+296
* [compiler-rt] Support building builtins for a single targetPetr Hosek2016-12-123-11/+26
* symbolizer: Add lseek64 to global symbol list.Peter Collingbourne2016-12-121-0/+1
* [XRay][CMake] Check target for XRay Flight Data RecorderPetr Hosek2016-12-121-0/+8
* [sanitizer] Make sure libmalloc doesn't remove the sanitizer zone from malloc...Kuba Mracek2016-12-111-0/+23
* [sanitizer] Handle malloc_destroy_zone() on DarwinKuba Mracek2016-12-112-0/+34
* [DFSAN] Another unstable test in AArch64 breaking bots unnecessarilyRenato Golin2016-12-091-0/+1
* Reverting rL289088 while investigating some test issue on the build serversKostya Kortchinsky2016-12-092-18/+4
* [sanitizer] Add workaround for empty stringsVitaly Buka2016-12-081-18/+14
* [asan] Add test which detects bugs undetectable before r288563Vitaly Buka2016-12-081-0/+20
* [sanitizer] Do not use the alignment-rounded-up size when using the secondaryKostya Kortchinsky2016-12-083-6/+22
* [compiler-rt][asan] Fix overlaping parameters for memmove/memcpy on windows.Etienne Bergeron2016-12-081-11/+11
* [MSAN][MIPS] Fix fork.cc test on MIPSSagar Thakur2016-12-087-38/+69
* [XRay][AArch64] Disable the unstable test XRay-aarch64-linux::patching-unpatc...Serge Rogatch2016-12-072-0/+6
* [builtin] Add Thumb1 implementation for idivsi3 and aeabi_idivmodWeiming Zhao2016-12-072-0/+29
* [builtin] for the condition for check __ARM_FEATURE_CLZWeiming Zhao2016-12-071-3/+2
* [asan] Disable yet another unstable test under AArch64Renato Golin2016-12-071-0/+1