llvm-project/clang/test/CodeGen
Craig Topper e2b7aabb57 [RISCV] Reduce the number of RISCV vector builtins by an order of magnitude.
All but 2 of the vector builtins are only used by clang_builtin_alias.
When using clang_builtin_alias, the type string of the builtin is never
checked. Only the types in the function definition used for the alias
are checked.

This patch takes advantage of this to share a single builtin for
many different types. We already used type overloads on the IR intrinsic
so the codegen for the builtins that are being merge were already
the same. This extends the type overloading to the builtins.

I had to make a few tweaks to make this work.
-Floating point vector-vector vmerge now uses the vmerge intrinsic
 instead of the vfmerge intrinsic. New isel patterns and tests are
 added to support this.
-The SemaChecking for the immediate of vset_v/vget_v has been removed.
 Determining the valid range is harder now. I've added masking to
 ManualCodegen to ensure valid IR for invalid input.

This reduces the number of builtins from ~25000 to ~1100.

Reviewed By: HsiangKai

Differential Revision: https://reviews.llvm.org/D112102
2021-10-25 09:03:59 -07:00
..
Inputs [clang][codegen] Set CurLinkModule in CodeGenAction::ExecuteAction 2021-08-24 21:25:49 +00:00
RISCV [RISCV] Reduce the number of RISCV vector builtins by an order of magnitude. 2021-10-25 09:03:59 -07:00
SystemZ Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
VE [VE] Support vector register in inline asm 2020-11-12 06:18:35 +09:00
WebAssembly Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
X86 [test] Remove tests pinned to the legacy PM 2021-10-18 16:40:46 -07:00
aarch64-sve-intrinsics [Analysis] Add support for vscale in computeKnownBitsFromOperator 2021-09-20 15:01:59 +01:00
aarch64-sve2-intrinsics Revert "Revert "[AArch64][SVE][InstCombine] Canonicalize aarch64_sve_dup_x intrinsic to IR splat operation"" 2021-09-10 18:11:24 -07:00
arc Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm-mve-intrinsics [ARM][MVE] vcreateq lane ordering for big endian 2021-04-30 13:48:05 +01:00
avr Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
24-bit.c
64bit-swiftcall.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
2002-01-23-LoadQISIReloadFailure.c
2002-01-24-ComplexSpaceInType.c
2002-01-24-HandleCallInsnSEGV.c
2002-02-13-ConditionalInCall.c
2002-02-13-ReloadProblem.c
2002-02-13-TypeVarNameCollision.c
2002-02-13-UnnamedLocal.c
2002-02-14-EntryNodePreds.c
2002-02-16-RenamingTest.c
2002-02-17-ArgumentAddress.c
2002-02-18-64bitConstant.c
2002-02-18-StaticData.c
2002-03-11-LargeCharInString.c
2002-03-12-ArrayInitialization.c
2002-03-12-StructInitialize.c
2002-03-12-StructInitializer.c
2002-03-14-BrokenPHINode.c
2002-03-14-BrokenSSA.c
2002-03-14-QuotesInStrConst.c
2002-04-07-SwitchStmt.c
2002-04-08-LocalArray.c
2002-04-09-StructRetVal.c
2002-04-10-StructParameters.c
2002-05-23-StaticValues.c
2002-05-23-TypeNameCollision.c
2002-06-25-FWriteInterfaceFailure.c
2002-07-14-MiscListTests.c
2002-07-14-MiscTests.c
2002-07-14-MiscTests2.c
2002-07-14-MiscTests3.c
2002-07-16-HardStringInit.c
2002-07-17-StringConstant.c
2002-07-30-SubregSetAssertion.c
2002-07-30-UnionTest.c
2002-07-30-VarArgsCallFailure.c
2002-07-31-BadAssert.c
2002-07-31-SubregFailure.c
2002-08-02-UnionTest.c
2002-08-19-RecursiveLocals.c
2002-09-08-PointerShifts.c
2002-09-18-UnionProblem.c
2002-09-19-StarInLabel.c
2002-10-12-TooManyArguments.c
2002-12-15-GlobalBoolTest.c
2002-12-15-GlobalConstantTest.c
2002-12-15-GlobalRedefinition.c
2002-12-15-StructParameters.c
2003-01-30-UnionInit.c
2003-03-03-DeferredType.c
2003-06-22-UnionCrash.c
2003-06-23-GCC-fold-infinite-recursion.c
2003-06-26-CFECrash.c
2003-06-29-MultipleFunctionDefinition.c
2003-07-22-ArrayAccessTypeSafety.c
2003-08-17-DeadCodeShortCircuit.c
2003-08-18-SigSetJmp.c
2003-08-18-StructAsValue.c
2003-08-20-BadBitfieldRef.c
2003-08-20-PrototypeMismatch.c
2003-08-20-vfork-bug.c
2003-08-21-BinOp-Type-Mismatch.c
2003-08-21-StmtExpr.c
2003-08-21-WideString.c
2003-08-23-LocalUnionTest.c
2003-08-29-BitFieldStruct.c
2003-08-29-HugeCharConst.c
2003-08-29-StructLayoutBug.c
2003-08-30-AggregateInitializer.c
2003-08-30-LargeIntegerBitfieldMember.c
2003-09-18-BitfieldTests.c
2003-09-30-StructLayout.c
2003-10-02-UnionLValueError.c
2003-10-06-NegateExprType.c
2003-10-09-UnionInitializerBug.c
2003-10-28-ident.c
2003-10-29-AsmRename.c
2003-11-01-C99-CompoundLiteral.c
2003-11-01-EmptyStructCrash.c
2003-11-01-GlobalUnionInit.c
2003-11-03-AddrArrayElement.c
2003-11-04-EmptyStruct.c
2003-11-04-OutOfMemory.c
2003-11-08-PointerSubNotGetelementptr.c
2003-11-12-VoidString.c
2003-11-13-TypeSafety.c
2003-11-16-StaticArrayInit.c
2003-11-18-CondExprLValue.c
2003-11-19-AddressOfRegister.c
2003-11-19-BitFieldArray.c
2003-11-20-Bitfields.c
2003-11-20-ComplexDivision.c
2003-11-20-UnionBitfield.c
2003-11-26-PointerShift.c
2003-11-27-ConstructorCast.c
2003-11-27-UnionCtorInitialization.c
2003-12-14-ExternInlineSupport.c
2004-01-01-UnknownInitSize.c
2004-01-08-ExternInlineRedefine.c
2004-02-12-LargeAggregateCopy.c
2004-02-13-BuiltinFrameReturnAddress.c
2004-02-13-IllegalVararg.c mac/arm: XFAIL the last 3 failing tests 2020-12-12 15:09:17 -05:00
2004-02-13-Memset.c
2004-02-14-ZeroInitializer.c
2004-02-20-Builtins.c
2004-03-07-ComplexDivEquals.c
2004-03-07-ExternalConstant.c
2004-03-09-LargeArrayInitializers.c
2004-03-15-SimpleIndirectGoto.c
2004-03-16-AsmRegisterCrash.c
2004-05-07-VarArrays.c
2004-05-21-IncompleteEnum.c
2004-06-08-OpaqueStructArg.c
2004-06-17-UnorderedBuiltins.c
2004-06-17-UnorderedCompares.c
2004-06-18-VariableLengthArrayOfStructures.c
2004-07-06-FunctionCast.c
2004-08-06-LargeStructTest.c
2004-11-25-UnnamedBitfieldPadding.c
2004-11-27-StaticFunctionRedeclare.c
2005-01-02-ConstantInits.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
2005-01-02-PointerDifference.c
2005-01-02-VAArgError-ICE.c
2005-02-20-AggregateSAVEEXPR.c
2005-02-27-MarkGlobalConstant.c
2005-03-05-OffsetOfHack.c
2005-03-06-OffsetOfStructCrash.c
2005-03-11-Prefetch.c
2005-04-09-ComplexOps.c
2005-05-10-GlobalUnionInit.c
2005-06-15-ExpandGotoInternalProblem.c
2005-07-26-UnionInitCrash.c
2005-07-28-IncorrectWeakGlobal.c
2005-09-20-ComplexConstants.c
2005-09-24-AsmUserPrefix.c
2005-09-24-BitFieldCrash.c
2005-12-04-AttributeUsed.c Change some addUsedGlobal to addUsedOrCompilerUsedGlobal 2021-02-26 10:42:07 -08:00
2006-01-13-Includes.c
2006-01-13-StackSave.c
2006-01-16-BitCountIntrinsicsUnsigned.c
2006-01-23-FileScopeAsm.c
2006-03-03-MissingInitializer.c
2006-03-16-VectorCtor.c
2006-03-17-KnRMismatch.c
2006-05-19-SingleEltReturn.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
2006-07-31-PR854.c
2006-09-11-BitfieldRefCrash.c
2006-09-18-fwrite-cast-crash.c
2006-09-21-IncompleteElementType.c
2006-09-25-DebugFilename.c
2006-09-25-DebugFilename.h
2006-09-28-SimpleAsm.c
2006-10-30-ArrayCrash.c
2006-12-14-ordered_expr.c
2007-01-06-KNR-Proto.c
2007-01-20-VectorICE.c
2007-01-24-InlineAsmCModifier.c
2007-02-04-AddrLValue-2.c
2007-02-04-AddrLValue.c
2007-02-04-EmptyStruct.c
2007-02-07-AddrLabel.c
2007-02-16-VoidPtrDiff.c
2007-02-25-C-DotDotDot.c
2007-03-01-VarSizeArrayIdx.c
2007-03-26-BitfieldAfterZeroWidth.c
2007-03-26-ZeroWidthBitfield.c
2007-03-27-VarLengthArray.c
2007-04-05-PackedBitFields-2.c
2007-04-05-PackedBitFields.c
2007-04-05-PackedStruct.c
2007-04-05-PadBeforeZeroLengthField.c
2007-04-05-UnPackedStruct.c
2007-04-11-InlineAsmStruct.c
2007-04-11-InlineAsmUnion.c
2007-04-11-PR1321.c
2007-04-13-InlineAsmStruct2.c
2007-04-13-InlineAsmUnion2.c
2007-04-14-FNoBuiltin.c
2007-04-17-ZeroSizeBitFields.c
2007-04-24-VolatileStructCopy.c
2007-04-24-bit-not-expr.c
2007-04-24-str-const.c
2007-05-07-PaddingElements.c
2007-05-08-PCH.c
2007-05-11-str-const.c
2007-05-15-PaddingElement.c
2007-05-16-EmptyStruct.c
2007-05-29-UnionCopy.c
2007-06-05-NoInlineAttribute.c
2007-06-15-AnnotateAttribute.c
2007-06-18-SextAttrAggregate.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
2007-07-29-RestrictPtrArg.c
2007-08-01-LoadStoreAlign.c
2007-08-21-ComplexCst.c
2007-08-22-CTTZ.c
2007-09-05-ConstCtor.c
2007-09-12-PragmaPack.c
2007-09-14-NegatePointer.c
2007-09-17-WeakRef.c
2007-09-26-Alignment.c
2007-09-27-ComplexIntCompare.c
2007-09-28-PackedUnionMember.c
2007-10-02-VolatileArray.c
2007-10-15-VoidPtr.c
2007-10-30-Volatile.c [Clang] -Wunused-but-set-parameter and -Wunused-but-set-variable 2021-06-01 15:38:48 -07:00
2007-11-07-AlignedMemcpy.c
2007-11-07-CopyAggregateAlign.c
2007-11-07-ZeroAggregateAlign.c
2007-11-28-GlobalInitializer.c
2007-11-29-ArraySizeFromInitializer.c
2007-12-16-AsmNoUnwind.c
2008-01-04-WideBitfield.c
2008-01-07-UnusualIntSize.c
2008-01-21-PackedBitFields.c
2008-01-21-PackedStructField.c
2008-01-24-StructAlignAndBitFields.c
2008-01-25-ByValReadNone.c
2008-01-25-ZeroSizedAggregate.c
2008-01-28-PragmaMark.c
2008-01-28-UnionSize.c
2008-02-07-bitfield-bug.c
2008-02-08-bitfield-bug.c
2008-02-26-inline-asm-bug.c
2008-03-03-CtorAttrType.c
2008-03-05-syncPtr.c NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg. 2021-02-11 17:35:09 -05:00
2008-03-24-BitField-And-Alloca.c
2008-03-26-PackedBitFields.c
2008-04-08-NoExceptions.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
2008-05-06-CFECrash.c
2008-05-12-TempUsedBeforeDef.c
2008-05-19-AlwaysInline.c
2008-07-17-no-emit-on-error.c
2008-07-21-mixed-var-fn-decl.c
2008-07-22-bitfield-init-after-zero-len-array.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
2008-07-22-packed-bitfield-access.c
2008-07-29-override-alias-decl.c
2008-07-30-implicit-initialization.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
2008-07-30-redef-of-bitcasted-decl.c
2008-07-31-asm-labels.c
2008-07-31-promotion-of-compound-pointer-arithmetic.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
2008-08-04-void-pointer-arithmetic.c
2008-08-07-AlignPadding1.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
2008-08-07-AlignPadding2.c
2008-08-07-GEPIntToPtr.c
2008-08-19-cast-of-typedef.c
2008-09-03-WeakAlias.c
2008-09-22-bad-switch-type.c
2008-10-13-FrontendCrash.c
2008-10-30-ZeroPlacement.c
2008-11-02-WeakAlias.c
2008-11-08-InstCombineSelect.c
2008-12-23-AsmIntPointerTie.c
2009-01-05-BlockInlining.c
2009-01-21-InvalidIterator.c
2009-02-13-zerosize-union-field-ppc.c
2009-02-13-zerosize-union-field.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
2009-03-01-MallocNoAlias.c
2009-03-08-ZeroEltStructCrash.c
2009-03-13-dbg.c
2009-03-22-increment-bitfield.c
2009-04-23-dbg.c
2009-04-28-UnionArrayCrash.c
2009-05-04-EnumInreg.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
2009-05-22-callingconv.c
2009-05-28-const-typedef.c
2009-06-01-addrofknr.c
2009-06-14-HighlyAligned.c
2009-06-14-anonymous-union-init.c
2009-06-18-StaticInitTailPadPack.c
2009-07-14-VoidPtr.c
2009-07-15-pad-wchar_t-array.c
2009-07-22-StructLayout.c
2009-07-31-DbgDeclare.c
2009-08-14-vararray-crash.c
2009-09-24-SqrtErrno.c
2009-10-20-GlobalDebug.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
2009-12-07-BitFieldAlignment.c
2010-01-13-MemBarrier.c NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg. 2021-02-11 17:35:09 -05:00
2010-01-14-FnType-DebugInfo.c
2010-01-18-Inlined-Debug.c
2010-02-10-PointerName.c
2010-02-15-DbgStaticVar.c
2010-02-16-DbgScopes.c
2010-02-18-Dbg-VectorType.c
2010-03-5-LexicalScope.c
2010-03-09-DbgInfo.c
2010-05-26-AsmSideEffect.c
2010-06-11-SaveExpr.c
2010-06-17-asmcrash.c
2010-07-08-DeclDebugLineNo.c
2010-07-14-overconservative-align.c
2010-07-14-ref-off-end.c
2010-08-10-DbgConstant.c
2010-08-12-asm-aggr-arg.c
2010-12-01-CommonGlobal.c
2011-02-21-DATA-common.c
2011-03-02-UnionInitializer.c
2011-03-08-ZeroFieldUnionInitializer.c
2011-03-31-ArrayRefFolding.c
Atomics.c NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg. 2021-02-11 17:35:09 -05:00
BasicInstrs.c
Nontemporal.cpp
OpaqueStruct.c
PR2001-bitfield-reload.c
PR2413-void-address-cast-error.c
PR2643-null-store-to-bitfield.c
PR2743-reference-missing-static.c
PR3130-cond-constant.c
PR3589-freestanding-libcalls.c [BuildLibCalls] Add noundef to standard I/O functions 2020-08-10 10:58:25 +09:00
PR3613-static-decl.c
PR3709-int-to-pointer-sign.c
PR4611-bitfield-layout.c
PR5060-align.c [SystemZ][z/OS] fix lit test related to alignment 2021-03-23 13:15:19 -04:00
PR8880.c
PR15826.c
PR32874.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
PR44896.ll
_Bool-conversion.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
aapcs-align.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
aapcs-bitfield.c [CodeGen] update test file to not run the entire LLVM optimizer; NFC 2021-09-23 08:57:04 -04:00
aapcs64-align.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
aarch64-args-hfa.c [clang][AArch64] Correctly align HFA arguments when passed on the stack 2021-04-15 22:58:14 +01:00
aarch64-args.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
aarch64-arguments-hfa-v3.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
aarch64-bf16-dotprod-intrinsics.c [CodeGen] limit tests to current pass manager to avoid variability; NFC 2021-06-10 08:50:06 -04:00
aarch64-bf16-getset-intrinsics.c [CodeGen] limit tests to current pass manager to avoid variability; NFC 2021-06-10 08:50:06 -04:00
aarch64-bf16-lane-intrinsics.c [CodeGen] limit tests to current pass manager to avoid variability; NFC 2021-06-10 08:50:06 -04:00
aarch64-bf16-ldst-intrinsics.c [InstCombine] Update InstCombine to use poison instead of undef for shufflevector's placeholder (3/3) 2021-09-23 00:48:24 +09:00
aarch64-bf16-reinterpret-intrinsics.c
aarch64-branch-protection-attr.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
aarch64-byval-temp.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
aarch64-debug-sve-vector-types.c DebugInfo: Use clang's preferred names for integer types 2021-10-06 16:02:34 -07:00
aarch64-debug-sve-vectorx2-types.c DebugInfo: Use clang's preferred names for integer types 2021-10-06 16:02:34 -07:00
aarch64-debug-sve-vectorx3-types.c DebugInfo: Use clang's preferred names for integer types 2021-10-06 16:02:34 -07:00
aarch64-debug-sve-vectorx4-types.c DebugInfo: Use clang's preferred names for integer types 2021-10-06 16:02:34 -07:00
aarch64-fix-cortex-a53-835769.c
aarch64-inline-asm.c Reapply "[clang] Improve handling of physical registers in inline 2020-10-21 10:53:40 +02:00
aarch64-ls64-inline-asm.c [Clang][AArch64] Inline assembly support for the ACLE type 'data512_t' 2021-07-31 09:51:28 +01:00
aarch64-ls64.c [InlineFunction] Use llvm.experimental.noalias.scope.decl for noalias arguments. 2021-01-23 12:10:57 +01:00
aarch64-matmul.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
aarch64-neon-2velem.c
aarch64-neon-3v.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
aarch64-neon-across.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
aarch64-neon-dot-product.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
aarch64-neon-extract.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
aarch64-neon-fcvt-intrinsics.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
aarch64-neon-fma.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
aarch64-neon-fp16fml.c
aarch64-neon-intrinsics-constrained.c
aarch64-neon-intrinsics.c [AArch64][SVE/NEON] Add support for FROUNDEVEN for both NEON and fixed length SVE 2021-03-17 11:41:22 +00:00
aarch64-neon-ldst-one.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
aarch64-neon-misc-constrained.c Reland "[FPEnv][Clang][Driver] Disable constrained floating point on targets lacking support." 2020-07-10 08:49:45 -04:00
aarch64-neon-misc.c [AArch64] Lower bitreverse in ISel 2021-05-17 13:35:27 +01:00
aarch64-neon-perm.c
aarch64-neon-range-checks.c [ARM][AArch64] Require appropriate features for crypto algorithms 2021-04-28 16:26:18 +01:00
aarch64-neon-scalar-copy.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
aarch64-neon-scalar-x-indexed-elem-constrained.c Reland "[FPEnv][Clang][Driver] Disable constrained floating point on targets lacking support." 2020-07-10 08:49:45 -04:00
aarch64-neon-scalar-x-indexed-elem.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
aarch64-neon-sha3.c [ARM][AArch64] Require appropriate features for crypto algorithms 2021-04-28 16:26:18 +01:00
aarch64-neon-shifts.c
aarch64-neon-sm4-sm3.c [ARM][AArch64] Require appropriate features for crypto algorithms 2021-04-28 16:26:18 +01:00
aarch64-neon-tbl.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
aarch64-neon-vcadd.c
aarch64-neon-vcmla.c fix broken clang tests after 7161bb87c9 2021-05-31 19:25:14 +09:00
aarch64-neon-vcombine.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
aarch64-neon-vget-hilo.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
aarch64-neon-vget.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
aarch64-neon-vsqadd-float-conversion.c
aarch64-neon-vuqadd-float-conversion-warning.c
aarch64-poly-add.c [AArch64] Adding Neon Polynomial vadd Intrinsics 2021-02-19 14:48:12 -08:00
aarch64-poly64.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
aarch64-poly128.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
aarch64-sign-return-address.c [AArch64] PAC/BTI code generation for LLVM generated functions 2020-09-25 11:47:14 +01:00
aarch64-strictfp-builtins.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
aarch64-sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.c [AArch64][Driver][SVE] Allow -msve-vector-bits=<n>+ syntax to mean no maximum vscale 2021-10-25 11:10:52 +00:00
aarch64-sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.cpp [AArch64][Driver][SVE] Allow -msve-vector-bits=<n>+ syntax to mean no maximum vscale 2021-10-25 11:10:52 +00:00
aarch64-sve-inline-asm-crash.c
aarch64-sve-inline-asm-datatypes.c
aarch64-sve-inline-asm-negative-test.c
aarch64-sve-inline-asm.c
aarch64-sve-vector-bits-codegen.c [AArch64][Driver][SVE] Allow -msve-vector-bits=<n>+ syntax to mean no maximum vscale 2021-10-25 11:10:52 +00:00
aarch64-sve.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
aarch64-tme.cpp [AArch64] Revert back to Intrinsic<> for TME instructions. 2021-01-18 18:03:58 +00:00
aarch64-type-sizes.c
aarch64-v8.1a-neon-intrinsics.c
aarch64-v8.2a-fp16-intrinsics-constrained.c [NFC] Eliminate an unneeded -vv used in test development. 2020-06-26 11:09:16 -04:00
aarch64-v8.2a-fp16-intrinsics.c [AArch64][SVE/NEON] Add support for FROUNDEVEN for both NEON and fixed length SVE 2021-03-17 11:41:22 +00:00
aarch64-v8.2a-neon-intrinsics-constrained.c [AArch64] Update clang CodeGen tests I missed in 4252f7773a. 2020-11-23 11:10:27 -08:00
aarch64-v8.2a-neon-intrinsics.c [AArch64][SVE/NEON] Add support for FROUNDEVEN for both NEON and fixed length SVE 2021-03-17 11:41:22 +00:00
aarch64-v8.5a-neon-frint3264-intrinsic.c [AArch64] Add missing intrinsics for vrnd 2021-03-05 11:26:12 +00:00
aarch64-v8.5a-scalar-frint3264-intrinsic.c [AArch64] Add missing intrinsics for scalar FP rounding 2021-03-10 13:22:29 +00:00
aarch64-v8.6a-neon-intrinsics.c
aarch64-varargs-ms.c
aarch64-varargs-sve.c [SVE] Add fatal error for unnamed SVE variadic arguments 2020-10-30 13:35:47 +00:00
aarch64-varargs.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
aarch64-vpcs.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
address-safety-attr-flavors.cpp Reapply [IR] Don't mark mustprogress as type attribute 2021-07-09 20:57:44 +02:00
address-safety-attr.cpp Reapply [IR] Don't mark mustprogress as type attribute 2021-07-09 20:57:44 +02:00
address-sanitizer-and-array-cookie.cpp
address-space-avr.c [clang][AVR] Support variable decorator '__flash' 2021-04-10 11:23:55 +08:00
address-space-cast.c
address-space-compound-literal.c
address-space-field1.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
address-space.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
addrsig.c
afn-flag-test.c [clang] Option control afn flag 2021-10-08 14:26:14 -04:00
aggregate-assign-call.c [test] Remove tests pinned to the legacy PM 2021-10-18 16:40:46 -07:00
aix-alignment.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
aix-altivec-vaargs.c [PowerPC][AIX] Enable passing vectors in variadic functions. 2021-03-01 13:08:28 -05:00
aix-altivec.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
aix-constructor-attribute.c [AIX][FE] Support constructor/destructor attribute 2020-11-19 09:24:01 -05:00
aix-destructor-attribute.c [AIX][FE] Support constructor/destructor attribute 2020-11-19 09:24:01 -05:00
aix-ignore-xcoff-visibility.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
aix-init-priority-attribute.cpp [AIX] Support init priority attribute 2021-04-08 15:40:09 -04:00
aix-return.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
aix-struct-arg.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
aix-tls-model.cpp [AIX][TLS] Diagnose use of unimplemented TLS models 2021-05-11 17:21:08 -05:00
aix-vaargs.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
aix-vector-attr-aligned.c [PowerPC][AIX] attribute aligned cannot decrease align of a vector var. 2021-08-05 11:15:12 -04:00
aix-visibility-inlines-hidden.cpp [AIX] do not emit visibility attribute into IR when there is -mignore-xcoff-visibility 2021-03-09 10:38:00 -05:00
aix32-complex-varargs.c [PowerPC][AIX] Add support for varargs for complex types on AIX 2021-09-16 09:38:03 -04:00
aix_alloca_align.c [AIX] Let alloca return 16 bytes alignment 2020-10-23 14:41:32 -04:00
alias-avr.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
alias.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
align-global-large.c
align-local.c
align-loops.c [clang] Implement -falign-loops=N (N is a power of 2) for non-LTO 2021-08-05 12:17:50 -07:00
align-param.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
align-wasm.c
align-x68_64.c
align_value.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
aligned-sret.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
aligned_alloc-libcall.c [Clang, builtins] Added aligned_alloc, memalign support 2021-04-21 00:11:54 +02:00
alignment.c Limit Max Vector alignment on COFF targets to 8192. 2020-08-12 06:35:35 -07:00
alignof.c
alloc-align-attr.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
alloc-fns-alignment.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
alloc-size-fnptr.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
alloc-size.c Handle alloc_size attribute on function pointers 2021-04-09 18:49:38 +01:00
alloca.c
altivec-ct.c
altivec-dss.c
altivec.c [AIX][PowerPC] Remove error when specifying mabi=vec-default on AIX 2021-06-23 07:40:38 -04:00
always-inline.c
always_inline.c
annotations-builtin.c
annotations-field.c [Annotation] Allows annotation to carry some additional constant arguments. 2020-10-26 10:50:05 +01:00
annotations-global.c Revert "AddGlobalAnnotations for function with or without function body." 2021-10-21 07:08:18 -04:00
annotations-loc.c [Annotation] Allows annotation to carry some additional constant arguments. 2020-10-26 10:50:05 +01:00
annotations-var.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
arithmetic-fence-builtin.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm-aapcs-vfp.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm-aapcs-zerolength-bitfield.c
arm-abi-vector.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm-apcs-zerolength-bitfield.c
arm-arguments.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm-asm-deprecated.c
arm-asm-diag.c
arm-asm-variable.c
arm-asm-warn.c
arm-asm.c
arm-atomics-m.c NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg. 2021-02-11 17:35:09 -05:00
arm-atomics-m0.c
arm-atomics.c NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg. 2021-02-11 17:35:09 -05:00
arm-be-result-return.c
arm-bf16-convert-intrinsics.c [CodeGen] limit tests to current pass manager to avoid variability; NFC 2021-06-10 08:50:06 -04:00
arm-bf16-dotprod-intrinsics.c [CodeGen] limit tests to current pass manager to avoid variability; NFC 2021-06-10 08:50:06 -04:00
arm-bf16-getset-intrinsics.c [CodeGen] limit tests to current pass manager to avoid variability; NFC 2021-06-10 08:50:06 -04:00
arm-bf16-params-returns.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm-bf16-reinterpret-intrinsics.c
arm-bf16-softfloat.c [Driver][ARM] Fix testcase that should only run on ARM 2020-07-29 14:35:14 +01:00
arm-bitfield-alignment.c
arm-build-attributes.c
arm-byval-align.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm-cc.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
arm-cde-gpr.c
arm-cde-reinterpret.c
arm-cde-vec.c
arm-cde-vfp.c
arm-clear.c
arm-cmse-attr.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm-cmse-call.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm-cmse-nonsecure.c
arm-cmse-secure.c
arm-cmse.c
arm-cortex-cpus.c
arm-crc32.c
arm-eabi.c
arm-execute-only.c
arm-float-helpers.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm-fp16-arguments.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm-ha-alignstack.c [clang][AArch32] Correctly align HA arguments when passed on the stack 2021-05-10 16:28:46 +01:00
arm-homogenous.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm-inline-asm.c
arm-interrupt-attr.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
arm-long-calls.c
arm-mangle-bf16.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm-metadata.c
arm-mfpu-none.c
arm-microsoft-intrinsics.c
arm-neon-directed-rounding-constrained.c Reland "[FPEnv][Clang][Driver] Disable constrained floating point on targets lacking support." 2020-07-10 08:49:45 -04:00
arm-neon-directed-rounding.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm-neon-dot-product.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm-neon-fma.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm-neon-misc.c
arm-neon-numeric-maxmin.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm-neon-range-checks.c
arm-neon-shifts.c
arm-neon-vcadd.c
arm-neon-vcvtX.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm-neon-vget.c
arm-neon-vld.c Reapply "OpaquePtr: Add type to sret attribute" 2020-10-16 11:05:02 -04:00
arm-neon-vst.c
arm-no-movt.c
arm-pcs.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
arm-poly-add.c [ARM] Neon Polynomial vadd Intrinsic fix 2021-04-28 11:59:40 -07:00
arm-poly64.c
arm-soft-float-abi-filtering.c
arm-sve-vector-bits-vscale-range.c [AArch64][Driver][SVE] Allow -msve-vector-bits=<n>+ syntax to mean no maximum vscale 2021-10-25 11:10:52 +00:00
arm-swiftcall.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm-target-attr.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
arm-target-features.c [ARM][AArch64] Require appropriate features for crypto algorithms 2021-04-28 16:26:18 +01:00
arm-thumb-mode-target-feature.c
arm-v8.1a-neon-intrinsics.c
arm-v8.2a-neon-intrinsics.c
arm-v8.6a-neon-intrinsics.c
arm-vaarg-align.c
arm-varargs.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm-vector-align.c
arm-vector-arguments.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm-vfp-asm-constraint.c
arm-vfp16-arguments.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm-vfp16-arguments2.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
arm64-aapcs-arguments.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm64-abi-vector.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm64-arguments.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm64-be-bitfield.c
arm64-be-hfa-vararg.c AST: Create __va_list in the std namespace even in C. 2021-06-23 18:59:10 -07:00
arm64-crc32.c
arm64-lanes.c
arm64-microsoft-arguments.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm64-microsoft-intrinsics.c [clang] [MSVC] Implement __mulh and __umulh builtins for aarch64 2021-08-19 11:29:55 +03:00
arm64-microsoft-status-reg.cpp
arm64-microsoft-struct-align.cpp
arm64-mte.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
arm64-vrnd-constrained.c [Clang][AArch64] Remove unused prefix in constrained rounding test 2020-11-06 14:13:46 +00:00
arm64-vrnd.c [AArch64][SVE/NEON] Add support for FROUNDEVEN for both NEON and fixed length SVE 2021-03-17 11:41:22 +00:00
arm64_32-vaarg.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
arm64_32.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm64_crypto.c [ARM][AArch64] Require appropriate features for crypto algorithms 2021-04-28 16:26:18 +01:00
arm64_vcopy.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm64_vcreate.c
arm64_vdup.c
arm64_vdupq_n_f64.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
arm_acle.c [AArch64] Implement __rndr, __rndrrs intrinsics 2021-03-15 17:51:48 +00:00
arm_function_epilog.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
arm_neon_intrinsics.c [AArch64] Add missing intrinsics for vcls 2021-03-03 10:17:56 +00:00
armv7k-abi.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
array-init.c
array.c
arrayderef.c
artificial.c
asan-constructor.c
asan-destructor-kind.cpp [ASan] Rename `-fsanitize-address-destructor-kind=` to drop the `-kind` suffix. 2021-04-29 11:55:42 -07:00
asan-frame-pointer.cpp [IR][sanitizer] Add module flag "frame-pointer" and set it for cc1 -mframe-pointer={non-leaf,all} 2021-04-22 18:07:30 -07:00
asan-globals-alias.cpp [sanitizer] Reduce redzone size for small size global objects 2021-05-19 19:18:50 -07:00
asan-globals-gc.cpp
asan-globals-odr.cpp [sanitizer] Reduce redzone size for small size global objects 2021-05-19 19:18:50 -07:00
asan-globals.cpp Fix -fno-unwind-tables -fasynchronous-unwind-tables to emit unwind tables 2021-09-23 16:15:40 -07:00
asan-new-pm.ll [IR][sanitizer] Set nounwind on module ctor/dtor, additionally set uwtable if -fasynchronous-unwind-tables 2021-04-21 15:58:20 -07:00
asan-no-globals-no-comdat.cpp [IR][sanitizer] Set nounwind on module ctor/dtor, additionally set uwtable if -fasynchronous-unwind-tables 2021-04-21 15:58:20 -07:00
asan-static-odr.cpp [sanitizer] Reduce redzone size for small size global objects 2021-05-19 19:18:50 -07:00
asan-strings.c
asan-use-after-return.cpp [clang-cl][sanitizer] Add -fsanitize-address-use-after-return to clang. 2021-06-11 12:07:35 -07:00
asan-use-callbacks.cpp Set supported target for asan-use-callbacks test 2021-08-10 15:01:44 +01:00
asm-attrs.c
asm-call-func.c Fix assertion when passing function into inline asm's input operand 2021-08-27 13:39:41 -04:00
asm-cet.S [llvm-readobj] Update tests because of changes in llvm-readobj behavior 2020-07-20 10:39:04 +01:00
asm-errors.c
asm-goto.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
asm-inout.c
asm-label.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
asm-parser-info.S
asm-reg-var-local.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
asm-unicode.S
asm-variable.c
asm.c
asm_64.c
asm_arm.c
asm_arm64.c
assign.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
assume-aligned-and-alloc-align-attributes.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
assume_attr.c [Clang][Attr] Introduce the `assume` function attribute 2020-12-15 16:51:34 -06:00
atomic-arm64.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
atomic-ops-libcall.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
atomic-ops.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
atomic.c NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg. 2021-02-11 17:35:09 -05:00
atomic_ops.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
atomics-inlining.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
atomics-sema-alignment.c [clang] improve diagnostics for misaligned and large atomics 2020-08-04 11:10:29 -07:00
attr-arm-sve-vector-bits-bitcast.c [AArch64][Driver][SVE] Allow -msve-vector-bits=<n>+ syntax to mean no maximum vscale 2021-10-25 11:10:52 +00:00
attr-arm-sve-vector-bits-call.c [AArch64][Driver][SVE] Allow -msve-vector-bits=<n>+ syntax to mean no maximum vscale 2021-10-25 11:10:52 +00:00
attr-arm-sve-vector-bits-cast.c [AArch64][Driver][SVE] Allow -msve-vector-bits=<n>+ syntax to mean no maximum vscale 2021-10-25 11:10:52 +00:00
attr-arm-sve-vector-bits-codegen.c [AArch64][Driver][SVE] Allow -msve-vector-bits=<n>+ syntax to mean no maximum vscale 2021-10-25 11:10:52 +00:00
attr-arm-sve-vector-bits-globals.c [AArch64][Driver][SVE] Allow -msve-vector-bits=<n>+ syntax to mean no maximum vscale 2021-10-25 11:10:52 +00:00
attr-arm-sve-vector-bits-types.c [AArch64][Driver][SVE] Allow -msve-vector-bits=<n>+ syntax to mean no maximum vscale 2021-10-25 11:10:52 +00:00
attr-availability.c
attr-btf_tag-dicomposite-2.c [Clang][Attr] rename btf_tag to btf_decl_tag 2021-10-11 22:17:17 -07:00
attr-btf_tag-dicomposite.c [Clang][Attr] rename btf_tag to btf_decl_tag 2021-10-11 22:17:17 -07:00
attr-btf_tag-diglobalvariable.c [Clang][Attr] rename btf_tag to btf_decl_tag 2021-10-11 22:17:17 -07:00
attr-btf_tag-disubprogram-callsite.c [Clang][Attr] rename btf_tag to btf_decl_tag 2021-10-11 22:17:17 -07:00
attr-btf_tag-disubprogram.c [Clang][Attr] rename btf_tag to btf_decl_tag 2021-10-11 22:17:17 -07:00
attr-btf_tag-field.c [Clang][Attr] rename btf_tag to btf_decl_tag 2021-10-11 22:17:17 -07:00
attr-btf_tag-parameter.c [Clang][Attr] rename btf_tag to btf_decl_tag 2021-10-11 22:17:17 -07:00
attr-btf_tag-typedef.c [DebugInfo] Support typedef with btf_decl_tag attributes 2021-10-21 08:42:58 -07:00
attr-callback.c
attr-cleanup.c
attr-coldhot.c
attr-cpuspecific.c [X86] Add CRC32 feature. 2021-09-06 17:24:30 +08:00
attr-disable-sanitizer-instrumentation.c [clang][Codegen] Introduce the disable_sanitizer_instrumentation attribute 2021-08-20 14:01:06 +02:00
attr-disable-tail-calls.c Reduce the number of attributes attached to each function 2021-02-20 06:57:47 +01:00
attr-error.c Reland [clang] Rework dontcall attributes 2021-09-28 15:31:30 -07:00
attr-func-def.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
attr-leaf.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
attr-loader-uninitialized.c [Clang] Allow the combination of loader_uninitialized and address spaces 2021-04-23 11:21:52 -05:00
attr-minsize.cpp
attr-mode-enums.c
attr-mode-vector-types.c
attr-mprefer-vector-width.c
attr-mrecip.c
attr-msp430.c Change some addUsedGlobal to addUsedOrCompilerUsedGlobal 2021-02-26 10:42:07 -08:00
attr-mustprogress.c [clang] Refactor mustprogress handling, add it to all loops in c++11+. 2021-04-30 14:13:47 +01:00
attr-naked.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
attr-no-tail.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
attr-nodebug.c
attr-nodebug2.c PR50767: clear non-distinct debuginfo for function with nodebug definition after undecorated declaration 2021-06-29 10:26:45 +02:00
attr-noinline.c
attr-nomerge.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
attr-noreturn.c
attr-noundef.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
attr-optnone.c
attr-retain.c [test] Add -triple x86_64 to attr-retain.c 2021-02-26 17:26:26 -08:00
attr-speculative-load-hardening.c [Test] Fix undef var in attr-speculative-load-hardening.c 2021-03-17 19:12:25 +00:00
attr-target-crc32-x86.c [X86] Add CRC32 feature. 2021-09-06 17:24:30 +08:00
attr-target-general-regs-only-x86.c [X86] Add -mgeneral-regs-only support. 2021-06-29 16:02:51 +08:00
attr-target-mv-func-ptrs.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
attr-target-mv-va-args.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
attr-target-mv.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
attr-target-ppc.c
attr-target-x86-mmx.c
attr-target-x86.c [X86] Add CRC32 feature. 2021-09-06 17:24:30 +08:00
attr-target-x87-softfp.c Reduce the number of attributes attached to each function 2021-02-16 16:19:54 +01:00
attr-tentative-definition.c [AST] Pick last tentative definition as the acting definition 2021-08-26 16:49:54 -05:00
attr-used.c Change some addUsedGlobal to addUsedOrCompilerUsedGlobal 2021-02-26 10:42:07 -08:00
attr-warning.c Reland [clang] Rework dontcall attributes 2021-09-28 15:31:30 -07:00
attr-weak-import.c Revert "[CodeGenModule] Set dso_local for Mach-O GlobalValue" 2021-03-17 17:27:41 -07:00
attr-weakref.c [test] Improve weakref & weak_import tests 2021-01-09 23:56:55 -08:00
attr-weakref2.c -fno-semantic-interposition: Don't set dso_local on GlobalVariable 2021-05-19 16:08:28 -07:00
attr-x86-interrupt.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
attribute-section-data-common.c
attribute_constructor.c
attributes.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
available-externally-hidden.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
available-externally-suppress.c [test] Remove tests pinned to the legacy PM 2021-10-18 16:40:46 -07:00
avr-builtins.c Update @llvm.powi to handle different int sizes for the exponent 2021-06-17 09:38:28 +02:00
avr-flash.c [clang][AVR] Support variable decorator '__flash' 2021-04-10 11:23:55 +08:00
avr-inline-asm-constraints.c
avr-unsupported-inline-asm-constraints.c
backend-unsupported-error.ll Revert "[NFC] remove explicit default value for strboolattr attribute in tests" 2021-05-24 19:43:40 +02:00
basic-block-sections.c Basic block sections should enable not function sections implicitly. 2021-02-17 12:37:50 -08:00
big-atomic-ops.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
bitfield-2.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
bitfield-assign.c
bitfield-init.c
bitfield-promote.c
bitfield.c
bittest-intrin.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
block-3.c
block-byref-aggr.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
block-copy.c
block-with-perdefinedexpr.c
block-with-perdefinedexpr.cpp
blocks-1.c
blocks-aligned-byref-variable.c
blocks-seq.c
blocks-windows.c
blocks.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
blocksignature.c
blockstret.c
blockwithlocalstatic.c
bool-bitfield.c
bool-convert.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
bool-init.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
bool_test.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
boolassign.c
bounds-checking.c UBSAN: emit distinctive traps 2020-12-08 10:28:26 +00:00
bpf-O0.c [NewPM] Provide method to run all pipeline callbacks, used for -O0 2020-11-11 15:10:27 -08:00
bpf-attr-preserve-access-index-1.c [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics 2021-07-17 11:09:18 +02:00
bpf-attr-preserve-access-index-2.c [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics 2021-07-17 11:09:18 +02:00
bpf-attr-preserve-access-index-3.c [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics 2021-07-17 11:09:18 +02:00
bpf-attr-preserve-access-index-4.c [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics 2021-07-17 11:09:18 +02:00
bpf-attr-preserve-access-index-5.c [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics 2021-07-17 11:09:18 +02:00
bpf-attr-preserve-access-index-6.c [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics 2021-07-17 11:09:18 +02:00
bpf-attr-preserve-access-index-7.c [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics 2021-07-17 11:09:18 +02:00
bpf-attr-preserve-access-index-8.c [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics 2021-07-17 11:09:18 +02:00
bpf-inline-asm.c [BPF] add support for 32 bit registers in inline asm 2021-05-16 11:01:47 -07:00
bpf-preserve-access-index-2.c
bpf-preserve-access-index.c BPF: move AbstractMemberAccess and PreserveDIType passes to EP_EarlyAsPossible 2020-09-28 16:56:22 -07:00
branch-on-bool.c
branch-target-layout.c
builtin-abs.c
builtin-align-array.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
builtin-align-assumption.c Reland "[Libcalls, Attrs] Annotate libcalls with noundef" 2021-02-20 06:18:48 +01:00
builtin-align.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
builtin-assume-aligned.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
builtin-assume.c
builtin-attributes.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
builtin-bpf-btf-type-id.c BPF: make __builtin_btf_type_id() return 64bit int 2020-11-16 07:08:41 -08:00
builtin-complex.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
builtin-constant-p.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
builtin-count-zeros.c
builtin-cpu-is.c
builtin-cpu-supports.c
builtin-expect-with-probability.cpp fix test failure for clang/test/CodeGen/builtin-expect-with-probability.cpp 2020-06-23 13:34:35 -07:00
builtin-expect.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
builtin-memfns.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
builtin-ms-noop.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
builtin-nan-exception.c [APFloat] convert SNaN to QNaN in convert() and raise Invalid signal 2020-10-01 14:37:38 -04:00
builtin-nan-legacy.c [APFloat] convert SNaN to QNaN in convert() and raise Invalid signal 2020-10-01 14:37:38 -04:00
builtin-nanf.c
builtin-preserve-access-index-array.c [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics 2021-07-17 11:09:18 +02:00
builtin-preserve-access-index-nonptr.c [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics 2021-07-17 11:09:18 +02:00
builtin-preserve-access-index-typedef.c [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics 2021-07-17 11:09:18 +02:00
builtin-preserve-access-index.c [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics 2021-07-17 11:09:18 +02:00
builtin-recursive.cpp
builtin-redeclaration.c [Sema] Introduce BuiltinAttr, per-declaration builtin-ness 2020-09-17 19:28:57 +03:00
builtin-rename.c
builtin-rotate.c
builtin-sponentry.c
builtin-sqrt.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
builtin-unpredictable.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
builtin-unwind-init.c
builtin_clrsb.c
builtin_float.c
builtin_float_strictfp.c Stop traping on sNaN in __builtin_isinf 2021-03-15 15:38:08 +00:00
builtins-arm-exclusive.c
builtins-arm-microsoft.c
builtins-arm-msvc-compat-error.c
builtins-arm-msvc-compat-only.c
builtins-arm.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
builtins-arm64.c [AArch64] Implement __rndr, __rndrrs intrinsics 2021-03-15 17:51:48 +00:00
builtins-bpf-preserve-field-info-1.c [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics 2021-07-17 11:09:18 +02:00
builtins-bpf-preserve-field-info-2.c [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics 2021-07-17 11:09:18 +02:00
builtins-bpf-preserve-field-info-3.c BPF: move AbstractMemberAccess and PreserveDIType passes to EP_EarlyAsPossible 2020-09-28 16:56:22 -07:00
builtins-bpf-preserve-field-info-4.c BPF: fix enum value 0 issue for __builtin_preserve_enum_value() 2021-03-01 10:23:24 -08:00
builtins-hexagon-circ.c
builtins-hexagon-v66-128B.c
builtins-hexagon-v66.c
builtins-hexagon-v67-audio.c
builtins-hexagon-v67.c
builtins-hexagon-v68-128B.c [Hexagon] Add clang builtin definitions for Hexagon V68 2021-02-04 09:54:52 -06:00
builtins-hexagon.c
builtins-hvx64.c
builtins-hvx128.c
builtins-memcpy-inline.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
builtins-mips-args.c
builtins-mips-msa-error.c
builtins-mips-msa.c
builtins-mips.c
builtins-ms.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
builtins-msp430.c
builtins-multiprecision.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
builtins-nvptx-mma.cu [NVPTX, CUDA] Add .and.popc variant of the b1 MMA instruction. 2021-07-15 12:02:09 -07:00
builtins-nvptx-mma.py [NVPTX, CUDA] Add .and.popc variant of the b1 MMA instruction. 2021-07-15 12:02:09 -07:00
builtins-nvptx-ptx50.cu NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg. 2021-02-11 17:35:09 -05:00
builtins-nvptx-ptx60.cu
builtins-nvptx-sm_70.cu [CUDA] fix builtin constraints for PTX 7.2 2021-02-19 09:57:21 -08:00
builtins-nvptx.c [Clang][NVPTX] Add NVPTX intrinsics and builtins for CUDA PTX cp.async instructions 2021-05-17 09:46:59 -07:00
builtins-overflow.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
builtins-ppc-32bit-vec-ll.c [PowerPC] Remove unnecessary 64-bit guards from altivec.h 2021-07-12 04:59:00 -05:00
builtins-ppc-altivec.c [NFC][PowerPC] Update builtins-ppc-altivec.c to be run under `-faltivec-src-compat=mixed` 2021-07-19 11:20:21 -05:00
builtins-ppc-build-pair-mma.c [PowerPC] MMA - Add __builtin_vsx_build_pair and __builtin_mma_build_acc builtins 2021-09-27 19:51:28 -05:00
builtins-ppc-cache.c
builtins-ppc-crypto-disabled.c
builtins-ppc-crypto.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
builtins-ppc-error.c [AST] Build recovery expression by default for all language. 2020-11-23 11:08:28 +01:00
builtins-ppc-fastmath.c [PowerPC] Restore FastMathFlags of Builder for Vector FDiv Builtins 2021-07-20 09:41:00 -05:00
builtins-ppc-fma.c
builtins-ppc-fpconstrained.c [SPE] Disable strict-fp for SPE by default 2021-05-28 00:14:35 +08:00
builtins-ppc-htm.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
builtins-ppc-int128.c [PowerPC] Disable vector types when not supported by subtarget features 2021-10-04 14:16:47 -05:00
builtins-ppc-ld-st-rmb.c [PowerPC] Fix byte ordering of ld/st with length on BE 2021-07-30 14:37:24 -05:00
builtins-ppc-p7-disabled.c
builtins-ppc-p7.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
builtins-ppc-p8vector.c [PowerPC] Implement vector float and vector double version for vec_orc builtin 2021-10-06 02:47:42 -05:00
builtins-ppc-p9-f128.c
builtins-ppc-p9vector.c [PowerPC] Implement builtin for vbpermd 2021-09-29 06:34:31 -05:00
builtins-ppc-p10.c [PowerPC][Power10] Implement centrifuge, vector gather every nth bit, vector evaluate Builtins in LLVM/Clang 2020-06-25 21:34:41 -05:00
builtins-ppc-p10vector-error.c [PowerPC] Add range check for vec_genpcvm builtins 2021-09-24 11:15:44 -05:00
builtins-ppc-p10vector.c [PowerPC] Add range checks for P10 Vector Builtins 2021-09-23 11:05:49 -05:00
builtins-ppc-pair-mma.c [PowerPC] Fix signature of lxvp and stxvp builtins 2021-09-21 11:19:29 -05:00
builtins-ppc-quadword-noi128.c [PowerPC] Remove unnecessary 64-bit guards from altivec.h 2021-07-12 04:59:00 -05:00
builtins-ppc-quadword.c [PowerPC] Add more missing overloads to altivec.h 2021-03-23 05:52:36 -05:00
builtins-ppc-vec-ins-error.c [Power10] Implement custom codegen for the vec_replace_elt and vec_replace_unaligned builtins. 2020-09-23 22:55:25 -05:00
builtins-ppc-vsx.c [PowerPC] Disable vector types when not supported by subtarget features 2021-10-04 14:16:47 -05:00
builtins-ppc-xl-xst.c [PowerPC] Allow const pointers for load builtins in altivec.h 2020-09-04 13:56:39 -04:00
builtins-ppc-xlcompat-LoadReseve-StoreCond-64bit-only.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat-LoadReseve-StoreCond.c [PowerPC] Fix lharx and lbarx builtin signatures 2021-09-30 22:36:13 -05:00
builtins-ppc-xlcompat-cas-error.c [PowerPC] Add XL compat __compare_and_swap builtins 2021-06-25 01:08:48 +00:00
builtins-ppc-xlcompat-cas.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat-cipher.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat-cmplx.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat-compare.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat-conversionfunc.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat-darn.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat-error.c [PowerPC][Builtin] Allowing __rlwnm to accept a variable as a shift parameter 2021-10-13 09:40:06 -05:00
builtins-ppc-xlcompat-expect.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat-fetch-error.c [AIX] Update fetch_and_add type 2021-07-27 22:13:29 +00:00
builtins-ppc-xlcompat-fetch.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat-fp.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat-load-store-reversed-64bit-only.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat-load-store-reversed.c [PowerPC] Fix __builtin_ppc_load2r to return short instead of int. 2021-10-04 06:17:02 -05:00
builtins-ppc-xlcompat-macros.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
builtins-ppc-xlcompat-math.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat-move-tofrom-regs.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat-multiply-64bit-only.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat-multiply.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat-popcnt.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat-prefetch.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat-pwr8.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat-pwr9-64bit.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat-pwr9-error.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat-pwr9-warning.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat-pwr9.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat-rotate.c [PowerPC][Builtin] Allowing __rlwnm to accept a variable as a shift parameter 2021-10-13 09:40:06 -05:00
builtins-ppc-xlcompat-stfiw.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat-swdiv.c [PowerPC] swdiv builtins for XL compatibility 2021-09-29 11:31:07 -05:00
builtins-ppc-xlcompat-swdiv_nochk.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat-sync.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat-test.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat-trap-64bit-only.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat-trap.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat-vec-error.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc-xlcompat.c [PowerPC] Define XL-compatible macros only for AIX and Linux 2021-09-29 06:14:45 -05:00
builtins-ppc.c [PowerPC] SemaChecking for darn family of builtins 2021-09-23 23:38:59 -05:00
builtins-riscv.c [Clang] -Wunused-but-set-parameter and -Wunused-but-set-variable 2021-06-01 15:38:48 -07:00
builtins-sparc.c
builtins-wasm.c [WebAssembly] Add prototype relaxed float min max instructions 2021-10-20 09:41:51 -07:00
builtins-x86.c
builtins.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
builtins.cpp [clang][AVR] Redefine some types to be compatible with avr-gcc 2021-05-12 22:05:26 +08:00
builtinshufflevector.c
builtinshufflevector2.c
byval-memcpy-elim.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
c-strings.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
c-unicode.c
c11atomics-ios.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
c11atomics.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
call.c
callback_annotated.c [test] Remove tests pinned to the legacy PM 2021-10-18 16:40:46 -07:00
callback_openmp.c [Clang] Remove run-lines which use opt to run -ipconstprop. 2020-08-02 21:47:32 +01:00
callback_pthread_create.c [Sema] Introduce BuiltinAttr, per-declaration builtin-ness 2020-09-17 19:28:57 +03:00
calling-conv-ignored.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
capture-complex-expr-in-block.c
captured-statements-nested.c
captured-statements.c
cast-emit.c
cast.c
catch-alignment-assumption-attribute-align_value-on-lvalue.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
catch-alignment-assumption-attribute-align_value-on-paramvar.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
catch-alignment-assumption-attribute-alloc_align-on-function-variable.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
catch-alignment-assumption-attribute-alloc_align-on-function.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
catch-alignment-assumption-attribute-assume_aligned-on-function-two-params.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
catch-alignment-assumption-attribute-assume_aligned-on-function.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
catch-alignment-assumption-blacklist.c
catch-alignment-assumption-builtin_assume_aligned-three-params-variable.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
catch-alignment-assumption-builtin_assume_aligned-three-params.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
catch-alignment-assumption-builtin_assume_aligned-two-params.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
catch-alignment-assumption-openmp.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
catch-implicit-conversions-basics-negatives.c
catch-implicit-conversions-basics.c
catch-implicit-conversions-incdec-basics.c
catch-implicit-integer-arithmetic-value-change-basics.c
catch-implicit-integer-arithmetic-value-change-incdec-basics.c
catch-implicit-integer-conversions-basics.c
catch-implicit-integer-conversions-incdec-basics.c
catch-implicit-integer-sign-changes-CompoundAssignOperator.c UBSAN: emit distinctive traps 2020-12-08 10:28:26 +00:00
catch-implicit-integer-sign-changes-basics.c
catch-implicit-integer-sign-changes-incdec-basics.c
catch-implicit-integer-sign-changes-incdec.c [NFC] Disallow unused prefixes under clang/test/CodeGen 2021-01-26 08:05:45 -08:00
catch-implicit-integer-sign-changes-true-negatives.c [NFC] Disallow unused prefixes under clang/test/CodeGen 2021-01-26 08:05:45 -08:00
catch-implicit-integer-sign-changes.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
catch-implicit-integer-truncations-CompoundAssignOperator.c UBSAN: emit distinctive traps 2020-12-08 10:28:26 +00:00
catch-implicit-integer-truncations-basics-negatives.c
catch-implicit-integer-truncations-basics.c
catch-implicit-integer-truncations-incdec-basics.c
catch-implicit-integer-truncations.c UBSAN: emit distinctive traps 2020-12-08 10:28:26 +00:00
catch-implicit-signed-integer-truncation-or-sign-change-CompoundAssignOperator.c UBSAN: emit distinctive traps 2020-12-08 10:28:26 +00:00
catch-implicit-signed-integer-truncation-or-sign-change.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
catch-implicit-signed-integer-truncations-basics-negatives.c
catch-implicit-signed-integer-truncations-basics.c
catch-implicit-signed-integer-truncations-incdec-basics.c
catch-implicit-signed-integer-truncations-incdec.c [NFC] Disallow unused prefixes under clang/test/CodeGen 2021-01-26 08:05:45 -08:00
catch-implicit-unsigned-integer-truncations-basics-negatives.c
catch-implicit-unsigned-integer-truncations-basics.c
catch-implicit-unsigned-integer-truncations-incdec-basics.c
catch-nullptr-and-nonzero-offset-blacklist.c [NFC] Disallow unused prefixes under clang/test/CodeGen 2021-01-26 08:05:45 -08:00
catch-nullptr-and-nonzero-offset-in-offsetof-idiom.c [ConstantFold] Get rid of special cases for sizeof etc. 2021-07-31 13:20:47 -07:00
catch-nullptr-and-nonzero-offset-when-nullptr-is-defined.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
catch-nullptr-and-nonzero-offset.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
catch-pointer-overflow-volatile.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
catch-pointer-overflow.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
catch-undef-behavior.c [Test] Fix undef var in catch-undef-behavior.c 2020-12-16 22:39:41 +00:00
cf-runtime-abi.c
cfguardtable.c Add Windows ehcont section support (/guard:ehcont). 2021-03-04 11:47:29 +08:00
cfi-check-fail-attrs.c
cfi-check-fail.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
cfi-check-fail2.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
cfi-icall-canonical-jump-tables.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
cfi-icall-cross-dso.c
cfi-icall-cross-dso2.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
cfi-icall-generalize.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
cfi-icall-va-list.c AST: Create __va_list in the std namespace even in C. 2021-06-23 18:59:10 -07:00
cfi-icall.c
cfi-unrelated-cast.cpp
cfstring-elf-cfbuild-x86_64.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
cfstring-elf-sections-x86_64.c
cfstring-windows.c
cfstring.c
cfstring2.c
cfstring3.c
char-literal.c Make wide multi-character character literals ill-formed 2021-08-20 11:10:53 -04:00
clang-sections-attribute.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
cleanup-destslot-simple.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
cleanup-stack.c
clear_cache.c
cmse-clear-arg.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
cmse-clear-return.c [NFC] Disallow unused prefixes under clang/test/CodeGen 2021-01-26 08:05:45 -08:00
code-coverage-filter.c
code-coverage-tsan.c NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg. 2021-02-11 17:35:09 -05:00
code-coverage.c Add pass to add !annotate metadata from @llvm.global.annotations. 2020-11-16 14:57:11 +00:00
codemodels.c
coff-aarch64-type-sizes.c
complex-builtins-2.c
complex-builtins-3.c For PR46800, implement the GCC __builtin_complex builtin. 2020-07-22 13:43:10 -07:00
complex-builtins.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
complex-convert.c
complex-indirect.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
complex-init-list.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
complex-libcalls-2.c
complex-libcalls.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
complex-math.c [test] Remove tests pinned to the legacy PM 2021-10-18 16:40:46 -07:00
complex-strictfp.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
complex.c
compound-assign-overflow.c
compound-literal.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
compound-type.c
compound.c
conditional-gnu-ext.c
conditional.c
const-arithmetic.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
const-init.c Recommit: Compress formatting of array type names (int [4] -> int[4]) 2021-10-21 11:34:43 -07:00
const-label-addr.c
const-unordered-compare.c
constant-comparison.c
constantexpr-fneg.c [Constants] Handle FNeg in getWithOperands. 2020-08-21 16:50:56 +01:00
constrained-math-builtins.c [FPEnv] clang should get from the AST the metadata for constrained FP builtins 2020-11-30 11:59:37 -05:00
construction-vtable-visibility.cpp
constructor-attribute.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
convergent-functions.cpp [Clang] [NFC] fix CHECK lines for convergent attribute tests 2021-06-29 00:21:07 +05:30
convertvector.c
count-builtins.c
coverage-compilation-dir.c [Driver] Rename -fprofile-{prefix-map,compilation-dir} to -fcoverage-{prefix-map,compilation-dir} 2021-02-25 21:40:12 -08:00
cspgo-instrumentation.c [test] Remove tests pinned to the legacy PM 2021-10-18 16:40:46 -07:00
cspgo-instrumentation_lto.c [test] Remove tests pinned to the legacy PM 2021-10-18 16:40:46 -07:00
cspgo-instrumentation_thinlto.c
cxx-condition.cpp
cxx-default-arg.cpp
cxx-value-init.cpp
darwin-sdk-version.c
darwin-string-literals.c
darwin-thread-specifier.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
dbg-const-int128.c [AIX] Enable int128 in 64 bit mode 2021-10-15 16:23:04 +00:00
debug-info-257-args.c
debug-info-abspath.c
debug-info-args.c
debug-info-atomic.c
debug-info-attributed-stmt.c
debug-info-block-decl.c
debug-info-block-expr.c [DebugInfo] Fix DWARF expressions for __block vars that are not on the heap 2021-05-17 14:32:07 +02:00
debug-info-block-out-return.c
debug-info-block-vars.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
debug-info-block.c
debug-info-cc.c [Clang] Introduce Swift async calling convention. 2021-07-09 11:50:10 -07:00
debug-info-codeview-heapallocsite.c [DIBuilder] Do not replace empty enum types 2021-08-30 12:33:03 -07:00
debug-info-codeview-unnamed.c
debug-info-compilation-dir.c
debug-info-crash.c
debug-info-embed-source.c
debug-info-enum.c
debug-info-enum.cpp DebugInfo: Use clang's preferred names for integer types 2021-10-06 16:02:34 -07:00
debug-info-extern-basic.c
debug-info-extern-call.c DebugInfo: Use sugared function type when emitting function declarations for call sites 2021-09-28 10:44:35 -07:00
debug-info-extern-callback.c BPF: emit debuginfo for Function of DeclRefExpr if requested 2021-04-26 16:53:25 -07:00
debug-info-extern-duplicate.c
debug-info-extern-multi.c
debug-info-extern-unused.c
debug-info-file-change.c
debug-info-file-checksum.c
debug-info-gline-tables-only.c
debug-info-gline-tables-only2.c
debug-info-global-constant.c
debug-info-imported-entity.cpp
debug-info-inline-for.c
debug-info-limited.c
debug-info-line.c
debug-info-line2.c
debug-info-line3.c
debug-info-line4.c
debug-info-lto.c
debug-info-macro.c [DIBuilder] Do not replace empty enum types 2021-08-30 12:33:03 -07:00
debug-info-matrix-types.c
debug-info-member.c
debug-info-names.c
debug-info-no-inline-line-tables.c
debug-info-oslog.c [CodeGen] Stop creating fake FunctionDecls when generating IR for 2021-06-29 14:22:33 -07:00
debug-info-packed-struct.c
debug-info-preprocessed-file.i
debug-info-pseudo-probe.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
debug-info-ranges-base-address.c
debug-info-renderscript-tag.rs
debug-info-same-line.c
debug-info-scope-file.c
debug-info-scope.c
debug-info-static-const-fp.c
debug-info-static.c
debug-info-switch-fallthrough.c Apply proper source location to fallthrough switch cases. 2021-09-17 14:45:04 -07:00
debug-info-sysroot-sdk.c
debug-info-typedef.c
debug-info-unused-types.c [Clang] implement -fno-eliminate-unused-debug-types 2020-08-10 15:08:48 -07:00
debug-info-unused-types.cpp [Clang] implement -fno-eliminate-unused-debug-types 2020-08-10 15:08:48 -07:00
debug-info-vector.c
debug-info-version.c
debug-info-vla.c
debug-info.c [AIX] Enable int128 in 64 bit mode 2021-10-15 16:23:04 +00:00
debug-label-inline.c
debug-label.c
debug-line-1.c
debug-nvptx.c
debug-prefix-map.c
decl-in-prototype.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
decl.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
default-address-space.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
default-function-attr.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
delete-null-pointer-checks.c
denormalfpmode.c
dependent-lib.c
designated-initializers.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
disable-tail-calls.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
dllexport-1.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
dllexport.c
dllimport.c
dostmt.c
dso-local-executable.c [clang] [MinGW] Don't mark emutls variables as DSO local 2021-05-27 23:51:22 +03:00
dump-struct-builtin.c Recommit: Compress formatting of array type names (int [4] -> int[4]) 2021-10-21 11:34:43 -07:00
dwarf-format.c [DebugInfo] Keep the DWARF64 flag in the module metadata 2021-02-17 17:03:34 +07:00
dwarf-version.c [XCOFF][DWARF] set default DWARF version to 3. 2021-03-05 09:21:57 -05:00
emit-all-decls.c
emit-summary-index.c
empty-union-init.c
enable_if.c Itanium Mangling: In 'enable_if', omit X/E around <expr-primary>. 2021-01-27 16:46:52 -05:00
enum-bool.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
enum.c
enum2.c [DebugInfo] Use per-enumerator signedness for DIEnumerator 2021-07-26 16:14:28 -07:00
exact-div-expr.c
exceptions-seh-finally.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
exceptions-seh-leave.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
exceptions-seh-nested-finally.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
exceptions-seh.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
exceptions-strictfp.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
exceptions.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
exprs-strictfp.c [FPEnv] Use strictfp metadata in casting nodes 2020-11-06 11:56:12 -05:00
exprs.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
ext-int-cc.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ext-int-sanitizer.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
ext-int.c [IR] Reduce max supported integer from 2^24-1 to 2^23. 2021-09-14 07:52:10 -07:00
ext-vector-indexing.c
ext-vector-member-alignment.c
ext-vector.c
extend-arg-64.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
extern-block-var.c
extern-inline.c
extern-weak.c
fast-math.c
fentry.c
ffp-contract-fast-option.cpp
ffp-contract-option.c Revert "[clang][fpenv][patch] Change clang option -ffp-model=precise to select ffp-contract=on" 2021-08-06 12:01:47 -07:00
finite-math.c
fixed-point-tbaa.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
fixup-depth-overflow.c
flatten.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
flexible-array-init.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
flip-dllimport.c
fold-const-declref.c
forceinline.c
fp-atomic-ops.c Let clang atomic builtins fetch add/sub support floating point types 2021-04-06 15:44:00 -04:00
fp-contract-fast-pragma.cpp
fp-contract-on-asm.c
fp-contract-on-pragma.cpp
fp-contract-pragma.cpp
fp-floatcontrol-class.cpp [clang][patch] Remove erroneous run line committed in D102343 2021-07-29 12:42:04 -04:00
fp-floatcontrol-pragma.cpp Revert "[CLANG][PATCH][FPEnv] Add support for option -ffp-eval-method and extend #pragma float_control similarly" 2021-09-01 04:48:50 -07:00
fp-floatcontrol-stack.cpp [clang][patch][FPEnv] Fix syntax errors in pragma float_control test 2021-07-30 09:59:45 -04:00
fp-function-attrs.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
fp-matrix-pragma.c [Matrix] Support #pragma clang fp 2021-04-22 11:45:34 +01:00
fp-options-to-fast-math-flags.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
fp-reassoc-pragma.cpp
fp-strictfp-exp.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
fp-strictfp.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
fp16-ops-strictfp.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
fp16-ops.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
fp16vec-ops.c
fp128_complex.c
fpconstrained-cmp-double.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
fpconstrained-cmp-float.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
fpconstrained.c [clang][cli] Remove -f[no-]trapping-math from -cc1 command line 2021-01-12 10:00:23 +01:00
fpconstrained.cpp [clang][cli] Remove -f[no-]trapping-math from -cc1 command line 2021-01-12 10:00:23 +01:00
func-aligned.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
func-decl-cleanup.c
func-in-block.c
func-ptr-cast-decl.c
func-return-member.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
funccall.c
function-alignment.c
function-attributes.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
function-min-vector-width.c
function-sections.c
function-target-features.c
functions.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
funique-sections.c
global-blocks-lines.c
global-blocks-win32.c
global-decls.c
global-init.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
global-with-initialiser.c
globalinit.c
guard_nocf.c
hexagon-brev-ld-ptr-incdec.c
hexagon-brev-store-elm.c
hexagon-check-builtins.c
hexagon-empty-cpu-feature.c [Hexagon] Avoid creating an empty target feature 2020-08-10 10:37:24 -05:00
hexagon-hvx-abi.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
hexagon-inline-asm-reg-names.c [Hexagon] Add HVX and control register names to Hexagon target 2021-06-14 17:14:37 -05:00
hexagon-inline-asm.c
hexagon-linux-vararg.c
hidden-alias-to-internal-function.c
hidden-visibility.c [AIX][XCOFF] Fixed the test case which failed at aix OS because enable -mignore-xcoff-visibility by default. 2021-03-15 17:33:02 -04:00
hwasan-new-pm.c [HWAsan][NewPM] Handle hwasan like other sanitizers 2020-10-08 14:43:21 -07:00
hwasan-stack-safety-analysis.c [hwasan] Flag stack safety check as requiring aarch64 2021-08-18 11:14:01 -07:00
iamcu-abi.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
ibm128-cast.c [Clang] Add __ibm128 type to represent ppc_fp128 2021-09-06 18:00:58 +08:00
ibm128-unsupported.c Reland [clang] Check unsupported types in expressions 2021-10-15 13:55:36 +03:00
ifunc.c
ignore-exceptions.cpp
imaginary.c
implicit-arg.c
incomplete-function-type-2.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
incomplete-function-type.c [NFC] Update test to not check for 'opaque' in the file name. 2021-01-14 11:24:06 -08:00
indirect-goto.c
indirect-noundef.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
indirect-tls-seg-refs.c
init-memset.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
init-with-member-expr.c
init.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
inline-asm-immediate-ubsan.c
inline-asm-matching-constraint.c
inline-asm-matching-ppc-vsx.c
inline-asm-mixed-style.c
inline-asm-mrv.c
inline-asm-p-constraint.c
inline-asm-x86-flag-output.c
inline-optim.c
inline.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
inline2.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
instrument-functions.c
instrument-objc-method.m Add no_instrument_function attribute to Objective C methods as well 2021-10-08 17:54:44 -07:00
int-to-pointer.c
integer-overflow.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
intel_ocl_bicc.c
invalid_global_asm.c
keep-static-consts.cpp Change some addUsedGlobal to addUsedOrCompilerUsedGlobal 2021-02-26 10:42:07 -08:00
kr-func-promote.c
kr-style-block.c
label-array-aggregate-init.c
lanai-arguments.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
lanai-regparm.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
libcall-declarations.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
libcalls-complex.c
libcalls-d.c
libcalls-fno-builtin.c
libcalls-ld.c
libcalls.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
lifetime-debuginfo-1.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
lifetime-debuginfo-2.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
lifetime-sanitizer.c
lifetime.c [test] Remove tests pinned to the legacy PM 2021-10-18 16:40:46 -07:00
lifetime2.c
lineno-dbginfo.c
linetable-endscope.c [Driver] Pass -gno-column-info instead of -dwarf-column-info 2020-07-05 11:50:38 -07:00
link-bitcode-file.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
linkage-redecl.c
linker-diagnostic.ll Add "REQUIRES: arm-registered-target" line to test added in D108603. 2021-08-24 22:22:16 -07:00
linker-option.c
linux-arm-atomic.c NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg. 2021-02-11 17:35:09 -05:00
long-call-attr.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
long_double_fp128.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
loop-info-asan.c
loop-unroll.c
loop-vectorize.c
lto-newpm-pipeline.c [Coroutines] Run coroutine passes by default 2021-07-15 14:33:40 +08:00
m68k-asm.c [cfe] Support target-specific escaped character in inline asm 2021-05-24 21:39:21 -07:00
malign-double-x86-nacl.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
malign-double.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
mandel.c
mangle-blocks.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
mangle-ms-string-literals.c
mangle-ms.c
mangle-windows-rtd.c
mangle-windows.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
mangle.c
math-builtins-long.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
math-builtins.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
math-libcalls.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
matrix-cast.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
matrix-lowering-opt-levels.c [Matrix] Add LowerMatrixIntrinsics to the NPM 2020-07-22 09:47:53 +01:00
matrix-type-builtins.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
matrix-type-operators-fast-math.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
matrix-type-operators.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
matrix-type.c [Matrix] Add support for matrix-by-scalar division. 2021-03-11 22:21:23 +00:00
may-alias.c
mcount.c [RISCV] Fix mcount name 2021-03-24 18:11:37 -07:00
mcu-struct-return.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
mdouble.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
memalign-libcall.c [Clang, builtins] Added aligned_alloc, memalign support 2021-04-21 00:11:54 +02:00
memccpy-libcall.c
memcmp-inline-builtin-to-asm.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
memcpy-inline-builtin-no-extern.c Update inline builtin handling to honor gnu inline attribute 2021-10-04 22:26:25 +02:00
memcpy-inline-builtin.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
memcpy-no-nobuiltin-if-not-emitted.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
memcpy-nobuiltin.c Update inline builtin handling to honor gnu inline attribute 2021-10-04 22:26:25 +02:00
memcpy-nobuiltin.inc Update inline builtin handling to honor gnu inline attribute 2021-10-04 22:26:25 +02:00
memory-profile-filename.c [MemProf] Fix test failure on windows 2020-11-01 19:06:50 -08:00
mempcpy-libcall.c
memtag-attr.cpp Reapply [IR] Don't mark mustprogress as type attribute 2021-07-09 20:57:44 +02:00
merge-attrs.c
merge-statics.c
micromips-attr.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
microsoft-call-conv-x64.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
microsoft-call-conv.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
microsoft-no-common-align.c
mingw-long-double.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
mips-byval-arg.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
mips-clobber-reg.c
mips-constraint-regs.c
mips-constraints-mem.c
mips-count-builtins.c
mips-debug-info-bitfield.c
mips-inline-asm-abi.c
mips-inline-asm-modifiers.c
mips-inline-asm.c
mips-interrupt-attr.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
mips-madd4.c
mips-transparent-union.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
mips-type-sizes-int128.c
mips-type-sizes.c
mips-unsigned-ext-var.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
mips-unsigned-extend.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
mips-unsupported-nan.c [APFloat] convert SNaN to QNaN in convert() and raise Invalid signal 2020-10-01 14:37:38 -04:00
mips-varargs.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
mips-vector-arg.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
mips-vector-return.c
mips-zero-sized-struct.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
mips16-attr.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
mips64-class-return.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
mips64-f128-literal.c
mips64-nontrivial-return.cpp
mips64-padding-arg.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
misaligned-param.c
mms-bitfields.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
mnop-mcount.c
mozilla-ms-inline-asm.c
mrecord-mcount.c
mrtd.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ms-align-tentative.c
ms-annotation.c
ms-anonymous-struct.c
ms-barriers-intrinsics.c [CodeGen] Remove unused check prefixes 2020-11-11 14:57:38 +00:00
ms-declspecs.c
ms-declspecs.cpp
ms-inline-asm-64.c
ms-inline-asm-EVEN.c
ms-inline-asm-align.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
ms-inline-asm-avx512.c
ms-inline-asm-enums.cpp
ms-inline-asm-errors.cpp
ms-inline-asm-functions.c
ms-inline-asm-variables.c
ms-inline-asm.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ms-inline-asm.cpp [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
ms-intrinsics-cpuid.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ms-intrinsics-other.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ms-intrinsics-rotations.c
ms-intrinsics.c [MS] Preserve base register %esi around movs[bwl] 2021-07-23 16:28:32 +08:00
ms-mixed-ptr-sizes.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ms-mm-align.c
ms-setjmp.c
ms-volatile.c NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg. 2021-02-11 17:35:09 -05:00
ms_abi.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ms_abi_aarch64.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ms_struct-bitfield-1.c
ms_struct-bitfield-2.c
ms_struct-bitfield-3.c
ms_struct-bitfield-init.c
ms_struct-bitfield.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
ms_struct-long-double.c
ms_struct-pack.c
ms_struct.c
ms_this.cpp
msp430-abi-complex.c [MSP430] Align the _Complex ABI with current msp430-gcc 2020-07-09 18:28:48 +03:00
msp430-align.c
msp430-builtins.c Update @llvm.powi to handle different int sizes for the exponent 2021-06-17 09:38:28 +02:00
msp430-fp-elim.c
msp430-register-names.c [MSP430] Update register names 2020-06-26 15:32:07 +03:00
msp430-reloc.c
mult-alt-generic.c
mult-alt-x86.c
named_reg_global.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
neon-aapcs-align.c
neon-crypto.c [ARM][AArch64] Require appropriate features for crypto algorithms 2021-04-28 16:26:18 +01:00
neon-immediate-ubsan.c [CodeGen] Fix check prefix mismatch on neon-immediate-ubsan.c tests 2020-11-11 14:57:37 +00:00
new-pass-manager-opt-bisect.c [test] Fix new-pass-manager-opt-bisect.c 2020-12-20 17:13:42 -08:00
no-bitfield-type-align.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
no-builtin.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
no-common.c
no-devirt.cpp
no-ident-version.c
no-junk-ftrunc.c
no-opt-volatile-memcpy.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
no-prototype.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
no-skipped-passes-O0-opt-bisect.c [NPM] Remove -enable-npm-optnone flag 2020-11-18 15:49:16 -08:00
no_profile.c [Clang][Codegen] rename no_profile fn attr no_profile_instrument_function 2021-06-21 11:42:06 -07:00
nobuiltin.c
nodebug-attr.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
noduplicate-cxx11-test.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
noexceptionsfpmath.c [clang][cli] Remove -f[no-]trapping-math from -cc1 command line 2021-01-12 10:00:23 +01:00
noinline.c
nomathbuiltin.c
non-power-of-2-alignment-assumptions.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
nonnull.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
noplt.c
nousejumptable.c
nrvo-tracking.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
nullptr-arithmetic.c
nvptx-abi.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
nvptx-cc.c
nvptx-cpus.c
nvptx-inlineasm-ptx.c
nvptx-inlineasm.c
object-size.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
object-size.cpp [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
offsetof.c
opaque-pointer.c
openmp_default_simd_align.c
opt-record-1.c
opt-record-MIR.c Re-land [GreedyRA ORE] Add Cost of spill locations into remark 2021-04-20 16:21:07 +07:00
opt-record.c [Driver] Pass -gno-column-info instead of -dwarf-column-info 2020-07-05 11:50:38 -07:00
overloadable-debug.c PR51034: Debug Info: Remove 'prototyped' from K&R function declarations 2021-07-09 12:07:36 -07:00
overloadable.c
override-layout.c
packed-arrays.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
packed-nest-unpacked.c
packed-stack.c
packed-structure.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
packed-union.c
padding-init.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
palignr.c
parameter-passing.c
partial-reinitialization1.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
partial-reinitialization2.c
pascal-string.c
pascal-wchar-string.c
pass-by-value-noalias.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
pass-object-size.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
patchable-function-entry.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
pch-dllexport.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
personality.c [clang][cli] Squash multiple cc1 -fxxx-exceptions flags into single -exception-model=xxx option 2020-12-15 10:15:58 +01:00
pgo-instrumentation.c [test] Remove tests pinned to the legacy PM 2021-10-18 16:40:46 -07:00
pgo-sample-preparation.c
pgo-sample-thinlto-summary.c Fix CodeGen/pgo-sample-thinlto-summary.c with old PM 2021-09-17 15:21:22 +01:00
pgo-sample.c [test] Remove tests pinned to the legacy PM 2021-10-18 16:40:46 -07:00
piclevels.c
pointer-arithmetic.c
pointer-cmp-type.c
pointer-signext.c
pointer-to-int.c
powerpc-c99complex.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
powerpc_types.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
ppc-aggregate-abi.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
ppc-emmintrin.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ppc-mm-malloc-le.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ppc-mm-malloc.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ppc-mma-types.c [PowerPC][MMA] Allow MMA builtin types in pre-P10 compilation units 2021-10-05 07:59:32 -05:00
ppc-mmintrin.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ppc-pmmintrin.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ppc-sfvarargs.c
ppc-signbit.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ppc-smmintrin.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ppc-tmmintrin.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ppc-varargs-struct.c [AIX] Enable int128 in 64 bit mode 2021-10-15 16:23:04 +00:00
ppc-vector-compare.cpp
ppc-xmmintrin.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ppc32-and-aix-struct-return.c [PowerPC] Support powerpcle target in Clang [3/5] 2021-01-02 12:17:58 -06:00
ppc32-dwarf.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
ppc64-align-struct.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ppc64-complex-parms.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ppc64-complex-return.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ppc64-dwarf.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
ppc64-elf-abi.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
ppc64-extend.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ppc64-inline-asm.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ppc64-long-double.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ppc64-soft-float.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ppc64-struct-onefloat.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
ppc64-struct-onevect.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
ppc64-varargs-complex.c [PowerPC][AIX] Add support for varargs for complex types on AIX 2021-09-16 09:38:03 -04:00
ppc64-vector.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ppc64le-aggregates.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ppc64le-f128Aggregates.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ppc64le-varargs-complex.c
ppc64le-varargs-f128.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
pr2394.c
pr3518.c
pr3997.c
pr4349.c
pr5406.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
pr9614.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
pr12251.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
pr13168.c
pr19841.cpp
pr25786.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
pr26099.c
pr34021.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
pr41027.c
pr45476.cpp NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg. 2021-02-11 17:35:09 -05:00
pragma-comment.c
pragma-detect_mismatch.c
pragma-do-while.cpp [clang] Add mustprogress and llvm.loop.mustprogress attribute deduction 2020-11-04 22:03:14 -05:00
pragma-fenv_access.c [MS compat] Handle #pragma fenv_access like #pragma STDC FENV_ACCESS (PR50694) 2021-10-11 17:07:26 +02:00
pragma-fp-exc.cpp Put back the test pragma-fp-exc.cpp 2020-11-03 13:18:40 +07:00
pragma-pack-1.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
pragma-pack-2.c
pragma-pack-3.c
pragma-visibility.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
pragma-weak.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
pre-ra-sched.c [test] Fix pre-ra-sched.c to check for error message from stderr 2021-05-20 09:51:21 -04:00
predefined-expr.c
prefetch-addr-spaces.c
preserve-call-conv.c
private-extern-redef.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
private-extern.c [AIX][XCOFF] Fixed the test case which failed at aix OS because enable -mignore-xcoff-visibility by default. 2021-03-15 17:33:02 -04:00
profile-filter.c Don't emit coverage mapping for excluded functions 2021-02-05 13:03:57 -08:00
profile-sample-accurate.c
ps4-dllimport-dllexport.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
pseudo-probe-emit.c [CSSPGO] Enable pseudo probe instrumentation in O0 mode. 2021-09-14 18:13:29 -07:00
push-hidden-visibility-subclass.cpp
redef-ext-inline.c
redefine_extname.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
regcall.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
regparm-flag.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
regparm-struct.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
regparm.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
relax.c
renderscript.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
restrict.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
riscv32-ilp32d-abi.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
rounding-math.c [clang] add fexperimental-strict-floating-point to test cases that fail on arm and aarch not sure this will work due to commit rG13bfd89c4962 2020-10-30 07:30:06 -07:00
rounding-math.cpp [FPEnv] Tests for rounding properties of constant evalution 2020-10-29 13:53:13 +07:00
safestack-attr.cpp
sancov-new-pm.c
sanitize-address-field-padding.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
sanitize-atomic-int-overflow.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
sanitize-blocks.c
sanitize-coverage-old-pm.c [clang][ARM] Mark sanitize-coverage-old-pm.c unsupported on armv7l 2021-06-28 08:32:36 +00:00
sanitize-coverage.c [SanitizeCoverage] Add support for NoSanitizeCoverage function attribute 2021-05-25 12:57:14 +02:00
sanitize-init-order.cpp [clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist= 2021-05-04 10:24:00 -04:00
sanitize-memory-disable.c [msan] Hotfix clang/test/CodeGen/sanitize-memory-disable.c 2021-08-20 16:00:25 +02:00
sanitize-recover.c
sanitize-thread-attr.cpp Reapply [IR] Don't mark mustprogress as type attribute 2021-07-09 20:57:44 +02:00
sanitize-thread-disable.c [tsan] Do not include <stdatomic.h> from sanitize-thread-disable.c 2021-08-23 16:21:43 +02:00
sanitize-thread-no-checking-at-run-time.m Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
sanitize-trap.c UBSAN: emit distinctive traps 2020-12-08 10:28:26 +00:00
sanitizer-module-constructor.c [NewPM] Cleanup IR printing instrumentation 2021-04-15 09:50:55 -07:00
sanitizer-special-case-list.c [clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist= 2021-05-04 10:24:00 -04:00
semantic-interposition.c -fno-semantic-interposition: Don't set dso_local on GlobalVariable 2021-05-19 16:08:28 -07:00
set-visibility-for-decls.c
setjmp.c Recognize setjmp and friends as builtins even if jmp_buf is not declared yet. 2020-09-29 15:53:17 -07:00
shadowcallstack-attr.c [clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist= 2021-05-04 10:24:00 -04:00
shared-string-literals.c
sizeof-vla.c
sparc-arguments.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
sparc-vaarg.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
sparcv8-abi.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
sparcv8-inline-asm.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
sparcv9-abi.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
sparcv9-dwarf.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
sparcv9-inline-asm.c
spir-half-type.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
split-debug-filename.c
split-debug-inlining.c Make -f[no-]split-dwarf-inlining CC1 default align with driver default (no inlining) 2021-03-01 10:55:19 -08:00
split-debug-output.c
split-debug-single-file.c [test] Remove tests pinned to the legacy PM 2021-10-18 16:40:46 -07:00
split-lto-unit.c [test] Remove tests pinned to the legacy PM 2021-10-18 16:40:46 -07:00
split-stacks.c
sret.c
sret2.c
stack-arg-probe.c
stack-clash-protection.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
stack-protector-guard.c [IR] make stack-protector-guard-* flags into module attrs 2021-05-21 15:53:30 -07:00
stack-protector.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
stack-size-section.c
stack-usage.c Support GCC's -fstack-usage flag 2021-05-15 10:22:49 -07:00
stackrealign-main.c reland [IR] make -stack-alignment= into a module attr 2021-06-08 10:59:46 -07:00
stackrealign.c
statements.c
static-forward-decl-fun.c
static-forward-decl.c
static-local-union.c
static-order.c
staticinit.c
stdcall-fastcall.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
strictfp_builtins.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
string-literal-short-wstring.c Make wide multi-character character literals ill-formed 2021-08-20 11:10:53 -04:00
string-literal-unicode-conversion.c
string-literal.c
struct-comma.c
struct-copy.c
struct-init.c Drop REQUIRES: arm-registered-target from an IR-only test 2021-09-28 17:57:36 +01:00
struct-matching-constraint.c
struct-passing.c Reapply "OpaquePtr: Add type to sret attribute" 2020-10-16 11:05:02 -04:00
struct-union-BE.c
struct-x86-darwin.c
struct.c
summary-index-unnamed-global.ll
swift-async-call-conv.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
swift-async-extended-fp.c Add a new frontend flag `-fswift-async-fp={auto|always|never}` 2021-09-16 08:48:51 -07:00
swift-call-conv.c [Clang] Introduce Swift async calling convention. 2021-07-09 11:50:10 -07:00
switch-dce.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
switch.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
sysv_abi.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
target-avx-abi-diag.c Limit x86 test to require target to fix buildbot (from 2831a317b) 2020-07-01 07:35:39 -07:00
target-builtin-error-2.c
target-builtin-error-3.c Implement AVX ABI Warning/error 2020-07-01 07:14:31 -07:00
target-builtin-error.c
target-builtin-noerror.c [X86] Support -march=rocketlake 2021-04-13 09:48:13 +08:00
target-data.c [WebAssembly] Implementation of table.get/set for reftypes in LLVM IR 2021-10-20 10:31:31 +02:00
target-features-error-2.c
target-features-error.c
target-features-no-error.c
tbaa-array.cpp
tbaa-base.cpp
tbaa-cast.cpp
tbaa-class.cpp [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
tbaa-for-vptr.cpp
tbaa-ms-abi.cpp
tbaa-reference.cpp
tbaa-struct.cpp Reland "[Libcalls, Attrs] Annotate libcalls with noundef" 2021-02-20 06:18:48 +01:00
tbaa-thread-sanitizer.cpp
tbaa-vec.cpp [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
tbaa.cpp [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
temporary-lifetime-exceptions.cpp
temporary-lifetime.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
tentative-decls.c
thin_link_bitcode.c
thinlto-backend-option.ll XFAIL thinlto testcases on AIX 2021-04-26 17:02:06 +00:00
thinlto-clang-diagnostic-handler-in-be.c [clang/test] Run thinlto-clang-diagnostic-handler-in-be.c on x86 2021-08-12 21:38:35 +01:00
thinlto-debug-pm.c [test] Remove tests pinned to the legacy PM 2021-10-18 16:40:46 -07:00
thinlto-diagnostic-handler-remarks-with-hotness.ll [InlineAdvisor] Add single quotes around caller/callee names 2021-08-10 11:51:31 -07:00
thinlto-distributed-backend-skip.ll
thinlto-distributed-cfi-devirt.ll [ThinLTO] Add noRecurse and noUnwind thinlink function attribute propagation 2021-09-27 12:28:07 -07:00
thinlto-distributed-cfi.ll [ThinLTO] Add noRecurse and noUnwind thinlink function attribute propagation 2021-09-27 12:28:07 -07:00
thinlto-distributed-newpm.ll [MemorySSA] Remove unnecessary MSSA dependencies 2021-08-16 20:40:55 +02:00
thinlto-distributed.ll
thinlto-emit-llvm.c XFAIL thinlto testcases on AIX 2021-04-26 17:02:06 +00:00
thinlto-funcattr-prop.ll [ThinLTO] Add noRecurse and noUnwind thinlink function attribute propagation 2021-09-27 12:28:07 -07:00
thinlto-inline-asm.c [ThinLTO] Always parse module level inline asm with At&t dialect (PR46503) 2020-07-01 09:43:45 +02:00
thinlto-inline-asm2.c [IRSymTab] Set FB_used on llvm.compiler.used symbols 2021-03-03 16:22:30 -08:00
thinlto-loop-vectorize-pm.c
thinlto-multi-module.ll
thinlto-slp-vectorize-pm.c
thinlto-split-dwarf.c
thinlto_backend.ll [ThinLTO] During module importing, close one source module before open 2021-03-30 14:37:29 -07:00
thinlto_backend_local_name_conflict.ll
thinlto_embed_bitcode.ll [NFC][tests] Replace non-portable grep with FileCheck 2020-11-24 12:15:07 -05:00
thread-specifier.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
tls-model.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
transparent-union-redecl.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
transparent-union.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
trapv.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
tsan-instrprof-atomic.c Add -fprofile-update={atomic,prefer-atomic,single} 2020-09-29 10:43:23 -07:00
tune-cpu.c [X86] Add mtune command line test cases that should have gone with 4cbceb74bb 2020-08-19 15:58:06 -07:00
typedef-func.c
typedef.c
typedef_alignment_mismatch_warning.cpp [Clang][Sema] Warn when function argument is less aligned than parameter 2021-03-09 10:37:32 +00:00
types.c
ubsan-asan-noreturn.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
ubsan-blacklist.c
ubsan-builtin-checks.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
ubsan-conditional.c
ubsan-debuglog-return.c
ubsan-function.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ubsan-ignorelist-vfs.c [clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist= 2021-05-04 10:24:00 -04:00
ubsan-noreturn.c
ubsan-pass-object-size.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
ubsan-pointer-overflow.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
ubsan-pointer-overflow.m [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
ubsan-promoted-arith.cpp [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
ubsan-shift.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
ubsan-strip-path-components.cpp
ubsan-trap-debugloc.c UBSAN: emit distinctive traps 2020-12-08 10:28:26 +00:00
ubsan-type-ignorelist.cpp [clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist= 2021-05-04 10:24:00 -04:00
ubsan-volatile.c
ucn-identifiers.c
uint128_t.c [AIX] Enable int128 in 64 bit mode 2021-10-15 16:23:04 +00:00
unaligned-decl.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
unaligned-expr.c
unaligned-field.c
unaligned-memcpy.c
unaligned-struct-copy.c [CodeGen] Fix Bug 47499: __unaligned extension inconsistent behaviour with C and C++ 2020-11-05 12:57:17 -08:00
union-align.c
union-init.c
union-init2.c
union-tbaa1.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
union.c
unique-internal-linkage-names-dwarf.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
unique-internal-linkage-names-dwarf.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
unique-internal-linkage-names.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
unreachable-ret.c
unreachable.c
unsigned-overflow-minimal.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
unsigned-overflow.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
unsigned-promotion.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
unsigned-shift-base.c Add an unsigned shift base sanitizer 2020-08-27 19:50:10 -07:00
unsigned-trapv.c UBSAN: emit distinctive traps 2020-12-08 10:28:26 +00:00
unwind-attr.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
use-sample-profile-attr.c [test] Remove tests pinned to the legacy PM 2021-10-18 16:40:46 -07:00
utf16-cfstrings.c
varargs.c
variable-array.c
variadic-gpfp-x86.c
variadic-null-win64.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
ve-abi.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
veclib-darwin-libsystem-m.c Recommit "[Clang,Driver] Add -fveclib=Darwin_libsystem_m support." 2021-05-16 18:49:53 +01:00
vecshift.c [IR] Let IRBuilder's CreateVectorSplat/CreateShuffleVector use poison as placeholder 2020-12-30 04:21:04 +09:00
vector-alignment.c
vector-bool-pixel-altivec-init-no-parentheses.c [PowerPC] Emit error for Altivec vector initializations when -faltivec-src-compat=gcc is specified 2021-07-30 09:35:43 -05:00
vector-bool-pixel-altivec-init.c [PowerPC] Emit error for Altivec vector initializations when -faltivec-src-compat=gcc is specified 2021-07-30 09:35:43 -05:00
vector-compat-pixel-bool-ternary.c [Clang] Add option to handle behaviour of vector bool/vector pixel. 2021-06-29 14:07:12 -05:00
vector-compat-pixel-bool.c [Clang] Add option to handle behaviour of vector bool/vector pixel. 2021-06-29 14:07:12 -05:00
vector-compat-ternary.c [Clang] Add option to handle behaviour of vector bool/vector pixel. 2021-06-29 14:07:12 -05:00
vector-compat.c [Clang] Add option to handle behaviour of vector bool/vector pixel. 2021-06-29 14:07:12 -05:00
vector-scalar.c
vector.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
vector.cpp
vectorcall.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
verify-debuginfo.ll
vfprintf.c
visibility.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
vla-2.c
vla-3.c
vla-4.c
vla.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
vlt_to_pointer.c
volatile-1.c
volatile-2.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
volatile-complex.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
volatile.c [ARM] Follow AACPS standard for volatile bit-fields access width 2020-10-13 10:31:48 +01:00
wchar-const.c
wchar-size.c [SystemZ][z/OS] Set default wchar_t type for zOS 2020-09-22 08:03:03 -04:00
weak-incomplete.c
weak_constant.c
whilestmt.c
win64-i128.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
windows-itanium.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
windows-on-arm-dllimport-dllexport.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
windows-on-arm-stack-probe-size.c
windows-on-arm-tls-support.c
windows-seh-EHa-CppCatchDotDotDot.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
windows-seh-EHa-CppCondiTemps.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
windows-seh-EHa-CppDtors01.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
windows-seh-EHa-TryInFinally.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
windows-seh-abnormal-exits.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
windows-seh-filter-inFinally.c [Windows SEH] Fix the frame-ptr of a nested-filter within a _finally 2020-07-12 01:37:56 -07:00
windows-struct-abi.c Reapply "OpaquePtr: Add type to sret attribute" 2020-10-16 11:05:02 -04:00
windows-swiftcall.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
wmemchr.c Emit inline implementation of __builtin__wmemchr on MSVCRT platforms. 2021-03-15 15:30:55 -07:00
wmemcmp.c
wrapv-lshr-sanitize.c
writable-strings.c
x86-hreset-intrin.c [X86] Add HRESET instruction. 2020-10-13 08:47:26 +08:00
x86_32-align-linux.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
xcoff-comdat.cpp
xcore-abi.c Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
xcore-abi.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
xcore-stringtype.c
xcore-unused-inline.c Fix crash on XCore on unused inline in EmitTargetMetadata 2020-06-24 12:48:17 -07:00
xray-always-emit-customevent.cpp
xray-always-emit-typedevent.cpp
xray-always-instrument.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
xray-attr-list.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
xray-attributes-noxray-supported.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
xray-attributes-skip-entry-exit.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
xray-attributes-supported.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
xray-customevent.cpp
xray-function-groups.cpp [xray] Function coverage groups 2020-09-24 22:09:53 -04:00
xray-global-init.cpp
xray-ignore-loops.cpp
xray-imbue-arg1.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
xray-instruction-threshold.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
xray-instrumentation-bundles.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
xray-log-args.cpp Revert D105169 due to the two-stage failure in ASAN 2021-10-18 23:52:46 +09:00
xray-never-instrument.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
xray-typedevent.cpp