aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2022-08-18Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson4-16/+22
2022-08-18[compiler-rt] Clean up explicit -std=c++17 additionShoaib Meenai2-3/+0
2022-08-18Revert "[compiler-rt] Fix check for cross-compiling"Ellis Hoag1-3/+3
2022-08-18[compiler-rt] Fix check for cross-compilingEllis Hoag1-3/+3
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson4-22/+16
2022-08-18[tsan] Keep thread/stack for closed FDVitaly Buka6-7/+44
2022-08-17[test] Propagate HWASAN_OPTIONSVitaly Buka1-2/+2
2022-08-17[NFC][tsan] Use AddThread(Tid tid...Vitaly Buka1-5/+2
2022-08-17[compiler-rt][libunwind][runtimes] Recategorize `llvm_check_linker_flag` langsJohn Ericson1-6/+6
2022-08-16Libfuzzer fix for Ctrl + c not working with -fork and -ignore_crashes=1Maxim Schessler3-0/+9
2022-08-16[compiler-rt] Build with C++17 explicitlyShoaib Meenai1-0/+4
2022-08-15[gn build] Make ubsan_init_standalone_preinit.cpp syncableNico Weber1-1/+2
2022-08-15[MSAN] clean up style from D131728Kevin Athey1-4/+4
2022-08-14[ORC_RT][COFF] Fix cross compilation with mingw headersMartin Storsjö1-1/+1
2022-08-13Ensure newlines at the end of files (NFC)Kazu Hirata1-1/+1
2022-08-13[test][sanitizer] Disable netdb tests on AndroidVitaly Buka2-2/+9
2022-08-13[test][sanitizer] Fix REQUIRES in the testVitaly Buka1-1/+1
2022-08-13[test][asan] Remove -fsanitize-address-use-after-scopeVitaly Buka14-27/+14
2022-08-13[ORC_RT][COFF] Initial platform support for COFF/x86_64.Sunho Kim19-33/+1161
2022-08-12[sanitizer] Add dn_comp interceptorVitaly Buka3-7/+37
2022-08-12[MSAN] add flag to suppress storage of stack variable names with -sanitize-me...Kevin Athey4-10/+25
2022-08-12[MSAN] Separate id ptr from constant string for variable names used in track ...Kevin Athey2-9/+21
2022-08-11[MSAN] remove unused debugging statements (NFC)Kevin Athey1-5/+0
2022-08-11[msan] Avoid unnecessary PC increment/decrementVitaly Buka2-9/+3
2022-08-11[NFC][sanitizer] Use __builtin_extract_return_addr on all platformsVitaly Buka1-7/+3
2022-08-11[NFC][sanitizer] Add () into a few macrosVitaly Buka1-8/+9
2022-08-11[test][asan] Disable symbolizationVitaly Buka1-2/+2
2022-08-10[msan] Extract SetAllocaOriginVitaly Buka1-24/+32
2022-08-10[msan] Another try for powerpc fix after D131205Vitaly Buka1-7/+0
2022-08-10[msan] Try to fix powerpc after D131205Vitaly Buka1-3/+1
2022-08-11[compiler-rt][BF16] Provide __truncdfbf2 and __truncsfbf2 only when __bf16 is...Phoebe Wang3-3/+18
2022-08-10[test][sanitizer] Fix REQUIRES of the testVitaly Buka1-1/+1
2022-08-10[test][sanitizer] Switch test to a different groupVitaly Buka1-3/+3
2022-08-10[test][sanitizer] Change exit code to debug llvm-avr-linuxVitaly Buka1-2/+2
2022-08-10[test][sanitizer] Fix REQUIRES in few testsVitaly Buka2-2/+2
2022-08-10[test][sanitizer] Fix getgrouplist testVitaly Buka1-4/+4
2022-08-10Remove function name from sanitize-memory-track-origins binary.Kevin Athey12-21/+15
2022-08-10Desist from passing function location to __msan_set_alloca_origin4.Kevin Athey9-9/+14
2022-08-10Revert "Reland "[compiler-rt][BF16] Provide __truncsfbf2 only when __bf16 is ...Phoebe Wang5-17/+1
2022-08-10tsan: update Go rules to use -std=c++17Fangrui Song2-2/+2
2022-08-10Reland "[compiler-rt][BF16] Provide __truncsfbf2 only when __bf16 is available"Phoebe Wang5-1/+17
2022-08-09Revert "Reland "[compiler-rt][BF16] Provide __truncsfbf2 only when __bf16 is ...Med Ismail Bennani6-19/+1
2022-08-10Reland "[compiler-rt][BF16] Provide __truncsfbf2 only when __bf16 is available"Phoebe Wang6-1/+19
2022-08-10Revert "[compiler-rt][BF16] Provide __truncsfbf2 only when __bf16 is available"Phoebe Wang5-16/+1
2022-08-09[sanitizer] Let internal symbolizer to use posix_memalignVitaly Buka1-0/+1
2022-08-10[compiler-rt][BF16] Provide __truncsfbf2 only when __bf16 is availablePhoebe Wang5-1/+16
2022-08-09[sanitizer] Use C++17 to build the symbolizer.Evgenii Stepanov1-1/+1
2022-08-08[asan] Faster version of QuickCheckForUnpoisonedRegionVitaly Buka1-10/+14
2022-08-08[asan] Avoid few branches on memcpy hot pathVitaly Buka3-19/+11
2022-08-08[NFC][asan] Fix Condition annotation after 30bbb73bb448Vitaly Buka1-1/+1