llvm-project/clang/test/CodeGen
David Green 781b491bba [Clang][AArch64] Support AArch64 target(..) attribute formats.
This adds support under AArch64 for the target("..") attributes. The
current parsing is very X86-shaped, this patch attempts to bring it line
with the GCC implementation from
https://gcc.gnu.org/onlinedocs/gcc/AArch64-Function-Attributes.html#AArch64-Function-Attributes.

The supported formats are:
- "arch=<arch>" strings, that specify the architecture features for a
  function as per the -march=arch+feature option.
- "cpu=<cpu>" strings, that specify the target-cpu and any implied
  atributes as per the -mcpu=cpu+feature option.
- "tune=<cpu>" strings, that specify the tune-cpu cpu for a function as
  per -mtune.
- "+<feature>", "+no<feature>" enables/disables the specific feature, for
  compatibility with GCC target attributes.
- "<feature>", "no-<feature>" enabled/disables the specific feature, for
  backward compatibility with previous releases.

To do this, the parsing of target attributes has been moved into
TargetInfo to give the target the opportunity to override the existing
parsing. The only non-aarch64 change should be a minor alteration to the
error message, specifying using "CPU" to describe the cpu, not
"architecture", and the DuplicateArch/Tune from ParsedTargetAttr have
been combined into a single option.

Differential Revision: https://reviews.llvm.org/D133848
2022-10-01 15:40:59 +01:00
..
CSKY [Clang][CSKY] Add support about CSKYABIInfo 2022-05-31 10:53:30 +08:00
Inputs Restore "[MemProf] Memprof profile matching and annotation" 2022-09-23 11:38:47 -07:00
LoongArch Revert D134638 "[Clang][LoongArch] Add inline asm support for constraints k/m/ZB/ZC" 2022-09-29 00:54:56 -07:00
PowerPC [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
RISCV [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
SystemZ [SystemZ] Fix new test case 2022-09-08 18:05:17 +02:00
VE [Clang][VE] Add missing intrinsics 2022-06-21 07:30:36 +09:00
WebAssembly [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
X86 [CodeGen] fix misnamed "not" operation; NFC 2022-08-31 15:11:48 -04:00
aarch64-sve-intrinsics [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-sve2-intrinsics [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64_neon_sve_bridge_intrinsics [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
arc [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm-mve-intrinsics [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
avr [ObjC] type method metadata `_imp`, messenger routine at callsite with program address space 2022-08-04 05:40:32 -04:00
24-bit.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
64bit-swiftcall.c fix test expected output (fixes arm buildbot failure) [NFC] 2022-06-12 19:29:00 +01:00
2002-01-23-LoadQISIReloadFailure.c
2002-01-24-ComplexSpaceInType.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2002-01-24-HandleCallInsnSEGV.c
2002-02-13-ConditionalInCall.c
2002-02-13-ReloadProblem.c
2002-02-13-TypeVarNameCollision.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2002-02-13-UnnamedLocal.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2002-02-14-EntryNodePreds.c
2002-02-16-RenamingTest.c
2002-02-17-ArgumentAddress.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2002-02-18-64bitConstant.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
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 A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2002-03-14-QuotesInStrConst.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2002-04-07-SwitchStmt.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2002-04-08-LocalArray.c
2002-04-09-StructRetVal.c
2002-04-10-StructParameters.c
2002-05-23-StaticValues.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2002-05-23-TypeNameCollision.c
2002-06-25-FWriteInterfaceFailure.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2002-07-14-MiscListTests.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2002-07-14-MiscTests.c
2002-07-14-MiscTests2.c Change the behavior of implicit int diagnostics 2022-05-04 08:35:47 -04:00
2002-07-14-MiscTests3.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
2002-07-16-HardStringInit.c
2002-07-17-StringConstant.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2002-07-30-SubregSetAssertion.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2002-07-30-UnionTest.c
2002-07-30-VarArgsCallFailure.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2002-07-31-BadAssert.c
2002-07-31-SubregFailure.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
2002-08-02-UnionTest.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2002-08-19-RecursiveLocals.c
2002-09-08-PointerShifts.c
2002-09-18-UnionProblem.c
2002-09-19-StarInLabel.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2002-10-12-TooManyArguments.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2002-12-15-GlobalBoolTest.c
2002-12-15-GlobalConstantTest.c
2002-12-15-GlobalRedefinition.c
2002-12-15-StructParameters.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
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 A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2003-06-29-MultipleFunctionDefinition.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2003-07-22-ArrayAccessTypeSafety.c
2003-08-17-DeadCodeShortCircuit.c
2003-08-18-SigSetJmp.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
2003-08-18-StructAsValue.c
2003-08-20-BadBitfieldRef.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2003-08-20-PrototypeMismatch.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2003-08-20-vfork-bug.c Change the behavior of implicit int diagnostics 2022-05-04 08:35:47 -04:00
2003-08-21-BinOp-Type-Mismatch.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2003-08-21-StmtExpr.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2003-08-21-WideString.c
2003-08-23-LocalUnionTest.c
2003-08-29-BitFieldStruct.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2003-08-29-HugeCharConst.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
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 A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2003-11-01-C99-CompoundLiteral.c
2003-11-01-EmptyStructCrash.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
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 A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
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 A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2003-11-20-UnionBitfield.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2003-11-26-PointerShift.c
2003-11-27-ConstructorCast.c
2003-11-27-UnionCtorInitialization.c
2003-12-14-ExternInlineSupport.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2004-01-01-UnknownInitSize.c
2004-01-08-ExternInlineRedefine.c
2004-02-12-LargeAggregateCopy.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2004-02-13-BuiltinFrameReturnAddress.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
2004-02-13-IllegalVararg.c
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 A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2004-03-09-LargeArrayInitializers.c
2004-03-15-SimpleIndirectGoto.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2004-03-16-AsmRegisterCrash.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2004-05-07-VarArrays.c
2004-05-21-IncompleteEnum.c
2004-06-08-OpaqueStructArg.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
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 [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
2005-01-02-ConstantInits.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
2005-01-02-PointerDifference.c
2005-01-02-VAArgError-ICE.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
2005-02-20-AggregateSAVEEXPR.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
2005-02-27-MarkGlobalConstant.c Use functions with prototypes when appropriate; NFC 2022-02-24 15:30:13 -05:00
2005-03-05-OffsetOfHack.c
2005-03-06-OffsetOfStructCrash.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2005-03-11-Prefetch.c
2005-04-09-ComplexOps.c
2005-05-10-GlobalUnionInit.c
2005-06-15-ExpandGotoInternalProblem.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2005-07-26-UnionInitCrash.c
2005-07-28-IncorrectWeakGlobal.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2005-09-20-ComplexConstants.c
2005-09-24-AsmUserPrefix.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2005-09-24-BitFieldCrash.c
2005-12-04-AttributeUsed.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
2006-01-13-Includes.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2006-01-13-StackSave.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
2006-01-16-BitCountIntrinsicsUnsigned.c
2006-01-23-FileScopeAsm.c
2006-03-03-MissingInitializer.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
2006-03-16-VectorCtor.c
2006-03-17-KnRMismatch.c
2006-05-19-SingleEltReturn.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02: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 A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2006-10-30-ArrayCrash.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2006-12-14-ordered_expr.c
2007-01-06-KNR-Proto.c
2007-01-20-VectorICE.c
2007-01-24-InlineAsmCModifier.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2007-02-04-AddrLValue-2.c
2007-02-04-AddrLValue.c
2007-02-04-EmptyStruct.c
2007-02-07-AddrLabel.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
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 [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
2007-04-05-PackedBitFields-2.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2007-04-05-PackedBitFields.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2007-04-05-PackedStruct.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2007-04-05-PadBeforeZeroLengthField.c
2007-04-05-UnPackedStruct.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2007-04-11-InlineAsmStruct.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2007-04-11-InlineAsmUnion.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2007-04-11-PR1321.c
2007-04-13-InlineAsmStruct2.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2007-04-13-InlineAsmUnion2.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2007-04-14-FNoBuiltin.c
2007-04-17-ZeroSizeBitFields.c
2007-04-24-VolatileStructCopy.c
2007-04-24-bit-not-expr.c Change the behavior of implicit int diagnostics 2022-05-04 08:35:47 -04:00
2007-04-24-str-const.c
2007-05-07-PaddingElements.c
2007-05-08-PCH.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2007-05-11-str-const.c
2007-05-15-PaddingElement.c
2007-05-16-EmptyStruct.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
2007-05-29-UnionCopy.c
2007-06-05-NoInlineAttribute.c
2007-06-15-AnnotateAttribute.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2007-06-18-SextAttrAggregate.c [Clang] Rename `disable-noundef-analysis` flag to `-[no-]enable-noundef-analysis` 2022-02-18 17:02:41 +09:00
2007-07-29-RestrictPtrArg.c
2007-08-01-LoadStoreAlign.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2007-08-21-ComplexCst.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2007-08-22-CTTZ.c
2007-09-05-ConstCtor.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2007-09-12-PragmaPack.c
2007-09-14-NegatePointer.c
2007-09-17-WeakRef.c
2007-09-26-Alignment.c Change the behavior of implicit int diagnostics 2022-05-04 08:35:47 -04:00
2007-09-27-ComplexIntCompare.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
2007-09-28-PackedUnionMember.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2007-10-02-VolatileArray.c
2007-10-15-VoidPtr.c
2007-10-30-Volatile.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2007-11-07-AlignedMemcpy.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2007-11-07-CopyAggregateAlign.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
2007-11-07-ZeroAggregateAlign.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
2007-11-28-GlobalInitializer.c
2007-11-29-ArraySizeFromInitializer.c
2007-12-16-AsmNoUnwind.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2008-01-04-WideBitfield.c
2008-01-07-UnusualIntSize.c
2008-01-21-PackedBitFields.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
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 A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2008-03-03-CtorAttrType.c
2008-03-05-syncPtr.c Strengthen -Wint-conversion to default to an error 2022-07-22 15:24:54 -04:00
2008-03-24-BitField-And-Alloca.c
2008-03-26-PackedBitFields.c
2008-04-08-NoExceptions.c
2008-05-06-CFECrash.c
2008-05-12-TempUsedBeforeDef.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
2008-05-19-AlwaysInline.c
2008-07-17-no-emit-on-error.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2008-07-21-mixed-var-fn-decl.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2008-07-22-bitfield-init-after-zero-len-array.c
2008-07-22-packed-bitfield-access.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2008-07-29-override-alias-decl.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2008-07-30-implicit-initialization.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2008-07-30-redef-of-bitcasted-decl.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
2008-07-31-asm-labels.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2008-07-31-promotion-of-compound-pointer-arithmetic.c Strengthen -Wint-conversion to default to an error 2022-07-22 15:24:54 -04:00
2008-08-04-void-pointer-arithmetic.c
2008-08-07-AlignPadding1.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
2008-08-07-AlignPadding2.c
2008-08-07-GEPIntToPtr.c
2008-08-19-cast-of-typedef.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
2008-09-03-WeakAlias.c
2008-09-22-bad-switch-type.c
2008-10-13-FrontendCrash.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
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 [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
2009-01-21-InvalidIterator.c
2009-02-13-zerosize-union-field.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
2009-03-01-MallocNoAlias.c
2009-03-08-ZeroEltStructCrash.c
2009-03-13-dbg.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2009-03-22-increment-bitfield.c
2009-04-23-dbg.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2009-04-28-UnionArrayCrash.c
2009-05-04-EnumInreg.c [Clang] Rename `disable-noundef-analysis` flag to `-[no-]enable-noundef-analysis` 2022-02-18 17:02:41 +09:00
2009-05-22-callingconv.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2009-05-28-const-typedef.c
2009-06-01-addrofknr.c Improve the strict prototype diagnostic behavior 2022-05-26 08:35:56 -04:00
2009-06-14-HighlyAligned.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
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 A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2009-07-22-StructLayout.c
2009-07-31-DbgDeclare.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2009-08-14-vararray-crash.c
2009-09-24-SqrtErrno.c
2009-10-20-GlobalDebug.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2009-12-07-BitFieldAlignment.c
2010-01-13-MemBarrier.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
2010-01-14-FnType-DebugInfo.c
2010-01-18-Inlined-Debug.c
2010-02-10-PointerName.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2010-02-15-DbgStaticVar.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2010-02-16-DbgScopes.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2010-02-18-Dbg-VectorType.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2010-03-5-LexicalScope.c
2010-03-09-DbgInfo.c
2010-05-26-AsmSideEffect.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
2010-06-11-SaveExpr.c
2010-06-17-asmcrash.c
2010-07-08-DeclDebugLineNo.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2010-07-14-overconservative-align.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
2010-07-14-ref-off-end.c Change the behavior of implicit int diagnostics 2022-05-04 08:35:47 -04:00
2010-08-10-DbgConstant.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
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 [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
Atomics.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
BasicInstrs.c
Nontemporal.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
OpaqueStruct.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
PR2001-bitfield-reload.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
PR2413-void-address-cast-error.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
PR2643-null-store-to-bitfield.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
PR2743-reference-missing-static.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
PR3130-cond-constant.c
PR3589-freestanding-libcalls.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
PR3613-static-decl.c
PR3709-int-to-pointer-sign.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
PR4611-bitfield-layout.c
PR5060-align.c
PR8880.c
PR15826.c
PR32874.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
PR44896.ll
_Bool-conversion.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
aapcs-align.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
aapcs-bitfield.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
aapcs64-align.cpp [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
aarch64-args-hfa.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
aarch64-args.cpp Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
aarch64-arguments-hfa-v3.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-attr-mode-complex.c [Clang] Allow 'Complex float __attribute__((mode(HC)))' 2022-06-17 12:39:52 +01:00
aarch64-attr-mode-float.c [Clang] Allow 'Complex float __attribute__((mode(HC)))' 2022-06-17 12:39:52 +01:00
aarch64-bf16-dotprod-intrinsics.c Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
aarch64-bf16-getset-intrinsics.c [test] Remove references to -fno-legacy-pass-manager in tests 2022-04-11 13:40:27 -07:00
aarch64-bf16-lane-intrinsics.c [test] Remove references to -fno-legacy-pass-manager in tests 2022-04-11 13:40:27 -07:00
aarch64-bf16-ldst-intrinsics.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
aarch64-bf16-reinterpret-intrinsics.c
aarch64-branch-protection-attr.c
aarch64-byval-temp.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02: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 [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
aarch64-inline-asm.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
aarch64-ls64-inline-asm.c [AArch64] Simplify BTI/PAC-RET module flags 2022-07-26 09:48:36 -07:00
aarch64-ls64.c [AArch64] Simplify BTI/PAC-RET module flags 2022-07-26 09:48:36 -07:00
aarch64-matmul.cpp
aarch64-mops.c Strengthen -Wint-conversion to default to an error 2022-07-22 15:24:54 -04:00
aarch64-neon-2velem.c Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
aarch64-neon-3v.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
aarch64-neon-across.c Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
aarch64-neon-dot-product.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
aarch64-neon-extract.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
aarch64-neon-fcvt-intrinsics.c Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
aarch64-neon-fma.c Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
aarch64-neon-fp16fml.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-neon-intrinsics-constrained.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-neon-intrinsics.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-neon-ldst-one.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-neon-misc-constrained.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-neon-misc.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-neon-perm.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
aarch64-neon-range-checks.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
aarch64-neon-scalar-copy.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
aarch64-neon-scalar-x-indexed-elem-constrained.c
aarch64-neon-scalar-x-indexed-elem.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
aarch64-neon-sha3.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
aarch64-neon-shifts.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
aarch64-neon-sm4-sm3.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
aarch64-neon-tbl.c Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
aarch64-neon-vcadd.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
aarch64-neon-vcmla.c [Passes] add a tail-call-elim pass near the end of the opt pipeline 2022-07-25 15:25:47 -04:00
aarch64-neon-vcombine.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-neon-vget-hilo.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-neon-vget.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-neon-vsqadd-float-conversion.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
aarch64-neon-vuqadd-float-conversion-warning.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
aarch64-poly-add.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
aarch64-poly64.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
aarch64-poly128.c Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
aarch64-sign-return-address.c [AArch64] Simplify BTI/PAC-RET module flags 2022-07-26 09:48:36 -07:00
aarch64-strictfp-builtins.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
aarch64-subarch-compatbility.c [AArch64] Add all predecessor archs in target info 2022-09-27 10:23:21 +02:00
aarch64-sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.cpp [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-sve-inline-asm-crash.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-sve-inline-asm-datatypes.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-sve-inline-asm-negative-test.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-sve-inline-asm.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
aarch64-sve-vector-arith-ops.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-sve-vector-bits-codegen.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-sve-vector-bitwise-ops.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-sve-vector-compare-ops.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-sve-vector-shift-ops.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-sve-vector-subscript-ops.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-sve-vls-arith-ops.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-sve-vls-bitwise-ops.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-sve-vls-compare-ops.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-sve-vls-shift-ops.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-sve-vls-subscript-ops.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-sve.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
aarch64-svepcs.c [AArch64][SVE] Add aarch64_sve_pcs attribute to Clang 2022-05-11 13:33:56 +00:00
aarch64-targetattr.c [Clang][AArch64] Support AArch64 target(..) attribute formats. 2022-10-01 15:40:59 +01:00
aarch64-tme.cpp
aarch64-type-sizes.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
aarch64-v8.1a-neon-intrinsics.c Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
aarch64-v8.2a-fp16-intrinsics-constrained.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-v8.2a-fp16-intrinsics.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-v8.2a-neon-intrinsics-constrained.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-v8.2a-neon-intrinsics.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-v8.5a-neon-frint3264-intrinsic.c
aarch64-v8.5a-scalar-frint3264-intrinsic.c Fix frint ACLE intrinsic names 2022-09-29 09:13:07 +01:00
aarch64-v8.6a-neon-intrinsics.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-varargs-ms.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
aarch64-varargs-sve.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
aarch64-varargs.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
aarch64-vpcs.c
address-safety-attr-flavors.cpp [asan] Add support for disable_sanitizer_instrumentation attribute 2022-02-18 09:51:54 +01:00
address-safety-attr.cpp [NFC][clang] Inclusive terms: replace uses of blacklist in clang/test/ 2021-11-17 09:43:02 -05:00
address-sanitizer-and-array-cookie.cpp
address-space-cast.c Strengthen -Wint-conversion to default to an error 2022-07-22 15:24:54 -04:00
address-space-compound-literal.c
address-space-field1.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
address-space-ptr32.c Extend ptr32 support to be applied on typedef 2022-08-09 11:08:52 -04:00
address-space.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
addrsig.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
afn-flag-test.c [clang] Option control afn flag 2021-10-08 14:26:14 -04:00
aggregate-assign-call.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
alias.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
align-global-large.c
align-local.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
align-loops.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
align-param.c
align-wasm.c
align-x68_64.c
align_value.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
aligned-sret.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
aligned_alloc-libcall.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
alignment.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
alignof.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
alloc-align-attr.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
alloc-fns-alignment.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
alloc-size-fnptr.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
alloc-size.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
alloca.c
allocs-fns-allocsize.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
always-inline.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
always_inline.c
annotations-builtin.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
annotations-field.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
annotations-global.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
annotations-loc.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
annotations-var.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arithmetic-fence-builtin.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
arm-aapcs-vfp.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm-aapcs-zerolength-bitfield.c
arm-abi-vector.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm-apcs-zerolength-bitfield.c
arm-arguments.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm-asm-deprecated.c
arm-asm-diag.c
arm-asm-variable.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm-asm-warn.c
arm-asm.c
arm-atomics-m.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm-atomics-m0.c
arm-atomics.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm-be-result-return.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
arm-bf16-convert-intrinsics.c Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
arm-bf16-dotprod-intrinsics.c Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
arm-bf16-getset-intrinsics.c [test] Remove references to -fno-legacy-pass-manager in tests 2022-04-11 13:40:27 -07:00
arm-bf16-params-returns.c [AArch64] Always allow the __bf16 type 2022-08-04 18:35:27 +01:00
arm-bf16-reinterpret-intrinsics.c
arm-bf16-softfloat.c
arm-bitfield-alignment.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm-branch-protection-attr-1.c [clang][ARM] PACBTI-M frontend support 2021-12-01 10:37:16 +00:00
arm-branch-protection-attr-2.c [AArch64] Simplify BTI/PAC-RET module flags 2022-07-26 09:48:36 -07:00
arm-build-attributes.c
arm-byval-align.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm-cc.c
arm-cde-gpr.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
arm-cde-reinterpret.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
arm-cde-vec.c [ARM] Use v2i1 for MVE and CDE intrinsics 2021-12-03 15:27:58 +00:00
arm-cde-vfp.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
arm-clear.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm-cmse-attr.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm-cmse-call.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
arm-cmse-nonsecure.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm-cmse-secure.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm-cmse.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm-cortex-cpus.c
arm-crc32.c [test] Fix CodeGen/arm-crc32.c to not write an output to CWD 2022-09-21 16:13:25 -07:00
arm-eabi.c
arm-execute-only.c
arm-float-helpers.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
arm-fp16-arguments.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
arm-ha-alignstack.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm-homogenous.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm-inline-asm.c
arm-interrupt-attr.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
arm-long-calls.c
arm-mangle-bf16.cpp [AArch64] Always allow the __bf16 type 2022-08-04 18:35:27 +01:00
arm-metadata.c
arm-mfpu-none.c
arm-microsoft-intrinsics.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
arm-neon-directed-rounding-constrained.c
arm-neon-directed-rounding.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
arm-neon-dot-product.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
arm-neon-fma.c Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
arm-neon-misc.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm-neon-numeric-maxmin.c Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
arm-neon-range-checks.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
arm-neon-shifts.c
arm-neon-vcadd.c
arm-neon-vcvtX.c Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
arm-neon-vget.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
arm-neon-vld.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm-neon-vst.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm-no-movt.c
arm-pcs.c
arm-poly-add.c [ARM] Neon Polynomial vadd Intrinsic fix 2021-04-28 11:59:40 -07:00
arm-poly64.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
arm-soft-float-abi-filtering.c
arm-sve-vector-bits-vscale-range.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
arm-swiftcall.c [clang][CodeGen] Switch a few placeholders from UndefValue to PoisonValue 2022-06-12 19:07:59 +01:00
arm-target-attr.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
arm-target-features.c [ARM] Add Support for Cortex-M85 2022-07-05 10:43:31 +01:00
arm-thumb-mode-target-feature.c
arm-v8.1a-neon-intrinsics.c Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
arm-v8.2a-neon-intrinsics.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
arm-v8.6a-neon-intrinsics.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
arm-vaarg-align.c
arm-varargs.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm-vector-align.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm-vector-arguments.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm-vfp-asm-constraint.c
arm-vfp16-arguments.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm-vfp16-arguments2.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm64-aapcs-arguments.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
arm64-abi-vector.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm64-arguments.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm64-be-bitfield.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm64-be-hfa-vararg.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm64-crc32.c [AArch64] Check target feature support for __builtin_arm_crc* 2022-09-26 17:16:44 -07:00
arm64-lanes.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
arm64-microsoft-arguments.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm64-microsoft-intrinsics.c [MSVC, ARM64] Add __readx18 intrinsics 2022-05-23 10:59:12 -07:00
arm64-microsoft-status-reg.cpp
arm64-microsoft-struct-align.cpp
arm64-mte.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm64-vrnd-constrained.c
arm64-vrnd.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
arm64_32-vaarg.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm64_32.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
arm64_crypto.c [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
arm64_vcopy.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
arm64_vcreate.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
arm64_vdup.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
arm64_vdupq_n_f64.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
arm_acle.c [AArch64] Check target feature support for __builtin_arm_crc* 2022-09-26 17:16:44 -07:00
arm_function_epilog.cpp
arm_neon_intrinsics.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
armv7k-abi.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
array-init.c
array.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
arrayderef.c
artificial.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
asan-constructor.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
asan-destructor-kind.cpp [Clang] Avoid legacy PM in some tests (NFC) 2022-04-11 16:15:57 +02: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] Allow -fsanitize-address-globals-dead-stripping with -fno-data-sections for ELF 2022-02-23 16:08:25 -08:00
asan-globals-odr.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
asan-globals.cpp Add missing sanitizer metadata plumbing from CFE. 2022-07-13 08:54:41 -07:00
asan-new-pm.ll [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
asan-no-globals-no-comdat.cpp [asan] Allow -fsanitize-address-globals-dead-stripping with -fno-data-sections for ELF 2022-02-23 16:08:25 -08:00
asan-static-odr.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
asan-strings.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
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 [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
asm-cet.S
asm-errors.c
asm-goto.c [IR] Don't use blockaddresses as callbr arguments 2022-07-15 10:18:17 +02:00
asm-inout.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
asm-label-inline-builtins.c [clang] Fix interaction between asm labels and inline builtins 2022-09-22 09:24:47 +02:00
asm-label.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
asm-parser-info.S
asm-reg-var-local.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
asm-unicode.S
asm-variable.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
asm.c [IR] Don't use blockaddresses as callbr arguments 2022-07-15 10:18:17 +02:00
asm_64.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
asm_arm.c
asm_arm64.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
assign.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
assume-aligned-and-alloc-align-attributes.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
assume_attr.c
atomic-arm64.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
atomic-ops-libcall.c [Passes] add a tail-call-elim pass near the end of the opt pipeline 2022-07-25 15:25:47 -04:00
atomic-ops.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
atomic.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
atomic_ops.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
atomics-inlining.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
atomics-sema-alignment.c
attr-alwaysinline.cpp [Clang] always_inline statement attribute 2022-03-14 21:45:31 +01:00
attr-arm-sve-vector-bits-bitcast.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
attr-arm-sve-vector-bits-call.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
attr-arm-sve-vector-bits-cast.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
attr-arm-sve-vector-bits-codegen.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
attr-arm-sve-vector-bits-globals.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
attr-arm-sve-vector-bits-types.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
attr-availability.c [test] Change cc1 -fvisibility to -fvisibility= 2022-09-02 12:36:44 -07:00
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-btf_type_tag-func.c [clang] Reject non-declaration C++11 attributes on declarations 2022-06-15 11:58:26 +02:00
attr-btf_type_tag-similar-type.c [Attr] Fix a btf_type_tag AST generation 2022-03-16 08:46:52 -07:00
attr-btf_type_tag-typedef-field.c Reland "[Attr] support btf_type_tag attribute" 2021-11-05 11:25:17 -07:00
attr-btf_type_tag-var.c [clang] Reject non-declaration C++11 attributes on declarations 2022-06-15 11:58:26 +02:00
attr-callback.c
attr-cleanup.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
attr-coldhot.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
attr-cpuspecific-avx-abi.c Have cpu-specific variants set 'tune-cpu' as an optimization hint 2022-03-14 06:14:30 -07:00
attr-cpuspecific-renaming.cpp Revert "DebugInfo: Fully integrate ctor type homing into 'limited' debug info" 2022-06-24 17:07:47 +00:00
attr-cpuspecific.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
attr-disable-sanitizer-instrumentation.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
attr-disable-tail-calls.c [Driver] -fno-optimize-sibling-calls: use the same spelling for its -cc1 counterpart 2022-04-11 22:21:24 -07:00
attr-error.c Reland [clang] Rework dontcall attributes 2021-09-28 15:31:30 -07:00
attr-func-def.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
attr-function-return.c [clang][CodeGen] add fn_ret_thunk_extern to synthetic fns 2022-07-14 11:25:24 -07:00
attr-function-return.cpp [clang][test] fix typo in fn attr 2022-07-14 09:49:11 -07:00
attr-ifunc.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
attr-leaf.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
attr-loader-uninitialized.c [Clang] Allow the combination of loader_uninitialized and address spaces 2021-04-23 11:21:52 -05:00
attr-maybeundef-template.cpp Revert "Revert "[Clang][Attribute] Introduce maybe_undef attribute for function arguments which accepts undef values"" 2022-07-29 19:07:07 +00:00
attr-maybeundef.c Revert "Revert "[Clang][Attribute] Introduce maybe_undef attribute for function arguments which accepts undef values"" 2022-07-29 19:07:07 +00:00
attr-minsize.cpp
attr-mode-enums.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
attr-mode-vector-types.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
attr-mprefer-vector-width.c
attr-mrecip.c [Driver] Add f16 support to -mrecip parsing. 2022-04-28 08:33:52 -07:00
attr-msp430.c
attr-mustprogress.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
attr-naked.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
attr-no-tail.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
attr-nodebug.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
attr-nodebug2.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
attr-noinline.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
attr-noinline.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
attr-nomerge.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
attr-noreturn.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
attr-noundef.cpp [lit] Implement DEFINE and REDEFINE directives 2022-09-21 11:32:05 -04:00
attr-nouwtable.c [Clang] Implement function attribute nouwtable 2022-08-29 12:12:19 -07:00
attr-optnone.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
attr-retain.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
attr-speculative-load-hardening.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
attr-target-clones.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02: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 Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
attr-target-mv-func-ptrs.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
attr-target-mv-va-args.c [clang] Don't emit IFUNC when targeting Fuchsia 2022-06-16 15:38:12 +00:00
attr-target-mv.c [X86] Add missing key feature for core2 2022-09-02 16:06:07 +08:00
attr-target-x86-mmx.c
attr-target-x86.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
attr-target-x87-softfp.c
attr-tentative-definition.c [AST] Pick last tentative definition as the acting definition 2021-08-26 16:49:54 -05:00
attr-used.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
attr-warning.c Reland [clang] Rework dontcall attributes 2021-09-28 15:31:30 -07:00
attr-weak-import.c
attr-weakref.c
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 [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
attribute-section-data-common.c
attribute_constructor.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
attributes.c Default implicit function pointer conversions diagnostic to be an error 2022-08-10 13:54:17 -04:00
availability-check-driverkit.c [Clang] Add DriverKit support 2022-05-13 20:34:57 +01:00
available-externally-hidden.cpp [test] Change cc1 -fvisibility to -fvisibility= 2022-09-02 12:36:44 -07:00
available-externally-suppress.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
avoidTBAAonASMstore.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
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
big-atomic-ops.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
bitfield-2.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
bitfield-assign.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
bitfield-init.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
bitfield-promote.c
bitfield.c Fix -Wbitfield-constant-conversion on 1-bit signed bitfield 2022-08-09 11:43:50 -04:00
bittest-intrin.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
block-3.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
block-byref-aggr.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
block-copy.c Use functions with prototypes when appropriate; NFC 2022-02-24 15:30:13 -05:00
block-with-perdefinedexpr.cpp
block-with-predefinedexpr.c Fix typo in file name; NFC 2022-02-24 15:41:25 -05:00
blocks-1.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
blocks-aligned-byref-variable.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
blocks-seq.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
blocks-windows.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
blocks.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
blocksignature.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
blockstret.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
blockwithlocalstatic.c
bool-bitfield.c
bool-convert.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
bool-init.c
boolassign.c
bounds-checking-fam.c [clang] cleanup -fstrict-flex-arrays implementation 2022-09-01 15:06:21 +02:00
bounds-checking-fam.cpp [clang] Introduce -fstrict-flex-arrays=<n> for stricter handling of flexible arrays 2022-07-18 12:45:52 +02:00
bounds-checking.c Revert "[clang] Introduce -fstrict-flex-arrays=<n> for stricter handling of flexible arrays" 2022-06-27 14:03:09 -07:00
bpf-O0.c [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
bpf-abiinfo.c [Clang][BPF]: Force sign/zero extension for return values in caller 2022-08-16 16:08:01 -07:00
bpf-attr-preserve-access-index-1.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
bpf-attr-preserve-access-index-2.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
bpf-attr-preserve-access-index-3.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
bpf-attr-preserve-access-index-4.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
bpf-attr-preserve-access-index-5.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
bpf-attr-preserve-access-index-6.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
bpf-attr-preserve-access-index-7.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
bpf-attr-preserve-access-index-8.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
bpf-inline-asm.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
bpf-preserve-access-index-2.c
bpf-preserve-access-index.c
bpf-struct-argument.c [Clang][BPF] Support record argument with direct values 2022-08-18 19:11:50 -07:00
bpf-union-argument.c [Clang][BPF] Support record argument with direct values 2022-08-18 19:11:50 -07:00
branch-on-bool.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
branch-target-layout.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
builtin-abs.c
builtin-align-array.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
builtin-align-assumption.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
builtin-align.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
builtin-assume-aligned.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
builtin-assume.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
builtin-attributes.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
builtin-bpf-btf-type-id.c [clang] Implement ElaboratedType sugaring for types written bare 2022-07-27 11:10:54 +02:00
builtin-complex.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
builtin-constant-p.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
builtin-count-zeros.c
builtin-cpu-is.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
builtin-cpu-supports.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
builtin-dump-struct.c Reimplement `__builtin_dump_struct` in Sema. 2022-05-05 14:55:47 -07:00
builtin-expect-with-probability.cpp
builtin-expect.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
builtin-function-start.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
builtin-memfns.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
builtin-ms-noop.cpp
builtin-nan-exception.c
builtin-nan-legacy.c
builtin-nanf.c
builtin-preserve-access-index-array.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
builtin-preserve-access-index-nonptr.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
builtin-preserve-access-index-typedef.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
builtin-preserve-access-index.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
builtin-recursive.cpp
builtin-redeclaration.c
builtin-rename.c
builtin-rotate.c
builtin-sponentry.c [clang] [ARM] Add __builtin_sponentry like on aarch64 2022-06-02 12:29:59 +03:00
builtin-sqrt.c Reapply "[Intrinsics] Add `nocallback` to the default intrinsic attributes" 2022-03-25 09:36:50 -05:00
builtin-unpredictable.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
builtin-unwind-init.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
builtin_Float16.c [Clang][FP16] Add 4 builtins for _Float16 2022-06-06 09:00:26 +08:00
builtin_clrsb.c
builtin_float.c
builtin_float_strictfp.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
builtins-arm-exclusive.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
builtins-arm-microsoft.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
builtins-arm-msvc-compat-error.c
builtins-arm-msvc-compat-only.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
builtins-arm.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
builtins-arm64.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
builtins-bpf-preserve-field-info-1.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
builtins-bpf-preserve-field-info-2.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
builtins-bpf-preserve-field-info-3.c [clang] Implement ElaboratedType sugaring for types written bare 2022-07-27 11:10:54 +02:00
builtins-bpf-preserve-field-info-4.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
builtins-elementwise-math.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
builtins-hexagon-circ.c
builtins-hexagon-v66-128B.c [Hexagon] Make conversions to vector predicate types explicit for builtins 2021-12-22 12:52:24 -08:00
builtins-hexagon-v66.c [Hexagon] Make conversions to vector predicate types explicit for builtins 2021-12-22 12:52:24 -08:00
builtins-hexagon-v67-audio.c
builtins-hexagon-v67.c
builtins-hexagon-v68-128B.c
builtins-hexagon.c
builtins-hvx64.c [Hexagon] Make conversions to vector predicate types explicit for builtins 2021-12-22 12:52:24 -08:00
builtins-hvx128.c [Hexagon] Make conversions to vector predicate types explicit for builtins 2021-12-22 12:52:24 -08:00
builtins-memcpy-inline.c Fix change of variable name in test 2022-06-07 11:20:57 +00:00
builtins-memset-inline.c [clang] Add support for __builtin_memset_inline 2022-06-10 13:13:59 +00:00
builtins-mips-args.c
builtins-mips-msa-error.c
builtins-mips-msa.c
builtins-mips.c
builtins-ms.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
builtins-msp430.c
builtins-multiprecision.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
builtins-nvptx-mma.cu [CUDA] Fixed sm version constrain for __bmma_m8n8k128_mma_and_popc_b1. 2022-08-05 12:14:06 -07:00
builtins-nvptx-mma.py [CUDA] Fixed sm version constrain for __bmma_m8n8k128_mma_and_popc_b1. 2022-08-05 12:14:06 -07:00
builtins-nvptx-native-half-type.c [NVPTX] Add ex2.approx.f16/f16x2 support 2022-03-01 11:07:11 -08:00
builtins-nvptx-ptx50.cu [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
builtins-nvptx-ptx60.cu [NVPTX] Fix nvvm.match.sync*.i64 intrinsics return type (i64 -> i32) 2022-03-01 12:26:16 +02:00
builtins-nvptx-sm_70.cu
builtins-nvptx.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
builtins-overflow.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
builtins-reduction-math.c [Clang] Add integer mul reduction builtin 2022-05-09 12:12:53 +01:00
builtins-riscv.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
builtins-sparc.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
builtins-wasm.c [WebAssembly] Prototype `f32x4.relaxed_dot_bf16x8_add_f32` 2022-09-08 08:07:49 -07:00
builtins-x86.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
builtins.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04: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 [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
byval-memcpy-elim.c
c-strings.c [NFC][Clang] Modify expect of fail test or XFAIL because CSKY align is different 2022-05-18 10:53:30 +08:00
c-unicode.c Correct a typo in a RUN line 2022-04-04 11:32:05 -04:00
c11atomics-ios.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
c11atomics.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
call.c Add -Wno-strict-prototypes to C tests; NFC 2022-02-24 15:30:30 -05:00
callback_annotated.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
callback_openmp.c
callback_pthread_create.c
calling-conv-ignored.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
capture-complex-expr-in-block.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
captured-statements-nested.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
captured-statements.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
cast-emit.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
cast.c
catch-alignment-assumption-array.c Avoid __builtin_assume_aligned crash when the 1st arg is array type 2022-09-07 12:46:20 -04:00
catch-alignment-assumption-attribute-align_value-on-lvalue.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-alignment-assumption-attribute-align_value-on-paramvar.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-alignment-assumption-attribute-alloc_align-on-function-variable.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-alignment-assumption-attribute-alloc_align-on-function.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-alignment-assumption-attribute-assume_aligned-on-function-two-params.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-alignment-assumption-attribute-assume_aligned-on-function.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-alignment-assumption-builtin_assume_aligned-polymorphism.cpp Fix __builtin_assume_aligned incorrect type descriptor and C++ object polymorphic address 2022-09-20 12:35:18 -04:00
catch-alignment-assumption-builtin_assume_aligned-three-params-variable.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-alignment-assumption-builtin_assume_aligned-three-params.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-alignment-assumption-builtin_assume_aligned-two-params.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-alignment-assumption-ignorelist.c Avoid __builtin_assume_aligned crash when the 1st arg is array type 2022-09-07 12:46:20 -04:00
catch-alignment-assumption-openmp.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-implicit-conversions-basics-negatives.c
catch-implicit-conversions-basics.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-implicit-conversions-incdec-basics.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-implicit-integer-arithmetic-value-change-basics.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-implicit-integer-arithmetic-value-change-incdec-basics.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-implicit-integer-conversions-basics.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-implicit-integer-conversions-incdec-basics.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-implicit-integer-sign-changes-CompoundAssignOperator.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-implicit-integer-sign-changes-basics.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-implicit-integer-sign-changes-incdec-basics.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-implicit-integer-sign-changes-incdec.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-implicit-integer-sign-changes-true-negatives.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
catch-implicit-integer-sign-changes.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-implicit-integer-truncations-CompoundAssignOperator.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-implicit-integer-truncations-basics-negatives.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-implicit-integer-truncations-basics.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-implicit-integer-truncations-incdec-basics.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-implicit-integer-truncations.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-implicit-signed-integer-truncation-or-sign-change-CompoundAssignOperator.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-implicit-signed-integer-truncation-or-sign-change.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-implicit-signed-integer-truncations-basics-negatives.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-implicit-signed-integer-truncations-basics.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-implicit-signed-integer-truncations-incdec-basics.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-implicit-signed-integer-truncations-incdec.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-implicit-unsigned-integer-truncations-basics-negatives.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-implicit-unsigned-integer-truncations-basics.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-implicit-unsigned-integer-truncations-incdec-basics.c
catch-nullptr-and-nonzero-offset-ignorelist.c [NFC][clang] Inclusive terms: replace uses of blacklist in clang/test/ 2021-11-17 09:43:02 -05:00
catch-nullptr-and-nonzero-offset-in-offsetof-idiom.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-nullptr-and-nonzero-offset-when-nullptr-is-defined.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-nullptr-and-nonzero-offset.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-pointer-overflow-volatile.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-pointer-overflow.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
catch-undef-behavior.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
cf-runtime-abi.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
cfguardtable.c [clang-cl] /kernel should toggle bit 30 in @feat.00 2022-08-25 14:17:26 +00:00
cfi-check-fail-attrs.c
cfi-check-fail.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
cfi-check-fail2.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
cfi-icall-canonical-jump-tables.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
cfi-icall-cross-dso.c [Clang] Avoid legacy PM in some tests (NFC) 2022-04-11 16:15:57 +02:00
cfi-icall-cross-dso2.c
cfi-icall-generalize.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02: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 [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
cfi-unrelated-cast.cpp [test] Change cc1 -fvisibility to -fvisibility= 2022-09-02 12:36:44 -07:00
cfstring-elf-cfbuild-x86_64.c
cfstring-elf-sections-x86_64.c
cfstring-windows.c
cfstring.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
cfstring2.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
cfstring3.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
char-literal.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
clang-sections-attribute.c
cleanup-destslot-simple.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
cleanup-stack.c
clear_cache.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
cmse-clear-arg.c [clang][CodeGen] Switch a few placeholders from UndefValue to PoisonValue 2022-06-12 19:07:59 +01:00
cmse-clear-return.c [Clang][CodeGen] Fix the cmse-clear-return.c test. 2022-05-24 12:49:42 +01:00
code-coverage-filter.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
code-coverage-tsan.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
code-coverage.c [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
codemodels.c
coff-aarch64-type-sizes.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
complex-builtins-2.c
complex-builtins-3.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
complex-builtins.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
complex-convert.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
complex-indirect.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
complex-init-list.c
complex-libcalls-2.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
complex-libcalls.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
complex-math.c [clang] use getCommonSugar in an assortment of places 2022-09-16 16:36:00 +02:00
complex-strictfp.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
complex.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
compound-assign-overflow.c [clang] use getCommonSugar in an assortment of places 2022-09-16 16:36:00 +02:00
compound-literal.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
compound-type.c
compound.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
conditional-gnu-ext.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
conditional.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
const-arithmetic.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
const-init.c [Clang] Propagate const context info when emitting compound literal 2022-08-18 11:25:20 +01:00
const-label-addr.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
const-unordered-compare.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
constant-comparison.c
constantexpr-fneg.c [ConstantExpr] Don't create fneg expressions 2022-09-07 11:27:25 +02:00
constrained-math-builtins.c
construction-vtable-visibility.cpp [test] Change cc1 -fvisibility to -fvisibility= 2022-09-02 12:36:44 -07:00
constructor-attribute.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
convergent-functions.cpp Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
convertvector.c
count-builtins.c
coverage-compilation-dir.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05: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 [Clang] Avoid legacy PM in some tests (NFC) 2022-04-11 16:15:57 +02:00
cxx-condition.cpp
cxx-default-arg.cpp
cxx-value-init.cpp
darwin-sdk-version.c
darwin-string-literals.c
darwin-target-variant.c [clang][macho] add clang frontend support for emitting macho files with two build version load commands 2022-02-02 08:30:39 -08:00
darwin-thread-specifier.c
dbg-const-int128.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
debug-info-257-args.c
debug-info-abspath.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
debug-info-alias-pointer.c CodeGen: correct handling of debug info generation for aliases 2022-08-16 21:27:05 +00:00
debug-info-alias.c [clang] Use -triple, not -target for %clang_cc1 2022-04-07 18:19:54 +00:00
debug-info-args.c
debug-info-atomic.c
debug-info-attributed-stmt.c
debug-info-block-decl.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
debug-info-block-expr.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
debug-info-block-out-return.c Use functions with prototypes when appropriate; NFC 2022-02-24 15:30:13 -05:00
debug-info-block-vars.c [DeadArgElim] Use poison instead of undef as placeholder for dead arguments 2022-05-19 18:00:24 +01:00
debug-info-block.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
debug-info-cc.c [Clang] Introduce Swift async calling convention. 2021-07-09 11:50:10 -07:00
debug-info-codeview-buildinfo.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
debug-info-codeview-heapallocsite.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
debug-info-codeview-unnamed.c
debug-info-compilation-dir.c
debug-info-crash.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
debug-info-embed-source.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
debug-info-enum-case-val.c [clang][DebugInfo] Emit debuginfo for non-constant case value 2022-09-28 12:10:48 -07:00
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 Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
debug-info-extern-call.c Clang: Change the default DWARF version to 5 2022-01-23 20:49:57 -08:00
debug-info-extern-callback.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
debug-info-extern-duplicate.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
debug-info-extern-multi.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
debug-info-extern-unused.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
debug-info-file-change.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
debug-info-file-checksum.c [clang-cl] Implement /ZH: flag 2022-09-25 14:43:14 -04:00
debug-info-gline-tables-only.c
debug-info-gline-tables-only2.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
debug-info-global-constant.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
debug-info-imported-entity.cpp
debug-info-inline-for.c
debug-info-limited.c
debug-info-line.c
debug-info-line2.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
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 [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
debug-info-member.c
debug-info-names.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
debug-info-no-inline-line-tables.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
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 [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
debug-info-ranges-base-address.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
debug-info-renderscript-tag.rs
debug-info-same-line.c
debug-info-scope-file.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
debug-info-scope.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
debug-info-static-const-fp.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
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 Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
debug-info-typedef.c
debug-info-unused-types.c
debug-info-unused-types.cpp
debug-info-variables.c Reland "[dwarf] Emit a DIGlobalVariable for constant strings." 2022-05-18 13:56:45 -07:00
debug-info-vector-bool.c [Clang] Allow "ext_vector_type" applied to Booleans 2022-03-16 11:10:32 +01:00
debug-info-vector.c
debug-info-version.c
debug-info-vla.c
debug-info.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
debug-label-inline.c
debug-label.c
debug-line-1.c
debug-nvptx.c
debug-prefix-map.c reland: [clang] Don't append the working directory to absolute paths 2022-03-15 13:42:35 -07:00
decl-in-prototype.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
decl.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
default-address-space.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
default-function-attr.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
delete-null-pointer-checks.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
denormalfpmode-f32.c Additionally set f32 mode with denormal-fp-math 2022-04-29 15:06:32 +01:00
denormalfpmode.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
dependent-lib.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
designated-initializers.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
disable-tail-calls.c [CodeGen][test] Fix disable-tail-calls.c if CLANG_ENABLE_OPAQUE_POINTERS_INTERNAL is off 2022-04-11 22:27:40 -07:00
dllexport-1.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
dllexport.c
dllimport.c [Clang] Avoid legacy PM in some tests (NFC) 2022-04-11 16:15:57 +02:00
dominating-store-to-return.c [CGCall] Make findDominatingStoreToReturnValue() more robust 2022-04-08 15:18:12 +02:00
dostmt.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
dso-local-executable.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
dwarf-format.c
dwarf-version.c [clang] [MinGW] Default to DWARF 4 2022-02-10 10:59:05 +02:00
emit-all-decls.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
emit-summary-index.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
empty-union-init.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
enable-split-lto-unit.ll [Clang] Avoid legacy PM in some tests (NFC) 2022-04-11 16:15:57 +02:00
enable_if.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
enum-bool.cpp
enum.c
enum2.c [DebugInfo] Use per-enumerator signedness for DIEnumerator 2021-07-26 16:14:28 -07:00
eval-method-fast-math.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
exact-div-expr.c
exceptions-seh-finally.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
exceptions-seh-leave.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
exceptions-seh-nested-finally.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
exceptions-seh.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
exceptions-strictfp.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
exceptions.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
exprs-strictfp.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
exprs.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
ext-int-cc.c [Clang][LoongArch] Implement ABI lowering 2022-09-19 12:05:00 +08:00
ext-int-sanitizer.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
ext-int.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
ext-vector-indexing.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
ext-vector-member-alignment.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
ext-vector.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
extend-arg-64.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
extern-block-var.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
extern-inline.c [Clang] Add -no-opaque-pointers to more tests (NFC) 2022-04-07 12:53:29 +02:00
extern-weak.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
fast-math.c
fentry.c
ffp-contract-fast-option.cpp
ffp-contract-option.c Currently the options ‘ffast-math’ and ‘ffp-contract’ are connected. 2022-09-16 11:08:41 -04:00
ffp-model.c [Clang] Add -no-opaque-pointers to more tests (NFC) 2022-04-07 12:53:29 +02:00
finite-math.c
fixed-point-tbaa.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
fixup-depth-overflow.c
flatten.c Reland "[AlwaysInliner] Enable call site inlining to make flatten attribute working again (#53360)" 2022-01-26 01:11:06 +01:00
flexible-array-init.c Fix size of flexible array initializers, and re-enable assertions. 2022-04-15 12:09:57 -07:00
flip-dllimport.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
flt_eval_macro.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
fold-const-declref.c
forceinline.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
fp-atomic-ops.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02: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 Add support for floating-point option `ffp-eval-method` and for 2022-02-23 15:00:18 -08: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 [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +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 [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
fp-reassoc-pragma.cpp
fp-strictfp-exp.cpp
fp-strictfp.cpp
fp16-ops-strictfp.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
fp16-ops.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
fp16vec-ops.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
fp128_complex.c
fpconstrained-cmp-double.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
fpconstrained-cmp-float.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
fpconstrained.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
fpconstrained.cpp
fread-inline-builtin-late-redecl.c [Clang][Fortify] drop inline decls when redeclared 2022-04-08 09:31:51 +02:00
func-aligned.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
func-decl-cleanup.c
func-in-block.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
func-ptr-cast-decl.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
func-return-member.c
funccall.c
function-alignment.c
function-attributes.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
function-min-vector-width.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
function-sections.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
function-target-features.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
functions.c Correctly diagnose prototype redeclaration errors in C 2022-04-13 08:21:31 -04:00
funique-sections.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
global-blocks-lines.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
global-blocks-win32.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
global-decls.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
global-init.c [clang] Allow const variables with weak attribute to be overridden 2022-06-03 23:44:15 +02:00
global-with-initialiser.c
globalinit.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
guard_nocf.c [clang] Add support for __attribute__((guard(nocf))) 2022-08-23 23:39:38 +03:00
hexagon-brev-ld-ptr-incdec.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
hexagon-brev-store-elm.c
hexagon-check-builtins.c
hexagon-empty-cpu-feature.c
hexagon-hvx-abi.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
hexagon-inline-asm-reg-names.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
hexagon-inline-asm.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
hexagon-linux-vararg.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
hidden-alias-to-internal-function.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
hidden-visibility.c [test] Change cc1 -fvisibility to -fvisibility= 2022-09-02 12:36:44 -07:00
homogeneous-aggregates.c [ARM] Fix how size-0 bitfields affect homogeneous aggregates. 2022-06-10 11:27:24 +01:00
hwasan-globals.cpp Add missing sanitizer metadata plumbing from CFE. 2022-07-13 08:54:41 -07:00
hwasan-new-pm.c [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
hwasan-stack-safety-analysis.c [Clang] Avoid legacy PM in some tests (NFC) 2022-04-11 16:15:57 +02:00
iamcu-abi.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
ibm128-unsupported.c Reland [clang] Check unsupported types in expressions 2021-10-15 13:55:36 +03:00
ifunc.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
imaginary.c
implicit-arg.c
incomplete-function-type-2.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
incomplete-function-type.c Add -Wno-strict-prototypes to C tests; NFC 2022-02-24 15:30:30 -05:00
indirect-goto.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
indirect-noundef.cpp [lit] Implement DEFINE and REDEFINE directives 2022-09-21 11:32:05 -04:00
indirect-tls-seg-refs.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
init-memset.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
init-with-member-expr.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
init.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
inline-asm-immediate-ubsan.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
inline-asm-intel.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
inline-asm-mixed-style.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
inline-asm-mrv.c
inline-asm-p-constraint.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
inline-asm-x86-flag-output.c [CodeGen][inlineasm] assume the flag output of inline asm is boolean value 2022-08-02 11:49:01 -07:00
inline-optim.c [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
inline-stacksize.c [Inlining] Add a clang option to limit inlining of functions 2022-08-18 11:56:24 -07:00
inline.c [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
inline2.c [Clang] Avoid legacy PM in some tests (NFC) 2022-04-11 16:15:57 +02:00
instrument-functions.c
instrument-objc-method.m [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
int-to-pointer.c
integer-overflow.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
intel_ocl_bicc.c
invalid_global_asm.c
kcfi.c KCFI sanitizer 2022-08-24 22:41:38 +00:00
keep-static-consts.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
kmsan-param-retval.c [clang][msan] Turn on -fsanitize-memory-param-retval by default 2022-09-28 09:36:39 -07:00
kr-func-promote.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
kr-style-block.c
label-array-aggregate-init.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
lanai-arguments.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
lanai-regparm.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
libcall-declarations.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
libcalls-complex.c
libcalls-d.c
libcalls-fno-builtin.c
libcalls-ld.c
libcalls.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
lifetime-debuginfo-1.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
lifetime-debuginfo-2.c
lifetime-sanitizer.c [Clang] Add -no-opaque-pointers to more tests (NFC) 2022-04-07 12:53:29 +02:00
lifetime.c [test][CodeGen] Don't miss lifetime markers in lifetime tests 2022-07-14 11:14:07 -07:00
lifetime2.c [test] Fix D129789 for 32bit platforms 2022-07-14 12:44:15 -07:00
lineno-dbginfo.c
linetable-endscope.c
link-bitcode-file.c
linkage-redecl.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
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 Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
linux-arm-atomic.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
long-call-attr.c
long_double_fp128.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
loop-info-asan.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
loop-unroll.c [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
loop-vectorize.c [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
lower-mass-end-to-end.c Bringing back the test with the required target related to commit 96515df816 2022-07-06 13:04:17 -07:00
lto-newpm-pipeline.c [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07: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 [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
malign-double.cpp
mandel.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
mangle-blocks.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
mangle-ms-string-literals.c
mangle-ms.c
mangle-wasm-main-noproto.c [clang][WebAssembly] Loosen restriction on `main` symbol mangling 2022-06-15 13:56:05 -07:00
mangle-wasm-main-void.c [clang][WebAssembly] Loosen restriction on `main` symbol mangling 2022-06-15 13:56:05 -07:00
mangle-wasm-main.c [clang][WebAssembly] Loosen restriction on `main` symbol mangling 2022-06-15 13:56:05 -07:00
mangle-windows-rtd.c
mangle-windows.c [X86][fastcall][vectorcall] Move capability check before free register update 2022-09-20 09:18:23 +08:00
mangle.c
math-builtins-long.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
math-builtins.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
math-libcalls.c [Builtins] Do not claim most libfuncs are readnone with trapping math. 2022-08-11 12:29:01 +01:00
matrix-cast.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
matrix-lowering-opt-levels.c [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
matrix-type-builtins.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
matrix-type-operators-fast-math.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
matrix-type-operators.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
matrix-type.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
may-alias.c
mcount.c
mcu-struct-return.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
mdefault-visibility-export-mapping.c Reland [clang][AIX] add option mdefault-visibility-export-mapping 2022-06-13 13:43:46 -04:00
mdouble.c
memalign-libcall.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
memccpy-libcall.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
memcmp-inline-builtin-to-asm.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02: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 Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
memcpy-no-nobuiltin-if-not-emitted.cpp
memcpy-nobuiltin.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +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
mempcpy-libcall.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
memprof.cpp Restore "[MemProf] Memprof profile matching and annotation" 2022-09-23 11:38:47 -07:00
memtag-attr.cpp Reland "[MTE] Add -fsanitize=memtag* and friends." 2022-04-08 14:28:33 -07:00
memtag-globals.cpp Add missing sanitizer metadata plumbing from CFE. 2022-07-13 08:54:41 -07:00
merge-attrs.c Use functions with prototypes when appropriate; NFC 2022-02-24 15:30:13 -05:00
merge-statics.c
micromips-attr.c
microsoft-call-conv-x64.c Add -Wno-strict-prototypes to C tests; NFC 2022-02-24 15:30:30 -05:00
microsoft-call-conv.c [Clang][NFC] update obsolete check predicate 2022-09-18 18:00:36 +08:00
microsoft-no-common-align.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
mingw-long-double.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
mips-byval-arg.c
mips-clobber-reg.c Change the behavior of implicit int diagnostics 2022-05-04 08:35:47 -04:00
mips-constraint-regs.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
mips-constraints-mem.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
mips-count-builtins.c
mips-debug-info-bitfield.c
mips-inline-asm-abi.c
mips-inline-asm-modifiers.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
mips-inline-asm.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
mips-interrupt-attr.c
mips-madd4.c
mips-transparent-union.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
mips-type-sizes-int128.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
mips-type-sizes.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
mips-unsigned-ext-var.c [DeadArgElim] Use poison instead of undef as placeholder for dead arguments 2022-05-19 18:00:24 +01:00
mips-unsigned-extend.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
mips-unsupported-nan.c
mips-varargs.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
mips-vector-arg.c Change the behavior of implicit int diagnostics 2022-05-04 08:35:47 -04:00
mips-vector-return.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
mips-zero-sized-struct.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
mips16-attr.c
mips64-class-return.cpp
mips64-f128-literal.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
mips64-nontrivial-return.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
mips64-padding-arg.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
misaligned-param.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
mms-bitfields.c
mnop-mcount.c
mozilla-ms-inline-asm.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
mrecord-mcount.c
mrtd.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
ms-align-tentative.c
ms-annotation.c
ms-anonymous-struct.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
ms-barriers-intrinsics.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
ms-declspecs.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
ms-declspecs.cpp
ms-inline-asm-64.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
ms-inline-asm-EVEN.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
ms-inline-asm-align.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
ms-inline-asm-avx512.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
ms-inline-asm-enums.cpp
ms-inline-asm-errors.cpp
ms-inline-asm-functions.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
ms-inline-asm-static-variable.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
ms-inline-asm-variables.c [InlineAsm] Fix mangle problem when global variable used in inline asm 2022-03-24 09:41:23 +08:00
ms-inline-asm.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
ms-inline-asm.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
ms-intrinsics-cpuid.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
ms-intrinsics-other.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
ms-intrinsics-rotations.c
ms-intrinsics.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
ms-mixed-ptr-sizes.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
ms-mm-align.c
ms-setjmp.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
ms-volatile.c
ms_abi.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
ms_abi_aarch64.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
ms_struct-bitfield-1.c
ms_struct-bitfield-2.c
ms_struct-bitfield-3.c
ms_struct-bitfield-init.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
ms_struct-bitfield.c
ms_struct-long-double.c
ms_struct-pack.c
ms_struct.c
ms_this.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
msan-param-retval.c [clang][msan] Turn on -fsanitize-memory-param-retval by default 2022-09-28 09:36:39 -07:00
msp430-abi-complex.c
msp430-align.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
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-reloc.c
msvc_pragma_alloc_text.cpp [MSVC] Add support for pragma alloc_text 2022-05-16 07:00:17 -07:00
mult-alt-generic.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
mult-alt-x86.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
named_reg_global.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
neon-aapcs-align.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
neon-crypto.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
neon-immediate-ubsan.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
new-pass-manager-opt-bisect.c [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
no-bitfield-type-align.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
no-builtin-2.c [clang] Honor __attribute__((no_builtin("foo"))) on functions 2022-05-20 06:41:47 -07:00
no-builtin.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
no-common.c
no-devirt.cpp
no-ident-version.c
no-junk-ftrunc.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
no-opt-volatile-memcpy.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
no-prototype.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
no-skipped-passes-O0-opt-bisect.c [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
no_profile.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
nobuiltin.c [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
nodebug-attr.c
noduplicate-cxx11-test.cpp [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
noexceptionsfpmath.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
noinline.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
nomathbuiltin.c
non-power-of-2-alignment-assumptions.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
nonnull.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
noplt.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
noundef-analysis.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
nousejumptable.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
nrvo-tracking.cpp [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
nullptr-arithmetic.c
nvptx-abi.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
nvptx-cc.c
nvptx-cpus.c
nvptx-inlineasm-ptx.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
nvptx-inlineasm.c
object-size-flex-array.c [clang] cleanup -fstrict-flex-arrays implementation 2022-09-01 15:06:21 +02:00
object-size.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
object-size.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
offsetof.c
opaque-pointer.c
opaque-pointers-flag.c [Clang] Remove redundant -no-opaque-pointers flag in test (NFC) 2022-04-07 13:53:37 +02:00
openmp_default_simd_align.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
opt-record-1.c
opt-record-MIR.c
opt-record.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
overloadable-debug.c PR51034: Debug Info: Remove 'prototyped' from K&R function declarations 2021-07-09 12:07:36 -07:00
overloadable.c Default implicit function pointer conversions diagnostic to be an error 2022-08-10 13:54:17 -04:00
override-layout.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
packed-arrays.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
packed-nest-unpacked.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
packed-stack.c
packed-structure.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
packed-union.c
padding-init.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
palignr.c
parameter-passing.c
partial-order-variadic.cpp [Clang] follow-up D128745, use ClangABICompat15 instead of ClangABICompat14 2022-08-23 10:45:35 -07:00
partial-reinitialization1.c
partial-reinitialization2.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
pascal-string.c
pascal-wchar-string.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
pass-by-value-noalias.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
pass-object-size.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
patchable-function-entry.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
pch-dllexport.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
personality.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02: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 [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
pgo-sample.c [test] Remove tests pinned to the legacy PM 2021-10-18 16:40:46 -07:00
piclevels.c [IR] Use Min behavior for module flag "PIC Level" 2022-08-18 16:28:55 -07:00
pointer-arithmetic.c Strengthen -Wint-conversion to default to an error 2022-07-22 15:24:54 -04:00
pointer-cmp-type.c
pointer-signext.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
pointer-to-int.c Strengthen -Wint-conversion to default to an error 2022-07-22 15:24:54 -04:00
pr2394.c
pr3518.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
pr3997.c
pr4349.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
pr5406.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
pr9614.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
pr12251.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
pr13168.c
pr19841.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
pr23258.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
pr25786.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
pr26099.c
pr34021.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
pr41027.c
pr45476.cpp
pr52382.c [clang][asan] Add test for ensuring PR52382 is fixed 2021-11-05 14:10:34 -07:00
pr52782-stdcall-func-decl.cpp Revert "DebugInfo: Fully integrate ctor type homing into 'limited' debug info" 2022-06-24 17:07:47 +00:00
pragma-comment.c Tidy up `pragma comment lib` handling and testing 2022-06-02 07:52:26 -07:00
pragma-detect_mismatch.c
pragma-do-while.cpp
pragma-fenv_access.c Fix interaction of pragma FENV_ACCESS with other pragmas 2022-06-22 15:13:54 +07:00
pragma-fp-exc.cpp
pragma-ms-function.c [MSVC] Add support for pragma function 2022-05-13 06:39:47 -07:00
pragma-msvc-optimize.c [MSVC] Add initial support for MSVC pragma optimize 2022-06-24 08:03:42 -07:00
pragma-pack-1.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
pragma-pack-2.c
pragma-pack-3.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
pragma-visibility.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
pragma-weak.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02: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 Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
prefetch-addr-spaces.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
preserve-call-conv.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
private-extern-redef.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
private-extern.c [test] Change cc1 -fvisibility to -fvisibility= 2022-09-02 12:36:44 -07:00
profile-filter-new.c [InstrProf][attempt 2] Add new format for -fprofile-list= 2022-08-04 17:12:56 -07:00
profile-filter.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
profile-function-groups.c [InstrProf][attempt 2] Add new format for -fprofile-list= 2022-08-04 17:12:56 -07:00
profile-sample-accurate.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
ps4-dllimport-dllexport.c [PS5] Allow dllimport/dllexport same as PS4 2022-05-26 07:01:30 -07:00
pseudo-probe-emit.c [test] Remove references to -fno-legacy-pass-manager in tests 2022-04-11 13:40:27 -07:00
push-hidden-visibility-subclass.cpp
rdpru-builtins.c [X86] Add RDPRU instruction 2022-07-06 07:17:47 -07:00
redef-ext-inline.c
redefine_extname.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
regcall.c [X86][fastcall][vectorcall] Move capability check before free register update 2022-09-20 09:18:23 +08:00
regcall2.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
regparm-flag.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
regparm-struct.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
regparm.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
relax.c
renderscript.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
restrict.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
riscv32-ilp32d-abi.cpp [RISCV] Unify depedency check and extension implication parsing logics 2021-12-09 21:16:04 -08:00
rounding-math.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
rounding-math.cpp
safestack-attr.cpp
sancov-new-pm.c [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
sanitize-address-field-padding.cpp [test] Remove -fno-experimental-new-pass-manager -O1 from sanitize-address-field-padding.cpp 2022-02-08 13:22:43 -08:00
sanitize-atomic-int-overflow.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
sanitize-blocks.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
sanitize-coverage.c [SanitizerBounds] Add support for NoSanitizeBounds function 2022-03-01 18:47:02 +01:00
sanitize-ignorelist-mainfile.c [sanitizer] Add "mainfile" prefix to sanitizer special case list 2022-07-15 10:39:26 -07:00
sanitize-init-order.cpp Delete 'llvm.asan.globals' for global metadata. 2022-06-27 14:40:40 -07:00
sanitize-memory-disable.c [msan] Hotfix clang/test/CodeGen/sanitize-memory-disable.c 2021-08-20 16:00:25 +02:00
sanitize-metadata.c [Clang] Introduce -fexperimental-sanitize-metadata= 2022-09-07 21:25:40 +02:00
sanitize-recover.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
sanitize-thread-attr.cpp [NFC][clang] Inclusive terms: replace uses of blacklist in clang/test/ 2021-11-17 09:43:02 -05: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 [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
sanitize-trap.c
sanitizer-module-constructor.c [test][clang] Move -O3 in command line 2022-05-23 15:57:14 -07:00
sanitizer-special-case-list-globals.c Update hwasan test to fix failure on older Android API versions. 2022-08-12 16:30:08 -07:00
sanitizer-special-case-list.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
semantic-interposition.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
set-visibility-for-decls.c [test] Change cc1 -fvisibility to -fvisibility= 2022-09-02 12:36:44 -07:00
setjmp.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05: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 [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
sizeof-vla.c
sparc-arguments.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
sparc-vaarg.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
sparcv8-abi.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
sparcv8-inline-asm.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
sparcv9-abi.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
sparcv9-dwarf.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
sparcv9-inline-asm.c
spir-half-type.cpp [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
split-debug-filename.c
split-debug-inlining.c
split-debug-output.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
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 Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
split-stacks.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
sret.c Add -Wno-strict-prototypes to C tests; NFC 2022-02-24 15:30:30 -05:00
sret2.c Use functions with prototypes when appropriate; NFC 2022-02-24 15:30:13 -05:00
stack-arg-probe.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
stack-clash-protection.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
stack-protector-guard.c [NFC] Specify targets for clang stack-protector-guard.c 2021-12-30 10:13:41 +08:00
stack-protector.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
stack-size-section.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
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 Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
statements.c Strengthen -Wint-conversion to default to an error 2022-07-22 15:24:54 -04:00
static-forward-decl-fun.c
static-forward-decl.c
static-local-union.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
static-order.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
staticinit.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
stdcall-fastcall.c [X86][fastcall][vectorcall] Move capability check before free register update 2022-09-20 09:18:23 +08:00
stmtexpr-init.c [clang] Add tests for statement expression in initializers 2022-06-14 23:16:41 +02:00
strictfp_builtins.c [Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFC 2022-09-29 11:00:32 +01:00
string-literal-short-wstring.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
string-literal-unicode-conversion.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
string-literal.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
strlen-inline-builtin-redecl.c Fix inline builtin handling in case of redefinition 2021-11-02 09:53:49 +01:00
struct-comma.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
struct-copy.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
struct-init.c Strengthen -Wint-conversion to default to an error 2022-07-22 15:24:54 -04:00
struct-matching-constraint.c
struct-passing.c
struct-union-BE.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
struct-x86-darwin.c
struct.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
summary-index-unnamed-global.ll [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
swift-async-call-conv.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02: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 Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
switch.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
sysv_abi.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target-avx-abi-diag.c
target-builtin-error-2.c
target-builtin-error-3.c
target-builtin-error.c
target-builtin-noerror.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
target-data.c [SystemZ] Improve handling of vector alignments. 2022-09-08 17:33:05 +02:00
target-features-error-2.c
target-features-error.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
target-features-no-error.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
tbaa-array.cpp
tbaa-base.cpp
tbaa-cast.cpp
tbaa-class.cpp [tbaa] Handle base classes in struct tbaa 2022-07-06 14:37:59 +02:00
tbaa-for-vptr.cpp [Clang] Avoid legacy PM in some tests (NFC) 2022-04-11 16:15:57 +02:00
tbaa-ms-abi.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
tbaa-pointers.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
tbaa-reference.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
tbaa-struct.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
tbaa-thread-sanitizer.cpp
tbaa-vec.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
tbaa.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
temporary-lifetime-exceptions.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
temporary-lifetime.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
tentative-decls.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
thin_link_bitcode.c [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
thinlto-backend-option.ll XFAIL thinlto testcases on AIX 2021-04-26 17:02:06 +00:00
thinlto-clang-diagnostic-handler-in-be.c [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
thinlto-debug-pm.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05: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 [test] Remove unnecessary -verify-machineinstrs=0 2022-07-20 10:55:54 -07:00
thinlto-distributed-cfi.ll [LTO] Ignore unreachable virtual functions in WPD in hybrid LTO. 2021-12-14 20:18:04 +00:00
thinlto-distributed-newpm.ll [Pipelines] Introduce DAE after ArgumentPromotion 2022-09-22 15:33:46 -07:00
thinlto-distributed.ll
thinlto-emit-llvm.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
thinlto-funcattr-prop.ll [LTO] Ignore unreachable virtual functions in WPD in hybrid LTO. 2021-12-14 20:18:04 +00:00
thinlto-inline-asm.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
thinlto-inline-asm2.c LTO: Decide upfront whether to use opaque/non-opaque pointer types 2022-06-01 18:05:53 -07:00
thinlto-loop-vectorize-pm.c [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
thinlto-multi-module.ll
thinlto-slp-vectorize-pm.c [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
thinlto-split-dwarf.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
thinlto_backend.ll [IR] Enable opaque pointers by default 2022-06-02 09:40:56 +02:00
thinlto_backend_local_name_conflict.ll
thinlto_embed_bitcode.ll
thread-specifier.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
tls-model.cpp
transparent-union-redecl.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
transparent-union.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
trapv.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
tsan-instrprof-atomic.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
tune-cpu.c
typedef-func.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
typedef.c
typedef_alignment_mismatch_warning.cpp [test] Make tests pass regardless of gnu++14/gnu++17 default 2022-09-04 05:29:32 +00:00
types.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
ubsan-asan-noreturn.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
ubsan-builtin-checks.c
ubsan-conditional.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
ubsan-debuglog-return.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
ubsan-function.cpp [ubsan] Using metadata instead of prologue data for function sanitizer 2022-06-27 12:09:13 -07:00
ubsan-ignorelist-vfs.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
ubsan-ignorelist.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
ubsan-noreturn.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
ubsan-pass-object-size.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
ubsan-pointer-overflow.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
ubsan-pointer-overflow.m [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
ubsan-promoted-arith.cpp
ubsan-shift.c
ubsan-strip-path-components.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
ubsan-trap-debugloc.c
ubsan-type-ignorelist.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
ubsan-volatile.c
ucn-identifiers.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
uint128_t.c [AIX] Enable int128 in 64 bit mode 2021-10-15 16:23:04 +00:00
unaligned-decl.c
unaligned-expr.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
unaligned-field.c
unaligned-memcpy.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
unaligned-struct-copy.c
union-align.c
union-init.c
union-init2.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
union-tbaa1.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
union.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
unique-internal-linkage-names-dwarf.c Add -Wno-strict-prototypes to C tests; NFC 2022-02-24 15:30:30 -05:00
unique-internal-linkage-names-dwarf.cpp [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
unique-internal-linkage-names.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
unreachable-ret.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
unreachable.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
unsigned-overflow-minimal.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
unsigned-overflow.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
unsigned-promotion.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
unsigned-shift-base.c
unsigned-trapv.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
unwind-attr.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
use-sample-profile-attr.c [test] Remove tests pinned to the legacy PM 2021-10-18 16:40:46 -07:00
user-func-gnu-inline-redecl.c Fix inline builtin handling in case of redefinition 2021-11-02 09:53:49 +01:00
utf16-cfstrings.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
uwtable-attr.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
varargs.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
variable-array.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
variadic-gpfp-x86.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
variadic-null-win64.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
ve-abi.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02: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 [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
vector-alignment.c [Clang] Allow "ext_vector_type" applied to Booleans 2022-03-16 11:10:32 +01:00
vector-scalar.c
vector.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
vector.cpp
vectorcall.c [X86][fastcall][vectorcall] Move capability check before free register update 2022-09-20 09:18:23 +08:00
verify-debuginfo.ll
vfprintf.c
visibility.c [test] Change cc1 -fvisibility to -fvisibility= 2022-09-02 12:36:44 -07:00
vla-2.c
vla-3.c
vla-4.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
vla.c Strengthen -Wint-conversion to default to an error 2022-07-22 15:24:54 -04:00
vlt_to_pointer.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
volatile-1.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
volatile-2.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
volatile-complex.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
volatile.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
wchar-const.c
wchar-size.c
weak-incomplete.c
weak_constant.c [clang] Allow const variables with weak attribute to be overridden 2022-06-03 23:44:15 +02:00
whilestmt.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
win64-i128.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
windows-itanium.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
windows-on-arm-dllimport-dllexport.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
windows-on-arm-stack-probe-size.c
windows-on-arm-tls-support.c
windows-seh-EHa-CppCatchDotDotDot.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
windows-seh-EHa-CppCondiTemps.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
windows-seh-EHa-CppDtors01.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
windows-seh-EHa-TryInFinally.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
windows-seh-abnormal-exits.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
windows-seh-filter-inFinally.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
windows-struct-abi.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
windows-swiftcall.c [clang][CodeGen] Switch a few placeholders from UndefValue to PoisonValue 2022-06-12 19:07:59 +01:00
wmemchr.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
wmemcmp.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
wrapv-lshr-sanitize.c
writable-strings.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
x86-hreset-intrin.c
x86_32-align-linux.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
xcore-abi.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
xcore-abi.cpp
xcore-stringtype.c Revert "Drop qualifiers from return types in C (DR423)" 2022-06-02 08:28:43 -04:00
xcore-unused-inline.c
xray-always-emit-customevent.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
xray-always-emit-typedevent.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
xray-always-instrument.cpp
xray-attr-list.cpp
xray-attributes-noxray-supported.cpp
xray-attributes-skip-entry-exit.cpp
xray-attributes-supported.cpp
xray-customevent.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
xray-function-groups.cpp
xray-global-init.cpp
xray-ignore-loops.cpp
xray-imbue-arg1.cpp
xray-instruction-threshold.cpp
xray-instrumentation-bundles.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
xray-log-args.cpp [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
xray-never-instrument.cpp
xray-typedevent.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
zero-call-used-regs.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00