aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2020-07-06[Sanitizer] Fix demangling for Swift symbol namesJulian Lettner1-7/+0
2020-07-04[profile] Mark gcov test as unsupported on Darwin.Amara Emerson1-0/+1
2020-07-03[gcov][test] Add `UNSUPPORTED: host-byteorder-big-endian` to gcov-fork.cFangrui Song1-1/+3
2020-07-03[gcov][test] Reorganize some compiler-rt/test/profile testsFangrui Song25-498/+194
2020-07-02[test] Deflake test/profile/ContinuousSyncMode/online-merging.cVedant Kumar1-3/+3
2020-07-01[gcov] Move llvm_writeout_files from atexit to a static destructorFangrui Song2-4/+44
2020-07-01[compiler-rt][Android] Use correct builtins library name for testsRyan Prichard1-0/+5
2020-07-01[Sanitizers] Disable sysmsg interceptors on AndroidGui Andrade2-1/+2
2020-07-01sanitizer_common_interceptors: Fix lint errorsGui Andrade1-2/+4
2020-06-30[Sanitizers] Implement interceptors for msgsnd, msgrcvGui Andrade3-0/+63
2020-06-30[Sanitizer] Remove obsolete assert for OS version checking on DarwinJulian Lettner1-3/+1
2020-06-30[builtins] Change si_int to int in some helper declarationsAnatoly Trosinenko33-178/+183
2020-06-29[CMake][compiler-rt] Only set lld as available when it was builtPetr Hosek1-2/+0
2020-06-26[compiler-rt] Fix mismatched #if/#endif commentsSteven Wu1-2/+2
2020-06-26[builtins] Improve compatibility with 16 bit targetsAnatoly Trosinenko3-3/+3
2020-06-25[compiler-rt] Add support for arm64 macOSSteven Wu4-16/+60
2020-06-25[builtins] Move more float128-related helpers to GENERIC_TF_SOURCES listAnatoly Trosinenko1-6/+6
2020-06-25Revert "[PGO] Extend the value profile buckets for mem op sizes."Hiroshi Yamauchi2-98/+1
2020-06-25[PGO] Extend the value profile buckets for mem op sizes.Hiroshi Yamauchi2-1/+98
2020-06-23Add option to symbolize inline frames for InternalSymbolizerVitaly Buka2-9/+20
2020-06-23test/msan/sigwait: Don't silently ignore assertion failuresGui Andrade1-1/+4
2020-06-22Recommit "[X86] Calculate the needed size of the feature arrays in _cpu_indic...Craig Topper1-4/+5
2020-06-22Revert "[X86] Calculate the needed size of the feature arrays in _cpu_indicat...Craig Topper1-6/+4
2020-06-22[X86] Calculate the needed size of the feature arrays in _cpu_indicator_init ...Craig Topper1-4/+6
2020-06-21[X86] Add cooperlake and tigerlake to the enum in cpu_model.cCraig Topper1-0/+2
2020-06-21[X86] Add cooperlake detection to _cpu_indicator_init.Craig Topper1-1/+3
2020-06-20[X86] Set the cpu_vendor in __cpu_indicator_init to VENDOR_OTHER if cpuid isn...Craig Topper1-5/+3
2020-06-20Typos around a -> an.Eric Christopher1-1/+1
2020-06-20[cpplint] As part of using inclusive language within the llvm project,Eric Christopher1-9/+9
2020-06-19[SanitizeCoverage] Rename -fsanitize-coverage-{white,black}list to -fsanitize...Fangrui Song1-55/+57
2020-06-19[builtins][Android] Fix 386->686 adjustmentRyan Prichard1-1/+1
2020-06-19[builtins] Fix typos in commentsRyan Prichard2-2/+2
2020-06-18[sanitizer] Update global_symbols.txtVitaly Buka1-0/+1
2020-06-18[scudo][standalone] Allow Primary allocations to fail up multiple times.Christopher Ferris2-14/+21
2020-06-17[xray] Option to omit the function indexIan Levesque5-8/+66
2020-06-16[builtins][test] Delete unneeded file headersFangrui Song197-2211/+16
2020-06-16[AIX][compiler-rt] Pick the right form of COMPILER_RT_ALIAS for AIXDavid Tenty1-1/+2
2020-06-16[LSan] Enable for SystemZIlya Leoshkevich7-9/+18
2020-06-16[asan] Unpoison signal alternate stack.Vitaly Buka2-1/+188
2020-06-16[asan] Refactor stack unpoisoning.Robert Schneider6-28/+63
2020-06-15[MSAN] Pass Origin by parameter to __msan_warning functionsGui Andrade2-0/+28
2020-06-14[msan] Fix comment of __msan::Origin::isHeapOriginFangrui Song1-1/+1
2020-06-12[X86] Remove brand_id check from cpu_indicator_init.Craig Topper1-6/+2
2020-06-12[X86] Combine to two feature variables in __cpu_indicator_init into an array ...Craig Topper1-26/+18
2020-06-12[X86] Explicitly initialize __cpu_features2 global in compiler-rt to 0.Craig Topper1-1/+1
2020-06-11[sanitizer] Avoid unneeded deferefenceVitaly Buka1-3/+2
2020-06-10[NFC] Rename variable to workaround old gcc bugArthur Eubanks1-3/+3
2020-06-10[compiler-rt] [test] Fix NameError when loading lit.cfg.py for crtSergej Jaskiewicz1-0/+11
2020-06-10[asan] Suppress lint warning in testsVitaly Buka1-1/+1
2020-06-10Revert "[InstrProfiling] Use !associated metadata for counters, data and values"Vitaly Buka2-105/+20