llvm-project/clang/test/CodeGen
Arthur Eubanks 9bd66b312c [PassManager][Coroutine] Run passes under -O0 conditionally and run GlobalDCE
CoroSplit lowers various coroutine intrinsics. It's a CGSCC pass and
CGSCC passes don't run on unreachable functions. Normally GlobalDCE will
come along and delete unreachable functions, but we don't run GlobalDCE
under -O0, so an unreachable function with coroutine intrinsics may
never have CoroSplit run on it.

This patch adds GlobalDCE when coroutines intrinsics are present. It
also now runs all coroutine passes conditional when coroutine intrinsics
are present. This should also solve the -O0 regression reported in
D105877 due to LazyCallGraph construction.

Fixes https://github.com/llvm/llvm-project/issues/54117

Reviewed By: ChuanqiXu

Differential Revision: https://reviews.llvm.org/D122275
2022-03-23 11:03:26 -07:00
..
Inputs Use functions with prototypes when appropriate; NFC 2022-02-24 15:30:13 -05:00
PowerPC [PowerPC][NFC] Add atomic alignments and ops tests for powerpc 2022-03-18 13:22:28 +08:00
RISCV [RISCV] Add policy operand for masked compare and vmsbf/vmsif/vmsof IR 2022-03-22 07:47:21 -07:00
SystemZ [Clang] Rename `disable-noundef-analysis` flag to `-[no-]enable-noundef-analysis` 2022-02-18 17:02:41 +09:00
VE [Clang][VE] Add vector mask intrinsics to clang 2022-03-17 18:52:28 +09:00
WebAssembly A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
X86 [X86] Add helper enum for ternary intrinsics 2022-03-08 11:19:05 +08:00
aarch64-sve-intrinsics [AArch64][SVE] InstCombine llvm.aarch64.sve.sel to select 2022-03-17 16:20:48 +00:00
aarch64-sve2-intrinsics [AArch64][SVE] InstCombine llvm.aarch64.sve.sel to select 2022-03-17 16:20:48 +00:00
aarch64_neon_sve_bridge_intrinsics [AArch64][SVE][NEON] Add NEON-SVE-Bridge intrinsics 2021-12-13 11:31:57 +00:00
arc Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
arm-mve-intrinsics [ARM] Use v2i1 for MVE and CDE intrinsics 2021-12-03 15:27:58 +00:00
avr [clang][NFC] Move all avr CodeGen tests to avr specific directory 2022-02-25 00:23:46 +00:00
24-bit.c
64bit-swiftcall.c [Clang] Rename `disable-noundef-analysis` flag to `-[no-]enable-noundef-analysis` 2022-02-18 17:02:41 +09: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
2002-07-14-MiscTests3.c
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 A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05: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 A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05: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
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 A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2004-02-13-IllegalVararg.c mac/arm: XFAIL the last 3 failing tests 2020-12-12 15:09:17 -05:00
2004-02-13-Memset.c
2004-02-14-ZeroInitializer.c
2004-02-20-Builtins.c
2004-03-07-ComplexDivEquals.c
2004-03-07-ExternalConstant.c 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 A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2005-01-02-ConstantInits.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2005-01-02-PointerDifference.c
2005-01-02-VAArgError-ICE.c
2005-02-20-AggregateSAVEEXPR.c
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 A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05: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
2006-01-16-BitCountIntrinsicsUnsigned.c
2006-01-23-FileScopeAsm.c
2006-03-03-MissingInitializer.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2006-03-16-VectorCtor.c
2006-03-17-KnRMismatch.c
2006-05-19-SingleEltReturn.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05: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
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
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
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
2007-09-27-ComplexIntCompare.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05: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 A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2007-11-07-ZeroAggregateAlign.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05: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 NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg. 2021-02-11 17:35:09 -05:00
2008-03-24-BitField-And-Alloca.c
2008-03-26-PackedBitFields.c
2008-04-08-NoExceptions.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
2008-05-06-CFECrash.c
2008-05-12-TempUsedBeforeDef.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05: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 [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
2008-07-22-packed-bitfield-access.c 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 A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05: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 A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
2008-08-04-void-pointer-arithmetic.c
2008-08-07-AlignPadding1.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
2008-08-07-AlignPadding2.c
2008-08-07-GEPIntToPtr.c
2008-08-19-cast-of-typedef.c
2008-09-03-WeakAlias.c
2008-09-22-bad-switch-type.c
2008-10-13-FrontendCrash.c
2008-10-30-ZeroPlacement.c
2008-11-02-WeakAlias.c
2008-11-08-InstCombineSelect.c
2008-12-23-AsmIntPointerTie.c
2009-01-05-BlockInlining.c
2009-01-21-InvalidIterator.c
2009-02-13-zerosize-union-field.c [Clang] Rename `disable-noundef-analysis` flag to `-[no-]enable-noundef-analysis` 2022-02-18 17:02:41 +09: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
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 NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg. 2021-02-11 17:35:09 -05:00
2010-01-14-FnType-DebugInfo.c
2010-01-18-Inlined-Debug.c
2010-02-10-PointerName.c 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
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
2010-07-14-ref-off-end.c Use functions with prototypes when appropriate; NFC 2022-02-24 15:30:13 -05: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
Atomics.c NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg. 2021-02-11 17:35:09 -05:00
BasicInstrs.c
Nontemporal.cpp
OpaqueStruct.c 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 [SystemZ][z/OS] fix lit test related to alignment 2021-03-23 13:15:19 -04:00
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 [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
aapcs-bitfield.c [CodeGen] update test file to not run the entire LLVM optimizer; NFC 2021-09-23 08:57:04 -04:00
aapcs64-align.cpp [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 Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
aarch64-args.cpp Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
aarch64-arguments-hfa-v3.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
aarch64-bf16-dotprod-intrinsics.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
aarch64-bf16-getset-intrinsics.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
aarch64-bf16-lane-intrinsics.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
aarch64-bf16-ldst-intrinsics.c [SROA] Switch replacement of dead/UB/unreachable ops from undef to poison 2022-01-10 14:04:26 +00:00
aarch64-bf16-reinterpret-intrinsics.c
aarch64-branch-protection-attr.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
aarch64-byval-temp.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05: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 Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
aarch64-ls64-inline-asm.c [Clang][AArch64] Inline assembly support for the ACLE type 'data512_t' 2021-07-31 09:51:28 +01:00
aarch64-ls64.c [InlineFunction] Use llvm.experimental.noalias.scope.decl for noalias arguments. 2021-01-23 12:10:57 +01:00
aarch64-matmul.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
aarch64-mops.c [AArch64] ACLE feature macro for Armv8.8-A MOPS 2022-02-10 09:08:35 +00:00
aarch64-neon-2velem.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00: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 [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-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 [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-fma.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-fp16fml.c
aarch64-neon-intrinsics-constrained.c [AArch64] Generate fcmps when appropriate for neon intrinsics 2022-02-04 12:55:38 +00:00
aarch64-neon-intrinsics.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
aarch64-neon-ldst-one.c [Clang][NeonEmitter] emit ret decl first for -Wdeclaration-after-statement 2022-03-23 09:40:43 -07:00
aarch64-neon-misc-constrained.c
aarch64-neon-misc.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
aarch64-neon-perm.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00: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 [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
aarch64-neon-tbl.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-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 [instcombine] Canonicalize constant index type to i64 for extractelement/insertelement 2021-12-13 16:56:22 -08:00
aarch64-neon-vcombine.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-vget-hilo.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-vget.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-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 [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-poly128.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-sign-return-address.c
aarch64-strictfp-builtins.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-sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.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-sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.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-sve-inline-asm-crash.c
aarch64-sve-inline-asm-datatypes.c
aarch64-sve-inline-asm-negative-test.c
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][AArc64][SVE] Implement vector-scalar operators 2022-03-23 14:20:48 +00:00
aarch64-sve-vector-bits-codegen.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
aarch64-sve-vector-bitwise-ops.c [clang][SVE] Add support for bitwise operators on SVE types 2022-03-18 14:06:47 +00:00
aarch64-sve.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
aarch64-tme.cpp [AArch64] Revert back to Intrinsic<> for TME instructions. 2021-01-18 18:03:58 +00:00
aarch64-type-sizes.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
aarch64-v8.1a-neon-intrinsics.c [ARM][AArch64] Introduce qrdmlah and qrdmlsh intrinsics 2022-01-27 19:19:46 +00:00
aarch64-v8.2a-fp16-intrinsics-constrained.c
aarch64-v8.2a-fp16-intrinsics.c [AArch64][SVE/NEON] Add support for FROUNDEVEN for both NEON and fixed length SVE 2021-03-17 11:41:22 +00:00
aarch64-v8.2a-neon-intrinsics-constrained.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
aarch64-v8.2a-neon-intrinsics.c [AArch64][SVE/NEON] Add support for FROUNDEVEN for both NEON and fixed length SVE 2021-03-17 11:41:22 +00:00
aarch64-v8.5a-neon-frint3264-intrinsic.c [AArch64] Add missing intrinsics for vrnd 2021-03-05 11:26:12 +00:00
aarch64-v8.5a-scalar-frint3264-intrinsic.c [AArch64] Add missing intrinsics for scalar FP rounding 2021-03-10 13:22:29 +00:00
aarch64-v8.6a-neon-intrinsics.c
aarch64-varargs-ms.c
aarch64-varargs-sve.c [SVE] Add fatal error for unnamed SVE variadic arguments 2020-10-30 13:35:47 +00:00
aarch64-varargs.c AST: Move __va_list tag back to std conditionally on AArch64. 2022-02-17 11:31:40 -08:00
aarch64-vpcs.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
address-safety-attr-flavors.cpp [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
address-space-compound-literal.c
address-space-field1.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
address-space-ptr32.c Fix address space for function pointers with qualifier 2022-02-07 12:53:24 -08:00
address-space.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05: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 Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
alias.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
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 [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
align-wasm.c
align-x68_64.c
align_value.cpp [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
aligned-sret.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
aligned_alloc-libcall.c [Clang, builtins] Added aligned_alloc, memalign support 2021-04-21 00:11:54 +02:00
alignment.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
alignof.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
alloc-align-attr.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
alloc-fns-alignment.c Revert "[Clang] Propagate guaranteed alignment for malloc and others" 2022-02-08 14:34:44 -05:00
alloc-size-fnptr.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
alloc-size.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
alloca.c
allocs-fns-allocsize.c [clang] added allocsize attribute to allocation functions 2022-02-05 14:26:35 +01: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
annotations-field.c [Annotation] Allows annotation to carry some additional constant arguments. 2020-10-26 10:50:05 +01:00
annotations-global.c Revert "AddGlobalAnnotations for function with or without function body." 2021-10-21 07:08:18 -04:00
annotations-loc.c [Annotation] Allows annotation to carry some additional constant arguments. 2020-10-26 10:50:05 +01:00
annotations-var.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
arithmetic-fence-builtin.c [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 [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-zerolength-bitfield.c
arm-abi-vector.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-apcs-zerolength-bitfield.c
arm-arguments.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-asm-deprecated.c
arm-asm-diag.c
arm-asm-variable.c
arm-asm-warn.c
arm-asm.c
arm-atomics-m.c NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg. 2021-02-11 17:35:09 -05:00
arm-atomics-m0.c
arm-atomics.c NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg. 2021-02-11 17:35:09 -05:00
arm-be-result-return.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
arm-bf16-convert-intrinsics.c [CodeGen] limit tests to current pass manager to avoid variability; NFC 2021-06-10 08:50:06 -04:00
arm-bf16-dotprod-intrinsics.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
arm-bf16-getset-intrinsics.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
arm-bf16-params-returns.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-bf16-reinterpret-intrinsics.c
arm-bf16-softfloat.c
arm-bitfield-alignment.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05: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 [clang][ARM] Emit warnings when PACBTI-M is used with unsupported architectures 2022-01-28 09:59:58 +00:00
arm-build-attributes.c
arm-byval-align.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-cc.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
arm-cde-gpr.c [ARM/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
arm-cmse-attr.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05: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
arm-cmse-secure.c
arm-cmse.c
arm-cortex-cpus.c
arm-crc32.c
arm-eabi.c
arm-execute-only.c
arm-float-helpers.c [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 Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
arm-ha-alignstack.c [clang][AArch32] Correctly align HA arguments when passed on the stack 2021-05-10 16:28:46 +01:00
arm-homogenous.c [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-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 [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-metadata.c
arm-mfpu-none.c
arm-microsoft-intrinsics.c
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 [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-misc.c
arm-neon-numeric-maxmin.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-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 [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-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 [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
arm-neon-vst.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
arm-no-movt.c
arm-pcs.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
arm-poly-add.c [ARM] Neon Polynomial vadd Intrinsic fix 2021-04-28 11:59:40 -07:00
arm-poly64.c [ARM/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] Rename `disable-noundef-analysis` flag to `-[no-]enable-noundef-analysis` 2022-02-18 17:02:41 +09: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][AArch64] Require appropriate features for crypto algorithms 2021-04-28 16:26:18 +01:00
arm-thumb-mode-target-feature.c
arm-v8.1a-neon-intrinsics.c [ARM][AArch64] Introduce qrdmlah and qrdmlsh intrinsics 2022-01-27 19:19:46 +00:00
arm-v8.2a-neon-intrinsics.c
arm-v8.6a-neon-intrinsics.c
arm-vaarg-align.c
arm-varargs.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
arm-vector-align.c
arm-vector-arguments.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-vfp-asm-constraint.c
arm-vfp16-arguments.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-vfp16-arguments2.cpp [funcattrs] Infer writeonly argument attribute 2021-12-02 13:04:09 -08:00
arm64-aapcs-arguments.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-abi-vector.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-arguments.c [clang][CodeGen] Use memory type representation in `va_arg` 2022-02-04 12:10:57 +01:00
arm64-be-bitfield.c
arm64-be-hfa-vararg.c AST: Move __va_list tag back to std conditionally on AArch64. 2022-02-17 11:31:40 -08:00
arm64-crc32.c
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 [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-microsoft-intrinsics.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
arm64-microsoft-status-reg.cpp
arm64-microsoft-struct-align.cpp
arm64-mte.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
arm64-vrnd-constrained.c [Clang][AArch64] Remove unused prefix in constrained rounding test 2020-11-06 14:13:46 +00:00
arm64-vrnd.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
arm64_32-vaarg.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
arm64_32.c [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_crypto.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00: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/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
arm_acle.c [OpaquePtr][ARM] Use elementtype on ldrex/ldaex/stlex/strex 2022-03-16 14:11:53 -07:00
arm_function_epilog.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
arm_neon_intrinsics.c [Clang][NeonEmitter] emit ret decl first for -Wdeclaration-after-statement 2022-03-23 09:40:43 -07:00
armv7k-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
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
asan-destructor-kind.cpp [ASan] Rename `-fsanitize-address-destructor-kind=` to drop the `-kind` suffix. 2021-04-29 11:55:42 -07:00
asan-frame-pointer.cpp [IR][sanitizer] Add module flag "frame-pointer" and set it for cc1 -mframe-pointer={non-leaf,all} 2021-04-22 18:07:30 -07:00
asan-globals-alias.cpp [sanitizer] Reduce redzone size for small size global objects 2021-05-19 19:18:50 -07:00
asan-globals-gc.cpp [asan] Allow -fsanitize-address-globals-dead-stripping with -fno-data-sections for ELF 2022-02-23 16:08:25 -08:00
asan-globals-odr.cpp [sanitizer] Reduce redzone size for small size global objects 2021-05-19 19:18:50 -07:00
asan-globals.cpp [asan] Add support for disable_sanitizer_instrumentation attribute 2022-02-18 09:51:54 +01:00
asan-new-pm.ll [IR][sanitizer] Set nounwind on module ctor/dtor, additionally set uwtable if -fasynchronous-unwind-tables 2021-04-21 15:58:20 -07:00
asan-no-globals-no-comdat.cpp [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 [sanitizer] Reduce redzone size for small size global objects 2021-05-19 19:18:50 -07: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 Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
asm-cet.S
asm-errors.c
asm-goto.c [clang] number labels in asm goto strings after tied inputs 2022-01-11 12:09:24 -08:00
asm-inout.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
asm-label.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
asm-parser-info.S
asm-reg-var-local.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
asm-unicode.S
asm-variable.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
asm.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05: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 Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
assume-aligned-and-alloc-align-attributes.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
assume_attr.c [Clang][Attr] Introduce the `assume` function attribute 2020-12-15 16:51:34 -06:00
atomic-arm64.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
atomic-ops-libcall.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
atomic-ops.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
atomic.c NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg. 2021-02-11 17:35:09 -05:00
atomic_ops.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
atomics-inlining.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
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 [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
attr-arm-sve-vector-bits-call.c [AArch64][SVE] InstCombine llvm.aarch64.sve.sel to select 2022-03-17 16:20:48 +00:00
attr-arm-sve-vector-bits-cast.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
attr-arm-sve-vector-bits-codegen.c [Clang] Remove bogus "REQUIRES arm-registered-target" from SVE ACLE tests. 2021-12-01 18:45:38 +00:00
attr-arm-sve-vector-bits-globals.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
attr-arm-sve-vector-bits-types.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
attr-availability.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05: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 Reland "[Attr] support btf_type_tag attribute" 2021-11-05 11:25:17 -07: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 Reland "[Attr] support btf_type_tag attribute" 2021-11-05 11:25:17 -07: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 [CPU-Dispatch] Make sure Dispatch names get updated if previously mangled 2022-01-14 10:45:55 -08:00
attr-cpuspecific.c Have cpu-specific variants set 'tune-cpu' as an optimization hint 2022-03-14 06:14:30 -07: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 Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05: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-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-minsize.cpp
attr-mode-enums.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05: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
attr-msp430.c Change some addUsedGlobal to addUsedOrCompilerUsedGlobal 2021-02-26 10:42:07 -08:00
attr-mustprogress.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
attr-naked.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
attr-no-tail.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-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 [Clang] noinline call site attribute 2022-02-28 21:21:17 +01:00
attr-nomerge.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
attr-noreturn.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
attr-noundef.cpp [IRGen] Do not overwrite existing attributes in CGCall. 2022-01-20 13:45:19 +00:00
attr-optnone.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
attr-retain.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05: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 Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05: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 Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
attr-target-mv-va-args.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
attr-target-mv.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05: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 Reduce the number of attributes attached to each function 2021-02-16 16:19:54 +01:00
attr-tentative-definition.c [AST] Pick last tentative definition as the acting definition 2021-08-26 16:49:54 -05:00
attr-used.c 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 Revert "[CodeGenModule] Set dso_local for Mach-O GlobalValue" 2021-03-17 17:27:41 -07:00
attr-weakref.c [test] Improve weakref & weak_import tests 2021-01-09 23:56:55 -08:00
attr-weakref2.c -fno-semantic-interposition: Don't set dso_local on GlobalVariable 2021-05-19 16:08:28 -07:00
attr-x86-interrupt.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
attribute-section-data-common.c
attribute_constructor.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
attributes.c Add -Wno-strict-prototypes to C tests; NFC 2022-02-24 15:30:30 -05:00
available-externally-hidden.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
available-externally-suppress.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
avoidTBAAonASMstore.cpp [clang] Require x86 target for tbaa test 2021-12-15 16:40:26 +00: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 Basic block sections should enable not function sections implicitly. 2021-02-17 12:37:50 -08:00
big-atomic-ops.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05: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
bittest-intrin.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
block-3.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
block-byref-aggr.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05: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 Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
blocks-windows.c
blocks.c Add -Wno-strict-prototypes to C tests; NFC 2022-02-24 15:30:30 -05:00
blocksignature.c
blockstret.c
blockwithlocalstatic.c
bool-bitfield.c
bool-convert.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
bool-init.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
boolassign.c
bounds-checking.c [SanitizerBounds] Add support for NoSanitizeBounds function 2022-03-01 18:47:02 +01:00
bpf-O0.c [NewPM] Provide method to run all pipeline callbacks, used for -O0 2020-11-11 15:10:27 -08:00
bpf-attr-preserve-access-index-1.c [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics 2021-07-17 11:09:18 +02:00
bpf-attr-preserve-access-index-2.c [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics 2021-07-17 11:09:18 +02:00
bpf-attr-preserve-access-index-3.c [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics 2021-07-17 11:09:18 +02:00
bpf-attr-preserve-access-index-4.c [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics 2021-07-17 11:09:18 +02:00
bpf-attr-preserve-access-index-5.c [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics 2021-07-17 11:09:18 +02:00
bpf-attr-preserve-access-index-6.c [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics 2021-07-17 11:09:18 +02:00
bpf-attr-preserve-access-index-7.c [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics 2021-07-17 11:09:18 +02:00
bpf-attr-preserve-access-index-8.c [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics 2021-07-17 11:09:18 +02:00
bpf-inline-asm.c [BPF] add support for 32 bit registers in inline asm 2021-05-16 11:01:47 -07:00
bpf-preserve-access-index-2.c
bpf-preserve-access-index.c
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 [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
builtin-align-assumption.c Reland "[Libcalls, Attrs] Annotate libcalls with noundef" 2021-02-20 06:18:48 +01:00
builtin-align.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
builtin-assume-aligned.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
builtin-assume.c
builtin-attributes.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
builtin-bpf-btf-type-id.c BPF: make __builtin_btf_type_id() return 64bit int 2020-11-16 07:08:41 -08:00
builtin-complex.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
builtin-constant-p.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
builtin-count-zeros.c
builtin-cpu-is.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
builtin-cpu-supports.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05: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 [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
builtin-memfns.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
builtin-ms-noop.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
builtin-nan-exception.c
builtin-nan-legacy.c
builtin-nanf.c
builtin-preserve-access-index-array.c [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics 2021-07-17 11:09:18 +02:00
builtin-preserve-access-index-nonptr.c [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics 2021-07-17 11:09:18 +02:00
builtin-preserve-access-index-typedef.c [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics 2021-07-17 11:09:18 +02:00
builtin-preserve-access-index.c [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics 2021-07-17 11:09:18 +02:00
builtin-recursive.cpp
builtin-redeclaration.c
builtin-rename.c
builtin-rotate.c
builtin-sponentry.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
builtin-sqrt.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
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_clrsb.c
builtin_float.c
builtin_float_strictfp.c Stop traping on sNaN in __builtin_isinf 2021-03-15 15:38:08 +00:00
builtins-arm-exclusive.c [OpaquePtr][ARM] Use elementtype on ldrex/ldaex/stlex/strex 2022-03-16 14:11:53 -07:00
builtins-arm-microsoft.c
builtins-arm-msvc-compat-error.c
builtins-arm-msvc-compat-only.c
builtins-arm.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
builtins-arm64.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
builtins-bpf-preserve-field-info-1.c [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics 2021-07-17 11:09:18 +02:00
builtins-bpf-preserve-field-info-2.c [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics 2021-07-17 11:09:18 +02:00
builtins-bpf-preserve-field-info-3.c
builtins-bpf-preserve-field-info-4.c BPF: fix enum value 0 issue for __builtin_preserve_enum_value() 2021-03-01 10:23:24 -08:00
builtins-elementwise-math.c [Clang] Add elementwise saturated add/sub builtins 2022-02-08 11:22:01 +00: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 [Hexagon] Add clang builtin definitions for Hexagon V68 2021-02-04 09:54:52 -06:00
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 [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
builtins-mips-args.c
builtins-mips-msa-error.c
builtins-mips-msa.c
builtins-mips.c
builtins-ms.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
builtins-msp430.c
builtins-multiprecision.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
builtins-nvptx-mma.cu [NVPTX, CUDA] Add .and.popc variant of the b1 MMA instruction. 2021-07-15 12:02:09 -07:00
builtins-nvptx-mma.py [NVPTX, CUDA] Add .and.popc variant of the b1 MMA instruction. 2021-07-15 12:02:09 -07:00
builtins-nvptx-native-half-type.c [NVPTX] Add ex2.approx.f16/f16x2 support 2022-03-01 11:07:11 -08:00
builtins-nvptx-ptx50.cu NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg. 2021-02-11 17:35:09 -05:00
builtins-nvptx-ptx60.cu [NVPTX] Fix nvvm.match.sync*.i64 intrinsics return type (i64 -> i32) 2022-03-01 12:26:16 +02:00
builtins-nvptx-sm_70.cu [CUDA] fix builtin constraints for PTX 7.2 2021-02-19 09:57:21 -08:00
builtins-nvptx.c [NVPTX] Add more FMA intriniscs/builtins 2022-03-01 11:07:11 -08:00
builtins-overflow.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
builtins-reduction-math.c [Clang] Add __builtin_reduce_or and __builtin_reduce_and 2022-01-14 22:05:26 +08:00
builtins-riscv.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
builtins-sparc.c [clang][Sparc] Fix __builtin_extract_return_addr etc. 2022-02-02 19:20:02 +01:00
builtins-wasm.c [WebAssembly] Fix names of SIMD instructions containing '_zero' 2022-03-16 13:34:57 -07:00
builtins-x86.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
builtins.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
builtins.cpp [clang][AVR] Redefine some types to be compatible with avr-gcc 2021-05-12 22:05:26 +08:00
builtinshufflevector.c
builtinshufflevector2.c
byval-memcpy-elim.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
c-strings.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
c-unicode.c
c11atomics-ios.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
c11atomics.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
call.c Add -Wno-strict-prototypes to C tests; NFC 2022-02-24 15:30:30 -05:00
callback_annotated.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
callback_openmp.c
callback_pthread_create.c
calling-conv-ignored.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
capture-complex-expr-in-block.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
captured-statements-nested.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
captured-statements.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
cast-emit.c
cast.c
catch-alignment-assumption-attribute-align_value-on-lvalue.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
catch-alignment-assumption-attribute-align_value-on-paramvar.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
catch-alignment-assumption-attribute-alloc_align-on-function-variable.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
catch-alignment-assumption-attribute-alloc_align-on-function.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
catch-alignment-assumption-attribute-assume_aligned-on-function-two-params.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
catch-alignment-assumption-attribute-assume_aligned-on-function.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
catch-alignment-assumption-builtin_assume_aligned-three-params-variable.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
catch-alignment-assumption-builtin_assume_aligned-three-params.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
catch-alignment-assumption-builtin_assume_aligned-two-params.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
catch-alignment-assumption-ignorelist.c [NFC][clang] Inclusive terms: replace uses of blacklist in clang/test/ 2021-11-17 09:43:02 -05:00
catch-alignment-assumption-openmp.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
catch-implicit-conversions-basics-negatives.c
catch-implicit-conversions-basics.c
catch-implicit-conversions-incdec-basics.c
catch-implicit-integer-arithmetic-value-change-basics.c
catch-implicit-integer-arithmetic-value-change-incdec-basics.c
catch-implicit-integer-conversions-basics.c
catch-implicit-integer-conversions-incdec-basics.c
catch-implicit-integer-sign-changes-CompoundAssignOperator.c UBSAN: emit distinctive traps 2020-12-08 10:28:26 +00:00
catch-implicit-integer-sign-changes-basics.c
catch-implicit-integer-sign-changes-incdec-basics.c
catch-implicit-integer-sign-changes-incdec.c [NFC] Disallow unused prefixes under clang/test/CodeGen 2021-01-26 08:05:45 -08:00
catch-implicit-integer-sign-changes-true-negatives.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
catch-implicit-integer-sign-changes.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
catch-implicit-integer-truncations-CompoundAssignOperator.c UBSAN: emit distinctive traps 2020-12-08 10:28:26 +00:00
catch-implicit-integer-truncations-basics-negatives.c [NFC][clang] Inclusive terms: replace uses of blacklist in clang/test/ 2021-11-17 09:43:02 -05:00
catch-implicit-integer-truncations-basics.c
catch-implicit-integer-truncations-incdec-basics.c
catch-implicit-integer-truncations.c [NFC][clang] Inclusive terms: replace uses of blacklist in clang/test/ 2021-11-17 09:43:02 -05:00
catch-implicit-signed-integer-truncation-or-sign-change-CompoundAssignOperator.c UBSAN: emit distinctive traps 2020-12-08 10:28:26 +00:00
catch-implicit-signed-integer-truncation-or-sign-change.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
catch-implicit-signed-integer-truncations-basics-negatives.c [NFC][clang] Inclusive terms: replace uses of blacklist in clang/test/ 2021-11-17 09:43:02 -05:00
catch-implicit-signed-integer-truncations-basics.c
catch-implicit-signed-integer-truncations-incdec-basics.c
catch-implicit-signed-integer-truncations-incdec.c [NFC] Disallow unused prefixes under clang/test/CodeGen 2021-01-26 08:05:45 -08:00
catch-implicit-unsigned-integer-truncations-basics-negatives.c [NFC][clang] Inclusive terms: replace uses of blacklist in clang/test/ 2021-11-17 09:43:02 -05:00
catch-implicit-unsigned-integer-truncations-basics.c
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 Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
catch-nullptr-and-nonzero-offset-when-nullptr-is-defined.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
catch-nullptr-and-nonzero-offset.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
catch-pointer-overflow-volatile.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
catch-pointer-overflow.c [IRBuilder] Migrate and-folding to value-based FoldAnd. 2022-01-20 10:22:21 +00:00
catch-undef-behavior.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
cf-runtime-abi.c
cfguardtable.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
cfi-check-fail-attrs.c
cfi-check-fail.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
cfi-check-fail2.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05: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
cfi-icall-cross-dso2.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
cfi-icall-generalize.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
cfi-icall-va-list.c AST: Create __va_list in the std namespace even in C. 2021-06-23 18:59:10 -07:00
cfi-icall.c
cfi-unrelated-cast.cpp
cfstring-elf-cfbuild-x86_64.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
cfstring-elf-sections-x86_64.c
cfstring-windows.c
cfstring.c 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
char-literal.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
clang-sections-attribute.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
cleanup-destslot-simple.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
cleanup-stack.c
clear_cache.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
cmse-clear-arg.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
cmse-clear-return.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
code-coverage-filter.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
code-coverage-tsan.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
code-coverage.c Add pass to add !annotate metadata from @llvm.global.annotations. 2020-11-16 14:57:11 +00:00
codemodels.c
coff-aarch64-type-sizes.c 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 [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
complex-convert.c Revert "[NFC] `IRBuilderBase::CreateAdd()`: place constant onto RHS" 2021-10-27 22:21:37 +03:00
complex-indirect.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
complex-init-list.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
complex-libcalls-2.c
complex-libcalls.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
complex-math.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
complex-strictfp.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
complex.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
compound-assign-overflow.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
compound-literal.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05: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 Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
const-arithmetic.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
const-init.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
const-label-addr.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05: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 Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
constrained-math-builtins.c [FPEnv] clang should get from the AST the metadata for constrained FP builtins 2020-11-30 11:59:37 -05:00
construction-vtable-visibility.cpp
constructor-attribute.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05: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
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 [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
dbg-const-int128.c 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-args.c
debug-info-atomic.c
debug-info-attributed-stmt.c
debug-info-block-decl.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05: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 Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05: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 Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
debug-info-codeview-unnamed.c
debug-info-compilation-dir.c
debug-info-crash.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
debug-info-embed-source.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05: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 Use functions with prototypes when appropriate; NFC 2022-02-24 15:30:13 -05: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
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 Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05: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-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 Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
default-address-space.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05: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
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 Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
disable-tail-calls.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
dllexport-1.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
dllexport.c
dllimport.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
dostmt.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
dso-local-executable.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
dump-struct-builtin.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
dwarf-format.c [DebugInfo] Keep the DWARF64 flag in the module metadata 2021-02-17 17:03:34 +07:00
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] Do not duplicate "EnableSplitLTOUnit" module flag 2021-12-02 08:24:56 -08:00
enable_if.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
enum-bool.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
enum.c
enum2.c [DebugInfo] Use per-enumerator signedness for DIEnumerator 2021-07-26 16:14:28 -07:00
eval-method-fast-math.cpp Currently the control of the eval-method is mixed with fast-math. 2022-03-17 11:48:03 -07:00
exact-div-expr.c
exceptions-seh-finally.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
exceptions-seh-leave.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
exceptions-seh-nested-finally.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
exceptions-seh.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
exceptions-strictfp.c Add -Wno-strict-prototypes to C tests; NFC 2022-02-24 15:30:30 -05:00
exceptions.c Add -Wno-strict-prototypes to C tests; NFC 2022-02-24 15:30:30 -05:00
exprs-strictfp.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
exprs.c Add -Wno-strict-prototypes to C tests; NFC 2022-02-24 15:30:30 -05:00
ext-int-cc.c [Clang] Rename `disable-noundef-analysis` flag to `-[no-]enable-noundef-analysis` 2022-02-18 17:02:41 +09:00
ext-int-sanitizer.cpp Introduce _BitInt, deprecate _ExtInt 2021-12-06 12:52:01 -05:00
ext-int.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
ext-vector-indexing.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
ext-vector-member-alignment.c
ext-vector.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
extend-arg-64.c Add -Wno-strict-prototypes to C tests; NFC 2022-02-24 15:30:30 -05:00
extern-block-var.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
extern-inline.c Revert "[NFC] `IRBuilderBase::CreateAdd()`: place constant onto RHS" 2021-10-27 22:21:37 +03: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 Making the code compliant to the documentation about Floating Point 2021-11-11 07:40:35 -05:00
ffp-model.c Making the code compliant to the documentation about Floating Point 2021-11-11 07:40:35 -05:00
finite-math.c
fixed-point-tbaa.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
fixup-depth-overflow.c
flatten.c 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 [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
flip-dllimport.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
flt_eval_macro.cpp Add support for floating-point option `ffp-eval-method` and for 2022-02-23 15:00:18 -08: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 Let clang atomic builtins fetch add/sub support floating point types 2021-04-06 15:44:00 -04:00
fp-contract-fast-pragma.cpp
fp-contract-on-asm.c
fp-contract-on-pragma.cpp
fp-contract-pragma.cpp
fp-floatcontrol-class.cpp [clang][patch] Remove erroneous run line committed in D102343 2021-07-29 12:42:04 -04:00
fp-floatcontrol-pragma.cpp 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 [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
fp-strictfp.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
fp16-ops-strictfp.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
fp16-ops.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
fp16vec-ops.c
fp128_complex.c
fpconstrained-cmp-double.c [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 [clang][cli] Remove -f[no-]trapping-math from -cc1 command line 2021-01-12 10:00:23 +01: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 [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
funccall.c
function-alignment.c
function-attributes.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09: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 Add -Wno-strict-prototypes to C tests; NFC 2022-02-24 15:30:30 -05:00
funique-sections.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
global-blocks-lines.c
global-blocks-win32.c
global-decls.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
global-init.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
global-with-initialiser.c
globalinit.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
guard_nocf.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
hexagon-brev-ld-ptr-incdec.c
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
hexagon-linux-vararg.c
hidden-alias-to-internal-function.c
hidden-visibility.c [AIX][XCOFF] Fixed the test case which failed at aix OS because enable -mignore-xcoff-visibility by default. 2021-03-15 17:33:02 -04:00
hwasan-new-pm.c
hwasan-stack-safety-analysis.c [hwasan] Flag stack safety check as requiring aarch64 2021-08-18 11:14:01 -07: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 Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
imaginary.c
implicit-arg.c
incomplete-function-type-2.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05: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 [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
indirect-tls-seg-refs.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
init-memset.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
init-with-member-expr.c
init.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05: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
inline-asm-x86-flag-output.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
inline-optim.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
inline.c Add -Wno-strict-prototypes to C tests; NFC 2022-02-24 15:30:30 -05:00
inline2.c Add -Wno-strict-prototypes to C tests; NFC 2022-02-24 15:30:30 -05:00
instrument-functions.c
instrument-objc-method.m Add no_instrument_function attribute to Objective C methods as well 2021-10-08 17:54:44 -07:00
int-to-pointer.c
integer-overflow.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
intel_ocl_bicc.c
invalid_global_asm.c
keep-static-consts.cpp Change some addUsedGlobal to addUsedOrCompilerUsedGlobal 2021-02-26 10:42:07 -08:00
kr-func-promote.c
kr-style-block.c
label-array-aggregate-init.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
lanai-arguments.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
lanai-regparm.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
libcall-declarations.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
libcalls-complex.c
libcalls-d.c
libcalls-fno-builtin.c
libcalls-ld.c
libcalls.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
lifetime-debuginfo-1.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
lifetime-debuginfo-2.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
lifetime-sanitizer.c [HWASAN] erase lifetime intrinsics if tag is outside. 2022-03-01 14:47:33 -08:00
lifetime.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
lifetime2.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
lineno-dbginfo.c
linetable-endscope.c
link-bitcode-file.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
linkage-redecl.c 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 NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg. 2021-02-11 17:35:09 -05:00
long-call-attr.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
long_double_fp128.cpp [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
loop-info-asan.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
loop-unroll.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
loop-vectorize.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
lto-newpm-pipeline.c [PassManager][Coroutine] Run passes under -O0 conditionally and run GlobalDCE 2022-03-23 11:03:26 -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 [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
mandel.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
mangle-blocks.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
mangle-ms-string-literals.c
mangle-ms.c
mangle-windows-rtd.c
mangle-windows.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
mangle.c
math-builtins-long.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
math-builtins.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
math-libcalls.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
matrix-cast.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
matrix-lowering-opt-levels.c
matrix-type-builtins.c [Clang] Rename `disable-noundef-analysis` flag to `-[no-]enable-noundef-analysis` 2022-02-18 17:02:41 +09:00
matrix-type-operators-fast-math.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
matrix-type-operators.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
matrix-type.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
may-alias.c
mcount.c [RISCV] Fix mcount name 2021-03-24 18:11:37 -07:00
mcu-struct-return.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
mdouble.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
memalign-libcall.c [Clang, builtins] Added aligned_alloc, memalign support 2021-04-21 00:11:54 +02:00
memccpy-libcall.c
memcmp-inline-builtin-to-asm.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
memcpy-inline-builtin-no-extern.c Update inline builtin handling to honor gnu inline attribute 2021-10-04 22:26:25 +02:00
memcpy-inline-builtin.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
memcpy-no-nobuiltin-if-not-emitted.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
memcpy-nobuiltin.c Update inline builtin handling to honor gnu inline attribute 2021-10-04 22:26:25 +02:00
memcpy-nobuiltin.inc Update inline builtin handling to honor gnu inline attribute 2021-10-04 22:26:25 +02:00
memory-profile-filename.c [MemProf] Fix test failure on windows 2020-11-01 19:06:50 -08:00
mempcpy-libcall.c
memtag-attr.cpp Reapply [IR] Don't mark mustprogress as type attribute 2021-07-09 20:57:44 +02:00
merge-attrs.c Use functions with prototypes when appropriate; NFC 2022-02-24 15:30:13 -05:00
merge-statics.c
micromips-attr.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
microsoft-call-conv-x64.c Add -Wno-strict-prototypes to C tests; NFC 2022-02-24 15:30:30 -05:00
microsoft-call-conv.c Add -Wno-strict-prototypes to C tests; NFC 2022-02-24 15:30:30 -05:00
microsoft-no-common-align.c
mingw-long-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
mips-byval-arg.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
mips-clobber-reg.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
mips-constraint-regs.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
mips-constraints-mem.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
mips-count-builtins.c
mips-debug-info-bitfield.c
mips-inline-asm-abi.c
mips-inline-asm-modifiers.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
mips-inline-asm.c [CodeGen] Emit elementtype attributes for indirect inline asm constraints 2022-01-06 09:29:22 +01:00
mips-interrupt-attr.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
mips-madd4.c
mips-transparent-union.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
mips-type-sizes-int128.c 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 Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05: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 [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
mips-vector-arg.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
mips-vector-return.c [clang][test] Make mips-vector-return.c work with CLANG_DEFAULT_PIE_ON_LINUX=on 2022-02-24 15:25:35 -08:00
mips-zero-sized-struct.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
mips16-attr.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
mips64-class-return.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
mips64-f128-literal.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
mips64-nontrivial-return.cpp [funcattrs] Infer writeonly argument attribute 2021-12-02 13:04:09 -08:00
mips64-padding-arg.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
misaligned-param.c
mms-bitfields.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
mnop-mcount.c
mozilla-ms-inline-asm.c [CodeGen] Emit elementtype attributes for indirect inline asm constraints 2022-01-06 09:29:22 +01:00
mrecord-mcount.c
mrtd.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
ms-align-tentative.c
ms-annotation.c
ms-anonymous-struct.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05: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 Add -Wno-strict-prototypes to C tests; NFC 2022-02-24 15:30:30 -05: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 Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
ms-inline-asm-variables.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
ms-inline-asm.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
ms-inline-asm.cpp [CodeGen] Emit elementtype attributes for indirect inline asm constraints 2022-01-06 09:29:22 +01:00
ms-intrinsics-cpuid.c Implement __cpuid and __cpuidex as Clang builtins 2022-03-18 18:13:52 +01:00
ms-intrinsics-other.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
ms-intrinsics-rotations.c
ms-intrinsics.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
ms-mixed-ptr-sizes.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
ms-mm-align.c
ms-setjmp.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
ms-volatile.c NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg. 2021-02-11 17:35:09 -05:00
ms_abi.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
ms_abi_aarch64.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
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 [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
ms_struct-long-double.c
ms_struct-pack.c
ms_struct.c
ms_this.cpp
msan-param-retval.c [Clang] Rename `disable-noundef-analysis` flag to `-[no-]enable-noundef-analysis` 2022-02-18 17:02:41 +09:00
msp430-abi-complex.c
msp430-align.c
msp430-builtins.c Update @llvm.powi to handle different int sizes for the exponent 2021-06-17 09:38:28 +02:00
msp430-fp-elim.c
msp430-register-names.c
msp430-reloc.c
mult-alt-generic.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
mult-alt-x86.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
named_reg_global.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
neon-aapcs-align.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
neon-crypto.c [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00: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] Fix new-pass-manager-opt-bisect.c 2020-12-20 17:13:42 -08:00
no-bitfield-type-align.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-builtin.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
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 [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08: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 [NPM] Remove -enable-npm-optnone flag 2020-11-18 15:49:16 -08:00
no_profile.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
nobuiltin.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
nodebug-attr.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
noduplicate-cxx11-test.cpp [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 [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
nonnull.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
noplt.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
noundef-analysis.cpp [NFC][Clang/test] add target triple to CodeGen/analyze_noundef.cpp 2022-02-18 17:54:22 +09:00
nousejumptable.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
nrvo-tracking.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
nullptr-arithmetic.c
nvptx-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
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.c [Clang] Rename `disable-noundef-analysis` flag to `-[no-]enable-noundef-analysis` 2022-02-18 17:02:41 +09:00
object-size.cpp [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
offsetof.c
opaque-pointer.c
openmp_default_simd_align.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
opt-record-1.c
opt-record-MIR.c Re-land [GreedyRA ORE] Add Cost of spill locations into remark 2021-04-20 16:21:07 +07:00
opt-record.c 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 Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
override-layout.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
packed-arrays.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
packed-nest-unpacked.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
packed-stack.c
packed-structure.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
packed-union.c
padding-init.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
palignr.c
parameter-passing.c
partial-reinitialization1.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
partial-reinitialization2.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
pascal-string.c
pascal-wchar-string.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
pass-by-value-noalias.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
pass-object-size.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
patchable-function-entry.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
pch-dllexport.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
personality.c [clang][cli] Squash multiple cc1 -fxxx-exceptions flags into single -exception-model=xxx option 2020-12-15 10:15:58 +01:00
pgo-instrumentation.c [test] Remove tests pinned to the legacy PM 2021-10-18 16:40:46 -07:00
pgo-sample-preparation.c
pgo-sample-thinlto-summary.c Fix CodeGen/pgo-sample-thinlto-summary.c with old PM 2021-09-17 15:21:22 +01:00
pgo-sample.c [test] Remove tests pinned to the legacy PM 2021-10-18 16:40:46 -07:00
piclevels.c
pointer-arithmetic.c
pointer-cmp-type.c
pointer-signext.c
pointer-to-int.c
pr2394.c
pr3518.c
pr3997.c
pr4349.c
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 [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
pr12251.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
pr13168.c
pr19841.cpp
pr23258.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
pr25786.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
pr26099.c
pr34021.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
pr41027.c
pr45476.cpp NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg. 2021-02-11 17:35:09 -05:00
pr52382.c [clang][asan] Add test for ensuring PR52382 is fixed 2021-11-05 14:10:34 -07:00
pr52782-stdcall-func-decl.cpp [clang][#52782] Bail on incomplete parameter type in stdcall name mangling 2022-01-05 17:58:24 +01:00
pragma-comment.c
pragma-detect_mismatch.c
pragma-do-while.cpp [clang] Add mustprogress and llvm.loop.mustprogress attribute deduction 2020-11-04 22:03:14 -05:00
pragma-fenv_access.c [MS compat] Handle #pragma fenv_access like #pragma STDC FENV_ACCESS (PR50694) 2021-10-11 17:07:26 +02:00
pragma-fp-exc.cpp Put back the test pragma-fp-exc.cpp 2020-11-03 13:18:40 +07:00
pragma-pack-1.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
pragma-pack-2.c
pragma-pack-3.c
pragma-visibility.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
pragma-weak.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05: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
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 [AIX][XCOFF] Fixed the test case which failed at aix OS because enable -mignore-xcoff-visibility by default. 2021-03-15 17:33:02 -04:00
profile-filter.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
profile-sample-accurate.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
ps4-dllimport-dllexport.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
pseudo-probe-emit.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
push-hidden-visibility-subclass.cpp
redef-ext-inline.c
redefine_extname.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
regcall.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
regparm-flag.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
regparm-struct.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
regparm.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
relax.c
renderscript.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
restrict.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
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 [FPEnv] Tests for rounding properties of constant evalution 2020-10-29 13:53:13 +07:00
safestack-attr.cpp
sancov-new-pm.c
sanitize-address-field-padding.cpp [test] 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
sanitize-coverage-old-pm.c [clang][ARM] Mark sanitize-coverage-old-pm.c unsupported on armv7l 2021-06-28 08:32:36 +00:00
sanitize-coverage.c [SanitizerBounds] Add support for NoSanitizeBounds function 2022-03-01 18:47:02 +01:00
sanitize-init-order.cpp [clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist= 2021-05-04 10:24:00 -04:00
sanitize-memory-disable.c [msan] Hotfix clang/test/CodeGen/sanitize-memory-disable.c 2021-08-20 16:00:25 +02:00
sanitize-recover.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05: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 [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
sanitize-trap.c UBSAN: emit distinctive traps 2020-12-08 10:28:26 +00:00
sanitizer-module-constructor.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
sanitizer-special-case-list.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
semantic-interposition.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
set-visibility-for-decls.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05: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 Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
sizeof-vla.c
sparc-arguments.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
sparc-vaarg.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
sparcv8-abi.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09: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 Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
sparcv9-dwarf.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
sparcv9-inline-asm.c
spir-half-type.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
split-debug-filename.c
split-debug-inlining.c Make -f[no-]split-dwarf-inlining CC1 default align with driver default (no inlining) 2021-03-01 10:55:19 -08:00
split-debug-output.c 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 [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09: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
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 Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
staticinit.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05:00
stdcall-fastcall.c Add -Wno-strict-prototypes to C tests; NFC 2022-02-24 15:30:30 -05:00
strictfp_builtins.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
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
struct-copy.c
struct-init.c Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05: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
swift-async-call-conv.c [Clang] Rename `disable-noundef-analysis` flag to `-[no-]enable-noundef-analysis` 2022-02-18 17:02:41 +09:00
swift-async-extended-fp.c Add a new frontend flag `-fswift-async-fp={auto|always|never}` 2021-09-16 08:48:51 -07:00
swift-call-conv.c [Clang] Introduce Swift async calling convention. 2021-07-09 11:50:10 -07:00
switch-dce.c 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 Use functions with prototypes when appropriate; NFC 2022-02-15 16:06:43 -05: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 [X86][MS] Change the alignment of f80 to 16 bytes on Windows 32bits to match with ICC 2022-01-23 09:58:46 +08: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 [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
tbaa-for-vptr.cpp
tbaa-ms-abi.cpp
tbaa-reference.cpp
tbaa-struct.cpp Reland "[Libcalls, Attrs] Annotate libcalls with noundef" 2021-02-20 06:18:48 +01:00
tbaa-thread-sanitizer.cpp
tbaa-vec.cpp [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
tbaa.cpp [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
temporary-lifetime-exceptions.cpp
temporary-lifetime.cpp [Clang] Rename `disable-noundef-analysis` flag to `-[no-]enable-noundef-analysis` 2022-02-18 17:02:41 +09:00
tentative-decls.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
thin_link_bitcode.c
thinlto-backend-option.ll XFAIL thinlto testcases on AIX 2021-04-26 17:02:06 +00:00
thinlto-clang-diagnostic-handler-in-be.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05: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 [LTO] Ignore unreachable virtual functions in WPD in hybrid LTO. 2021-12-14 20:18:04 +00: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 [NewPM] Actually recompute GlobalsAA before module optimization pipeline 2022-03-14 09:42:34 -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 Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
thinlto-loop-vectorize-pm.c
thinlto-multi-module.ll
thinlto-slp-vectorize-pm.c
thinlto-split-dwarf.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
thinlto_backend.ll [ThinLTO] During module importing, close one source module before open 2021-03-30 14:37:29 -07:00
thinlto_backend_local_name_conflict.ll
thinlto_embed_bitcode.ll [NFC][tests] Replace non-portable grep with FileCheck 2020-11-24 12:15:07 -05:00
thread-specifier.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
tls-model.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
transparent-union-redecl.c Add -Wno-strict-prototypes to C tests; NFC 2022-02-24 15:30:30 -05:00
transparent-union.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
trapv.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05: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 [clang] Make 'align-mismatch' warning work without an associated function declaration 2021-10-29 13:39:16 -07: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 [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
ubsan-conditional.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
ubsan-debuglog-return.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
ubsan-function.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
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 [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
ubsan-pointer-overflow.c [IRBuilder] Introduce folder using inst-simplify, use for Or fold. 2022-01-11 17:30:48 +00:00
ubsan-pointer-overflow.m [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
ubsan-promoted-arith.cpp [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
ubsan-shift.c [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences 2020-12-30 20:52:01 -08:00
ubsan-strip-path-components.cpp
ubsan-trap-debugloc.c UBSAN: emit distinctive traps 2020-12-08 10:28:26 +00:00
ubsan-type-ignorelist.cpp [clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist= 2021-05-04 10:24:00 -04:00
ubsan-volatile.c
ucn-identifiers.c 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 [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
unaligned-expr.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05: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 [CodeGen] Fix Bug 47499: __unaligned extension inconsistent behaviour with C and C++ 2020-11-05 12:57:17 -08:00
union-align.c
union-init.c
union-init2.c
union-tbaa1.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
union.c 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 [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
unreachable-ret.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05: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 Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
unsigned-promotion.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05: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 Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
variadic-gpfp-x86.c
variadic-null-win64.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
ve-abi.c Add -Wno-strict-prototypes to C tests; NFC 2022-02-24 15:30:30 -05: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 Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05: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 Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
vector.cpp
vectorcall.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
verify-debuginfo.ll
vfprintf.c
visibility.c [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
vla-2.c
vla-3.c
vla-4.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
vla.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
vlt_to_pointer.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
volatile-1.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
volatile-2.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
volatile-complex.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
volatile.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
wchar-const.c
wchar-size.c
weak-incomplete.c
weak_constant.c
whilestmt.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
win64-i128.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05: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 [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
windows-seh-EHa-CppCondiTemps.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
windows-seh-EHa-CppDtors01.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
windows-seh-EHa-TryInFinally.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
windows-seh-abnormal-exits.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
windows-seh-filter-inFinally.c
windows-struct-abi.c
windows-swiftcall.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
wmemchr.c Emit inline implementation of __builtin__wmemchr on MSVCRT platforms. 2021-03-15 15:30:55 -07:00
wmemcmp.c
wrapv-lshr-sanitize.c
writable-strings.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00
x86-hreset-intrin.c
x86_32-align-linux.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
xcore-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
xcore-abi.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
xcore-stringtype.c
xcore-unused-inline.c
xray-always-emit-customevent.cpp
xray-always-emit-typedevent.cpp
xray-always-instrument.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
xray-attr-list.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
xray-attributes-noxray-supported.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
xray-attributes-skip-entry-exit.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
xray-attributes-supported.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
xray-customevent.cpp
xray-function-groups.cpp
xray-global-init.cpp
xray-ignore-loops.cpp
xray-imbue-arg1.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
xray-instruction-threshold.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
xray-instrumentation-bundles.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
xray-log-args.cpp [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 [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
xray-typedevent.cpp
zero-call-used-regs.c Use functions with prototypes when appropriate; NFC 2022-02-16 16:10:37 -05:00