summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [builtins][test] Avoid unportable mmap call in clear_cache_test.cHEADmasterRainer Orth2019-10-221-1/+1
* Fix lld detection in standalone compiler-rt.Evgeniy Stepanov2019-10-212-1/+2
* [hwasan] Workaround unwinder issues in try-catch test.Evgeniy Stepanov2019-10-211-4/+5
* [profile] Use -fPIC -shared in a test instead of -dynamiclibVedant Kumar2019-10-191-1/+1
* [profile] Disable instrprof-get-filename-merge-mode.c on WindowsVedant Kumar2019-10-191-0/+0
* [profile] Do not cache __llvm_profile_get_filename resultVedant Kumar2019-10-185-18/+39
* hwasan: Add missing SANITIZER_INTERFACE_ATTRIBUTE on __hwasan_personality_wra...Peter Collingbourne2019-10-181-4/+7
* [hwasan] Remove system allocator fallback.Evgeniy Stepanov2019-10-184-91/+0
* Update global_symbols.txt.Peter Collingbourne2019-10-181-0/+1
* scudo: Update TLS_SLOT_SANITIZER value.Peter Collingbourne2019-10-181-1/+1
* [Arm][libsanitizer] Fix arm libsanitizer failure with bleeding edge glibcSjoerd Meijer2019-10-181-1/+4
* libhwasan initialisation include kernel syscall ABI relaxationEvgeniy Stepanov2019-10-173-0/+42
* [Builtins] Downgrade duplicate source file warning from a fatal error to a wa...Dan Liew2019-10-171-1/+3
* [Builtins] Provide a mechanism to selectively disable tests based on whether ...Dan Liew2019-10-17180-0/+228
* [asan] Update Windows test expectations for LLVM's MS demanglerReid Kleckner2019-10-172-4/+4
* Revert [Sanitizers] Add support for RISC-V 64-bitSam Elliott2019-10-176-20/+9
* [Sanitizers] Add support for RISC-V 64-bitSam Elliott2019-10-176-9/+20
* [mips] [builtins] Remove clear_mips_cacheZoran Jovanovic2019-10-171-50/+0
* [CMake] Disable building all Darwin libraries (except builtins) for macOS i38...Dan Liew2019-10-161-1/+47
* Revert "[ASan] Refine diagnoses messages"Julian Lettner2019-10-161-1/+2
* [ASan] Refine diagnoses messagesJulian Lettner2019-10-161-2/+1
* CFI: wrong type passed to llvm.type.test with multiple inheritance devirtuali...Dmitry Mikulin2019-10-151-0/+38
* tsan: fix Go ppc64le buildDmitry Vyukov2019-10-151-0/+2
* [libFuzzer] Don't prefix absolute paths in fuchsia.Jake Ehrlich2019-10-111-5/+6
* Fix check-interception link error in compiler-rt debug modeReid Kleckner2019-10-101-1/+4
* Add a missing include in test.Evgeniy Stepanov2019-10-101-0/+1
* Reland "[ASan] Do not misrepresent high value address dereferences as null de...Julian Lettner2019-10-107-6/+90
* [Sanitizers] Fix getrandom testDavid Carlier2019-10-101-1/+1
* Fix sanitizer lint check after r374315Russell Gallop2019-10-101-1/+2
* [UBSan] Appease linterRoman Lebedev2019-10-101-2/+4
* [Sanitizers] Porting getrandom/getentropy interceptors to FreeBSDDavid Carlier2019-10-103-5/+26
* [UBSan] Split nullptr-and-nonzero-offset-variable.c in another directionRoman Lebedev2019-10-102-51/+12
* Revert "[ASan] Do not misrepresent high value address dereferences as null de...Russell Gallop2019-10-107-90/+6
* [UBSan] Split nullptr-and-nonzero-offset-variable.cpp into C and C++ variantsRoman Lebedev2019-10-102-13/+42
* [UBSan] Revisit nullptr-and-nonzero-offset-variable.cpp test to hopefully mak...Roman Lebedev2019-10-101-7/+7
* [UBSan][clang][compiler-rt] Applying non-zero offset to nullptr is undefined ...Roman Lebedev2019-10-109-9/+177
* [ASan] Do not misrepresent high value address dereferences as null dereferencesJulian Lettner2019-10-107-6/+90
* [sanitizer_common] Remove OnPrint from Go build.Matt Morehouse2019-10-091-6/+0
* [libFuzzer] Fix Alarm callback in fuchsia.Jake Ehrlich2019-10-091-2/+2
* [sanitizer, NFC] Fix grammar in commentVitaly Buka2019-10-091-1/+1
* [sanitizer] Disable signal_trap_handler on s390Vitaly Buka2019-10-091-0/+5
* [sanitizer] Make signal_name a C testVitaly Buka2019-10-091-2/+3
* [sanitizer] Use raise() in test and cover more signalsVitaly Buka2019-10-092-8/+19
* [scudo][standalone] Get statistics in a char bufferKostya Kortchinsky2019-10-0914-69/+145
* [sanitizer] Fix crypt.cpp on Android againVitaly Buka2019-10-082-6/+3
* [sanitizer] Fix crypt.cpp test on DarwinVitaly Buka2019-10-082-4/+7
* Fix `compiler_rt_logbf_test.c` test failure for Builtins-i386-darwin test suite.Dan Liew2019-10-081-3/+7
* [sanitizer] Disable crypt*.cpp tests on AndroidVitaly Buka2019-10-082-5/+7
* [builtins] Unbreak build on FreeBSD armv7 after D60351David Carlier2019-10-082-3/+9
* [sanitizer] Fix signal_trap_handler.cpp on androidVitaly Buka2019-10-081-6/+11