aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-10XFAIL ubsan/TestCases/TypeCheck/Function/function.cpp on WindowsHans Wennborg
2017-10-10[sanitizer] Revert D38706Kostya Kortchinsky
2017-10-10[sanitizer] Move the errno/ENOMEM allocator checks logic to separate .ccKostya Kortchinsky
2017-10-10[XRay][compiler-rt] Fix rdtscp support check for x86_64Dean Michael Berris
2017-10-09[ubsan] Fix Asan internal alloc corruption in PR33221 test.Evgeniy Stepanov
2017-10-09[sanitizer] Don't intercept signal and sigaction on FuchsiaPetr Hosek
2017-10-09[ubsan] Disable one test on Android.Evgeniy Stepanov
2017-10-09Limit CFI blacklist entries to specific CFI modeVlad Tsyrklevich
2017-10-09Make the cfi target available on more platforms.Peter Collingbourne
2017-10-07cmake: Fix one more usage of append()Vedant Kumar
2017-10-07Use list(APPEND) instead of append()Vedant Kumar
2017-10-07[ubsan] Add a static runtime on DarwinVedant Kumar
2017-10-07[asan] Disable wcslen test on 32-bit Android.Evgeniy Stepanov
2017-10-06Factor out default_(a|ub)sanitizer_opts in lit.Evgeniy Stepanov
2017-10-06[sanitizer] Test ubsan and cfi on android.Evgeniy Stepanov
2017-10-06[asan] Use gold linker in android tests.Evgeniy Stepanov
2017-10-05Revert "[LSan] Detect dynamic loader by its base address."Alex Shlyapnikov
2017-10-05[libFuzzer] Disable experimental clang coverage support by default.Max Moroz
2017-10-05[cfi] Disable tests with lld on i386.Evgeniy Stepanov
2017-10-05[LSan] Detect dynamic loader by its base address.Alex Shlyapnikov
2017-10-05[asan] Add --enable-new-dtags in tests on Android.Evgeniy Stepanov
2017-10-05[asan] Use full binary path in the Android test runner.Evgeniy Stepanov
2017-10-05[sanitizer] Move %ld_flags_rpath_exe to common and use it in more tests.Evgeniy Stepanov
2017-10-05[cfi] Mark a test as unsupported on darwin.Evgeniy Stepanov
2017-10-05[cfi] Test on all available targets.Evgeniy Stepanov
2017-10-05[XRay][compiler-rt] Write out arg1 payload in naive mode loggingDean Michael Berris
2017-10-04[sanitizer] Move cxx-abi library earlier in link flags.Evgeniy Stepanov
2017-10-04[XRay][compiler-rt] Fix logical failure in BufferQueue::getBuffer()Dean Michael Berris
2017-10-04[XRay][compiler-rt] Use a hand-written circular buffer in BufferQueueDean Michael Berris
2017-10-04[XRay] [compiler-rt] make sure single threaded programs get traced tooMartin Pelikan
2017-10-03[compiler-rt] Add back ARM EABI aliases where legal.Eli Friedman
2017-10-03Revert "[XRay][compiler-rt] Use a hand-written circular buffer in BufferQueue"Dean Michael Berris
2017-10-03[XRay][compiler-rt] Use a hand-written circular buffer in BufferQueueDean Michael Berris
2017-10-03fixup: use UNUSED, restore alignment for cache-line friendliness, and report ...Dean Michael Berris
2017-10-03[XRay][compiler-rt] Use pthread for initializing thread-local dataDean Michael Berris
2017-10-02[builtins] ARM: Reland fix for assembling builtins in thumb state.Manoj Gupta
2017-10-02Add support for custom loaders to the sanitizer symbolizerFrancis Ricci
2017-10-02Revert "Add support for custom loaders to the sanitizer symbolizer"Francis Ricci
2017-10-02Add support for custom loaders to the sanitizer symbolizerFrancis Ricci
2017-10-02Use %run for running CFI testsFilipe Cabecinhas
2017-10-02[cmake] Add a separate CMake var to control profile runtimeMichal Gorny
2017-09-29Move LoadedModule list to a NoCtor vector and initialize on demand.Francis Ricci
2017-09-29Revert "Move LoadedModule list to a NoCtor vector and initialize on demand."Francis Ricci
2017-09-29Move LoadedModule list to a NoCtor vector and initialize on demand.Francis Ricci
2017-09-29Fix cmake file broken by D38277.Alex Shlyapnikov
2017-09-29Add missing header definitionFrancis Ricci
2017-09-29Remove recursion from FindModuleForAddress. NFC.Francis Ricci
2017-09-29Refactor android fallback procmaps init. NFC.Francis Ricci
2017-09-29[CMake] Fix configuration on PowerPC with sanitizersJonas Hahnfeld
2017-09-29[XRay][compiler-rt][NFC] Remove loggingInitialized() convenience functionDean Michael Berris