summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* Don't initialize interceptor_metadata_map unless SI_POSIX is setEugene Leviant2019-07-281-1/+3
* [compiler-rt] Fix running tests on macOS when XCode is not installedAlexander Richardson2019-07-271-6/+13
* [profile] In Android, do not mkdir() dirs in GCOV_PREFIXPirama Arumuga Nainar2019-07-251-1/+18
* [sanitizer_common] Allow customization of StartSymbolizerSubprocessJulian Lettner2019-07-252-7/+13
* [scudo][standalone] Optimization passKostya Kortchinsky2019-07-2414-94/+91
* [libFuzzer] Fix __sanitizer_print_memory_profile return type in ExtFunctions.defMax Moroz2019-07-231-1/+1
* [compiler-rt][builtins] Provide __clear_cache for SPARCRainer Orth2019-07-231-0/+10
* [NFC][ASAN] Add brackets around not commandLei Huang2019-07-231-1/+1
* [TSan] Enable fiber tests on iOS simulatorJulian Lettner2019-07-225-5/+5
* Fix asan infinite loop on undefined symbolSerge Guelton2019-07-202-2/+50
* Revert "Fix asan infinite loop on undefined symbol"Serge Guelton2019-07-202-50/+2
* Fix asan infinite loop on undefined symbolSerge Guelton2019-07-202-2/+50
* Revert "Fix asan infinite loop on undefined symbol"Matthew Voss2019-07-192-49/+2
* Fix asan infinite loop on undefined symbolSerge Guelton2019-07-192-2/+49
* [libFuzzer] Set Android specific ALL_FUZZER_SUPPORTED_ARCHYi Kong2019-07-191-0/+2
* [ASan] Support `{f}puts(NULL)` on Darwin, part 2Julian Lettner2019-07-181-2/+4
* [compiler-rt] Complete revert of r366413Matthew Voss2019-07-181-42/+0
* Revert "Fix asan infinite loop on undefined symbol"Matthew Voss2019-07-181-7/+2
* [CMake] Don't set Python_ADDITIONAL_VERSIONSJonas Devlieghere2019-07-181-1/+0
* Restrict asan + dlopen testcase to x86Serge Guelton2019-07-181-2/+2
* Relax regexp to detect failed interception by asanSerge Guelton2019-07-181-1/+1
* Fix asan infinite loop on undefined symbolSerge Guelton2019-07-182-2/+49
* hwasan: Use C++ driver for cfi.cc test.Peter Collingbourne2019-07-171-1/+1
* [ASan] Support `{f}puts(NULL)` on DarwinJulian Lettner2019-07-172-2/+20
* [TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.6Julian Lettner2019-07-161-45/+44
* [GWP-ASan] Add thread ID to PRNG seed.Mitch Phillips2019-07-162-5/+7
* Removed -mno-omit-leaf-frame-pointer from flags.Mitch Phillips2019-07-162-6/+0
* [TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.10Julian Lettner2019-07-162-64/+0
* Finish "Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO"Stephan Bergmann2019-07-164-20/+81
* [TSan] Fix asm token error (again)Julian Lettner2019-07-151-1/+1
* [ASan] Fix >80 character line.Matt Morehouse2019-07-151-1/+2
* [TSan] Fix asm token errorJulian Lettner2019-07-151-1/+1
* [TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.9Julian Lettner2019-07-151-22/+5
* [sanitizers][windows][mingw32] Mingw32 RTL fixesMatthew G McGovern2019-07-151-44/+44
* [libFuzzer] Disable fork.test on AArch64Diana Picus2019-07-151-1/+1
* [TSan] Tiny cleanup of UnmangleLongJmpSp for Linux/x86_64Julian Lettner2019-07-131-8/+8
* [builtins] Fix assembly in arm sync-ops.hNikita Popov2019-07-121-1/+1
* Enable compiler-rt on SPARCRainer Orth2019-07-129-12/+31
* [Sanitizers] Fix SanitizerCommon-Unit :: ./Sanitizer-*-Test/MemoryMappingLayo...Rainer Orth2019-07-121-2/+4
* NFC: Unforget a colon in a few CHECK: directives.Artem Dergachev2019-07-121-2/+2
* Use clang driver for libfuzzer tests on WindowsReid Kleckner2019-07-112-5/+3
* [scudo][standalone] NFC correctionsKostya Kortchinsky2019-07-117-19/+25
* [TSan] Move DECLARE_REAL macro outside of namespaceJulian Lettner2019-07-111-5/+15
* [profile][test] Fix Profile-* :: instrprof-merge.c etc. on SPARCRainer Orth2019-07-113-2/+24
* Explicitly define __STDC_FORMAT_MACROS for PRIu64Mitch Phillips2019-07-111-0/+6
* [scudo][standalone] Merge Spin & Blocking mutex into a Hybrid oneKostya Kortchinsky2019-07-1117-158/+144
* [ASan] Use __sanitizer_fill_shadow for FastPoisonShadow on FuchsiaPetr Hosek2019-07-111-4/+6
* Add NetBSD LSan supportKamil Rytarowski2019-07-1111-19/+394
* Change another test I missed in r365724Nico Weber2019-07-111-1/+1
* clang-cl: Remove -O0 optionNico Weber2019-07-1189-121/+121
OpenPOWER on IntegriCloud