summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-05[sanitizers] __sanitizer_get_module_and_offset_for_pc interface functionMike Aizatsky
2016-12-05builtins: Add ARM Thumb1 implementation for uidiv and uidivmodWeiming Zhao
2016-12-05[compiler-rt] Remove duplicates from COMPILER_RT_SUPPORTED_ARCHKuba Mracek
2016-12-05Remove a couple of memset usages from TSan, introduced in r288624.Daniel Jasper
2016-12-04[sanitizer] Make atos stdin a non-tty pipe to make sure it's not stuck waitin...Kuba Mracek
2016-12-02[sanitizer] Track architecture and UUID of modules in LoadedModuleKuba Mracek
2016-12-02Revert "Compiler-rt part of D26230: Add (constant) masked load/store support ...Filipe Cabecinhas
2016-12-02Compiler-rt part of D26230: Add (constant) masked load/store support (Try #2)Filipe Cabecinhas
2016-12-02compiler-rt/test/profile/Linux/lit.local.cfg: [Py3] Use text mode (universal_...NAKAMURA Takumi
2016-12-02[sanitizer] Add a bunch of ifdefs for sparc targets to avoid build failures.Maxim Ostapenko
2016-12-02Don't include system header inside namespaceStephan Bergmann
2016-12-01build: fix building for Windows after SVN r287465Saleem Abdulrasool
2016-11-30Release memory to OS only when the requested range covers the entire pageEvgeniy Stepanov
2016-11-30[scudo] 32-bit and hardware agnostic supportKostya Kortchinsky
2016-11-30[asan] Avoid redundant poisoning checks in __sanitizer_contiguous_container_f...Maxim Ostapenko
2016-11-30[asan] Allow re-exec in instrumented unit tests on Darwin (fix unit tests on ...Kuba Mracek
2016-11-29[Profile] Fix value profiler eviction bugXinliang David Li
2016-11-29[sanitizer] Add macOS minimum deployment target to all compiler invocations i...Kuba Mracek
2016-11-29Revert "Compiler-rt part of D26230: Add (constant) masked load/store support"Filipe Cabecinhas
2016-11-29Compiler-rt part of D26230: Add (constant) masked load/store supportFilipe Cabecinhas
2016-11-29[profile] use GetComputerNameExW instead of gethostname on WindowsBob Haarman
2016-11-29Revert "Revert "[ASan] Enable on SystemZ.""Marcin Koscielnicki
2016-11-29builtins: switch to c11 from c99Saleem Abdulrasool
2016-11-29Return memory to OS right after free (not in the async thread).Evgeniy Stepanov
2016-11-28[asan] Refactor shadow memory initialization out of AsanInitInternal [NFC]Kuba Mracek
2016-11-28[asan] Attempt to fix the debug_double_free.cc testcase on Windows after r288...Kuba Mracek
2016-11-28[asan] Provide bug descriptions for all reports (not just ErrorGeneric)Kuba Mracek
2016-11-28[sanitizers] Get the proper printf/scanf version when long double transition ...Marcin Koscielnicki
2016-11-26[tsan] Fix the lit expansion of %deflake not to eat a spaceKuba Mracek
2016-11-26[asan] Support handle_sigill on DarwinKuba Mracek
2016-11-26[asan] Add a "dump_registers" flag to print out CPU registers after a SIGSEGVKuba Mracek
2016-11-25Revert "[XRay][compiler-rt] XRay Buffer Queue"Dean Michael Berris
2016-11-25[XRay][compiler-rt] XRay Buffer QueueDean Michael Berris
2016-11-24[tsan] Add support for GCD dispatch_suspend and dispatch_resumeKuba Mracek
2016-11-23[test] Use a helper macro to refer to MAP_ANON (NFC)Vedant Kumar
2016-11-23[asan/win] Skip incremental linker padding during unregistrationReid Kleckner
2016-11-23[asan/win] Check assumptions about the incremental linker moreReid Kleckner
2016-11-23[asan/win] Fix incremental linking vs. global registrationReid Kleckner
2016-11-23Revert "[ASan] Enable on SystemZ."Marcin Koscielnicki
2016-11-23[ASan] Enable on SystemZ.Marcin Koscielnicki
2016-11-23[profile] Enable on SystemZ.Marcin Koscielnicki
2016-11-23[XRay][compiler-rt] Add newlines to error messages (NFC).Dean Michael Berris
2016-11-22[sanitizer] Fix the dedup_token_length_test.cc testcase to not fail when user...Kuba Mracek
2016-11-22tsan: fix build after 287632Dmitry Vyukov
2016-11-22tsan: switch libignore from /proc/self/maps to dl_iterate_phdrDmitry Vyukov
2016-11-22tsan: mark cur_thread_placeholder definition as initial-execDmitry Vyukov
2016-11-21[asan] Specialize the initialization-bug.cc testcase for Darwin (it needs a d...Kuba Mracek
2016-11-21Add a test for vcall on a null ptr.Ivan Krasin
2016-11-21[asan] Un-XFAIL Windows global dead stripping test casesReid Kleckner
2016-11-21[XRay] Support AArch64 in compiler-rtDean Michael Berris