Vendor import of llvm trunk r321017:
authordim <dim@FreeBSD.org>
Mon, 18 Dec 2017 20:10:56 +0000 (20:10 +0000)
committerdim <dim@FreeBSD.org>
Mon, 18 Dec 2017 20:10:56 +0000 (20:10 +0000)
commit08d589457c420f9a9f2e6371f31e8245a695445e
tree1475247dc9f9fe5be155ebd4c9069c75aadf8c20
parent80d646bdef548099c3d7f8e636acc7faa10791e1
Vendor import of llvm trunk r321017:
https://llvm.org/svn/llvm-project/llvm/trunk@321017
9794 files changed:
.gitattributes [new file with mode: 0644]
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT
README.txt
RELEASE_TESTERS.TXT
bindings/go/llvm/DIBuilderBindings.cpp
bindings/go/llvm/DIBuilderBindings.h
bindings/go/llvm/dibuilder.go
cmake/config-ix.cmake
cmake/config.guess
cmake/modules/AddLLVM.cmake
cmake/modules/AddOCaml.cmake
cmake/modules/AddSphinxTarget.cmake
cmake/modules/CMakeLists.txt
cmake/modules/CheckAtomic.cmake
cmake/modules/CheckLinkerFlag.cmake
cmake/modules/CrossCompile.cmake
cmake/modules/GetHostTriple.cmake
cmake/modules/GetSVN.cmake
cmake/modules/HandleLLVMOptions.cmake
cmake/modules/LLVM-Config.cmake
cmake/modules/LLVMConfig.cmake.in
cmake/modules/LLVMExternalProjectUtils.cmake
cmake/modules/LLVMProcessSources.cmake
cmake/modules/TableGen.cmake
cmake/platforms/ClangClCMakeCompileRules.cmake [new file with mode: 0644]
cmake/platforms/WinMsvc.cmake [new file with mode: 0644]
docs/AMDGPUUsage.rst
docs/BitCodeFormat.rst
docs/Bugpoint.rst
docs/CFIVerify.rst [new file with mode: 0644]
docs/CMake.rst
docs/CMakeLists.txt
docs/CMakePrimer.rst
docs/CodeGenerator.rst
docs/CodingStandards.rst
docs/CommandGuide/FileCheck.rst
docs/CommandGuide/dsymutil.rst [new file with mode: 0644]
docs/CommandGuide/index.rst
docs/CommandGuide/llc.rst
docs/CommandGuide/lli.rst
docs/CommandGuide/llvm-cov.rst
docs/CommandGuide/llvm-dwarfdump.rst
docs/CommandGuide/llvm-pdbutil.rst [new file with mode: 0644]
docs/CommandLine.rst
docs/CompilerWriterInfo.rst
docs/CoverageMappingFormat.rst
docs/DeveloperPolicy.rst
docs/ExceptionHandling.rst
docs/FuzzingLLVM.rst [new file with mode: 0644]
docs/GettingStarted.rst
docs/GettingStartedVS.rst
docs/GlobalISel.rst
docs/HowToCrossCompileBuiltinsOnArm.rst [new file with mode: 0644]
docs/HowToReleaseLLVM.rst
docs/LangRef.rst
docs/Lexicon.rst
docs/LibFuzzer.rst
docs/MIRLangRef.rst
docs/NVPTXUsage.rst
docs/ProgrammersManual.rst
docs/Proposals/VectorizationPlan.rst
docs/ReleaseNotes.rst
docs/ScudoHardenedAllocator.rst
docs/SourceLevelDebugging.rst
docs/Statepoints.rst
docs/TypeMetadata.rst
docs/WritingAnLLVMBackend.rst
docs/WritingAnLLVMPass.rst
docs/XRay.rst
docs/XRayExample.rst
docs/XRayFDRFormat.rst [new file with mode: 0644]
docs/YamlIO.rst
docs/conf.py
docs/index.rst
docs/tutorial/BuildingAJIT1.rst
docs/tutorial/BuildingAJIT2.rst
docs/tutorial/BuildingAJIT3.rst
docs/tutorial/BuildingAJIT4.rst
docs/tutorial/BuildingAJIT5.rst
examples/ExceptionDemo/ExceptionDemo.cpp
examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h
examples/Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp
examples/Kaleidoscope/BuildingAJIT/Chapter4/KaleidoscopeJIT.h
examples/Kaleidoscope/BuildingAJIT/Chapter5/KaleidoscopeJIT.h
examples/Kaleidoscope/BuildingAJIT/Chapter5/toy.cpp
examples/ParallelJIT/CMakeLists.txt
include/llvm-c/Core.h
include/llvm-c/DebugInfo.h [new file with mode: 0644]
include/llvm-c/OrcBindings.h
include/llvm-c/Transforms/IPO.h
include/llvm-c/Transforms/Scalar.h
include/llvm/ADT/APFloat.h
include/llvm/ADT/APInt.h
include/llvm/ADT/ArrayRef.h
include/llvm/ADT/BitVector.h
include/llvm/ADT/DenseMap.h
include/llvm/ADT/EquivalenceClasses.h
include/llvm/ADT/FoldingSet.h
include/llvm/ADT/MapVector.h
include/llvm/ADT/Optional.h
include/llvm/ADT/PointerEmbeddedInt.h
include/llvm/ADT/PointerIntPair.h
include/llvm/ADT/PointerSumType.h
include/llvm/ADT/PointerUnion.h
include/llvm/ADT/STLExtras.h
include/llvm/ADT/SmallPtrSet.h
include/llvm/ADT/SmallVector.h
include/llvm/ADT/StringExtras.h
include/llvm/ADT/StringMap.h
include/llvm/ADT/TinyPtrVector.h
include/llvm/ADT/Triple.h
include/llvm/ADT/Twine.h
include/llvm/ADT/iterator.h
include/llvm/Analysis/AliasAnalysis.h
include/llvm/Analysis/AliasSetTracker.h
include/llvm/Analysis/AssumptionCache.h
include/llvm/Analysis/BasicAliasAnalysis.h
include/llvm/Analysis/BlockFrequencyInfo.h
include/llvm/Analysis/BlockFrequencyInfoImpl.h
include/llvm/Analysis/BranchProbabilityInfo.h
include/llvm/Analysis/CFG.h
include/llvm/Analysis/CFLAndersAliasAnalysis.h
include/llvm/Analysis/CFLSteensAliasAnalysis.h
include/llvm/Analysis/CGSCCPassManager.h
include/llvm/Analysis/CallGraph.h
include/llvm/Analysis/CallGraphSCCPass.h
include/llvm/Analysis/CmpInstAnalysis.h [new file with mode: 0644]
include/llvm/Analysis/ConstantFolding.h
include/llvm/Analysis/DOTGraphTraitsPass.h
include/llvm/Analysis/DemandedBits.h
include/llvm/Analysis/DominanceFrontier.h
include/llvm/Analysis/DominanceFrontierImpl.h
include/llvm/Analysis/IndirectCallPromotionAnalysis.h
include/llvm/Analysis/IndirectCallSiteVisitor.h
include/llvm/Analysis/InlineCost.h
include/llvm/Analysis/InstructionSimplify.h
include/llvm/Analysis/Interval.h
include/llvm/Analysis/IntervalIterator.h
include/llvm/Analysis/IntervalPartition.h
include/llvm/Analysis/LazyCallGraph.h
include/llvm/Analysis/LoopAccessAnalysis.h
include/llvm/Analysis/LoopAnalysisManager.h
include/llvm/Analysis/LoopInfo.h
include/llvm/Analysis/LoopInfoImpl.h
include/llvm/Analysis/LoopPass.h
include/llvm/Analysis/MemoryBuiltins.h
include/llvm/Analysis/MemoryDependenceAnalysis.h
include/llvm/Analysis/MemoryLocation.h
include/llvm/Analysis/MemorySSA.h
include/llvm/Analysis/ModuleSummaryAnalysis.h
include/llvm/Analysis/OptimizationDiagnosticInfo.h [deleted file]
include/llvm/Analysis/OptimizationRemarkEmitter.h [new file with mode: 0644]
include/llvm/Analysis/PostDominators.h
include/llvm/Analysis/ProfileSummaryInfo.h
include/llvm/Analysis/PtrUseVisitor.h
include/llvm/Analysis/RegionInfo.h
include/llvm/Analysis/RegionInfoImpl.h
include/llvm/Analysis/ScalarEvolution.h
include/llvm/Analysis/ScalarEvolutionExpander.h
include/llvm/Analysis/ScalarEvolutionExpressions.h
include/llvm/Analysis/ScopedNoAliasAA.h
include/llvm/Analysis/SparsePropagation.h
include/llvm/Analysis/TargetLibraryInfo.def
include/llvm/Analysis/TargetLibraryInfo.h
include/llvm/Analysis/TargetTransformInfo.h
include/llvm/Analysis/TargetTransformInfoImpl.h
include/llvm/Analysis/Trace.h
include/llvm/Analysis/TypeBasedAliasAnalysis.h
include/llvm/Analysis/ValueLattice.h [new file with mode: 0644]
include/llvm/Analysis/ValueLatticeUtils.h [new file with mode: 0644]
include/llvm/Analysis/ValueTracking.h
include/llvm/AsmParser/Parser.h
include/llvm/BinaryFormat/COFF.h
include/llvm/BinaryFormat/Dwarf.def
include/llvm/BinaryFormat/Dwarf.h
include/llvm/BinaryFormat/ELF.h
include/llvm/BinaryFormat/ELFRelocs/AMDGPU.def
include/llvm/BinaryFormat/ELFRelocs/ARC.def [new file with mode: 0644]
include/llvm/BinaryFormat/ELFRelocs/AVR.def
include/llvm/BinaryFormat/ELFRelocs/RISCV.def
include/llvm/BinaryFormat/MachO.h
include/llvm/BinaryFormat/Wasm.h
include/llvm/BinaryFormat/WasmRelocs/WebAssembly.def
include/llvm/Bitcode/BitcodeReader.h
include/llvm/Bitcode/BitcodeWriter.h
include/llvm/Bitcode/BitstreamReader.h
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/CodeGen/AsmPrinter.h
include/llvm/CodeGen/BasicTTIImpl.h
include/llvm/CodeGen/CalcSpillWeights.h
include/llvm/CodeGen/CallingConvLower.h
include/llvm/CodeGen/CommandFlags.def [new file with mode: 0644]
include/llvm/CodeGen/CommandFlags.h [deleted file]
include/llvm/CodeGen/CostTable.h [new file with mode: 0644]
include/llvm/CodeGen/DFAPacketizer.h
include/llvm/CodeGen/FastISel.h
include/llvm/CodeGen/FaultMaps.h
include/llvm/CodeGen/FunctionLoweringInfo.h
include/llvm/CodeGen/GlobalISel/CallLowering.h
include/llvm/CodeGen/GlobalISel/GISelAccessor.h [deleted file]
include/llvm/CodeGen/GlobalISel/GISelWorkList.h [new file with mode: 0644]
include/llvm/CodeGen/GlobalISel/InstructionSelector.h
include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h [new file with mode: 0644]
include/llvm/CodeGen/GlobalISel/Legalizer.h
include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h
include/llvm/CodeGen/GlobalISel/Utils.h
include/llvm/CodeGen/ISDOpcodes.h
include/llvm/CodeGen/IntrinsicLowering.h
include/llvm/CodeGen/LatencyPriorityQueue.h
include/llvm/CodeGen/LiveIntervalAnalysis.h [deleted file]
include/llvm/CodeGen/LiveIntervals.h [new file with mode: 0644]
include/llvm/CodeGen/LivePhysRegs.h
include/llvm/CodeGen/LiveRangeEdit.h
include/llvm/CodeGen/LiveRegUnits.h
include/llvm/CodeGen/LiveVariables.h
include/llvm/CodeGen/MIRYamlMapping.h
include/llvm/CodeGen/MachineBasicBlock.h
include/llvm/CodeGen/MachineBlockFrequencyInfo.h
include/llvm/CodeGen/MachineCombinerPattern.h
include/llvm/CodeGen/MachineDominanceFrontier.h
include/llvm/CodeGen/MachineDominators.h
include/llvm/CodeGen/MachineFrameInfo.h
include/llvm/CodeGen/MachineFunction.h
include/llvm/CodeGen/MachineInstr.h
include/llvm/CodeGen/MachineInstrBuilder.h
include/llvm/CodeGen/MachineInstrBundle.h
include/llvm/CodeGen/MachineJumpTableInfo.h
include/llvm/CodeGen/MachineLoopInfo.h
include/llvm/CodeGen/MachineMemOperand.h
include/llvm/CodeGen/MachineModuleInfo.h
include/llvm/CodeGen/MachineModuleInfoImpls.h
include/llvm/CodeGen/MachineOperand.h
include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h
include/llvm/CodeGen/MachinePostDominators.h
include/llvm/CodeGen/MachineRegisterInfo.h
include/llvm/CodeGen/MachineSSAUpdater.h
include/llvm/CodeGen/MachineScheduler.h
include/llvm/CodeGen/MachineTraceMetrics.h
include/llvm/CodeGen/MachineValueType.h
include/llvm/CodeGen/PBQP/Solution.h
include/llvm/CodeGen/Passes.h
include/llvm/CodeGen/PreISelIntrinsicLowering.h
include/llvm/CodeGen/PseudoSourceValue.h
include/llvm/CodeGen/RegisterClassInfo.h
include/llvm/CodeGen/RegisterPressure.h
include/llvm/CodeGen/RegisterUsageInfo.h
include/llvm/CodeGen/ResourcePriorityQueue.h
include/llvm/CodeGen/RuntimeLibcalls.def [new file with mode: 0644]
include/llvm/CodeGen/RuntimeLibcalls.h
include/llvm/CodeGen/ScheduleDAG.h
include/llvm/CodeGen/ScheduleDAGInstrs.h
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGAddressAnalysis.h
include/llvm/CodeGen/SelectionDAGISel.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/CodeGen/SelectionDAGTargetInfo.h
include/llvm/CodeGen/SlotIndexes.h
include/llvm/CodeGen/StackMaps.h
include/llvm/CodeGen/TailDuplicator.h
include/llvm/CodeGen/TargetCallingConv.h [new file with mode: 0644]
include/llvm/CodeGen/TargetFrameLowering.h [new file with mode: 0644]
include/llvm/CodeGen/TargetInstrInfo.h [new file with mode: 0644]
include/llvm/CodeGen/TargetLowering.h [new file with mode: 0644]
include/llvm/CodeGen/TargetLoweringObjectFile.h [new file with mode: 0644]
include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
include/llvm/CodeGen/TargetOpcodes.def [new file with mode: 0644]
include/llvm/CodeGen/TargetOpcodes.h [new file with mode: 0644]
include/llvm/CodeGen/TargetPassConfig.h
include/llvm/CodeGen/TargetRegisterInfo.h [new file with mode: 0644]
include/llvm/CodeGen/TargetSchedule.h
include/llvm/CodeGen/TargetSubtargetInfo.h [new file with mode: 0644]
include/llvm/CodeGen/ValueTypes.td
include/llvm/CodeGen/VirtRegMap.h
include/llvm/Config/config.h.cmake
include/llvm/Config/llvm-config.h.cmake
include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/CVRecord.h
include/llvm/DebugInfo/CodeView/CodeView.h
include/llvm/DebugInfo/CodeView/CodeViewRegisters.def [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/CodeViewSymbols.def
include/llvm/DebugInfo/CodeView/CodeViewTypes.def
include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h
include/llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/RecordName.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/StringsAndChecksums.h
include/llvm/DebugInfo/CodeView/SymbolDeserializer.h
include/llvm/DebugInfo/CodeView/SymbolRecord.h
include/llvm/DebugInfo/CodeView/SymbolSerializer.h
include/llvm/DebugInfo/CodeView/TypeCollection.h
include/llvm/DebugInfo/CodeView/TypeDeserializer.h
include/llvm/DebugInfo/CodeView/TypeHashing.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/TypeIndex.h
include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h
include/llvm/DebugInfo/CodeView/TypeName.h [deleted file]
include/llvm/DebugInfo/CodeView/TypeRecord.h
include/llvm/DebugInfo/CodeView/TypeRecordBuilder.h [deleted file]
include/llvm/DebugInfo/CodeView/TypeSerializer.h [deleted file]
include/llvm/DebugInfo/CodeView/TypeStreamMerger.h
include/llvm/DebugInfo/CodeView/TypeTableBuilder.h [deleted file]
include/llvm/DebugInfo/DIContext.h
include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
include/llvm/DebugInfo/DWARF/DWARFContext.h
include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h
include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h
include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h
include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h
include/llvm/DebugInfo/DWARF/DWARFDie.h
include/llvm/DebugInfo/DWARF/DWARFExpression.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARF/DWARFFormValue.h
include/llvm/DebugInfo/DWARF/DWARFObject.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARF/DWARFSection.h
include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
include/llvm/DebugInfo/DWARF/DWARFUnit.h
include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
include/llvm/DebugInfo/DWARF/DWARFVerifier.h
include/llvm/DebugInfo/MSF/MSFBuilder.h
include/llvm/DebugInfo/MSF/MSFCommon.h
include/llvm/DebugInfo/MSF/MSFStreamLayout.h [deleted file]
include/llvm/DebugInfo/MSF/MappedBlockStream.h
include/llvm/DebugInfo/PDB/DIA/DIAEnumTables.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h
include/llvm/DebugInfo/PDB/DIA/DIASession.h
include/llvm/DebugInfo/PDB/DIA/DIATable.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
include/llvm/DebugInfo/PDB/IPDBSession.h
include/llvm/DebugInfo/PDB/IPDBTable.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h
include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Native/GlobalsStream.h
include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h
include/llvm/DebugInfo/PDB/Native/NativeEnumSymbol.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Native/NativeEnumTypes.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
include/llvm/DebugInfo/PDB/Native/NativeSession.h
include/llvm/DebugInfo/PDB/Native/PDBFile.h
include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h
include/llvm/DebugInfo/PDB/Native/PublicsStream.h
include/llvm/DebugInfo/PDB/Native/PublicsStreamBuilder.h [deleted file]
include/llvm/DebugInfo/PDB/Native/RawTypes.h
include/llvm/DebugInfo/PDB/Native/SymbolStream.h
include/llvm/DebugInfo/PDB/PDBSymbol.h
include/llvm/DebugInfo/PDB/PDBTypes.h
include/llvm/DebugInfo/Symbolize/Symbolize.h
include/llvm/ExecutionEngine/ExecutionEngine.h
include/llvm/ExecutionEngine/JITSymbol.h
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
include/llvm/ExecutionEngine/Orc/GlobalMappingLayer.h
include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
include/llvm/ExecutionEngine/Orc/OrcError.h
include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h
include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h
include/llvm/ExecutionEngine/Orc/RPCSerialization.h
include/llvm/ExecutionEngine/Orc/RPCUtils.h
include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h
include/llvm/ExecutionEngine/Orc/RemoteObjectLayer.h [new file with mode: 0644]
include/llvm/ExecutionEngine/Orc/SymbolStringPool.h [new file with mode: 0644]
include/llvm/ExecutionEngine/SectionMemoryManager.h
include/llvm/FuzzMutate/FuzzerCLI.h [new file with mode: 0644]
include/llvm/FuzzMutate/IRMutator.h [new file with mode: 0644]
include/llvm/FuzzMutate/OpDescriptor.h [new file with mode: 0644]
include/llvm/FuzzMutate/Operations.h [new file with mode: 0644]
include/llvm/FuzzMutate/Random.h [new file with mode: 0644]
include/llvm/FuzzMutate/RandomIRBuilder.h [new file with mode: 0644]
include/llvm/IR/Attributes.h
include/llvm/IR/Attributes.td
include/llvm/IR/BasicBlock.h
include/llvm/IR/CallSite.h
include/llvm/IR/CallingConv.h
include/llvm/IR/Constant.h
include/llvm/IR/ConstantRange.h
include/llvm/IR/DIBuilder.h
include/llvm/IR/DataLayout.h
include/llvm/IR/DebugInfoMetadata.h
include/llvm/IR/DiagnosticHandler.h [new file with mode: 0644]
include/llvm/IR/DiagnosticInfo.h
include/llvm/IR/Dominators.h
include/llvm/IR/Function.h
include/llvm/IR/GlobalValue.h
include/llvm/IR/IRBuilder.h
include/llvm/IR/InlineAsm.h
include/llvm/IR/InstrTypes.h
include/llvm/IR/Instruction.h
include/llvm/IR/Instructions.h
include/llvm/IR/IntrinsicInst.h
include/llvm/IR/Intrinsics.td
include/llvm/IR/IntrinsicsAArch64.td
include/llvm/IR/IntrinsicsAMDGPU.td
include/llvm/IR/IntrinsicsHexagon.td
include/llvm/IR/IntrinsicsNVVM.td
include/llvm/IR/IntrinsicsSystemZ.td
include/llvm/IR/IntrinsicsX86.td
include/llvm/IR/LLVMContext.h
include/llvm/IR/LegacyPassManagers.h
include/llvm/IR/MDBuilder.h
include/llvm/IR/Metadata.h
include/llvm/IR/ModuleSummaryIndex.h
include/llvm/IR/ModuleSummaryIndexYAML.h
include/llvm/IR/Operator.h
include/llvm/IR/OptBisect.h
include/llvm/IR/PassManager.h
include/llvm/IR/PatternMatch.h
include/llvm/IR/Type.h
include/llvm/IR/Value.def
include/llvm/IR/Value.h
include/llvm/IR/Verifier.h
include/llvm/IRReader/IRReader.h
include/llvm/InitializePasses.h
include/llvm/LTO/Caching.h
include/llvm/LTO/Config.h
include/llvm/LTO/LTO.h
include/llvm/LTO/legacy/LTOCodeGenerator.h
include/llvm/LinkAllIR.h
include/llvm/LinkAllPasses.h
include/llvm/MC/LaneBitmask.h
include/llvm/MC/MCAsmBackend.h
include/llvm/MC/MCAssembler.h
include/llvm/MC/MCCodePadder.h [new file with mode: 0644]
include/llvm/MC/MCCodeView.h
include/llvm/MC/MCContext.h
include/llvm/MC/MCDwarf.h
include/llvm/MC/MCELFObjectWriter.h
include/llvm/MC/MCELFStreamer.h
include/llvm/MC/MCExpr.h
include/llvm/MC/MCFragment.h
include/llvm/MC/MCInst.h
include/llvm/MC/MCInstrDesc.h
include/llvm/MC/MCMachObjectWriter.h
include/llvm/MC/MCObjectFileInfo.h
include/llvm/MC/MCObjectStreamer.h
include/llvm/MC/MCParser/MCAsmParser.h
include/llvm/MC/MCParser/MCTargetAsmParser.h
include/llvm/MC/MCRegisterInfo.h
include/llvm/MC/MCSchedule.h
include/llvm/MC/MCSectionWasm.h
include/llvm/MC/MCStreamer.h
include/llvm/MC/MCSubtargetInfo.h
include/llvm/MC/MCSymbolWasm.h
include/llvm/MC/MCTargetOptionsCommandFlags.def [new file with mode: 0644]
include/llvm/MC/MCTargetOptionsCommandFlags.h [deleted file]
include/llvm/MC/MCValue.h
include/llvm/MC/MCWasmObjectWriter.h
include/llvm/MC/MCWasmStreamer.h
include/llvm/MC/MCWinCOFFObjectWriter.h
include/llvm/MC/MCWinCOFFStreamer.h
include/llvm/MC/MachineLocation.h
include/llvm/MC/SubtargetFeature.h
include/llvm/Object/Archive.h
include/llvm/Object/ArchiveWriter.h
include/llvm/Object/Binary.h
include/llvm/Object/COFF.h
include/llvm/Object/COFFImportFile.h
include/llvm/Object/ELF.h
include/llvm/Object/ELFObjectFile.h
include/llvm/Object/ELFTypes.h
include/llvm/Object/IRObjectFile.h
include/llvm/Object/IRSymtab.h
include/llvm/Object/MachO.h
include/llvm/Object/ObjectFile.h
include/llvm/Object/RelocVisitor.h
include/llvm/Object/StackMapParser.h
include/llvm/Object/Wasm.h
include/llvm/Object/WindowsResource.h
include/llvm/ObjectYAML/COFFYAML.h
include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h [new file with mode: 0644]
include/llvm/ObjectYAML/CodeViewYAMLTypes.h
include/llvm/ObjectYAML/ELFYAML.h
include/llvm/ObjectYAML/MachOYAML.h
include/llvm/ObjectYAML/WasmYAML.h
include/llvm/ObjectYAML/YAML.h
include/llvm/Option/OptParser.td
include/llvm/Option/OptTable.h
include/llvm/Pass.h
include/llvm/PassAnalysisSupport.h
include/llvm/PassInfo.h
include/llvm/PassRegistry.h
include/llvm/PassSupport.h
include/llvm/Passes/PassBuilder.h
include/llvm/ProfileData/Coverage/CoverageMapping.h
include/llvm/ProfileData/Coverage/CoverageMappingReader.h
include/llvm/ProfileData/GCOV.h [new file with mode: 0644]
include/llvm/ProfileData/InstrProf.h
include/llvm/ProfileData/InstrProfData.inc
include/llvm/ProfileData/InstrProfReader.h
include/llvm/ProfileData/SampleProf.h
include/llvm/ProfileData/SampleProfReader.h
include/llvm/Support/AArch64TargetParser.def
include/llvm/Support/AMDGPUCodeObjectMetadata.h [deleted file]
include/llvm/Support/AMDGPUKernelDescriptor.h [new file with mode: 0644]
include/llvm/Support/AMDGPUMetadata.h [new file with mode: 0644]
include/llvm/Support/ARMTargetParser.def
include/llvm/Support/Allocator.h
include/llvm/Support/AtomicOrdering.h
include/llvm/Support/BinaryByteStream.h
include/llvm/Support/BinaryItemStream.h
include/llvm/Support/BinaryStream.h
include/llvm/Support/BinaryStreamRef.h
include/llvm/Support/CMakeLists.txt
include/llvm/Support/CachePruning.h
include/llvm/Support/Chrono.h
include/llvm/Support/CodeGen.h
include/llvm/Support/CodeGenCWrappers.h
include/llvm/Support/CodeGenCoverage.h [new file with mode: 0644]
include/llvm/Support/CommandLine.h
include/llvm/Support/ConvertUTF.h
include/llvm/Support/DebugCounter.h
include/llvm/Support/Error.h
include/llvm/Support/FileOutputBuffer.h
include/llvm/Support/FileSystem.h
include/llvm/Support/FormatVariadic.h
include/llvm/Support/FormatVariadicDetails.h
include/llvm/Support/GCOV.h [deleted file]
include/llvm/Support/GenericDomTree.h
include/llvm/Support/GenericDomTreeConstruction.h
include/llvm/Support/Host.h
include/llvm/Support/KnownBits.h
include/llvm/Support/LEB128.h
include/llvm/Support/LockFileManager.h
include/llvm/Support/LowLevelTypeImpl.h
include/llvm/Support/MathExtras.h
include/llvm/Support/Memory.h
include/llvm/Support/MemoryBuffer.h
include/llvm/Support/Parallel.h
include/llvm/Support/PointerLikeTypeTraits.h
include/llvm/Support/Printable.h
include/llvm/Support/Process.h
include/llvm/Support/Program.h
include/llvm/Support/ReverseIteration.h
include/llvm/Support/ScaledNumber.h
include/llvm/Support/SourceMgr.h
include/llvm/Support/SpecialCaseList.h
include/llvm/Support/TarWriter.h
include/llvm/Support/TargetParser.h
include/llvm/Support/TargetRegistry.h
include/llvm/Support/ThreadPool.h
include/llvm/Support/Threading.h
include/llvm/Support/ToolOutputFile.h
include/llvm/Support/X86TargetParser.def [new file with mode: 0644]
include/llvm/Support/YAMLParser.h
include/llvm/Support/YAMLTraits.h
include/llvm/Support/raw_ostream.h
include/llvm/TableGen/Error.h
include/llvm/TableGen/Record.h
include/llvm/TableGen/StringMatcher.h
include/llvm/Target/CostTable.h [deleted file]
include/llvm/Target/GenericOpcodes.td
include/llvm/Target/GlobalISel/SelectionDAGCompat.td
include/llvm/Target/Target.td
include/llvm/Target/TargetCallingConv.h [deleted file]
include/llvm/Target/TargetFrameLowering.h [deleted file]
include/llvm/Target/TargetInstrInfo.h [deleted file]
include/llvm/Target/TargetLowering.h [deleted file]
include/llvm/Target/TargetLoweringObjectFile.h [deleted file]
include/llvm/Target/TargetMachine.h
include/llvm/Target/TargetOpcodes.def [deleted file]
include/llvm/Target/TargetOpcodes.h [deleted file]
include/llvm/Target/TargetOptions.h
include/llvm/Target/TargetRegisterInfo.h [deleted file]
include/llvm/Target/TargetSelectionDAG.td
include/llvm/Target/TargetSubtargetInfo.h [deleted file]
include/llvm/Testing/Support/Error.h
include/llvm/Testing/Support/SupportHelpers.h
include/llvm/Transforms/IPO.h
include/llvm/Transforms/IPO/ArgumentPromotion.h
include/llvm/Transforms/IPO/CalledValuePropagation.h [new file with mode: 0644]
include/llvm/Transforms/IPO/ConstantMerge.h
include/llvm/Transforms/IPO/DeadArgumentElimination.h
include/llvm/Transforms/IPO/ElimAvailExtern.h
include/llvm/Transforms/IPO/FunctionAttrs.h
include/llvm/Transforms/IPO/FunctionImport.h
include/llvm/Transforms/IPO/GlobalDCE.h
include/llvm/Transforms/IPO/GlobalOpt.h
include/llvm/Transforms/IPO/GlobalSplit.h
include/llvm/Transforms/IPO/Inliner.h
include/llvm/Transforms/IPO/LowerTypeTests.h
include/llvm/Transforms/IPO/PartialInlining.h
include/llvm/Transforms/IPO/SCCP.h
include/llvm/Transforms/Instrumentation.h
include/llvm/Transforms/Instrumentation/BoundsChecking.h [new file with mode: 0644]
include/llvm/Transforms/PGOInstrumentation.h
include/llvm/Transforms/SampleProfile.h
include/llvm/Transforms/Scalar.h
include/llvm/Transforms/Scalar/ADCE.h
include/llvm/Transforms/Scalar/CallSiteSplitting.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/ConstantHoisting.h
include/llvm/Transforms/Scalar/CorrelatedValuePropagation.h
include/llvm/Transforms/Scalar/DeadStoreElimination.h
include/llvm/Transforms/Scalar/DivRemPairs.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/EarlyCSE.h
include/llvm/Transforms/Scalar/GVN.h
include/llvm/Transforms/Scalar/GVNExpression.h
include/llvm/Transforms/Scalar/IndVarSimplify.h
include/llvm/Transforms/Scalar/JumpThreading.h
include/llvm/Transforms/Scalar/LoopDistribute.h
include/llvm/Transforms/Scalar/LoopIdiomRecognize.h
include/llvm/Transforms/Scalar/LoopInstSimplify.h
include/llvm/Transforms/Scalar/LoopLoadElimination.h
include/llvm/Transforms/Scalar/LoopPassManager.h
include/llvm/Transforms/Scalar/LoopStrengthReduce.h
include/llvm/Transforms/Scalar/LoopUnrollPass.h
include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h
include/llvm/Transforms/Scalar/MemCpyOptimizer.h
include/llvm/Transforms/Scalar/NaryReassociate.h
include/llvm/Transforms/Scalar/NewGVN.h
include/llvm/Transforms/Scalar/Reassociate.h
include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/SCCP.h
include/llvm/Transforms/Scalar/SROA.h
include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h
include/llvm/Transforms/Scalar/SimplifyCFG.h
include/llvm/Transforms/Scalar/SpeculateAroundPHIs.h [new file with mode: 0644]
include/llvm/Transforms/Utils/AddDiscriminators.h
include/llvm/Transforms/Utils/BasicBlockUtils.h
include/llvm/Transforms/Utils/BypassSlowDivision.h
include/llvm/Transforms/Utils/CallPromotionUtils.h [new file with mode: 0644]
include/llvm/Transforms/Utils/Cloning.h
include/llvm/Transforms/Utils/CmpInstAnalysis.h [deleted file]
include/llvm/Transforms/Utils/CodeExtractor.h
include/llvm/Transforms/Utils/EntryExitInstrumenter.h [new file with mode: 0644]
include/llvm/Transforms/Utils/Evaluator.h
include/llvm/Transforms/Utils/FunctionComparator.h
include/llvm/Transforms/Utils/Local.h
include/llvm/Transforms/Utils/LoopUtils.h
include/llvm/Transforms/Utils/LowerMemIntrinsics.h
include/llvm/Transforms/Utils/Mem2Reg.h
include/llvm/Transforms/Utils/ModuleUtils.h
include/llvm/Transforms/Utils/SSAUpdater.h
include/llvm/Transforms/Utils/SSAUpdaterImpl.h
include/llvm/Transforms/Utils/SimplifyIndVar.h
include/llvm/Transforms/Utils/SimplifyLibCalls.h
include/llvm/Transforms/Utils/SplitModule.h
include/llvm/Transforms/Utils/SymbolRewriter.h
include/llvm/Transforms/Utils/UnrollLoop.h
include/llvm/Transforms/Utils/ValueMapper.h
include/llvm/Transforms/Vectorize/LoopVectorize.h
include/llvm/Transforms/Vectorize/SLPVectorizer.h
include/llvm/WindowsManifest/WindowsManifestMerger.h [new file with mode: 0644]
include/llvm/WindowsResource/ResourceProcessor.h [new file with mode: 0644]
include/llvm/WindowsResource/ResourceScriptToken.h [new file with mode: 0644]
include/llvm/WindowsResource/ResourceScriptTokenList.h [new file with mode: 0644]
include/llvm/XRay/InstrumentationMap.h
include/llvm/XRay/XRayRecord.h
include/llvm/XRay/YAMLXRayRecord.h
include/llvm/module.modulemap
include/llvm/module.modulemap.build
lib/Analysis/AliasAnalysis.cpp
lib/Analysis/AliasAnalysisEvaluator.cpp
lib/Analysis/AliasSetTracker.cpp
lib/Analysis/AssumptionCache.cpp
lib/Analysis/BasicAliasAnalysis.cpp
lib/Analysis/BlockFrequencyInfo.cpp
lib/Analysis/BlockFrequencyInfoImpl.cpp
lib/Analysis/BranchProbabilityInfo.cpp
lib/Analysis/CFLAndersAliasAnalysis.cpp
lib/Analysis/CFLGraph.h
lib/Analysis/CFLSteensAliasAnalysis.cpp
lib/Analysis/CGSCCPassManager.cpp
lib/Analysis/CMakeLists.txt
lib/Analysis/CallGraph.cpp
lib/Analysis/CallGraphSCCPass.cpp
lib/Analysis/CmpInstAnalysis.cpp [new file with mode: 0644]
lib/Analysis/CodeMetrics.cpp
lib/Analysis/ConstantFolding.cpp
lib/Analysis/CostModel.cpp
lib/Analysis/DemandedBits.cpp
lib/Analysis/DivergenceAnalysis.cpp
lib/Analysis/DominanceFrontier.cpp
lib/Analysis/GlobalsModRef.cpp
lib/Analysis/IndirectCallPromotionAnalysis.cpp
lib/Analysis/InlineCost.cpp
lib/Analysis/InstructionSimplify.cpp
lib/Analysis/Interval.cpp
lib/Analysis/IntervalPartition.cpp
lib/Analysis/LazyCallGraph.cpp
lib/Analysis/LazyValueInfo.cpp
lib/Analysis/Lint.cpp
lib/Analysis/Loads.cpp
lib/Analysis/LoopAccessAnalysis.cpp
lib/Analysis/LoopAnalysisManager.cpp
lib/Analysis/LoopInfo.cpp
lib/Analysis/LoopPass.cpp
lib/Analysis/LoopUnrollAnalyzer.cpp
lib/Analysis/MemDerefPrinter.cpp
lib/Analysis/MemoryBuiltins.cpp
lib/Analysis/MemoryDependenceAnalysis.cpp
lib/Analysis/MemorySSA.cpp
lib/Analysis/MemorySSAUpdater.cpp
lib/Analysis/ModuleDebugInfoPrinter.cpp
lib/Analysis/ModuleSummaryAnalysis.cpp
lib/Analysis/ObjCARCAliasAnalysis.cpp
lib/Analysis/ObjCARCAnalysisUtils.cpp
lib/Analysis/OptimizationDiagnosticInfo.cpp [deleted file]
lib/Analysis/OptimizationRemarkEmitter.cpp [new file with mode: 0644]
lib/Analysis/PostDominators.cpp
lib/Analysis/ProfileSummaryInfo.cpp
lib/Analysis/PtrUseVisitor.cpp
lib/Analysis/RegionPass.cpp
lib/Analysis/ScalarEvolution.cpp
lib/Analysis/ScalarEvolutionExpander.cpp
lib/Analysis/ScopedNoAliasAA.cpp
lib/Analysis/SparsePropagation.cpp [deleted file]
lib/Analysis/TargetLibraryInfo.cpp
lib/Analysis/TargetTransformInfo.cpp
lib/Analysis/Trace.cpp
lib/Analysis/TypeBasedAliasAnalysis.cpp
lib/Analysis/ValueLattice.cpp [new file with mode: 0644]
lib/Analysis/ValueLatticeUtils.cpp [new file with mode: 0644]
lib/Analysis/ValueTracking.cpp
lib/Analysis/VectorUtils.cpp
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h
lib/AsmParser/LLToken.h
lib/AsmParser/Parser.cpp
lib/BinaryFormat/Dwarf.cpp
lib/BinaryFormat/Magic.cpp
lib/Bitcode/Reader/BitReader.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Reader/MetadataLoader.cpp
lib/Bitcode/Reader/ValueList.cpp
lib/Bitcode/Reader/ValueList.h
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Bitcode/Writer/ValueEnumerator.cpp
lib/Bitcode/Writer/ValueEnumerator.h
lib/CMakeLists.txt
lib/CodeGen/AggressiveAntiDepBreaker.cpp
lib/CodeGen/AggressiveAntiDepBreaker.h
lib/CodeGen/AllocationOrder.cpp
lib/CodeGen/AllocationOrder.h
lib/CodeGen/Analysis.cpp
lib/CodeGen/AntiDepBreaker.h
lib/CodeGen/AsmPrinter/ARMException.cpp
lib/CodeGen/AsmPrinter/AddressPool.cpp
lib/CodeGen/AsmPrinter/AddressPool.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
lib/CodeGen/AsmPrinter/CodeViewDebug.h
lib/CodeGen/AsmPrinter/DIE.cpp
lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.cpp
lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.h
lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
lib/CodeGen/AsmPrinter/DebugHandlerBase.h
lib/CodeGen/AsmPrinter/DebugLocEntry.h
lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp
lib/CodeGen/AsmPrinter/DwarfAccelTable.h
lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
lib/CodeGen/AsmPrinter/DwarfExpression.cpp
lib/CodeGen/AsmPrinter/DwarfExpression.h
lib/CodeGen/AsmPrinter/DwarfFile.cpp
lib/CodeGen/AsmPrinter/DwarfFile.h
lib/CodeGen/AsmPrinter/DwarfStringPool.cpp
lib/CodeGen/AsmPrinter/DwarfStringPool.h
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
lib/CodeGen/AsmPrinter/EHStreamer.cpp
lib/CodeGen/AsmPrinter/EHStreamer.h
lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp
lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
lib/CodeGen/AsmPrinter/WinException.cpp
lib/CodeGen/AtomicExpandPass.cpp
lib/CodeGen/BasicTargetTransformInfo.cpp
lib/CodeGen/BranchCoalescing.cpp [deleted file]
lib/CodeGen/BranchFolding.cpp
lib/CodeGen/BranchFolding.h
lib/CodeGen/BranchRelaxation.cpp
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CalcSpillWeights.cpp
lib/CodeGen/CallingConvLower.cpp
lib/CodeGen/CodeGen.cpp
lib/CodeGen/CodeGenPrepare.cpp
lib/CodeGen/CountingFunctionInserter.cpp [deleted file]
lib/CodeGen/CriticalAntiDepBreaker.cpp
lib/CodeGen/CriticalAntiDepBreaker.h
lib/CodeGen/DFAPacketizer.cpp
lib/CodeGen/DeadMachineInstructionElim.cpp
lib/CodeGen/DetectDeadLanes.cpp
lib/CodeGen/DwarfEHPrepare.cpp
lib/CodeGen/EarlyIfConversion.cpp
lib/CodeGen/EdgeBundles.cpp
lib/CodeGen/ExecutionDepsFix.cpp
lib/CodeGen/ExpandISelPseudos.cpp
lib/CodeGen/ExpandMemCmp.cpp [new file with mode: 0644]
lib/CodeGen/ExpandPostRAPseudos.cpp
lib/CodeGen/ExpandReductions.cpp
lib/CodeGen/FEntryInserter.cpp
lib/CodeGen/GCRootLowering.cpp
lib/CodeGen/GlobalISel/CMakeLists.txt
lib/CodeGen/GlobalISel/CallLowering.cpp
lib/CodeGen/GlobalISel/GlobalISel.cpp
lib/CodeGen/GlobalISel/IRTranslator.cpp
lib/CodeGen/GlobalISel/InstructionSelect.cpp
lib/CodeGen/GlobalISel/InstructionSelector.cpp
lib/CodeGen/GlobalISel/Legalizer.cpp
lib/CodeGen/GlobalISel/LegalizerHelper.cpp
lib/CodeGen/GlobalISel/LegalizerInfo.cpp
lib/CodeGen/GlobalISel/Localizer.cpp
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
lib/CodeGen/GlobalISel/RegBankSelect.cpp
lib/CodeGen/GlobalISel/RegisterBank.cpp
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
lib/CodeGen/GlobalISel/Utils.cpp
lib/CodeGen/GlobalMerge.cpp
lib/CodeGen/IfConversion.cpp
lib/CodeGen/ImplicitNullChecks.cpp
lib/CodeGen/InlineSpiller.cpp
lib/CodeGen/InterferenceCache.cpp
lib/CodeGen/InterferenceCache.h
lib/CodeGen/InterleavedAccessPass.cpp
lib/CodeGen/IntrinsicLowering.cpp
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/LatencyPriorityQueue.cpp
lib/CodeGen/LexicalScopes.cpp
lib/CodeGen/LiveDebugValues.cpp
lib/CodeGen/LiveDebugVariables.cpp
lib/CodeGen/LiveDebugVariables.h
lib/CodeGen/LiveInterval.cpp
lib/CodeGen/LiveIntervalAnalysis.cpp [deleted file]
lib/CodeGen/LiveIntervalUnion.cpp
lib/CodeGen/LiveIntervals.cpp [new file with mode: 0644]
lib/CodeGen/LivePhysRegs.cpp
lib/CodeGen/LiveRangeCalc.cpp
lib/CodeGen/LiveRangeCalc.h
lib/CodeGen/LiveRangeEdit.cpp
lib/CodeGen/LiveRangeShrink.cpp
lib/CodeGen/LiveRegMatrix.cpp
lib/CodeGen/LiveRegUnits.cpp
lib/CodeGen/LiveStackAnalysis.cpp
lib/CodeGen/LiveVariables.cpp
lib/CodeGen/LocalStackSlotAllocation.cpp
lib/CodeGen/LowerEmuTLS.cpp
lib/CodeGen/MIRCanonicalizerPass.cpp [new file with mode: 0644]
lib/CodeGen/MIRParser/LLVMBuild.txt
lib/CodeGen/MIRParser/MILexer.cpp
lib/CodeGen/MIRParser/MILexer.h
lib/CodeGen/MIRParser/MIParser.cpp
lib/CodeGen/MIRParser/MIRParser.cpp
lib/CodeGen/MIRPrinter.cpp
lib/CodeGen/MIRPrintingPass.cpp
lib/CodeGen/MachineBasicBlock.cpp
lib/CodeGen/MachineBlockFrequencyInfo.cpp
lib/CodeGen/MachineBlockPlacement.cpp
lib/CodeGen/MachineBranchProbabilityInfo.cpp
lib/CodeGen/MachineCSE.cpp
lib/CodeGen/MachineCombiner.cpp
lib/CodeGen/MachineCopyPropagation.cpp
lib/CodeGen/MachineDominators.cpp
lib/CodeGen/MachineFrameInfo.cpp
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/MachineInstr.cpp
lib/CodeGen/MachineInstrBundle.cpp
lib/CodeGen/MachineLICM.cpp
lib/CodeGen/MachineModuleInfo.cpp
lib/CodeGen/MachineModuleInfoImpls.cpp
lib/CodeGen/MachineOperand.cpp [new file with mode: 0644]
lib/CodeGen/MachineOptimizationRemarkEmitter.cpp
lib/CodeGen/MachineOutliner.cpp
lib/CodeGen/MachinePipeliner.cpp
lib/CodeGen/MachineRegisterInfo.cpp
lib/CodeGen/MachineSSAUpdater.cpp
lib/CodeGen/MachineScheduler.cpp
lib/CodeGen/MachineSink.cpp
lib/CodeGen/MachineTraceMetrics.cpp
lib/CodeGen/MachineVerifier.cpp
lib/CodeGen/MacroFusion.cpp
lib/CodeGen/OptimizePHIs.cpp
lib/CodeGen/PHIElimination.cpp
lib/CodeGen/ParallelCG.cpp
lib/CodeGen/PatchableFunction.cpp
lib/CodeGen/PeepholeOptimizer.cpp
lib/CodeGen/PostRAHazardRecognizer.cpp
lib/CodeGen/PostRASchedulerList.cpp
lib/CodeGen/PreISelIntrinsicLowering.cpp
lib/CodeGen/ProcessImplicitDefs.cpp
lib/CodeGen/PrologEpilogInserter.cpp
lib/CodeGen/PseudoSourceValue.cpp
lib/CodeGen/README.txt
lib/CodeGen/RegAllocBase.cpp
lib/CodeGen/RegAllocBase.h
lib/CodeGen/RegAllocBasic.cpp
lib/CodeGen/RegAllocFast.cpp
lib/CodeGen/RegAllocGreedy.cpp
lib/CodeGen/RegAllocPBQP.cpp
lib/CodeGen/RegUsageInfoCollector.cpp
lib/CodeGen/RegUsageInfoPropagate.cpp
lib/CodeGen/RegisterClassInfo.cpp
lib/CodeGen/RegisterCoalescer.cpp
lib/CodeGen/RegisterCoalescer.h
lib/CodeGen/RegisterPressure.cpp
lib/CodeGen/RegisterScavenging.cpp
lib/CodeGen/RegisterUsageInfo.cpp
lib/CodeGen/RenameIndependentSubregs.cpp
lib/CodeGen/ResetMachineFunctionPass.cpp
lib/CodeGen/SafeStack.cpp
lib/CodeGen/SafeStackColoring.cpp
lib/CodeGen/SafeStackColoring.h
lib/CodeGen/SafeStackLayout.cpp
lib/CodeGen/SafeStackLayout.h
lib/CodeGen/ScalarizeMaskedMemIntrin.cpp
lib/CodeGen/ScheduleDAG.cpp
lib/CodeGen/ScheduleDAGInstrs.cpp
lib/CodeGen/ScheduleDAGPrinter.cpp
lib/CodeGen/ScoreboardHazardRecognizer.cpp
lib/CodeGen/SelectionDAG/CMakeLists.txt
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.h
lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
lib/CodeGen/SelectionDAG/SDNodeDbgValue.h
lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGVLIW.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp
lib/CodeGen/SelectionDAG/StatepointLowering.cpp
lib/CodeGen/SelectionDAG/StatepointLowering.h
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/CodeGen/ShadowStackGCLowering.cpp
lib/CodeGen/ShrinkWrap.cpp
lib/CodeGen/SlotIndexes.cpp
lib/CodeGen/SpillPlacement.cpp
lib/CodeGen/SpillPlacement.h
lib/CodeGen/Spiller.h
lib/CodeGen/SplitKit.cpp
lib/CodeGen/SplitKit.h
lib/CodeGen/StackColoring.cpp
lib/CodeGen/StackMapLivenessAnalysis.cpp
lib/CodeGen/StackMaps.cpp
lib/CodeGen/StackProtector.cpp
lib/CodeGen/StackSlotColoring.cpp
lib/CodeGen/TailDuplication.cpp
lib/CodeGen/TailDuplicator.cpp
lib/CodeGen/TargetFrameLoweringImpl.cpp
lib/CodeGen/TargetInstrInfo.cpp
lib/CodeGen/TargetLoweringBase.cpp
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
lib/CodeGen/TargetOptionsImpl.cpp
lib/CodeGen/TargetPassConfig.cpp
lib/CodeGen/TargetRegisterInfo.cpp
lib/CodeGen/TargetSchedule.cpp
lib/CodeGen/TargetSubtargetInfo.cpp
lib/CodeGen/TwoAddressInstructionPass.cpp
lib/CodeGen/UnreachableBlockElim.cpp
lib/CodeGen/VirtRegMap.cpp
lib/CodeGen/WinEHPrepare.cpp
lib/CodeGen/XRayInstrumentation.cpp
lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp [new file with mode: 0644]
lib/DebugInfo/CodeView/CMakeLists.txt
lib/DebugInfo/CodeView/CVSymbolVisitor.cpp
lib/DebugInfo/CodeView/CVTypeVisitor.cpp
lib/DebugInfo/CodeView/ContinuationRecordBuilder.cpp [new file with mode: 0644]
lib/DebugInfo/CodeView/EnumTables.cpp
lib/DebugInfo/CodeView/GlobalTypeTableBuilder.cpp [new file with mode: 0644]
lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp [new file with mode: 0644]
lib/DebugInfo/CodeView/RecordName.cpp [new file with mode: 0644]
lib/DebugInfo/CodeView/RecordSerialization.cpp
lib/DebugInfo/CodeView/SimpleTypeSerializer.cpp [new file with mode: 0644]
lib/DebugInfo/CodeView/StringsAndChecksums.cpp
lib/DebugInfo/CodeView/SymbolDumper.cpp
lib/DebugInfo/CodeView/SymbolSerializer.cpp
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
lib/DebugInfo/CodeView/TypeHashing.cpp [new file with mode: 0644]
lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp
lib/DebugInfo/CodeView/TypeName.cpp [deleted file]
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
lib/DebugInfo/CodeView/TypeSerializer.cpp [deleted file]
lib/DebugInfo/CodeView/TypeStreamMerger.cpp
lib/DebugInfo/CodeView/TypeTableCollection.cpp
lib/DebugInfo/DWARF/CMakeLists.txt
lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
lib/DebugInfo/DWARF/DWARFCompileUnit.cpp
lib/DebugInfo/DWARF/DWARFContext.cpp
lib/DebugInfo/DWARF/DWARFDataExtractor.cpp
lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp
lib/DebugInfo/DWARF/DWARFDebugAranges.cpp
lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
lib/DebugInfo/DWARF/DWARFDebugLine.cpp
lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp
lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp
lib/DebugInfo/DWARF/DWARFDie.cpp
lib/DebugInfo/DWARF/DWARFExpression.cpp [new file with mode: 0644]
lib/DebugInfo/DWARF/DWARFFormValue.cpp
lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
lib/DebugInfo/DWARF/DWARFUnit.cpp
lib/DebugInfo/DWARF/DWARFUnitIndex.cpp
lib/DebugInfo/DWARF/DWARFVerifier.cpp
lib/DebugInfo/DWARF/LLVMBuild.txt
lib/DebugInfo/DWARF/SyntaxHighlighting.cpp
lib/DebugInfo/DWARF/SyntaxHighlighting.h
lib/DebugInfo/MSF/MSFBuilder.cpp
lib/DebugInfo/MSF/MSFCommon.cpp
lib/DebugInfo/MSF/MappedBlockStream.cpp
lib/DebugInfo/PDB/CMakeLists.txt
lib/DebugInfo/PDB/DIA/DIAEnumTables.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp
lib/DebugInfo/PDB/DIA/DIASession.cpp
lib/DebugInfo/PDB/DIA/DIATable.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
lib/DebugInfo/PDB/Native/DbiStream.cpp
lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp
lib/DebugInfo/PDB/Native/GSI.cpp [deleted file]
lib/DebugInfo/PDB/Native/GSI.h [deleted file]
lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Native/GlobalsStream.cpp
lib/DebugInfo/PDB/Native/InfoStream.cpp
lib/DebugInfo/PDB/Native/NativeBuiltinSymbol.cpp
lib/DebugInfo/PDB/Native/NativeEnumSymbol.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Native/NativeEnumTypes.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
lib/DebugInfo/PDB/Native/NativeSession.cpp
lib/DebugInfo/PDB/Native/PDBFile.cpp
lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
lib/DebugInfo/PDB/Native/PDBStringTable.cpp
lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp
lib/DebugInfo/PDB/Native/PublicsStream.cpp
lib/DebugInfo/PDB/Native/PublicsStreamBuilder.cpp [deleted file]
lib/DebugInfo/PDB/Native/SymbolStream.cpp
lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp
lib/DebugInfo/PDB/PDB.cpp
lib/DebugInfo/PDB/PDBExtras.cpp
lib/DebugInfo/PDB/PDBInterfaceAnchors.cpp
lib/DebugInfo/PDB/PDBSymbolFunc.cpp
lib/DebugInfo/PDB/PDBSymbolTypeArray.cpp
lib/DebugInfo/PDB/PDBSymbolTypeEnum.cpp
lib/DebugInfo/PDB/PDBSymbolTypeUDT.cpp
lib/DebugInfo/Symbolize/Symbolize.cpp
lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/ExecutionEngineBindings.cpp
lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp
lib/ExecutionEngine/MCJIT/MCJIT.cpp
lib/ExecutionEngine/Orc/IndirectionUtils.cpp
lib/ExecutionEngine/Orc/OrcABISupport.cpp
lib/ExecutionEngine/Orc/OrcCBindings.cpp
lib/ExecutionEngine/Orc/OrcCBindingsStack.h
lib/ExecutionEngine/Orc/OrcError.cpp
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h
lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFI386.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h
lib/ExecutionEngine/SectionMemoryManager.cpp
lib/ExecutionEngine/TargetSelect.cpp
lib/FuzzMutate/CMakeLists.txt [new file with mode: 0644]
lib/FuzzMutate/FuzzerCLI.cpp [new file with mode: 0644]
lib/FuzzMutate/IRMutator.cpp [new file with mode: 0644]
lib/FuzzMutate/LLVMBuild.txt [new file with mode: 0644]
lib/FuzzMutate/OpDescriptor.cpp [new file with mode: 0644]
lib/FuzzMutate/Operations.cpp [new file with mode: 0644]
lib/FuzzMutate/RandomIRBuilder.cpp [new file with mode: 0644]
lib/Fuzzer/CMakeLists.txt [deleted file]
lib/Fuzzer/FuzzerCorpus.h [deleted file]
lib/Fuzzer/FuzzerCrossOver.cpp [deleted file]
lib/Fuzzer/FuzzerDefs.h [deleted file]
lib/Fuzzer/FuzzerDictionary.h [deleted file]
lib/Fuzzer/FuzzerDriver.cpp [deleted file]
lib/Fuzzer/FuzzerExtFunctions.def [deleted file]
lib/Fuzzer/FuzzerExtFunctions.h [deleted file]
lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp [deleted file]
lib/Fuzzer/FuzzerExtFunctionsDlsymWin.cpp [deleted file]
lib/Fuzzer/FuzzerExtFunctionsWeak.cpp [deleted file]
lib/Fuzzer/FuzzerExtFunctionsWeakAlias.cpp [deleted file]
lib/Fuzzer/FuzzerExtraCounters.cpp [deleted file]
lib/Fuzzer/FuzzerFlags.def [deleted file]
lib/Fuzzer/FuzzerIO.cpp [deleted file]
lib/Fuzzer/FuzzerIO.h [deleted file]
lib/Fuzzer/FuzzerIOPosix.cpp [deleted file]
lib/Fuzzer/FuzzerIOWindows.cpp [deleted file]
lib/Fuzzer/FuzzerInterface.h [deleted file]
lib/Fuzzer/FuzzerInternal.h [deleted file]
lib/Fuzzer/FuzzerLoop.cpp [deleted file]
lib/Fuzzer/FuzzerMain.cpp [deleted file]
lib/Fuzzer/FuzzerMerge.cpp [deleted file]
lib/Fuzzer/FuzzerMerge.h [deleted file]
lib/Fuzzer/FuzzerMutate.cpp [deleted file]
lib/Fuzzer/FuzzerMutate.h [deleted file]
lib/Fuzzer/FuzzerOptions.h [deleted file]
lib/Fuzzer/FuzzerRandom.h [deleted file]
lib/Fuzzer/FuzzerSHA1.cpp [deleted file]
lib/Fuzzer/FuzzerSHA1.h [deleted file]
lib/Fuzzer/FuzzerShmem.h [deleted file]
lib/Fuzzer/FuzzerShmemPosix.cpp [deleted file]
lib/Fuzzer/FuzzerShmemWindows.cpp [deleted file]
lib/Fuzzer/FuzzerTracePC.cpp [deleted file]
lib/Fuzzer/FuzzerTracePC.h [deleted file]
lib/Fuzzer/FuzzerUtil.cpp [deleted file]
lib/Fuzzer/FuzzerUtil.h [deleted file]
lib/Fuzzer/FuzzerUtilDarwin.cpp [deleted file]
lib/Fuzzer/FuzzerUtilLinux.cpp [deleted file]
lib/Fuzzer/FuzzerUtilPosix.cpp [deleted file]
lib/Fuzzer/FuzzerUtilWindows.cpp [deleted file]
lib/Fuzzer/FuzzerValueBitMap.h [deleted file]
lib/Fuzzer/README.txt
lib/Fuzzer/afl/afl_driver.cpp [deleted file]
lib/Fuzzer/build.sh [deleted file]
lib/Fuzzer/cxx.dict [deleted file]
lib/Fuzzer/standalone/StandaloneFuzzTargetMain.c [deleted file]
lib/Fuzzer/test/AFLDriverTest.cpp [deleted file]
lib/Fuzzer/test/AbsNegAndConstant64Test.cpp [deleted file]
lib/Fuzzer/test/AbsNegAndConstantTest.cpp [deleted file]
lib/Fuzzer/test/AccumulateAllocationsTest.cpp [deleted file]
lib/Fuzzer/test/BadStrcmpTest.cpp [deleted file]
lib/Fuzzer/test/BogusInitializeTest.cpp [deleted file]
lib/Fuzzer/test/BufferOverflowOnInput.cpp [deleted file]
lib/Fuzzer/test/CMakeLists.txt [deleted file]
lib/Fuzzer/test/CallerCalleeTest.cpp [deleted file]
lib/Fuzzer/test/CleanseTest.cpp [deleted file]
lib/Fuzzer/test/CounterTest.cpp [deleted file]
lib/Fuzzer/test/CustomCrossOverAndMutateTest.cpp [deleted file]
lib/Fuzzer/test/CustomCrossOverTest.cpp [deleted file]
lib/Fuzzer/test/CustomMutatorTest.cpp [deleted file]
lib/Fuzzer/test/CxxStringEqTest.cpp [deleted file]
lib/Fuzzer/test/DSO1.cpp [deleted file]
lib/Fuzzer/test/DSO2.cpp [deleted file]
lib/Fuzzer/test/DSOTestExtra.cpp [deleted file]
lib/Fuzzer/test/DSOTestMain.cpp [deleted file]
lib/Fuzzer/test/DivTest.cpp [deleted file]
lib/Fuzzer/test/EmptyTest.cpp [deleted file]
lib/Fuzzer/test/EquivalenceATest.cpp [deleted file]
lib/Fuzzer/test/EquivalenceBTest.cpp [deleted file]
lib/Fuzzer/test/FlagsTest.cpp [deleted file]
lib/Fuzzer/test/FourIndependentBranchesTest.cpp [deleted file]
lib/Fuzzer/test/FullCoverageSetTest.cpp [deleted file]
lib/Fuzzer/test/FuzzerUnittest.cpp [deleted file]
lib/Fuzzer/test/InitializeTest.cpp [deleted file]
lib/Fuzzer/test/LargeTest.cpp [deleted file]
lib/Fuzzer/test/LeakTest.cpp [deleted file]
lib/Fuzzer/test/LeakTimeoutTest.cpp [deleted file]
lib/Fuzzer/test/LoadTest.cpp [deleted file]
lib/Fuzzer/test/Memcmp64BytesTest.cpp [deleted file]
lib/Fuzzer/test/MemcmpTest.cpp [deleted file]
lib/Fuzzer/test/NotinstrumentedTest.cpp [deleted file]
lib/Fuzzer/test/NthRunCrashTest.cpp [deleted file]
lib/Fuzzer/test/NullDerefOnEmptyTest.cpp [deleted file]
lib/Fuzzer/test/NullDerefTest.cpp [deleted file]
lib/Fuzzer/test/OneHugeAllocTest.cpp [deleted file]
lib/Fuzzer/test/OutOfMemorySingleLargeMallocTest.cpp [deleted file]
lib/Fuzzer/test/OutOfMemoryTest.cpp [deleted file]
lib/Fuzzer/test/OverwriteInputTest.cpp [deleted file]
lib/Fuzzer/test/RepeatedBytesTest.cpp [deleted file]
lib/Fuzzer/test/RepeatedMemcmp.cpp [deleted file]
lib/Fuzzer/test/ShrinkControlFlowSimpleTest.cpp [deleted file]
lib/Fuzzer/test/ShrinkControlFlowTest.cpp [deleted file]
lib/Fuzzer/test/ShrinkValueProfileTest.cpp [deleted file]
lib/Fuzzer/test/SignedIntOverflowTest.cpp [deleted file]
lib/Fuzzer/test/SimpleCmpTest.cpp [deleted file]
lib/Fuzzer/test/SimpleDictionaryTest.cpp [deleted file]
lib/Fuzzer/test/SimpleHashTest.cpp [deleted file]
lib/Fuzzer/test/SimpleTest.cpp [deleted file]
lib/Fuzzer/test/SimpleThreadedTest.cpp [deleted file]
lib/Fuzzer/test/SingleByteInputTest.cpp [deleted file]
lib/Fuzzer/test/SingleMemcmpTest.cpp [deleted file]
lib/Fuzzer/test/SingleStrcmpTest.cpp [deleted file]
lib/Fuzzer/test/SingleStrncmpTest.cpp [deleted file]
lib/Fuzzer/test/SpamyTest.cpp [deleted file]
lib/Fuzzer/test/StrcmpTest.cpp [deleted file]
lib/Fuzzer/test/StrncmpOOBTest.cpp [deleted file]
lib/Fuzzer/test/StrncmpTest.cpp [deleted file]
lib/Fuzzer/test/StrstrTest.cpp [deleted file]
lib/Fuzzer/test/SwapCmpTest.cpp [deleted file]
lib/Fuzzer/test/Switch2Test.cpp [deleted file]
lib/Fuzzer/test/SwitchTest.cpp [deleted file]
lib/Fuzzer/test/TableLookupTest.cpp [deleted file]
lib/Fuzzer/test/ThreadedLeakTest.cpp [deleted file]
lib/Fuzzer/test/ThreadedTest.cpp [deleted file]
lib/Fuzzer/test/TimeoutEmptyTest.cpp [deleted file]
lib/Fuzzer/test/TimeoutTest.cpp [deleted file]
lib/Fuzzer/test/TraceMallocTest.cpp [deleted file]
lib/Fuzzer/test/TwoDifferentBugsTest.cpp [deleted file]
lib/Fuzzer/test/afl-driver-extra-stats.test [deleted file]
lib/Fuzzer/test/afl-driver-stderr.test [deleted file]
lib/Fuzzer/test/afl-driver.test [deleted file]
lib/Fuzzer/test/bad-strcmp.test [deleted file]
lib/Fuzzer/test/caller-callee.test [deleted file]
lib/Fuzzer/test/cleanse.test [deleted file]
lib/Fuzzer/test/coverage.test [deleted file]
lib/Fuzzer/test/cxxstring.test [deleted file]
lib/Fuzzer/test/dict1.txt [deleted file]
lib/Fuzzer/test/disable-leaks.test [deleted file]
lib/Fuzzer/test/dump_coverage.test [deleted file]
lib/Fuzzer/test/equivalence-signals.test [deleted file]
lib/Fuzzer/test/equivalence.test [deleted file]
lib/Fuzzer/test/extra-counters.test [deleted file]
lib/Fuzzer/test/fuzzer-customcrossover.test [deleted file]
lib/Fuzzer/test/fuzzer-customcrossoverandmutate.test [deleted file]
lib/Fuzzer/test/fuzzer-custommutator.test [deleted file]
lib/Fuzzer/test/fuzzer-dict.test [deleted file]
lib/Fuzzer/test/fuzzer-dirs.test [deleted file]
lib/Fuzzer/test/fuzzer-fdmask.test [deleted file]
lib/Fuzzer/test/fuzzer-finalstats.test [deleted file]
lib/Fuzzer/test/fuzzer-flags.test [deleted file]
lib/Fuzzer/test/fuzzer-leak.test [deleted file]
lib/Fuzzer/test/fuzzer-oom-with-profile.test [deleted file]
lib/Fuzzer/test/fuzzer-oom.test [deleted file]
lib/Fuzzer/test/fuzzer-printcovpcs.test [deleted file]
lib/Fuzzer/test/fuzzer-runs.test [deleted file]
lib/Fuzzer/test/fuzzer-seed.test [deleted file]
lib/Fuzzer/test/fuzzer-segv.test [deleted file]
lib/Fuzzer/test/fuzzer-singleinputs.test [deleted file]
lib/Fuzzer/test/fuzzer-threaded.test [deleted file]
lib/Fuzzer/test/fuzzer-timeout.test [deleted file]
lib/Fuzzer/test/fuzzer-traces-hooks.test [deleted file]
lib/Fuzzer/test/fuzzer-ubsan.test [deleted file]
lib/Fuzzer/test/fuzzer.test [deleted file]
lib/Fuzzer/test/hi.txt [deleted file]
lib/Fuzzer/test/inline-8bit-counters.test [deleted file]
lib/Fuzzer/test/inline-8bit-counters/CMakeLists.txt [deleted file]
lib/Fuzzer/test/lit.cfg [deleted file]
lib/Fuzzer/test/lit.site.cfg.in [deleted file]
lib/Fuzzer/test/merge-posix.test [deleted file]
lib/Fuzzer/test/merge-summary.test [deleted file]
lib/Fuzzer/test/merge.test [deleted file]
lib/Fuzzer/test/minimize_crash.test [deleted file]
lib/Fuzzer/test/minimize_two_crashes.test [deleted file]
lib/Fuzzer/test/no-coverage/CMakeLists.txt [deleted file]
lib/Fuzzer/test/overwrite-input.test [deleted file]
lib/Fuzzer/test/reduce_inputs.test [deleted file]
lib/Fuzzer/test/repeated-bytes.test [deleted file]
lib/Fuzzer/test/shrink.test [deleted file]
lib/Fuzzer/test/simple-cmp.test [deleted file]
lib/Fuzzer/test/standalone.test [deleted file]
lib/Fuzzer/test/swap-cmp.test [deleted file]
lib/Fuzzer/test/trace-malloc-2.test [deleted file]
lib/Fuzzer/test/trace-malloc.test [deleted file]
lib/Fuzzer/test/trace-pc.test [deleted file]
lib/Fuzzer/test/trace-pc/CMakeLists.txt [deleted file]
lib/Fuzzer/test/ubsan/CMakeLists.txt [deleted file]
lib/Fuzzer/test/ulimit.test [deleted file]
lib/Fuzzer/test/uninstrumented/CMakeLists.txt [deleted file]
lib/Fuzzer/test/unit/lit.cfg [deleted file]
lib/Fuzzer/test/unit/lit.site.cfg.in [deleted file]
lib/Fuzzer/test/value-profile-cmp.test [deleted file]
lib/Fuzzer/test/value-profile-cmp2.test [deleted file]
lib/Fuzzer/test/value-profile-cmp3.test [deleted file]
lib/Fuzzer/test/value-profile-cmp4.test [deleted file]
lib/Fuzzer/test/value-profile-div.test [deleted file]
lib/Fuzzer/test/value-profile-load.test [deleted file]
lib/Fuzzer/test/value-profile-mem.test [deleted file]
lib/Fuzzer/test/value-profile-set.test [deleted file]
lib/Fuzzer/test/value-profile-strcmp.test [deleted file]
lib/Fuzzer/test/value-profile-strncmp.test [deleted file]
lib/Fuzzer/test/value-profile-switch.test [deleted file]
lib/IR/AsmWriter.cpp
lib/IR/Attributes.cpp
lib/IR/AutoUpgrade.cpp
lib/IR/BasicBlock.cpp
lib/IR/CMakeLists.txt
lib/IR/ConstantFold.cpp
lib/IR/ConstantRange.cpp
lib/IR/Constants.cpp
lib/IR/Core.cpp
lib/IR/DIBuilder.cpp
lib/IR/DataLayout.cpp
lib/IR/DebugInfo.cpp
lib/IR/DebugInfoMetadata.cpp
lib/IR/DebugLoc.cpp
lib/IR/DiagnosticHandler.cpp [new file with mode: 0644]
lib/IR/DiagnosticInfo.cpp
lib/IR/Dominators.cpp
lib/IR/Function.cpp
lib/IR/GCOV.cpp [deleted file]
lib/IR/Globals.cpp
lib/IR/IRBuilder.cpp
lib/IR/IRPrintingPasses.cpp
lib/IR/InlineAsm.cpp
lib/IR/Instruction.cpp
lib/IR/Instructions.cpp
lib/IR/IntrinsicInst.cpp
lib/IR/LLVMContext.cpp
lib/IR/LLVMContextImpl.cpp
lib/IR/LLVMContextImpl.h
lib/IR/LegacyPassManager.cpp
lib/IR/MDBuilder.cpp
lib/IR/Metadata.cpp
lib/IR/OptBisect.cpp
lib/IR/Pass.cpp
lib/IR/PassRegistry.cpp
lib/IR/SafepointIRVerifier.cpp
lib/IR/User.cpp
lib/IR/Value.cpp
lib/IR/ValueSymbolTable.cpp
lib/IR/ValueTypes.cpp
lib/IR/Verifier.cpp
lib/IRReader/IRReader.cpp
lib/LLVMBuild.txt
lib/LTO/Caching.cpp
lib/LTO/LTO.cpp
lib/LTO/LTOBackend.cpp
lib/LTO/LTOCodeGenerator.cpp
lib/LTO/LTOModule.cpp
lib/LTO/ThinLTOCodeGenerator.cpp
lib/LTO/UpdateCompilerUsed.cpp
lib/MC/CMakeLists.txt
lib/MC/ELFObjectWriter.cpp
lib/MC/MCAsmBackend.cpp
lib/MC/MCAsmInfoWasm.cpp
lib/MC/MCAsmStreamer.cpp
lib/MC/MCAssembler.cpp
lib/MC/MCCodePadder.cpp [new file with mode: 0644]
lib/MC/MCCodeView.cpp
lib/MC/MCContext.cpp
lib/MC/MCDwarf.cpp
lib/MC/MCELFObjectTargetWriter.cpp
lib/MC/MCELFStreamer.cpp
lib/MC/MCExpr.cpp
lib/MC/MCFragment.cpp
lib/MC/MCMachOStreamer.cpp
lib/MC/MCNullStreamer.cpp
lib/MC/MCObjectFileInfo.cpp
lib/MC/MCObjectStreamer.cpp
lib/MC/MCParser/AsmLexer.cpp
lib/MC/MCParser/AsmParser.cpp
lib/MC/MCParser/COFFAsmParser.cpp
lib/MC/MCParser/DarwinAsmParser.cpp
lib/MC/MCParser/ELFAsmParser.cpp
lib/MC/MCParser/MCAsmParser.cpp
lib/MC/MCParser/MCTargetAsmParser.cpp
lib/MC/MCRegisterInfo.cpp
lib/MC/MCSectionELF.cpp
lib/MC/MCSectionWasm.cpp
lib/MC/MCStreamer.cpp
lib/MC/MCSubtargetInfo.cpp
lib/MC/MCSymbolELF.cpp
lib/MC/MCWasmStreamer.cpp
lib/MC/MCWin64EH.cpp
lib/MC/MCWinCOFFStreamer.cpp
lib/MC/MachObjectWriter.cpp
lib/MC/StringTableBuilder.cpp
lib/MC/WasmObjectWriter.cpp
lib/MC/WinCOFFObjectWriter.cpp
lib/Object/Archive.cpp
lib/Object/ArchiveWriter.cpp
lib/Object/COFFImportFile.cpp
lib/Object/COFFModuleDefinition.cpp
lib/Object/COFFObjectFile.cpp
lib/Object/ELF.cpp
lib/Object/ELFObjectFile.cpp
lib/Object/IRObjectFile.cpp
lib/Object/IRSymtab.cpp
lib/Object/MachOObjectFile.cpp
lib/Object/ModuleSymbolTable.cpp
lib/Object/ObjectFile.cpp
lib/Object/SymbolicFile.cpp
lib/Object/WasmObjectFile.cpp
lib/Object/WindowsResource.cpp
lib/ObjectYAML/CMakeLists.txt
lib/ObjectYAML/COFFYAML.cpp
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
lib/ObjectYAML/CodeViewYAMLSymbols.cpp
lib/ObjectYAML/CodeViewYAMLTypeHashing.cpp [new file with mode: 0644]
lib/ObjectYAML/CodeViewYAMLTypes.cpp
lib/ObjectYAML/DWARFEmitter.cpp
lib/ObjectYAML/DWARFVisitor.cpp
lib/ObjectYAML/ELFYAML.cpp
lib/ObjectYAML/MachOYAML.cpp
lib/ObjectYAML/WasmYAML.cpp
lib/Option/OptTable.cpp
lib/Passes/PassBuilder.cpp
lib/Passes/PassRegistry.def
lib/ProfileData/CMakeLists.txt
lib/ProfileData/Coverage/CoverageMapping.cpp
lib/ProfileData/Coverage/CoverageMappingReader.cpp
lib/ProfileData/Coverage/CoverageMappingWriter.cpp
lib/ProfileData/GCOV.cpp [new file with mode: 0644]
lib/ProfileData/InstrProf.cpp
lib/ProfileData/InstrProfReader.cpp
lib/ProfileData/ProfileSummaryBuilder.cpp
lib/ProfileData/SampleProfReader.cpp
lib/ProfileData/SampleProfWriter.cpp
lib/Support/AMDGPUCodeObjectMetadata.cpp [deleted file]
lib/Support/AMDGPUMetadata.cpp [new file with mode: 0644]
lib/Support/APFloat.cpp
lib/Support/APInt.cpp
lib/Support/ARMAttributeParser.cpp
lib/Support/Atomic.cpp
lib/Support/BinaryStreamRef.cpp
lib/Support/BinaryStreamWriter.cpp
lib/Support/BlockFrequency.cpp
lib/Support/CMakeLists.txt
lib/Support/CachePruning.cpp
lib/Support/Chrono.cpp
lib/Support/CodeGenCoverage.cpp [new file with mode: 0644]
lib/Support/CommandLine.cpp
lib/Support/Error.cpp
lib/Support/FileOutputBuffer.cpp
lib/Support/FoldingSet.cpp
lib/Support/FormatVariadic.cpp
lib/Support/GlobPattern.cpp
lib/Support/GraphWriter.cpp
lib/Support/Host.cpp
lib/Support/KnownBits.cpp [new file with mode: 0644]
lib/Support/LockFileManager.cpp
lib/Support/LowLevelType.cpp
lib/Support/MD5.cpp
lib/Support/Parallel.cpp
lib/Support/Path.cpp
lib/Support/Process.cpp
lib/Support/Program.cpp
lib/Support/RandomNumberGenerator.cpp
lib/Support/ScopedPrinter.cpp
lib/Support/Signals.cpp
lib/Support/SmallPtrSet.cpp
lib/Support/SmallVector.cpp
lib/Support/SourceMgr.cpp
lib/Support/SpecialCaseList.cpp
lib/Support/Statistic.cpp
lib/Support/StringExtras.cpp
lib/Support/StringMap.cpp
lib/Support/StringRef.cpp
lib/Support/TarWriter.cpp
lib/Support/TargetParser.cpp
lib/Support/TargetRegistry.cpp
lib/Support/ThreadPool.cpp
lib/Support/Threading.cpp
lib/Support/Timer.cpp
lib/Support/ToolOutputFile.cpp
lib/Support/Triple.cpp
lib/Support/Unix/DynamicLibrary.inc
lib/Support/Unix/Memory.inc
lib/Support/Unix/Path.inc
lib/Support/Unix/Process.inc
lib/Support/Unix/Program.inc
lib/Support/Unix/Threading.inc
lib/Support/Windows/Memory.inc
lib/Support/Windows/Path.inc
lib/Support/Windows/Process.inc
lib/Support/Windows/Program.inc
lib/Support/Windows/Signals.inc
lib/Support/YAMLTraits.cpp
lib/Support/raw_ostream.cpp
lib/Support/regcclass.h [deleted file]
lib/Support/regcname.h [deleted file]
lib/Support/regcomp.c
lib/Support/regex2.h
lib/TableGen/Error.cpp
lib/TableGen/Main.cpp
lib/TableGen/Record.cpp
lib/TableGen/StringMatcher.cpp
lib/Target/AArch64/AArch64.h
lib/Target/AArch64/AArch64.td
lib/Target/AArch64/AArch64A53Fix835769.cpp
lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp
lib/Target/AArch64/AArch64AdvSIMDScalarPass.cpp
lib/Target/AArch64/AArch64AsmPrinter.cpp
lib/Target/AArch64/AArch64CallLowering.cpp
lib/Target/AArch64/AArch64CallLowering.h
lib/Target/AArch64/AArch64CallingConvention.h
lib/Target/AArch64/AArch64CallingConvention.td
lib/Target/AArch64/AArch64CleanupLocalDynamicTLSPass.cpp
lib/Target/AArch64/AArch64CollectLOH.cpp
lib/Target/AArch64/AArch64CondBrTuning.cpp
lib/Target/AArch64/AArch64ConditionOptimizer.cpp
lib/Target/AArch64/AArch64ConditionalCompares.cpp
lib/Target/AArch64/AArch64DeadRegisterDefinitionsPass.cpp
lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
lib/Target/AArch64/AArch64FalkorHWPFFix.cpp
lib/Target/AArch64/AArch64FastISel.cpp
lib/Target/AArch64/AArch64FrameLowering.cpp
lib/Target/AArch64/AArch64FrameLowering.h
lib/Target/AArch64/AArch64GenRegisterBankInfo.def
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/AArch64/AArch64ISelLowering.h
lib/Target/AArch64/AArch64InstrAtomics.td
lib/Target/AArch64/AArch64InstrFormats.td
lib/Target/AArch64/AArch64InstrInfo.cpp
lib/Target/AArch64/AArch64InstrInfo.h
lib/Target/AArch64/AArch64InstrInfo.td
lib/Target/AArch64/AArch64InstructionSelector.cpp
lib/Target/AArch64/AArch64LegalizerInfo.cpp
lib/Target/AArch64/AArch64LegalizerInfo.h
lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
lib/Target/AArch64/AArch64MCInstLower.cpp
lib/Target/AArch64/AArch64MachineFunctionInfo.h
lib/Target/AArch64/AArch64MacroFusion.cpp
lib/Target/AArch64/AArch64PBQPRegAlloc.cpp
lib/Target/AArch64/AArch64PromoteConstant.cpp
lib/Target/AArch64/AArch64RedundantCopyElimination.cpp
lib/Target/AArch64/AArch64RegisterBankInfo.cpp
lib/Target/AArch64/AArch64RegisterBankInfo.h
lib/Target/AArch64/AArch64RegisterBanks.td
lib/Target/AArch64/AArch64RegisterInfo.cpp
lib/Target/AArch64/AArch64RegisterInfo.td
lib/Target/AArch64/AArch64SIMDInstrOpt.cpp [new file with mode: 0644]
lib/Target/AArch64/AArch64SVEInstrInfo.td [new file with mode: 0644]
lib/Target/AArch64/AArch64SchedA53.td
lib/Target/AArch64/AArch64SchedA57.td
lib/Target/AArch64/AArch64SchedCyclone.td
lib/Target/AArch64/AArch64SchedFalkor.td
lib/Target/AArch64/AArch64SchedKryo.td
lib/Target/AArch64/AArch64SchedM1.td
lib/Target/AArch64/AArch64SchedThunderX.td
lib/Target/AArch64/AArch64SchedThunderX2T99.td
lib/Target/AArch64/AArch64StorePairSuppress.cpp
lib/Target/AArch64/AArch64Subtarget.cpp
lib/Target/AArch64/AArch64Subtarget.h
lib/Target/AArch64/AArch64SystemOperands.td
lib/Target/AArch64/AArch64TargetMachine.cpp
lib/Target/AArch64/AArch64TargetMachine.h
lib/Target/AArch64/AArch64TargetObjectFile.h
lib/Target/AArch64/AArch64TargetTransformInfo.cpp
lib/Target/AArch64/AArch64TargetTransformInfo.h
lib/Target/AArch64/AArch64VectorByElementOpt.cpp [deleted file]
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
lib/Target/AArch64/CMakeLists.txt
lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp
lib/Target/AArch64/InstPrinter/AArch64InstPrinter.h
lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp
lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.h
lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.h
lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
lib/Target/AArch64/MCTargetDesc/AArch64MachObjectWriter.cpp
lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFObjectWriter.cpp
lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFStreamer.cpp
lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFStreamer.h
lib/Target/AArch64/SVEInstrFormats.td [new file with mode: 0644]
lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp
lib/Target/AArch64/Utils/AArch64BaseInfo.h
lib/Target/AMDGPU/AMDGPU.h
lib/Target/AMDGPU/AMDGPU.td
lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp
lib/Target/AMDGPU/AMDGPUAliasAnalysis.h
lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp
lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp
lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.h [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
lib/Target/AMDGPU/AMDGPUAsmPrinter.h
lib/Target/AMDGPU/AMDGPUCallLowering.cpp
lib/Target/AMDGPU/AMDGPUCallingConv.td
lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
lib/Target/AMDGPU/AMDGPUFrameLowering.h
lib/Target/AMDGPU/AMDGPUGenRegisterBankInfo.def
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
lib/Target/AMDGPU/AMDGPUISelLowering.cpp
lib/Target/AMDGPU/AMDGPUISelLowering.h
lib/Target/AMDGPU/AMDGPUInline.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUInstrInfo.cpp
lib/Target/AMDGPU/AMDGPUInstrInfo.h
lib/Target/AMDGPU/AMDGPUInstrInfo.td
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
lib/Target/AMDGPU/AMDGPUInstructionSelector.h
lib/Target/AMDGPU/AMDGPUInstructions.td
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
lib/Target/AMDGPU/AMDGPULibCalls.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPULibFunc.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPULibFunc.h [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUMCInstLower.cpp
lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp
lib/Target/AMDGPU/AMDGPUMachineFunction.cpp
lib/Target/AMDGPU/AMDGPUMachineModuleInfo.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUMachineModuleInfo.h [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUOpenCLEnqueuedBlockLowering.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUOpenCLImageTypeLoweringPass.cpp
lib/Target/AMDGPU/AMDGPUPTNote.h
lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
lib/Target/AMDGPU/AMDGPURegisterInfo.cpp
lib/Target/AMDGPU/AMDGPURegisterInfo.td
lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUSubtarget.cpp
lib/Target/AMDGPU/AMDGPUSubtarget.h
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
lib/Target/AMDGPU/AMDGPUTargetMachine.h
lib/Target/AMDGPU/AMDGPUTargetObjectFile.cpp
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp
lib/Target/AMDGPU/AMDGPUUnifyMetadata.cpp
lib/Target/AMDGPU/AMDILCFGStructurizer.cpp
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
lib/Target/AMDGPU/BUFInstructions.td
lib/Target/AMDGPU/CIInstructions.td [deleted file]
lib/Target/AMDGPU/CMakeLists.txt
lib/Target/AMDGPU/CaymanInstructions.td
lib/Target/AMDGPU/DSInstructions.td
lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h
lib/Target/AMDGPU/EvergreenInstructions.td
lib/Target/AMDGPU/FLATInstructions.td
lib/Target/AMDGPU/GCNHazardRecognizer.cpp
lib/Target/AMDGPU/GCNHazardRecognizer.h
lib/Target/AMDGPU/GCNILPSched.cpp [new file with mode: 0644]
lib/Target/AMDGPU/GCNIterativeScheduler.cpp
lib/Target/AMDGPU/GCNIterativeScheduler.h
lib/Target/AMDGPU/GCNMinRegStrategy.cpp
lib/Target/AMDGPU/GCNProcessors.td [new file with mode: 0644]
lib/Target/AMDGPU/GCNRegPressure.cpp
lib/Target/AMDGPU/GCNRegPressure.h
lib/Target/AMDGPU/GCNSchedStrategy.cpp
lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp
lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h
lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp
lib/Target/AMDGPU/MCTargetDesc/AMDGPUCodeObjectMetadataStreamer.cpp [deleted file]
lib/Target/AMDGPU/MCTargetDesc/AMDGPUCodeObjectMetadataStreamer.h [deleted file]
lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFObjectWriter.cpp
lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.cpp
lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.h
lib/Target/AMDGPU/MCTargetDesc/AMDGPUHSAMetadataStreamer.cpp [new file with mode: 0644]
lib/Target/AMDGPU/MCTargetDesc/AMDGPUHSAMetadataStreamer.h [new file with mode: 0644]
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.h
lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h
lib/Target/AMDGPU/MCTargetDesc/CMakeLists.txt
lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp
lib/Target/AMDGPU/MIMGInstructions.td
lib/Target/AMDGPU/Processors.td
lib/Target/AMDGPU/R600ClauseMergePass.cpp
lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp
lib/Target/AMDGPU/R600ExpandSpecialInstrs.cpp
lib/Target/AMDGPU/R600FrameLowering.h
lib/Target/AMDGPU/R600ISelLowering.cpp
lib/Target/AMDGPU/R600InstrFormats.td
lib/Target/AMDGPU/R600InstrInfo.cpp
lib/Target/AMDGPU/R600InstrInfo.h
lib/Target/AMDGPU/R600Instructions.td
lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp
lib/Target/AMDGPU/R600Packetizer.cpp
lib/Target/AMDGPU/R600Processors.td [new file with mode: 0644]
lib/Target/AMDGPU/R600RegisterInfo.td
lib/Target/AMDGPU/SIAnnotateControlFlow.cpp
lib/Target/AMDGPU/SIDefines.h
lib/Target/AMDGPU/SIFixControlFlowLiveIntervals.cpp [deleted file]
lib/Target/AMDGPU/SIFixSGPRCopies.cpp
lib/Target/AMDGPU/SIFixWWMLiveness.cpp [new file with mode: 0644]
lib/Target/AMDGPU/SIFoldOperands.cpp
lib/Target/AMDGPU/SIFrameLowering.cpp
lib/Target/AMDGPU/SIFrameLowering.h
lib/Target/AMDGPU/SIISelLowering.cpp
lib/Target/AMDGPU/SIISelLowering.h
lib/Target/AMDGPU/SIInsertSkips.cpp
lib/Target/AMDGPU/SIInsertWaitcnts.cpp
lib/Target/AMDGPU/SIInsertWaits.cpp
lib/Target/AMDGPU/SIInstrFormats.td
lib/Target/AMDGPU/SIInstrInfo.cpp
lib/Target/AMDGPU/SIInstrInfo.h
lib/Target/AMDGPU/SIInstrInfo.td
lib/Target/AMDGPU/SIInstructions.td
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
lib/Target/AMDGPU/SILowerControlFlow.cpp
lib/Target/AMDGPU/SILowerI1Copies.cpp
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
lib/Target/AMDGPU/SIMachineFunctionInfo.h
lib/Target/AMDGPU/SIMachineScheduler.cpp
lib/Target/AMDGPU/SIMachineScheduler.h
lib/Target/AMDGPU/SIMemoryLegalizer.cpp [new file with mode: 0644]
lib/Target/AMDGPU/SIOptimizeExecMasking.cpp
lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp [new file with mode: 0644]
lib/Target/AMDGPU/SIPeepholeSDWA.cpp
lib/Target/AMDGPU/SIRegisterInfo.cpp
lib/Target/AMDGPU/SIRegisterInfo.h
lib/Target/AMDGPU/SIRegisterInfo.td
lib/Target/AMDGPU/SIShrinkInstructions.cpp
lib/Target/AMDGPU/SIWholeQuadMode.cpp
lib/Target/AMDGPU/SMInstructions.td
lib/Target/AMDGPU/SOPInstructions.td
lib/Target/AMDGPU/TargetInfo/AMDGPUTargetInfo.cpp
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
lib/Target/AMDGPU/Utils/AMDKernelCodeTUtils.cpp
lib/Target/AMDGPU/Utils/AMDKernelCodeTUtils.h
lib/Target/AMDGPU/VOP1Instructions.td
lib/Target/AMDGPU/VOP2Instructions.td
lib/Target/AMDGPU/VOP3Instructions.td
lib/Target/AMDGPU/VOP3PInstructions.td
lib/Target/AMDGPU/VOPCInstructions.td
lib/Target/AMDGPU/VOPInstructions.td
lib/Target/ARC/ARC.h [new file with mode: 0644]
lib/Target/ARC/ARC.td [new file with mode: 0644]
lib/Target/ARC/ARCAsmPrinter.cpp [new file with mode: 0644]
lib/Target/ARC/ARCBranchFinalize.cpp [new file with mode: 0644]
lib/Target/ARC/ARCCallingConv.td [new file with mode: 0644]
lib/Target/ARC/ARCExpandPseudos.cpp [new file with mode: 0644]
lib/Target/ARC/ARCFrameLowering.cpp [new file with mode: 0644]
lib/Target/ARC/ARCFrameLowering.h [new file with mode: 0644]
lib/Target/ARC/ARCISelDAGToDAG.cpp [new file with mode: 0644]
lib/Target/ARC/ARCISelLowering.cpp [new file with mode: 0644]
lib/Target/ARC/ARCISelLowering.h [new file with mode: 0644]
lib/Target/ARC/ARCInstrFormats.td [new file with mode: 0644]
lib/Target/ARC/ARCInstrInfo.cpp [new file with mode: 0644]
lib/Target/ARC/ARCInstrInfo.h [new file with mode: 0644]
lib/Target/ARC/ARCInstrInfo.td [new file with mode: 0644]
lib/Target/ARC/ARCMCInstLower.cpp [new file with mode: 0644]
lib/Target/ARC/ARCMCInstLower.h [new file with mode: 0644]
lib/Target/ARC/ARCMachineFunctionInfo.cpp [new file with mode: 0644]
lib/Target/ARC/ARCMachineFunctionInfo.h [new file with mode: 0644]
lib/Target/ARC/ARCRegisterInfo.cpp [new file with mode: 0644]
lib/Target/ARC/ARCRegisterInfo.h [new file with mode: 0644]
lib/Target/ARC/ARCRegisterInfo.td [new file with mode: 0644]
lib/Target/ARC/ARCSubtarget.cpp [new file with mode: 0644]
lib/Target/ARC/ARCSubtarget.h [new file with mode: 0644]
lib/Target/ARC/ARCTargetMachine.cpp [new file with mode: 0644]
lib/Target/ARC/ARCTargetMachine.h [new file with mode: 0644]
lib/Target/ARC/ARCTargetStreamer.h [new file with mode: 0644]
lib/Target/ARC/ARCTargetTransformInfo.h [new file with mode: 0644]
lib/Target/ARC/CMakeLists.txt [new file with mode: 0644]
lib/Target/ARC/Disassembler/ARCDisassembler.cpp [new file with mode: 0644]
lib/Target/ARC/Disassembler/CMakeLists.txt [new file with mode: 0644]
lib/Target/ARC/Disassembler/LLVMBuild.txt [new file with mode: 0644]
lib/Target/ARC/InstPrinter/ARCInstPrinter.cpp [new file with mode: 0644]
lib/Target/ARC/InstPrinter/ARCInstPrinter.h [new file with mode: 0644]
lib/Target/ARC/InstPrinter/CMakeLists.txt [new file with mode: 0644]
lib/Target/ARC/InstPrinter/LLVMBuild.txt [new file with mode: 0644]
lib/Target/ARC/LLVMBuild.txt [new file with mode: 0644]
lib/Target/ARC/MCTargetDesc/ARCInfo.h [new file with mode: 0644]
lib/Target/ARC/MCTargetDesc/ARCMCAsmInfo.cpp [new file with mode: 0644]
lib/Target/ARC/MCTargetDesc/ARCMCAsmInfo.h [new file with mode: 0644]
lib/Target/ARC/MCTargetDesc/ARCMCTargetDesc.cpp [new file with mode: 0644]
lib/Target/ARC/MCTargetDesc/ARCMCTargetDesc.h [new file with mode: 0644]
lib/Target/ARC/MCTargetDesc/CMakeLists.txt [new file with mode: 0644]
lib/Target/ARC/MCTargetDesc/LLVMBuild.txt [new file with mode: 0644]
lib/Target/ARC/TargetInfo/ARCTargetInfo.cpp [new file with mode: 0644]
lib/Target/ARC/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/ARC/TargetInfo/LLVMBuild.txt [new file with mode: 0644]
lib/Target/ARM/A15SDOptimizer.cpp
lib/Target/ARM/ARM.h
lib/Target/ARM/ARM.td
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/ARMAsmPrinter.h
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMBaseInstrInfo.h
lib/Target/ARM/ARMBaseRegisterInfo.cpp
lib/Target/ARM/ARMBaseRegisterInfo.h
lib/Target/ARM/ARMCallLowering.cpp
lib/Target/ARM/ARMCallLowering.h
lib/Target/ARM/ARMCallingConv.h
lib/Target/ARM/ARMCallingConv.td
lib/Target/ARM/ARMComputeBlockSize.cpp
lib/Target/ARM/ARMConstantIslandPass.cpp
lib/Target/ARM/ARMConstantPoolValue.cpp
lib/Target/ARM/ARMConstantPoolValue.h
lib/Target/ARM/ARMExpandPseudoInsts.cpp
lib/Target/ARM/ARMFastISel.cpp
lib/Target/ARM/ARMFrameLowering.cpp
lib/Target/ARM/ARMFrameLowering.h
lib/Target/ARM/ARMHazardRecognizer.cpp
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrNEON.td
lib/Target/ARM/ARMInstrThumb.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/ARMInstrVFP.td
lib/Target/ARM/ARMInstructionSelector.cpp
lib/Target/ARM/ARMLegalizerInfo.cpp
lib/Target/ARM/ARMLoadStoreOptimizer.cpp
lib/Target/ARM/ARMMacroFusion.cpp
lib/Target/ARM/ARMOptimizeBarriersPass.cpp
lib/Target/ARM/ARMRegisterBankInfo.cpp
lib/Target/ARM/ARMRegisterInfo.td
lib/Target/ARM/ARMSchedule.td
lib/Target/ARM/ARMScheduleA57.td
lib/Target/ARM/ARMScheduleR52.td
lib/Target/ARM/ARMSelectionDAGInfo.cpp
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
lib/Target/ARM/ARMSystemRegister.td [new file with mode: 0644]
lib/Target/ARM/ARMTargetMachine.cpp
lib/Target/ARM/ARMTargetMachine.h
lib/Target/ARM/ARMTargetTransformInfo.cpp
lib/Target/ARM/ARMTargetTransformInfo.h
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/AsmParser/LLVMBuild.txt
lib/Target/ARM/CMakeLists.txt
lib/Target/ARM/Disassembler/ARMDisassembler.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.h
lib/Target/ARM/InstPrinter/LLVMBuild.txt
lib/Target/ARM/LLVMBuild.txt
lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
lib/Target/ARM/MCTargetDesc/ARMAsmBackendDarwin.h
lib/Target/ARM/MCTargetDesc/ARMAsmBackendELF.h
lib/Target/ARM/MCTargetDesc/ARMAsmBackendWinCOFF.h
lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h
lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
lib/Target/ARM/MCTargetDesc/ARMMCExpr.cpp
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
lib/Target/ARM/MCTargetDesc/ARMMachORelocationInfo.cpp
lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp
lib/Target/ARM/MCTargetDesc/ARMWinCOFFObjectWriter.cpp
lib/Target/ARM/MCTargetDesc/ARMWinCOFFStreamer.cpp
lib/Target/ARM/MLxExpansionPass.cpp
lib/Target/ARM/TargetInfo/ARMTargetInfo.cpp
lib/Target/ARM/Thumb1FrameLowering.cpp
lib/Target/ARM/Thumb1FrameLowering.h
lib/Target/ARM/Thumb1InstrInfo.cpp
lib/Target/ARM/Thumb2InstrInfo.cpp
lib/Target/ARM/Thumb2SizeReduction.cpp
lib/Target/ARM/ThumbRegisterInfo.cpp
lib/Target/ARM/ThumbRegisterInfo.h
lib/Target/ARM/Utils/ARMBaseInfo.cpp [new file with mode: 0644]
lib/Target/ARM/Utils/ARMBaseInfo.h [new file with mode: 0644]
lib/Target/ARM/Utils/CMakeLists.txt [new file with mode: 0644]
lib/Target/ARM/Utils/LLVMBuild.txt [new file with mode: 0644]
lib/Target/AVR/AVR.h
lib/Target/AVR/AVRAsmPrinter.cpp
lib/Target/AVR/AVRExpandPseudoInsts.cpp
lib/Target/AVR/AVRFrameLowering.cpp
lib/Target/AVR/AVRFrameLowering.h
lib/Target/AVR/AVRISelLowering.cpp
lib/Target/AVR/AVRISelLowering.h
lib/Target/AVR/AVRInstrInfo.h
lib/Target/AVR/AVRInstrumentFunctions.cpp [deleted file]
lib/Target/AVR/AVRRegisterInfo.cpp
lib/Target/AVR/AVRRegisterInfo.h
lib/Target/AVR/AVRRelaxMemOperations.cpp
lib/Target/AVR/AVRSubtarget.h
lib/Target/AVR/AVRTargetMachine.cpp
lib/Target/AVR/AVRTargetMachine.h
lib/Target/AVR/AsmParser/AVRAsmParser.cpp
lib/Target/AVR/CMakeLists.txt
lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp
lib/Target/AVR/MCTargetDesc/AVRAsmBackend.h
lib/Target/AVR/MCTargetDesc/AVRELFObjectWriter.cpp
lib/Target/AVR/MCTargetDesc/AVRFixupKinds.h
lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.cpp [new file with mode: 0644]
lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.h [new file with mode: 0644]
lib/Target/AVR/MCTargetDesc/AVRMCExpr.cpp
lib/Target/AVR/MCTargetDesc/AVRMCExpr.h
lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.cpp
lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.h
lib/Target/AVR/MCTargetDesc/CMakeLists.txt
lib/Target/AVR/TargetInfo/AVRTargetInfo.cpp
lib/Target/BPF/AsmParser/BPFAsmParser.cpp [new file with mode: 0644]
lib/Target/BPF/AsmParser/CMakeLists.txt [new file with mode: 0644]
lib/Target/BPF/AsmParser/LLVMBuild.txt [new file with mode: 0644]
lib/Target/BPF/BPF.td
lib/Target/BPF/BPFAsmPrinter.cpp
lib/Target/BPF/BPFFrameLowering.h
lib/Target/BPF/BPFISelDAGToDAG.cpp
lib/Target/BPF/BPFISelLowering.cpp
lib/Target/BPF/BPFISelLowering.h
lib/Target/BPF/BPFInstrFormats.td
lib/Target/BPF/BPFInstrInfo.h
lib/Target/BPF/BPFInstrInfo.td
lib/Target/BPF/BPFRegisterInfo.cpp
lib/Target/BPF/BPFRegisterInfo.h
lib/Target/BPF/BPFRegisterInfo.td
lib/Target/BPF/BPFSubtarget.cpp
lib/Target/BPF/BPFSubtarget.h
lib/Target/BPF/BPFTargetMachine.cpp
lib/Target/BPF/BPFTargetMachine.h
lib/Target/BPF/CMakeLists.txt
lib/Target/BPF/Disassembler/BPFDisassembler.cpp
lib/Target/BPF/InstPrinter/BPFInstPrinter.cpp
lib/Target/BPF/InstPrinter/BPFInstPrinter.h
lib/Target/BPF/LLVMBuild.txt
lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp
lib/Target/BPF/MCTargetDesc/BPFELFObjectWriter.cpp
lib/Target/BPF/MCTargetDesc/BPFMCCodeEmitter.cpp
lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.cpp
lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.h
lib/Target/BPF/TargetInfo/BPFTargetInfo.cpp
lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp
lib/Target/Hexagon/BitTracker.cpp
lib/Target/Hexagon/BitTracker.h
lib/Target/Hexagon/CMakeLists.txt
lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp
lib/Target/Hexagon/Hexagon.h
lib/Target/Hexagon/Hexagon.td
lib/Target/Hexagon/HexagonAsmPrinter.cpp
lib/Target/Hexagon/HexagonAsmPrinter.h
lib/Target/Hexagon/HexagonBitSimplify.cpp
lib/Target/Hexagon/HexagonBitTracker.cpp
lib/Target/Hexagon/HexagonBitTracker.h
lib/Target/Hexagon/HexagonBlockRanges.cpp
lib/Target/Hexagon/HexagonBlockRanges.h
lib/Target/Hexagon/HexagonCFGOptimizer.cpp
lib/Target/Hexagon/HexagonCommonGEP.cpp
lib/Target/Hexagon/HexagonConstExtenders.cpp [new file with mode: 0644]
lib/Target/Hexagon/HexagonConstPropagation.cpp
lib/Target/Hexagon/HexagonCopyToCombine.cpp
lib/Target/Hexagon/HexagonDepArch.h
lib/Target/Hexagon/HexagonDepArch.td
lib/Target/Hexagon/HexagonDepDecoders.h
lib/Target/Hexagon/HexagonDepIICHVX.td
lib/Target/Hexagon/HexagonDepIICScalar.td
lib/Target/Hexagon/HexagonDepITypes.h
lib/Target/Hexagon/HexagonDepITypes.td
lib/Target/Hexagon/HexagonDepInstrFormats.td
lib/Target/Hexagon/HexagonDepInstrInfo.td
lib/Target/Hexagon/HexagonDepMappings.td
lib/Target/Hexagon/HexagonDepOperands.td
lib/Target/Hexagon/HexagonDepTimingClasses.h
lib/Target/Hexagon/HexagonEarlyIfConv.cpp
lib/Target/Hexagon/HexagonExpandCondsets.cpp
lib/Target/Hexagon/HexagonFixupHwLoops.cpp
lib/Target/Hexagon/HexagonFrameLowering.cpp
lib/Target/Hexagon/HexagonFrameLowering.h
lib/Target/Hexagon/HexagonGatherPacketize.cpp [new file with mode: 0644]
lib/Target/Hexagon/HexagonGenExtract.cpp
lib/Target/Hexagon/HexagonGenInsert.cpp
lib/Target/Hexagon/HexagonGenMux.cpp
lib/Target/Hexagon/HexagonGenPredicate.cpp
lib/Target/Hexagon/HexagonHardwareLoops.cpp
lib/Target/Hexagon/HexagonIICHVX.td
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
lib/Target/Hexagon/HexagonISelDAGToDAG.h [new file with mode: 0644]
lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp [new file with mode: 0644]
lib/Target/Hexagon/HexagonISelLowering.cpp
lib/Target/Hexagon/HexagonISelLowering.h
lib/Target/Hexagon/HexagonISelLoweringHVX.cpp [new file with mode: 0644]
lib/Target/Hexagon/HexagonInstrFormats.td
lib/Target/Hexagon/HexagonInstrFormatsV65.td [new file with mode: 0644]
lib/Target/Hexagon/HexagonInstrInfo.cpp
lib/Target/Hexagon/HexagonInstrInfo.h
lib/Target/Hexagon/HexagonIntrinsics.td
lib/Target/Hexagon/HexagonIntrinsicsDerived.td [deleted file]
lib/Target/Hexagon/HexagonIntrinsicsV60.td
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
lib/Target/Hexagon/HexagonMCInstLower.cpp
lib/Target/Hexagon/HexagonMachineScheduler.cpp
lib/Target/Hexagon/HexagonMachineScheduler.h
lib/Target/Hexagon/HexagonMapAsm2IntrinV62.gen.td
lib/Target/Hexagon/HexagonMapAsm2IntrinV65.gen.td [new file with mode: 0644]
lib/Target/Hexagon/HexagonNewValueJump.cpp
lib/Target/Hexagon/HexagonOperands.td
lib/Target/Hexagon/HexagonOptAddrMode.cpp
lib/Target/Hexagon/HexagonPatterns.td
lib/Target/Hexagon/HexagonPatternsV65.td [new file with mode: 0644]
lib/Target/Hexagon/HexagonPeephole.cpp
lib/Target/Hexagon/HexagonPseudo.td
lib/Target/Hexagon/HexagonRDFOpt.cpp
lib/Target/Hexagon/HexagonRegisterInfo.cpp
lib/Target/Hexagon/HexagonRegisterInfo.h
lib/Target/Hexagon/HexagonRegisterInfo.td
lib/Target/Hexagon/HexagonSchedule.td
lib/Target/Hexagon/HexagonScheduleV65.td [new file with mode: 0644]
lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp
lib/Target/Hexagon/HexagonSplitDouble.cpp
lib/Target/Hexagon/HexagonStoreWidening.cpp
lib/Target/Hexagon/HexagonSubtarget.cpp
lib/Target/Hexagon/HexagonSubtarget.h
lib/Target/Hexagon/HexagonTargetMachine.cpp
lib/Target/Hexagon/HexagonTargetMachine.h
lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
lib/Target/Hexagon/HexagonTargetTransformInfo.h
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
lib/Target/Hexagon/HexagonVLIWPacketizer.h
lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp [new file with mode: 0644]
lib/Target/Hexagon/HexagonVectorPrint.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h
lib/Target/Hexagon/MCTargetDesc/HexagonELFObjectWriter.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.h
lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.h
lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.h
lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h
lib/Target/Hexagon/MCTargetDesc/HexagonMCShuffler.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCShuffler.h
lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.h
lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.h
lib/Target/Hexagon/RDFCopy.cpp
lib/Target/Hexagon/RDFCopy.h
lib/Target/Hexagon/RDFDeadCode.cpp
lib/Target/Hexagon/RDFGraph.cpp
lib/Target/Hexagon/RDFGraph.h
lib/Target/Hexagon/RDFLiveness.cpp
lib/Target/Hexagon/RDFLiveness.h
lib/Target/Hexagon/RDFRegisters.cpp
lib/Target/Hexagon/RDFRegisters.h
lib/Target/Hexagon/TargetInfo/HexagonTargetInfo.cpp
lib/Target/LLVMBuild.txt
lib/Target/Lanai/AsmParser/LanaiAsmParser.cpp
lib/Target/Lanai/LanaiDelaySlotFiller.cpp
lib/Target/Lanai/LanaiFrameLowering.h
lib/Target/Lanai/LanaiISelLowering.cpp
lib/Target/Lanai/LanaiISelLowering.h
lib/Target/Lanai/LanaiInstrInfo.h
lib/Target/Lanai/LanaiMemAluCombiner.cpp
lib/Target/Lanai/LanaiRegisterInfo.cpp
lib/Target/Lanai/LanaiRegisterInfo.h
lib/Target/Lanai/LanaiSubtarget.h
lib/Target/Lanai/LanaiTargetMachine.cpp
lib/Target/Lanai/LanaiTargetMachine.h
lib/Target/Lanai/LanaiTargetTransformInfo.h
lib/Target/Lanai/MCTargetDesc/LanaiAsmBackend.cpp
lib/Target/Lanai/MCTargetDesc/LanaiELFObjectWriter.cpp
lib/Target/Lanai/MCTargetDesc/LanaiMCTargetDesc.cpp
lib/Target/Lanai/MCTargetDesc/LanaiMCTargetDesc.h
lib/Target/Lanai/TargetInfo/LanaiTargetInfo.cpp
lib/Target/MSP430/MSP430BranchSelector.cpp
lib/Target/MSP430/MSP430FrameLowering.cpp
lib/Target/MSP430/MSP430FrameLowering.h
lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
lib/Target/MSP430/MSP430ISelLowering.cpp
lib/Target/MSP430/MSP430ISelLowering.h
lib/Target/MSP430/MSP430InstrInfo.h
lib/Target/MSP430/MSP430RegisterInfo.cpp
lib/Target/MSP430/MSP430RegisterInfo.h
lib/Target/MSP430/MSP430Subtarget.h
lib/Target/MSP430/MSP430TargetMachine.cpp
lib/Target/MSP430/MSP430TargetMachine.h
lib/Target/MSP430/TargetInfo/MSP430TargetInfo.cpp
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
lib/Target/Mips/Disassembler/MipsDisassembler.cpp
lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h
lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp
lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h
lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h
lib/Target/Mips/MCTargetDesc/MipsMCNaCl.h
lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h
lib/Target/Mips/MCTargetDesc/MipsNaClELFStreamer.cpp
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
lib/Target/Mips/MicroMips32r6InstrFormats.td
lib/Target/Mips/MicroMips32r6InstrInfo.td
lib/Target/Mips/MicroMips64r6InstrFormats.td [deleted file]
lib/Target/Mips/MicroMips64r6InstrInfo.td [deleted file]
lib/Target/Mips/MicroMipsInstrFPU.td
lib/Target/Mips/MicroMipsInstrFormats.td
lib/Target/Mips/MicroMipsInstrInfo.td
lib/Target/Mips/MicroMipsSizeReduction.cpp
lib/Target/Mips/Mips16FrameLowering.cpp
lib/Target/Mips/Mips16FrameLowering.h
lib/Target/Mips/Mips16HardFloat.cpp
lib/Target/Mips/Mips16ISelLowering.cpp
lib/Target/Mips/Mips16InstrInfo.cpp
lib/Target/Mips/Mips16InstrInfo.h
lib/Target/Mips/Mips16InstrInfo.td
lib/Target/Mips/Mips16RegisterInfo.cpp
lib/Target/Mips/Mips32r6InstrInfo.td
lib/Target/Mips/Mips64InstrInfo.td
lib/Target/Mips/Mips64r6InstrInfo.td
lib/Target/Mips/MipsAnalyzeImmediate.cpp
lib/Target/Mips/MipsAnalyzeImmediate.h
lib/Target/Mips/MipsAsmPrinter.cpp
lib/Target/Mips/MipsAsmPrinter.h
lib/Target/Mips/MipsCCState.cpp
lib/Target/Mips/MipsCondMov.td
lib/Target/Mips/MipsConstantIslandPass.cpp
lib/Target/Mips/MipsDSPInstrInfo.td
lib/Target/Mips/MipsDelaySlotFiller.cpp
lib/Target/Mips/MipsFastISel.cpp
lib/Target/Mips/MipsFrameLowering.h
lib/Target/Mips/MipsHazardSchedule.cpp
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsISelLowering.h
lib/Target/Mips/MipsInstrFPU.td
lib/Target/Mips/MipsInstrInfo.cpp
lib/Target/Mips/MipsInstrInfo.h
lib/Target/Mips/MipsInstrInfo.td
lib/Target/Mips/MipsLongBranch.cpp
lib/Target/Mips/MipsMCInstLower.cpp
lib/Target/Mips/MipsMCInstLower.h
lib/Target/Mips/MipsMachineFunction.cpp
lib/Target/Mips/MipsOptimizePICCall.cpp
lib/Target/Mips/MipsRegisterInfo.cpp
lib/Target/Mips/MipsRegisterInfo.h
lib/Target/Mips/MipsRegisterInfo.td
lib/Target/Mips/MipsSEFrameLowering.cpp
lib/Target/Mips/MipsSEFrameLowering.h
lib/Target/Mips/MipsSEISelDAGToDAG.cpp
lib/Target/Mips/MipsSEISelLowering.cpp
lib/Target/Mips/MipsSEISelLowering.h
lib/Target/Mips/MipsSEInstrInfo.cpp
lib/Target/Mips/MipsSERegisterInfo.cpp
lib/Target/Mips/MipsScheduleGeneric.td
lib/Target/Mips/MipsScheduleP5600.td
lib/Target/Mips/MipsSubtarget.cpp
lib/Target/Mips/MipsSubtarget.h
lib/Target/Mips/MipsTargetMachine.cpp
lib/Target/Mips/MipsTargetMachine.h
lib/Target/Mips/MipsTargetObjectFile.cpp
lib/Target/Mips/MipsTargetStreamer.h
lib/Target/Mips/Relocation.txt
lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp
lib/Target/NVPTX/NVPTX.td
lib/Target/NVPTX/NVPTXAsmPrinter.cpp
lib/Target/NVPTX/NVPTXAssignValidGlobalNames.cpp
lib/Target/NVPTX/NVPTXFrameLowering.cpp
lib/Target/NVPTX/NVPTXFrameLowering.h
lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
lib/Target/NVPTX/NVPTXISelDAGToDAG.h
lib/Target/NVPTX/NVPTXISelLowering.cpp
lib/Target/NVPTX/NVPTXISelLowering.h
lib/Target/NVPTX/NVPTXInstrInfo.h
lib/Target/NVPTX/NVPTXInstrInfo.td
lib/Target/NVPTX/NVPTXIntrinsics.td
lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp
lib/Target/NVPTX/NVPTXPeephole.cpp
lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
lib/Target/NVPTX/NVPTXRegisterInfo.cpp
lib/Target/NVPTX/NVPTXRegisterInfo.h
lib/Target/NVPTX/NVPTXReplaceImageHandles.cpp
lib/Target/NVPTX/NVPTXSubtarget.h
lib/Target/NVPTX/NVPTXTargetMachine.cpp
lib/Target/NVPTX/NVPTXTargetMachine.h
lib/Target/NVPTX/NVPTXTargetObjectFile.h
lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp
lib/Target/NVPTX/NVPTXTargetTransformInfo.h
lib/Target/NVPTX/NVPTXVector.td [deleted file]
lib/Target/NVPTX/TargetInfo/NVPTXTargetInfo.cpp
lib/Target/Nios2/CMakeLists.txt
lib/Target/Nios2/InstPrinter/CMakeLists.txt [new file with mode: 0644]
lib/Target/Nios2/InstPrinter/LLVMBuild.txt [new file with mode: 0644]
lib/Target/Nios2/InstPrinter/Nios2InstPrinter.cpp [new file with mode: 0644]
lib/Target/Nios2/InstPrinter/Nios2InstPrinter.h [new file with mode: 0644]
lib/Target/Nios2/LLVMBuild.txt
lib/Target/Nios2/MCTargetDesc/CMakeLists.txt
lib/Target/Nios2/MCTargetDesc/LLVMBuild.txt
lib/Target/Nios2/MCTargetDesc/Nios2AsmBackend.cpp [new file with mode: 0644]
lib/Target/Nios2/MCTargetDesc/Nios2AsmBackend.h [new file with mode: 0644]
lib/Target/Nios2/MCTargetDesc/Nios2BaseInfo.h [new file with mode: 0644]
lib/Target/Nios2/MCTargetDesc/Nios2ELFObjectWriter.cpp [new file with mode: 0644]
lib/Target/Nios2/MCTargetDesc/Nios2FixupKinds.h [new file with mode: 0644]
lib/Target/Nios2/MCTargetDesc/Nios2MCAsmInfo.cpp [new file with mode: 0644]
lib/Target/Nios2/MCTargetDesc/Nios2MCAsmInfo.h [new file with mode: 0644]
lib/Target/Nios2/MCTargetDesc/Nios2MCExpr.cpp [new file with mode: 0644]
lib/Target/Nios2/MCTargetDesc/Nios2MCExpr.h [new file with mode: 0644]
lib/Target/Nios2/MCTargetDesc/Nios2MCTargetDesc.cpp
lib/Target/Nios2/MCTargetDesc/Nios2MCTargetDesc.h
lib/Target/Nios2/MCTargetDesc/Nios2TargetStreamer.cpp [new file with mode: 0644]
lib/Target/Nios2/Nios2.h
lib/Target/Nios2/Nios2.td
lib/Target/Nios2/Nios2AsmPrinter.cpp [new file with mode: 0644]
lib/Target/Nios2/Nios2CallingConv.td [new file with mode: 0644]
lib/Target/Nios2/Nios2FrameLowering.cpp [new file with mode: 0644]
lib/Target/Nios2/Nios2FrameLowering.h [new file with mode: 0644]
lib/Target/Nios2/Nios2ISelDAGToDAG.cpp [new file with mode: 0644]
lib/Target/Nios2/Nios2ISelLowering.cpp [new file with mode: 0644]
lib/Target/Nios2/Nios2ISelLowering.h [new file with mode: 0644]
lib/Target/Nios2/Nios2InstrFormats.td
lib/Target/Nios2/Nios2InstrInfo.cpp [new file with mode: 0644]
lib/Target/Nios2/Nios2InstrInfo.h [new file with mode: 0644]
lib/Target/Nios2/Nios2InstrInfo.td
lib/Target/Nios2/Nios2MCInstLower.cpp [new file with mode: 0644]
lib/Target/Nios2/Nios2MachineFunction.cpp [new file with mode: 0644]
lib/Target/Nios2/Nios2MachineFunction.h [new file with mode: 0644]
lib/Target/Nios2/Nios2RegisterInfo.cpp [new file with mode: 0644]
lib/Target/Nios2/Nios2RegisterInfo.h [new file with mode: 0644]
lib/Target/Nios2/Nios2Schedule.td [new file with mode: 0644]
lib/Target/Nios2/Nios2Subtarget.cpp [new file with mode: 0644]
lib/Target/Nios2/Nios2Subtarget.h [new file with mode: 0644]
lib/Target/Nios2/Nios2TargetMachine.cpp
lib/Target/Nios2/Nios2TargetMachine.h
lib/Target/Nios2/Nios2TargetObjectFile.cpp [new file with mode: 0644]
lib/Target/Nios2/Nios2TargetObjectFile.h [new file with mode: 0644]
lib/Target/Nios2/Nios2TargetStreamer.h [new file with mode: 0644]
lib/Target/Nios2/TargetInfo/Nios2TargetInfo.cpp
lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
lib/Target/PowerPC/CMakeLists.txt
lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h
lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
lib/Target/PowerPC/MCTargetDesc/PPCMachObjectWriter.cpp
lib/Target/PowerPC/MCTargetDesc/PPCPredicates.h
lib/Target/PowerPC/P9InstrResources.td
lib/Target/PowerPC/PPC.h
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/PowerPC/PPCBranchCoalescing.cpp [new file with mode: 0644]
lib/Target/PowerPC/PPCBranchSelector.cpp
lib/Target/PowerPC/PPCCTRLoops.cpp
lib/Target/PowerPC/PPCEarlyReturn.cpp
lib/Target/PowerPC/PPCExpandISEL.cpp
lib/Target/PowerPC/PPCFastISel.cpp
lib/Target/PowerPC/PPCFrameLowering.cpp
lib/Target/PowerPC/PPCFrameLowering.h
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h
lib/Target/PowerPC/PPCInstr64Bit.td
lib/Target/PowerPC/PPCInstrAltivec.td
lib/Target/PowerPC/PPCInstrFormats.td
lib/Target/PowerPC/PPCInstrInfo.cpp
lib/Target/PowerPC/PPCInstrInfo.h
lib/Target/PowerPC/PPCInstrInfo.td
lib/Target/PowerPC/PPCInstrVSX.td
lib/Target/PowerPC/PPCLoopPreIncPrep.cpp
lib/Target/PowerPC/PPCMCInstLower.cpp
lib/Target/PowerPC/PPCMIPeephole.cpp
lib/Target/PowerPC/PPCMachineBasicBlockUtils.h [new file with mode: 0644]
lib/Target/PowerPC/PPCMachineFunctionInfo.cpp
lib/Target/PowerPC/PPCMachineFunctionInfo.h
lib/Target/PowerPC/PPCPreEmitPeephole.cpp [new file with mode: 0644]
lib/Target/PowerPC/PPCQPXLoadSplat.cpp
lib/Target/PowerPC/PPCReduceCRLogicals.cpp [new file with mode: 0644]
lib/Target/PowerPC/PPCRegisterInfo.cpp
lib/Target/PowerPC/PPCRegisterInfo.td
lib/Target/PowerPC/PPCScheduleP9.td
lib/Target/PowerPC/PPCSubtarget.h
lib/Target/PowerPC/PPCTLSDynamicCall.cpp
lib/Target/PowerPC/PPCTargetMachine.cpp
lib/Target/PowerPC/PPCTargetMachine.h
lib/Target/PowerPC/PPCTargetObjectFile.h
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
lib/Target/PowerPC/PPCTargetTransformInfo.h
lib/Target/PowerPC/PPCVSXFMAMutate.cpp
lib/Target/PowerPC/PPCVSXSwapRemoval.cpp
lib/Target/PowerPC/README.txt
lib/Target/PowerPC/README_ALTIVEC.txt
lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp
lib/Target/PowerPC/p9-instrs.txt [deleted file]
lib/Target/README.txt
lib/Target/RISCV/AsmParser/CMakeLists.txt [new file with mode: 0644]
lib/Target/RISCV/AsmParser/LLVMBuild.txt [new file with mode: 0644]
lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp [new file with mode: 0644]
lib/Target/RISCV/CMakeLists.txt
lib/Target/RISCV/Disassembler/CMakeLists.txt [new file with mode: 0644]
lib/Target/RISCV/Disassembler/LLVMBuild.txt [new file with mode: 0644]
lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp [new file with mode: 0644]
lib/Target/RISCV/InstPrinter/CMakeLists.txt [new file with mode: 0644]
lib/Target/RISCV/InstPrinter/LLVMBuild.txt [new file with mode: 0644]
lib/Target/RISCV/InstPrinter/RISCVInstPrinter.cpp [new file with mode: 0644]
lib/Target/RISCV/InstPrinter/RISCVInstPrinter.h [new file with mode: 0644]
lib/Target/RISCV/LLVMBuild.txt
lib/Target/RISCV/MCTargetDesc/CMakeLists.txt
lib/Target/RISCV/MCTargetDesc/LLVMBuild.txt
lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h [new file with mode: 0644]
lib/Target/RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp
lib/Target/RISCV/MCTargetDesc/RISCVFixupKinds.h [new file with mode: 0644]
lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp [new file with mode: 0644]
lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.h [new file with mode: 0644]
lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp
lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.h
lib/Target/RISCV/RISCV.h [new file with mode: 0644]
lib/Target/RISCV/RISCV.td
lib/Target/RISCV/RISCVAsmPrinter.cpp [new file with mode: 0644]
lib/Target/RISCV/RISCVCallingConv.td [new file with mode: 0644]
lib/Target/RISCV/RISCVFrameLowering.cpp [new file with mode: 0644]
lib/Target/RISCV/RISCVFrameLowering.h [new file with mode: 0644]
lib/Target/RISCV/RISCVISelDAGToDAG.cpp [new file with mode: 0644]
lib/Target/RISCV/RISCVISelLowering.cpp [new file with mode: 0644]
lib/Target/RISCV/RISCVISelLowering.h [new file with mode: 0644]
lib/Target/RISCV/RISCVInstrFormats.td
lib/Target/RISCV/RISCVInstrFormatsC.td [new file with mode: 0644]
lib/Target/RISCV/RISCVInstrInfo.cpp [new file with mode: 0644]
lib/Target/RISCV/RISCVInstrInfo.h [new file with mode: 0644]
lib/Target/RISCV/RISCVInstrInfo.td
lib/Target/RISCV/RISCVInstrInfoA.td [new file with mode: 0644]
lib/Target/RISCV/RISCVInstrInfoC.td [new file with mode: 0644]
lib/Target/RISCV/RISCVInstrInfoD.td [new file with mode: 0644]
lib/Target/RISCV/RISCVInstrInfoF.td [new file with mode: 0644]
lib/Target/RISCV/RISCVInstrInfoM.td [new file with mode: 0644]
lib/Target/RISCV/RISCVMCInstLower.cpp [new file with mode: 0644]
lib/Target/RISCV/RISCVRegisterInfo.cpp [new file with mode: 0644]
lib/Target/RISCV/RISCVRegisterInfo.h [new file with mode: 0644]
lib/Target/RISCV/RISCVRegisterInfo.td
lib/Target/RISCV/RISCVSubtarget.cpp [new file with mode: 0644]
lib/Target/RISCV/RISCVSubtarget.h [new file with mode: 0644]
lib/Target/RISCV/RISCVTargetMachine.cpp
lib/Target/RISCV/RISCVTargetMachine.h
lib/Target/RISCV/TargetInfo/RISCVTargetInfo.cpp
lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
lib/Target/Sparc/DelaySlotFiller.cpp
lib/Target/Sparc/LeonFeatures.td
lib/Target/Sparc/LeonPasses.cpp
lib/Target/Sparc/LeonPasses.h
lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp
lib/Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp
lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp
lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.h
lib/Target/Sparc/Sparc.td
lib/Target/Sparc/SparcFrameLowering.cpp
lib/Target/Sparc/SparcFrameLowering.h
lib/Target/Sparc/SparcISelLowering.cpp
lib/Target/Sparc/SparcISelLowering.h
lib/Target/Sparc/SparcInstrInfo.h
lib/Target/Sparc/SparcInstrInfo.td
lib/Target/Sparc/SparcRegisterInfo.cpp
lib/Target/Sparc/SparcRegisterInfo.h
lib/Target/Sparc/SparcSubtarget.cpp
lib/Target/Sparc/SparcSubtarget.h
lib/Target/Sparc/SparcTargetMachine.cpp
lib/Target/Sparc/SparcTargetMachine.h
lib/Target/Sparc/SparcTargetObjectFile.cpp
lib/Target/Sparc/TargetInfo/SparcTargetInfo.cpp
lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h
lib/Target/SystemZ/SystemZ.td
lib/Target/SystemZ/SystemZElimCompare.cpp
lib/Target/SystemZ/SystemZFrameLowering.cpp
lib/Target/SystemZ/SystemZFrameLowering.h
lib/Target/SystemZ/SystemZHazardRecognizer.cpp
lib/Target/SystemZ/SystemZHazardRecognizer.h
lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
lib/Target/SystemZ/SystemZISelLowering.cpp
lib/Target/SystemZ/SystemZISelLowering.h
lib/Target/SystemZ/SystemZInstrFP.td
lib/Target/SystemZ/SystemZInstrFormats.td
lib/Target/SystemZ/SystemZInstrInfo.cpp
lib/Target/SystemZ/SystemZInstrInfo.h
lib/Target/SystemZ/SystemZInstrInfo.td
lib/Target/SystemZ/SystemZInstrSystem.td
lib/Target/SystemZ/SystemZInstrVector.td
lib/Target/SystemZ/SystemZLDCleanup.cpp
lib/Target/SystemZ/SystemZMachineScheduler.cpp
lib/Target/SystemZ/SystemZMachineScheduler.h
lib/Target/SystemZ/SystemZOperators.td
lib/Target/SystemZ/SystemZRegisterInfo.cpp
lib/Target/SystemZ/SystemZRegisterInfo.h
lib/Target/SystemZ/SystemZRegisterInfo.td
lib/Target/SystemZ/SystemZShortenInst.cpp
lib/Target/SystemZ/SystemZSubtarget.h
lib/Target/SystemZ/SystemZTargetMachine.cpp
lib/Target/SystemZ/SystemZTargetMachine.h
lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
lib/Target/SystemZ/SystemZTargetTransformInfo.h
lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp
lib/Target/TargetLoweringObjectFile.cpp
lib/Target/TargetMachine.cpp
lib/Target/TargetMachineC.cpp
lib/Target/WebAssembly/CMakeLists.txt
lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.cpp
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyELFObjectWriter.cpp
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCCodeEmitter.cpp
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.cpp
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.cpp
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.h
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyWasmObjectWriter.cpp
lib/Target/WebAssembly/TargetInfo/WebAssemblyTargetInfo.cpp
lib/Target/WebAssembly/WebAssembly.h
lib/Target/WebAssembly/WebAssembly.td
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
lib/Target/WebAssembly/WebAssemblyAsmPrinter.h
lib/Target/WebAssembly/WebAssemblyCallIndirectFixup.cpp
lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
lib/Target/WebAssembly/WebAssemblyFastISel.cpp
lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp
lib/Target/WebAssembly/WebAssemblyFixIrreducibleControlFlow.cpp
lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
lib/Target/WebAssembly/WebAssemblyFrameLowering.h
lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
lib/Target/WebAssembly/WebAssemblyISelLowering.h
lib/Target/WebAssembly/WebAssemblyInstrAtomics.td
lib/Target/WebAssembly/WebAssemblyInstrConv.td
lib/Target/WebAssembly/WebAssemblyInstrFormats.td
lib/Target/WebAssembly/WebAssemblyInstrInfo.h
lib/Target/WebAssembly/WebAssemblyInstrInfo.td
lib/Target/WebAssembly/WebAssemblyInstrMemory.td
lib/Target/WebAssembly/WebAssemblyLowerBrUnless.cpp
lib/Target/WebAssembly/WebAssemblyLowerGlobalDtors.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
lib/Target/WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp
lib/Target/WebAssembly/WebAssemblyPrepareForLiveIntervals.cpp
lib/Target/WebAssembly/WebAssemblyRegColoring.cpp
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
lib/Target/WebAssembly/WebAssemblyRegisterInfo.cpp
lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp
lib/Target/WebAssembly/WebAssemblyStoreResults.cpp
lib/Target/WebAssembly/WebAssemblySubtarget.cpp
lib/Target/WebAssembly/WebAssemblySubtarget.h
lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
lib/Target/WebAssembly/WebAssemblyTargetMachine.h
lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
lib/Target/WebAssembly/known_gcc_test_failures.txt
lib/Target/X86/AsmParser/LLVMBuild.txt
lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp
lib/Target/X86/AsmParser/X86AsmInstrumentation.h
lib/Target/X86/AsmParser/X86AsmParser.cpp
lib/Target/X86/AsmParser/X86Operand.h
lib/Target/X86/CMakeLists.txt
lib/Target/X86/Disassembler/X86Disassembler.cpp
lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp
lib/Target/X86/Disassembler/X86DisassemblerDecoder.h
lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h
lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
lib/Target/X86/InstPrinter/X86InstComments.cpp
lib/Target/X86/InstPrinter/X86InstComments.h
lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp
lib/Target/X86/MCTargetDesc/CMakeLists.txt
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
lib/Target/X86/MCTargetDesc/X86BaseInfo.h
lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp
lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp
lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
lib/Target/X86/MCTargetDesc/X86TargetStreamer.h [new file with mode: 0644]
lib/Target/X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp
lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp
lib/Target/X86/MCTargetDesc/X86WinCOFFTargetStreamer.cpp [new file with mode: 0644]
lib/Target/X86/README-SSE.txt
lib/Target/X86/README-X86-64.txt
lib/Target/X86/README.txt
lib/Target/X86/TargetInfo/X86TargetInfo.cpp
lib/Target/X86/X86.h
lib/Target/X86/X86.td
lib/Target/X86/X86AsmPrinter.cpp
lib/Target/X86/X86AsmPrinter.h
lib/Target/X86/X86CallFrameOptimization.cpp
lib/Target/X86/X86CallLowering.cpp
lib/Target/X86/X86CallLowering.h
lib/Target/X86/X86CallingConv.td
lib/Target/X86/X86CmovConversion.cpp
lib/Target/X86/X86DomainReassignment.cpp [new file with mode: 0644]
lib/Target/X86/X86EvexToVex.cpp
lib/Target/X86/X86ExpandPseudo.cpp
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86FixupBWInsts.cpp
lib/Target/X86/X86FixupLEAs.cpp
lib/Target/X86/X86FloatingPoint.cpp
lib/Target/X86/X86FrameLowering.cpp
lib/Target/X86/X86FrameLowering.h
lib/Target/X86/X86GenRegisterBankInfo.def
lib/Target/X86/X86ISelDAGToDAG.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
lib/Target/X86/X86Instr3DNow.td
lib/Target/X86/X86InstrAVX512.td
lib/Target/X86/X86InstrArithmetic.td
lib/Target/X86/X86InstrCMovSetCC.td
lib/Target/X86/X86InstrCompiler.td
lib/Target/X86/X86InstrControl.td
lib/Target/X86/X86InstrExtension.td
lib/Target/X86/X86InstrFMA.td
lib/Target/X86/X86InstrFPStack.td
lib/Target/X86/X86InstrFormats.td
lib/Target/X86/X86InstrFragmentsSIMD.td
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrInfo.h
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86InstrMMX.td
lib/Target/X86/X86InstrMPX.td
lib/Target/X86/X86InstrSGX.td
lib/Target/X86/X86InstrSSE.td
lib/Target/X86/X86InstrSVM.td
lib/Target/X86/X86InstrShiftRotate.td
lib/Target/X86/X86InstrSystem.td
lib/Target/X86/X86InstrTSX.td
lib/Target/X86/X86InstrVMX.td
lib/Target/X86/X86InstrVecCompiler.td [new file with mode: 0644]
lib/Target/X86/X86InstrXOP.td
lib/Target/X86/X86InstructionSelector.cpp
lib/Target/X86/X86InterleavedAccess.cpp
lib/Target/X86/X86IntrinsicsInfo.h
lib/Target/X86/X86LegalizerInfo.cpp
lib/Target/X86/X86MCInstLower.cpp
lib/Target/X86/X86MachineFunctionInfo.cpp
lib/Target/X86/X86MacroFusion.cpp
lib/Target/X86/X86OptimizeLEAs.cpp
lib/Target/X86/X86PadShortFunction.cpp
lib/Target/X86/X86RegisterBankInfo.cpp
lib/Target/X86/X86RegisterInfo.cpp
lib/Target/X86/X86RegisterInfo.h
lib/Target/X86/X86RegisterInfo.td
lib/Target/X86/X86SchedBroadwell.td [new file with mode: 0755]
lib/Target/X86/X86SchedHaswell.td
lib/Target/X86/X86SchedSandyBridge.td
lib/Target/X86/X86SchedSkylakeClient.td [new file with mode: 0644]
lib/Target/X86/X86SchedSkylakeServer.td [new file with mode: 0755]
lib/Target/X86/X86Schedule.td
lib/Target/X86/X86ScheduleAtom.td
lib/Target/X86/X86ScheduleBtVer2.td
lib/Target/X86/X86ScheduleSLM.td
lib/Target/X86/X86ScheduleZnver1.td
lib/Target/X86/X86SelectionDAGInfo.cpp
lib/Target/X86/X86ShuffleDecodeConstantPool.cpp
lib/Target/X86/X86Subtarget.cpp
lib/Target/X86/X86Subtarget.h
lib/Target/X86/X86TargetMachine.cpp
lib/Target/X86/X86TargetMachine.h
lib/Target/X86/X86TargetObjectFile.cpp
lib/Target/X86/X86TargetObjectFile.h
lib/Target/X86/X86TargetTransformInfo.cpp
lib/Target/X86/X86TargetTransformInfo.h
lib/Target/X86/X86VZeroUpper.cpp
lib/Target/X86/X86WinAllocaExpander.cpp
lib/Target/X86/X86WinEHState.cpp
lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp
lib/Target/XCore/TargetInfo/XCoreTargetInfo.cpp
lib/Target/XCore/XCoreAsmPrinter.cpp
lib/Target/XCore/XCoreFrameLowering.cpp
lib/Target/XCore/XCoreFrameLowering.h
lib/Target/XCore/XCoreISelDAGToDAG.cpp
lib/Target/XCore/XCoreISelLowering.cpp
lib/Target/XCore/XCoreISelLowering.h
lib/Target/XCore/XCoreInstrInfo.cpp
lib/Target/XCore/XCoreInstrInfo.h
lib/Target/XCore/XCoreMachineFunctionInfo.cpp
lib/Target/XCore/XCoreRegisterInfo.cpp
lib/Target/XCore/XCoreRegisterInfo.h
lib/Target/XCore/XCoreSubtarget.h
lib/Target/XCore/XCoreTargetMachine.cpp
lib/Target/XCore/XCoreTargetMachine.h
lib/Target/XCore/XCoreTargetTransformInfo.h
lib/Testing/Support/CMakeLists.txt
lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp
lib/ToolDrivers/llvm-lib/LibDriver.cpp
lib/Transforms/Coroutines/CoroFrame.cpp
lib/Transforms/Coroutines/CoroSplit.cpp
lib/Transforms/Coroutines/Coroutines.cpp
lib/Transforms/IPO/AlwaysInliner.cpp
lib/Transforms/IPO/ArgumentPromotion.cpp
lib/Transforms/IPO/CMakeLists.txt
lib/Transforms/IPO/CalledValuePropagation.cpp [new file with mode: 0644]
lib/Transforms/IPO/ConstantMerge.cpp
lib/Transforms/IPO/CrossDSOCFI.cpp
lib/Transforms/IPO/DeadArgumentElimination.cpp
lib/Transforms/IPO/ElimAvailExtern.cpp
lib/Transforms/IPO/ExtractGV.cpp
lib/Transforms/IPO/ForceFunctionAttrs.cpp
lib/Transforms/IPO/FunctionAttrs.cpp
lib/Transforms/IPO/FunctionImport.cpp
lib/Transforms/IPO/GlobalDCE.cpp
lib/Transforms/IPO/GlobalOpt.cpp
lib/Transforms/IPO/GlobalSplit.cpp
lib/Transforms/IPO/IPO.cpp
lib/Transforms/IPO/InferFunctionAttrs.cpp
lib/Transforms/IPO/InlineSimple.cpp
lib/Transforms/IPO/Inliner.cpp
lib/Transforms/IPO/LoopExtractor.cpp
lib/Transforms/IPO/LowerTypeTests.cpp
lib/Transforms/IPO/MergeFunctions.cpp
lib/Transforms/IPO/PartialInlining.cpp
lib/Transforms/IPO/PassManagerBuilder.cpp
lib/Transforms/IPO/PruneEH.cpp
lib/Transforms/IPO/SampleProfile.cpp
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
lib/Transforms/IPO/WholeProgramDevirt.cpp
lib/Transforms/InstCombine/InstCombineAddSub.cpp
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
lib/Transforms/InstCombine/InstCombineCalls.cpp
lib/Transforms/InstCombine/InstCombineCasts.cpp
lib/Transforms/InstCombine/InstCombineCompares.cpp
lib/Transforms/InstCombine/InstCombineInternal.h
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
lib/Transforms/InstCombine/InstCombinePHI.cpp
lib/Transforms/InstCombine/InstCombineSelect.cpp
lib/Transforms/InstCombine/InstCombineShifts.cpp
lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
lib/Transforms/InstCombine/InstCombineVectorOps.cpp
lib/Transforms/InstCombine/InstructionCombining.cpp
lib/Transforms/Instrumentation/AddressSanitizer.cpp
lib/Transforms/Instrumentation/BoundsChecking.cpp
lib/Transforms/Instrumentation/CFGMST.h
lib/Transforms/Instrumentation/CMakeLists.txt
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
lib/Transforms/Instrumentation/GCOVProfiling.cpp
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp [new file with mode: 0644]
lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
lib/Transforms/Instrumentation/InstrProfiling.cpp
lib/Transforms/Instrumentation/Instrumentation.cpp
lib/Transforms/Instrumentation/MemorySanitizer.cpp
lib/Transforms/Instrumentation/PGOInstrumentation.cpp
lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp
lib/Transforms/Instrumentation/SanitizerCoverage.cpp
lib/Transforms/ObjCARC/ARCRuntimeEntryPoints.h
lib/Transforms/ObjCARC/BlotMapVector.h
lib/Transforms/ObjCARC/ObjCARC.cpp
lib/Transforms/ObjCARC/ObjCARCContract.cpp
lib/Transforms/ObjCARC/ObjCARCOpts.cpp
lib/Transforms/ObjCARC/ProvenanceAnalysis.cpp
lib/Transforms/ObjCARC/ProvenanceAnalysis.h
lib/Transforms/ObjCARC/PtrState.cpp
lib/Transforms/ObjCARC/PtrState.h
lib/Transforms/Scalar/ADCE.cpp
lib/Transforms/Scalar/BDCE.cpp
lib/Transforms/Scalar/CMakeLists.txt
lib/Transforms/Scalar/CallSiteSplitting.cpp [new file with mode: 0644]
lib/Transforms/Scalar/ConstantHoisting.cpp
lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
lib/Transforms/Scalar/DeadStoreElimination.cpp
lib/Transforms/Scalar/DivRemPairs.cpp [new file with mode: 0644]
lib/Transforms/Scalar/EarlyCSE.cpp
lib/Transforms/Scalar/GVN.cpp
lib/Transforms/Scalar/GVNHoist.cpp
lib/Transforms/Scalar/GVNSink.cpp
lib/Transforms/Scalar/GuardWidening.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp
lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
lib/Transforms/Scalar/InferAddressSpaces.cpp
lib/Transforms/Scalar/JumpThreading.cpp
lib/Transforms/Scalar/LICM.cpp
lib/Transforms/Scalar/LoopDataPrefetch.cpp
lib/Transforms/Scalar/LoopDeletion.cpp
lib/Transforms/Scalar/LoopDistribute.cpp
lib/Transforms/Scalar/LoopIdiomRecognize.cpp
lib/Transforms/Scalar/LoopInstSimplify.cpp
lib/Transforms/Scalar/LoopInterchange.cpp
lib/Transforms/Scalar/LoopLoadElimination.cpp
lib/Transforms/Scalar/LoopPredication.cpp
lib/Transforms/Scalar/LoopRerollPass.cpp
lib/Transforms/Scalar/LoopRotation.cpp
lib/Transforms/Scalar/LoopStrengthReduce.cpp
lib/Transforms/Scalar/LoopUnrollPass.cpp
lib/Transforms/Scalar/LoopUnswitch.cpp
lib/Transforms/Scalar/LoopVersioningLICM.cpp
lib/Transforms/Scalar/LowerAtomic.cpp
lib/Transforms/Scalar/MemCpyOptimizer.cpp
lib/Transforms/Scalar/MergeICmps.cpp [new file with mode: 0644]
lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
lib/Transforms/Scalar/NaryReassociate.cpp
lib/Transforms/Scalar/NewGVN.cpp
lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp
lib/Transforms/Scalar/PlaceSafepoints.cpp
lib/Transforms/Scalar/Reassociate.cpp
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
lib/Transforms/Scalar/SCCP.cpp
lib/Transforms/Scalar/SROA.cpp
lib/Transforms/Scalar/Scalar.cpp
lib/Transforms/Scalar/Scalarizer.cpp
lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
lib/Transforms/Scalar/SimplifyCFGPass.cpp
lib/Transforms/Scalar/Sink.cpp
lib/Transforms/Scalar/SpeculateAroundPHIs.cpp [new file with mode: 0644]
lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
lib/Transforms/Scalar/StructurizeCFG.cpp
lib/Transforms/Scalar/TailRecursionElimination.cpp
lib/Transforms/Utils/ASanStackFrameLayout.cpp
lib/Transforms/Utils/AddDiscriminators.cpp
lib/Transforms/Utils/BasicBlockUtils.cpp
lib/Transforms/Utils/BreakCriticalEdges.cpp
lib/Transforms/Utils/BypassSlowDivision.cpp
lib/Transforms/Utils/CMakeLists.txt
lib/Transforms/Utils/CallPromotionUtils.cpp [new file with mode: 0644]
lib/Transforms/Utils/CloneFunction.cpp
lib/Transforms/Utils/CloneModule.cpp
lib/Transforms/Utils/CmpInstAnalysis.cpp [deleted file]
lib/Transforms/Utils/CodeExtractor.cpp
lib/Transforms/Utils/CtorUtils.cpp
lib/Transforms/Utils/EntryExitInstrumenter.cpp [new file with mode: 0644]
lib/Transforms/Utils/Evaluator.cpp
lib/Transforms/Utils/FlattenCFG.cpp
lib/Transforms/Utils/FunctionComparator.cpp
lib/Transforms/Utils/FunctionImportUtils.cpp
lib/Transforms/Utils/InlineFunction.cpp
lib/Transforms/Utils/LCSSA.cpp
lib/Transforms/Utils/Local.cpp
lib/Transforms/Utils/LoopSimplify.cpp
lib/Transforms/Utils/LoopUnroll.cpp
lib/Transforms/Utils/LoopUnrollPeel.cpp
lib/Transforms/Utils/LoopUnrollRuntime.cpp
lib/Transforms/Utils/LoopUtils.cpp
lib/Transforms/Utils/LowerMemIntrinsics.cpp
lib/Transforms/Utils/LowerSwitch.cpp
lib/Transforms/Utils/Mem2Reg.cpp
lib/Transforms/Utils/MetaRenamer.cpp
lib/Transforms/Utils/ModuleUtils.cpp
lib/Transforms/Utils/PredicateInfo.cpp
lib/Transforms/Utils/PromoteMemoryToRegister.cpp
lib/Transforms/Utils/SSAUpdater.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
lib/Transforms/Utils/SimplifyIndVar.cpp
lib/Transforms/Utils/SimplifyInstructions.cpp
lib/Transforms/Utils/SimplifyLibCalls.cpp
lib/Transforms/Utils/SplitModule.cpp
lib/Transforms/Utils/SymbolRewriter.cpp
lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
lib/Transforms/Utils/ValueMapper.cpp
lib/Transforms/Vectorize/CMakeLists.txt
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp
lib/Transforms/Vectorize/SLPVectorizer.cpp
lib/Transforms/Vectorize/VPlan.cpp [new file with mode: 0644]
lib/Transforms/Vectorize/VPlan.h [new file with mode: 0644]
lib/Transforms/Vectorize/VPlanBuilder.h [new file with mode: 0644]
lib/Transforms/Vectorize/VPlanValue.h [new file with mode: 0644]
lib/Transforms/Vectorize/Vectorize.cpp
lib/WindowsManifest/CMakeLists.txt [new file with mode: 0644]
lib/WindowsManifest/LLVMBuild.txt [new file with mode: 0644]
lib/WindowsManifest/WindowsManifestMerger.cpp [new file with mode: 0644]
lib/XRay/InstrumentationMap.cpp
lib/XRay/Trace.cpp
projects/CMakeLists.txt
runtimes/CMakeLists.txt
test/Analysis/BasicAA/cs-cs.ll
test/Analysis/BlockFrequencyInfo/irreducible_pgo.ll [new file with mode: 0644]
test/Analysis/BlockFrequencyInfo/redundant_edges.ll [new file with mode: 0644]
test/Analysis/BranchProbabilityInfo/loop.ll
test/Analysis/ConstantFolding/cast-vector.ll [new file with mode: 0644]
test/Analysis/CostModel/AMDGPU/fdiv.ll
test/Analysis/CostModel/ARM/gep.ll
test/Analysis/CostModel/X86/bitreverse.ll
test/Analysis/CostModel/X86/costmodel.ll [new file with mode: 0644]
test/Analysis/CostModel/X86/ctlz.ll
test/Analysis/CostModel/X86/ctpop.ll
test/Analysis/CostModel/X86/cttz.ll
test/Analysis/CostModel/X86/fptosi.ll
test/Analysis/CostModel/X86/fptoui.ll
test/Analysis/CostModel/X86/gep.ll
test/Analysis/CostModel/X86/interleaved-load-float.ll [new file with mode: 0644]
test/Analysis/CostModel/X86/interleaved-load-i8.ll
test/Analysis/CostModel/X86/interleaved-load-store-double.ll [new file with mode: 0644]
test/Analysis/CostModel/X86/interleaved-load-store-i64.ll [new file with mode: 0644]
test/Analysis/CostModel/X86/interleaved-store-i8.ll
test/Analysis/CostModel/X86/masked-intrinsic-cost.ll
test/Analysis/CostModel/X86/shuffle-broadcast.ll
test/Analysis/CostModel/X86/shuffle-reverse.ll
test/Analysis/CostModel/X86/shuffle-single-src.ll
test/Analysis/CostModel/X86/shuffle-two-src.ll
test/Analysis/CostModel/X86/strided-load-i8.ll
test/Analysis/CostModel/X86/trunc.ll
test/Analysis/GlobalsModRef/memset-escape.ll
test/Analysis/GlobalsModRef/no-escape.ll
test/Analysis/GlobalsModRef/pr12351.ll
test/Analysis/GlobalsModRef/weak-interposition.ll
test/Analysis/LazyValueAnalysis/lvi-for-ashr.ll [new file with mode: 0644]
test/Analysis/Lint/noop-cast-expr-no-pointer.ll [new file with mode: 0644]
test/Analysis/Lint/tail-call-byval.ll [new file with mode: 0644]
test/Analysis/LoopAccessAnalysis/memcheck-wrapping-pointers.ll [new file with mode: 0644]
test/Analysis/MemorySSA/invariant-groups.ll
test/Analysis/PostDominators/infinite-loop.ll [new file with mode: 0644]
test/Analysis/PostDominators/infinite-loop2.ll [new file with mode: 0644]
test/Analysis/PostDominators/infinite-loop3.ll [new file with mode: 0644]
test/Analysis/PostDominators/pr24415.ll [new file with mode: 0644]
test/Analysis/PostDominators/pr6047_a.ll
test/Analysis/PostDominators/pr6047_b.ll
test/Analysis/PostDominators/pr6047_c.ll
test/Analysis/PostDominators/pr6047_d.ll
test/Analysis/RegionInfo/cond_loop.ll
test/Analysis/RegionInfo/condition_complicated.ll
test/Analysis/RegionInfo/condition_complicated_2.ll
test/Analysis/RegionInfo/condition_forward_edge.ll
test/Analysis/RegionInfo/condition_same_exit.ll
test/Analysis/RegionInfo/condition_simple.ll
test/Analysis/RegionInfo/exit_in_condition.ll
test/Analysis/RegionInfo/infinite_loop.ll
test/Analysis/RegionInfo/infinite_loop_2.ll
test/Analysis/RegionInfo/infinite_loop_3.ll
test/Analysis/RegionInfo/infinite_loop_4.ll
test/Analysis/RegionInfo/infinite_loop_5_a.ll
test/Analysis/RegionInfo/infinite_loop_5_b.ll
test/Analysis/RegionInfo/loop_with_condition.ll
test/Analysis/RegionInfo/loops_1.ll
test/Analysis/RegionInfo/loops_2.ll
test/Analysis/RegionInfo/mix_1.ll
test/Analysis/RegionInfo/nested_loops.ll
test/Analysis/RegionInfo/next.ll
test/Analysis/RegionInfo/paper.ll
test/Analysis/RegionInfo/two_loops_same_header.ll
test/Analysis/ScalarEvolution/cache_loop_exit_limit.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/different-loops-recs.ll
test/Analysis/ScalarEvolution/flags-from-poison.ll
test/Analysis/ScalarEvolution/flattened-0.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/max-be-count-not-constant.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/max-trip-count.ll
test/Analysis/ScalarEvolution/pr34538.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/shift-op.ll
test/Analysis/ScalarEvolution/urem-0.ll [new file with mode: 0644]
test/Analysis/ValueTracking/assume.ll
test/Analysis/ValueTracking/known-signbit-shift.ll
test/Analysis/ValueTracking/memory-dereferenceable.ll
test/Assembler/DIGlobalVariableExpression.ll
test/Assembler/alloca-addrspace-elems.ll [new file with mode: 0644]
test/Assembler/diexpression.ll
test/Assembler/diglobalvariable.ll
test/Assembler/dllimport-dsolocal-diag.ll [new file with mode: 0644]
test/Assembler/fast-math-flags.ll
test/Assembler/getelementptr_vec_ce.ll
test/Assembler/ifunc-dsolocal-daig.ll [new file with mode: 0644]
test/Assembler/invalid-diexpression-verify.ll
test/Assembler/return-column.s [new file with mode: 0644]
test/Bindings/OCaml/analysis.ml
test/Bindings/OCaml/bitreader.ml
test/Bindings/OCaml/bitwriter.ml
test/Bindings/OCaml/core.ml
test/Bindings/OCaml/diagnostic_handler.ml
test/Bindings/OCaml/executionengine.ml
test/Bindings/OCaml/ext_exc.ml
test/Bindings/OCaml/ipo.ml
test/Bindings/OCaml/irreader.ml
test/Bindings/OCaml/linker.ml
test/Bindings/OCaml/passmgr_builder.ml
test/Bindings/OCaml/scalar_opts.ml
test/Bindings/OCaml/target.ml
test/Bindings/OCaml/transform_utils.ml
test/Bindings/OCaml/vectorize.ml
test/Bindings/llvm-c/debug_info.ll [new file with mode: 0644]
test/Bitcode/DIExpression-4.0.ll
test/Bitcode/DIExpression-4.0.ll.bc
test/Bitcode/DIExpression-aggresult.ll
test/Bitcode/DIExpression-deref.ll
test/Bitcode/DIExpression-deref.ll.bc
test/Bitcode/DIGlobalVariableExpression.ll
test/Bitcode/DIGlobalVariableExpression2.ll
test/Bitcode/Inputs/thinlto-function-summary-callgraph-sample-profile-summary.ll [new file with mode: 0644]
test/Bitcode/attributes.ll
test/Bitcode/compatibility-3.6.ll
test/Bitcode/compatibility-3.7.ll
test/Bitcode/compatibility-3.8.ll
test/Bitcode/compatibility-3.9.ll
test/Bitcode/compatibility-4.0.ll
test/Bitcode/compatibility-5.0.ll [new file with mode: 0644]
test/Bitcode/compatibility-5.0.ll.bc [new file with mode: 0644]
test/Bitcode/compatibility.ll
test/Bitcode/dicompileunit-gnu-pubnames.ll [new file with mode: 0644]
test/Bitcode/diglobalvariable-3.8.ll
test/Bitcode/dso_location.ll [new file with mode: 0644]
test/Bitcode/invalid-weak-external.ll [new file with mode: 0644]
test/Bitcode/summary_version.ll
test/Bitcode/thinlto-alias.ll
test/Bitcode/thinlto-alias2.ll
test/Bitcode/thinlto-asm-noimport.ll [new file with mode: 0644]
test/Bitcode/thinlto-function-summary-callgraph-cast.ll [new file with mode: 0644]
test/Bitcode/thinlto-function-summary-callgraph-pgo.ll
test/Bitcode/thinlto-function-summary-callgraph-profile-summary.ll
test/Bitcode/thinlto-function-summary-callgraph-sample-profile-summary.ll
test/Bitcode/thinlto-function-summary-callgraph.ll
test/Bitcode/thinlto-function-summary-functionattrs.ll [new file with mode: 0644]
test/Bitcode/thinlto-function-summary-refgraph.ll
test/Bitcode/thinlto-summary-local-5.0.ll [new file with mode: 0644]
test/Bitcode/thinlto-summary-local-5.0.ll.bc [new file with mode: 0644]
test/Bitcode/upgrade-dbg-value.ll [new file with mode: 0644]
test/Bitcode/upgrade-dbg-value.ll.bc [new file with mode: 0644]
test/CMakeLists.txt
test/CodeGen/AArch64/GlobalISel/arm64-callingconv-ios.ll
test/CodeGen/AArch64/GlobalISel/arm64-callingconv.ll
test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll
test/CodeGen/AArch64/GlobalISel/arm64-irtranslator-stackprotect.ll
test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll
test/CodeGen/AArch64/GlobalISel/arm64-regbankselect.mir
test/CodeGen/AArch64/GlobalISel/call-translator-ios.ll
test/CodeGen/AArch64/GlobalISel/call-translator.ll
test/CodeGen/AArch64/GlobalISel/combine-anyext-crash.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/debug-insts.ll
test/CodeGen/AArch64/GlobalISel/dynamic-alloca.ll
test/CodeGen/AArch64/GlobalISel/irtranslator-bitcast.ll
test/CodeGen/AArch64/GlobalISel/irtranslator-exceptions.ll
test/CodeGen/AArch64/GlobalISel/legalize-add.mir
test/CodeGen/AArch64/GlobalISel/legalize-and.mir
test/CodeGen/AArch64/GlobalISel/legalize-atomicrmw.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/legalize-cmp.mir
test/CodeGen/AArch64/GlobalISel/legalize-cmpxchg-with-success.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/legalize-cmpxchg.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/legalize-combines.mir
test/CodeGen/AArch64/GlobalISel/legalize-constant.mir
test/CodeGen/AArch64/GlobalISel/legalize-div.mir
test/CodeGen/AArch64/GlobalISel/legalize-exceptions.ll
test/CodeGen/AArch64/GlobalISel/legalize-ext.mir
test/CodeGen/AArch64/GlobalISel/legalize-extracts.mir
test/CodeGen/AArch64/GlobalISel/legalize-fcmp.mir
test/CodeGen/AArch64/GlobalISel/legalize-fneg.mir
test/CodeGen/AArch64/GlobalISel/legalize-fptoi.mir
test/CodeGen/AArch64/GlobalISel/legalize-gep.mir
test/CodeGen/AArch64/GlobalISel/legalize-ignore-non-generic.mir
test/CodeGen/AArch64/GlobalISel/legalize-inserts.mir
test/CodeGen/AArch64/GlobalISel/legalize-itofp.mir
test/CodeGen/AArch64/GlobalISel/legalize-load-store.mir
test/CodeGen/AArch64/GlobalISel/legalize-merge-values.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/legalize-mul.mir
test/CodeGen/AArch64/GlobalISel/legalize-nonpowerof2eltsvec.mir
test/CodeGen/AArch64/GlobalISel/legalize-or.mir
test/CodeGen/AArch64/GlobalISel/legalize-phi.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/legalize-pow.mir
test/CodeGen/AArch64/GlobalISel/legalize-rem.mir
test/CodeGen/AArch64/GlobalISel/legalize-shift.mir
test/CodeGen/AArch64/GlobalISel/legalize-simple.mir
test/CodeGen/AArch64/GlobalISel/legalize-sub.mir
test/CodeGen/AArch64/GlobalISel/legalize-undef.mir
test/CodeGen/AArch64/GlobalISel/legalize-unmerge-values.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/legalize-vaarg.mir
test/CodeGen/AArch64/GlobalISel/legalize-xor.mir
test/CodeGen/AArch64/GlobalISel/localizer-in-O0-pipeline.mir
test/CodeGen/AArch64/GlobalISel/localizer.mir
test/CodeGen/AArch64/GlobalISel/no-regclass.mir
test/CodeGen/AArch64/GlobalISel/reg-bank-128bit.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/regbankselect-dbg-value.mir
test/CodeGen/AArch64/GlobalISel/regbankselect-default.mir
test/CodeGen/AArch64/GlobalISel/select-atomicrmw.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/select-binop.mir
test/CodeGen/AArch64/GlobalISel/select-bitcast-bigendian.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/select-bitcast.mir
test/CodeGen/AArch64/GlobalISel/select-br.mir
test/CodeGen/AArch64/GlobalISel/select-bswap.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/select-cbz.mir
test/CodeGen/AArch64/GlobalISel/select-cmpxchg.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/select-constant.mir
test/CodeGen/AArch64/GlobalISel/select-dbg-value.mir
test/CodeGen/AArch64/GlobalISel/select-fma.mir
test/CodeGen/AArch64/GlobalISel/select-fp-casts.mir
test/CodeGen/AArch64/GlobalISel/select-imm.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/select-implicit-def.mir
test/CodeGen/AArch64/GlobalISel/select-insert-extract.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/select-int-ext.mir
test/CodeGen/AArch64/GlobalISel/select-int-ptr-casts.mir
test/CodeGen/AArch64/GlobalISel/select-intrinsic-aarch64-hint.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/select-intrinsic-aarch64-sdiv.mir
test/CodeGen/AArch64/GlobalISel/select-intrinsic-crypto-aesmc.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/select-load.mir
test/CodeGen/AArch64/GlobalISel/select-muladd.mir
test/CodeGen/AArch64/GlobalISel/select-neon-vcvtfxu2fp.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/select-phi.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/select-pr32733.mir
test/CodeGen/AArch64/GlobalISel/select-store.mir
test/CodeGen/AArch64/GlobalISel/select-trunc.mir
test/CodeGen/AArch64/GlobalISel/select-xor.mir
test/CodeGen/AArch64/GlobalISel/select.mir
test/CodeGen/AArch64/GlobalISel/translate-gep.ll
test/CodeGen/AArch64/GlobalISel/varargs-ios-translator.ll
test/CodeGen/AArch64/GlobalISel/vastart.ll
test/CodeGen/AArch64/GlobalISel/verify-regbankselected.mir
test/CodeGen/AArch64/GlobalISel/verify-selected.mir
test/CodeGen/AArch64/aarch64-a57-fp-load-balancing.ll
test/CodeGen/AArch64/aarch64-combine-fmul-fsub.mir [new file with mode: 0644]
test/CodeGen/AArch64/aarch64-fix-cortex-a53-835769.ll
test/CodeGen/AArch64/aarch64-loop-gep-opt.ll
test/CodeGen/AArch64/aarch64-stp-cluster.ll
test/CodeGen/AArch64/analyze-branch.ll
test/CodeGen/AArch64/arm64-2011-03-17-AsmPrinterCrash.ll
test/CodeGen/AArch64/arm64-2012-05-22-LdStOptBug.ll
test/CodeGen/AArch64/arm64-AdvSIMD-Scalar.ll
test/CodeGen/AArch64/arm64-abi-varargs.ll
test/CodeGen/AArch64/arm64-atomic.ll
test/CodeGen/AArch64/arm64-build-vector.ll
test/CodeGen/AArch64/arm64-ccmp.ll
test/CodeGen/AArch64/arm64-codegen-prepare-extload.ll
test/CodeGen/AArch64/arm64-complex-ret.ll
test/CodeGen/AArch64/arm64-csldst-mmo.ll
test/CodeGen/AArch64/arm64-dead-register-def-bug.ll
test/CodeGen/AArch64/arm64-dup.ll
test/CodeGen/AArch64/arm64-fast-isel-rem.ll
test/CodeGen/AArch64/arm64-fcmp-opt.ll
test/CodeGen/AArch64/arm64-fp128.ll
test/CodeGen/AArch64/arm64-icmp-opt.ll
test/CodeGen/AArch64/arm64-indexed-vector-ldst.ll
test/CodeGen/AArch64/arm64-jumptable.ll
test/CodeGen/AArch64/arm64-ldp-cluster.ll
test/CodeGen/AArch64/arm64-ldp.ll
test/CodeGen/AArch64/arm64-misched-basic-A53.ll
test/CodeGen/AArch64/arm64-misched-basic-A57.ll
test/CodeGen/AArch64/arm64-misched-forwarding-A53.ll
test/CodeGen/AArch64/arm64-misched-memdep-bug.ll
test/CodeGen/AArch64/arm64-misched-multimmo.ll
test/CodeGen/AArch64/arm64-narrow-st-merge.ll
test/CodeGen/AArch64/arm64-neon-2velem.ll
test/CodeGen/AArch64/arm64-neon-copy.ll
test/CodeGen/AArch64/arm64-neon-v8.1a.ll
test/CodeGen/AArch64/arm64-opt-remarks-lazy-bfi.ll
test/CodeGen/AArch64/arm64-patchpoint-webkit_jscc.ll
test/CodeGen/AArch64/arm64-regress-opt-cmp.mir
test/CodeGen/AArch64/arm64-scvt.ll
test/CodeGen/AArch64/arm64-smaxv.ll
test/CodeGen/AArch64/arm64-sminv.ll
test/CodeGen/AArch64/arm64-spill-remarks-treshold-hotness.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-st1.ll
test/CodeGen/AArch64/arm64-storebytesmerge.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-stp.ll
test/CodeGen/AArch64/arm64-umaxv.ll
test/CodeGen/AArch64/arm64-uminv.ll
test/CodeGen/AArch64/arm64-vaddv.ll
test/CodeGen/AArch64/arm64-variadic-aapcs.ll
test/CodeGen/AArch64/arm64-vcombine.ll
test/CodeGen/AArch64/arm64-vector-insertion.ll
test/CodeGen/AArch64/arm64-vfloatintrinsics.ll
test/CodeGen/AArch64/arm64-xaluo.ll
test/CodeGen/AArch64/arm64-zero-cycle-zeroing.ll
test/CodeGen/AArch64/atomic-ops-lse.ll
test/CodeGen/AArch64/bics.ll
test/CodeGen/AArch64/bitreverse.ll
test/CodeGen/AArch64/branch-relax-cbz.ll
test/CodeGen/AArch64/cfi_restore.mir [new file with mode: 0644]
test/CodeGen/AArch64/cmpxchg-idioms.ll
test/CodeGen/AArch64/concat_vector-scalar-combine.ll
test/CodeGen/AArch64/cpus.ll
test/CodeGen/AArch64/dllexport.ll [new file with mode: 0644]
test/CodeGen/AArch64/dllimport.ll [new file with mode: 0644]
test/CodeGen/AArch64/dwarf-cfi.ll [new file with mode: 0644]
test/CodeGen/AArch64/emutls_generic.ll
test/CodeGen/AArch64/f16-imm.ll [new file with mode: 0644]
test/CodeGen/AArch64/f16-instructions.ll
test/CodeGen/AArch64/falkor-hwpf-fix.mir
test/CodeGen/AArch64/fast-isel-assume.ll
test/CodeGen/AArch64/fast-isel-atomic.ll
test/CodeGen/AArch64/fast-isel-cmp-vec.ll
test/CodeGen/AArch64/fast-isel-cmpxchg.ll
test/CodeGen/AArch64/fcvt-int.ll
test/CodeGen/AArch64/fold-constants.ll
test/CodeGen/AArch64/fp-cond-sel.ll
test/CodeGen/AArch64/fp16-v16-instructions.ll
test/CodeGen/AArch64/fp16-v4-instructions.ll
test/CodeGen/AArch64/fp16-v8-instructions.ll
test/CodeGen/AArch64/fp16-vector-shuffle.ll
test/CodeGen/AArch64/func-calls.ll
test/CodeGen/AArch64/ldst-opt.ll
test/CodeGen/AArch64/local_vars.ll
test/CodeGen/AArch64/loh.mir
test/CodeGen/AArch64/loop-micro-op-buffer-size-t99.ll [new file with mode: 0644]
test/CodeGen/AArch64/loopvectorize_pr33804_double.ll [new file with mode: 0644]
test/CodeGen/AArch64/machine-combiner.ll
test/CodeGen/AArch64/machine-combiner.mir [new file with mode: 0644]
test/CodeGen/AArch64/machine-copy-prop.ll
test/CodeGen/AArch64/machine-outliner-remarks.ll [new file with mode: 0644]
test/CodeGen/AArch64/machine-outliner.ll
test/CodeGen/AArch64/machine-outliner.mir [new file with mode: 0644]
test/CodeGen/AArch64/machine-zero-copy-remove.mir [new file with mode: 0644]
test/CodeGen/AArch64/max-jump-table.ll
test/CodeGen/AArch64/min-jump-table.ll
test/CodeGen/AArch64/misched-fusion-aes.ll
test/CodeGen/AArch64/misched-fusion.ll
test/CodeGen/AArch64/neon-bitcast.ll
test/CodeGen/AArch64/neon-scalar-copy.ll
test/CodeGen/AArch64/nest-register.ll
test/CodeGen/AArch64/no-fp-asm-clobbers-crash.ll [new file with mode: 0644]
test/CodeGen/AArch64/phi-dbg.ll
test/CodeGen/AArch64/preferred-function-alignment.ll
test/CodeGen/AArch64/prologue-epilogue-remarks.mir [new file with mode: 0644]
test/CodeGen/AArch64/recp-fastmath.ll
test/CodeGen/AArch64/regcoal-physreg.mir
test/CodeGen/AArch64/remat.ll
test/CodeGen/AArch64/scheduledag-constreg.mir
test/CodeGen/AArch64/selectcc-to-shiftand.ll
test/CodeGen/AArch64/sibling-call.ll
test/CodeGen/AArch64/spill-undef.mir
test/CodeGen/AArch64/sqrt-fastmath.ll
test/CodeGen/AArch64/strqro.ll [new file with mode: 0644]
test/CodeGen/AArch64/swift-error.ll [new file with mode: 0644]
test/CodeGen/AArch64/tail-call.ll
test/CodeGen/AArch64/tailcall-explicit-sret.ll
test/CodeGen/AArch64/tailcall-implicit-sret.ll
test/CodeGen/AArch64/tailcall_misched_graph.ll
test/CodeGen/AArch64/vector-fcopysign.ll
test/CodeGen/AArch64/win64_vararg.ll
test/CodeGen/AArch64/xray-attribute-instrumentation.ll
test/CodeGen/AArch64/xray-tail-call-sled.ll
test/CodeGen/AMDGPU/GlobalISel/amdgpu-irtranslator.ll
test/CodeGen/AMDGPU/GlobalISel/inst-select-load-flat.mir
test/CodeGen/AMDGPU/GlobalISel/inst-select-load-smrd.mir
test/CodeGen/AMDGPU/GlobalISel/inst-select-store-flat.mir
test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgpu_vs.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/legalize-add.mir
test/CodeGen/AMDGPU/GlobalISel/legalize-and.mir
test/CodeGen/AMDGPU/GlobalISel/legalize-bitcast.mir
test/CodeGen/AMDGPU/GlobalISel/legalize-constant.mir
test/CodeGen/AMDGPU/GlobalISel/legalize-fadd.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/legalize-fmul.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/legalize-icmp.mir
test/CodeGen/AMDGPU/GlobalISel/legalize-or.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/legalize-select.mir
test/CodeGen/AMDGPU/GlobalISel/legalize-shl.mir
test/CodeGen/AMDGPU/GlobalISel/smrd.ll
test/CodeGen/AMDGPU/InlineAsmCrash.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/add.i16.ll
test/CodeGen/AMDGPU/add.ll
test/CodeGen/AMDGPU/add.v2i16.ll
test/CodeGen/AMDGPU/addrspacecast.ll
test/CodeGen/AMDGPU/adjust-writemask-invalid-copy.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/amdgcn.private-memory.ll
test/CodeGen/AMDGPU/amdgpu-inline.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/amdgpu-shader-calling-convention.ll
test/CodeGen/AMDGPU/amdgpu.private-memory.ll
test/CodeGen/AMDGPU/amdpal-cs.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/amdpal-es.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/amdpal-gs.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/amdpal-hs.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/amdpal-ls.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/amdpal-ps.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/amdpal-psenable.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/amdpal-vs.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/amdpal.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/and.ll
test/CodeGen/AMDGPU/annotate-kernel-features-hsa-call.ll
test/CodeGen/AMDGPU/anyext.ll
test/CodeGen/AMDGPU/array-ptr-calc-i32.ll
test/CodeGen/AMDGPU/array-ptr-calc-i64.ll
test/CodeGen/AMDGPU/ashr.v2i16.ll
test/CodeGen/AMDGPU/atomic_cmp_swap_local.ll
test/CodeGen/AMDGPU/atomic_load_add.ll
test/CodeGen/AMDGPU/atomic_load_sub.ll
test/CodeGen/AMDGPU/attr-amdgpu-flat-work-group-size.ll
test/CodeGen/AMDGPU/basic-call-return.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/basic-loop.ll
test/CodeGen/AMDGPU/bfe-combine.ll
test/CodeGen/AMDGPU/bfe-patterns.ll
test/CodeGen/AMDGPU/bitcast-vector-extract.ll
test/CodeGen/AMDGPU/br_cc.f16.ll
test/CodeGen/AMDGPU/branch-condition-and.ll
test/CodeGen/AMDGPU/branch-relax-bundle.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/branch-relaxation.ll
test/CodeGen/AMDGPU/break-smem-soft-clauses.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/break-vmem-soft-clauses.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/byval-frame-setup.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/call-argument-types.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/call-encoding.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/call-graph-register-usage.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/call-preserved-registers.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/call-return-types.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/call.ll [deleted file]
test/CodeGen/AMDGPU/callee-frame-setup.ll
test/CodeGen/AMDGPU/callee-special-input-sgprs.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/callee-special-input-vgprs.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/calling-conventions.ll
test/CodeGen/AMDGPU/captured-frame-index.ll
test/CodeGen/AMDGPU/cf-loop-on-constant.ll
test/CodeGen/AMDGPU/cgp-addressing-modes.ll
test/CodeGen/AMDGPU/clamp-modifier.ll
test/CodeGen/AMDGPU/clamp-omod-special-case.mir
test/CodeGen/AMDGPU/clamp.ll
test/CodeGen/AMDGPU/cluster-flat-loads-postra.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/cluster-flat-loads.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/code-object-metadata-deduce-ro-arg.ll [deleted file]
test/CodeGen/AMDGPU/code-object-metadata-from-llvm-ir-full.ll [deleted file]
test/CodeGen/AMDGPU/code-object-metadata-images.ll [deleted file]
test/CodeGen/AMDGPU/code-object-metadata-invalid-ocl-version-1.ll [deleted file]
test/CodeGen/AMDGPU/code-object-metadata-invalid-ocl-version-2.ll [deleted file]
test/CodeGen/AMDGPU/code-object-metadata-invalid-ocl-version-3.ll [deleted file]
test/CodeGen/AMDGPU/code-object-metadata-kernel-code-props.ll [deleted file]
test/CodeGen/AMDGPU/code-object-metadata-kernel-debug-props.ll [deleted file]
test/CodeGen/AMDGPU/collapse-endcf.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/combine-ftrunc.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/combine_vloads.ll
test/CodeGen/AMDGPU/constant-fold-imm-immreg.mir
test/CodeGen/AMDGPU/control-flow-fastregalloc.ll
test/CodeGen/AMDGPU/control-flow-optnone.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/convergent-inlineasm.ll
test/CodeGen/AMDGPU/ctlz.ll
test/CodeGen/AMDGPU/ctlz_zero_undef.ll
test/CodeGen/AMDGPU/ctpop.ll
test/CodeGen/AMDGPU/ctpop64.ll
test/CodeGen/AMDGPU/cttz_zero_undef.ll
test/CodeGen/AMDGPU/cvt_f32_ubyte.ll
test/CodeGen/AMDGPU/dagcomb-shuffle-vecextend-non2.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/dead_copy.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/debug-value.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/debugger-emit-prologue.ll
test/CodeGen/AMDGPU/debugger-insert-nops.ll
test/CodeGen/AMDGPU/debugger-reserve-regs.ll
test/CodeGen/AMDGPU/detect-dead-lanes.mir
test/CodeGen/AMDGPU/ds-combine-large-stride.ll
test/CodeGen/AMDGPU/ds-sub-offset.ll
test/CodeGen/AMDGPU/ds_read2.ll
test/CodeGen/AMDGPU/ds_read2st64.ll
test/CodeGen/AMDGPU/ds_write2.ll
test/CodeGen/AMDGPU/ds_write2st64.ll
test/CodeGen/AMDGPU/dynamic_stackalloc.ll
test/CodeGen/AMDGPU/early-if-convert.ll
test/CodeGen/AMDGPU/early-inline.ll
test/CodeGen/AMDGPU/elf-header.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/elf-notes.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/elf.ll
test/CodeGen/AMDGPU/elf.r600.ll
test/CodeGen/AMDGPU/else.ll
test/CodeGen/AMDGPU/empty-function.ll
test/CodeGen/AMDGPU/endpgm-dce.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/enqueue-kernel.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/extload-align.ll
test/CodeGen/AMDGPU/extract_vector_elt-f16.ll
test/CodeGen/AMDGPU/extract_vector_elt-f64.ll
test/CodeGen/AMDGPU/extract_vector_elt-i16.ll
test/CodeGen/AMDGPU/extract_vector_elt-i64.ll
test/CodeGen/AMDGPU/extract_vector_elt-i8.ll
test/CodeGen/AMDGPU/fabs.f16.ll
test/CodeGen/AMDGPU/fabs.ll
test/CodeGen/AMDGPU/fadd.f16.ll
test/CodeGen/AMDGPU/fadd.ll
test/CodeGen/AMDGPU/fcanonicalize-elimination.ll
test/CodeGen/AMDGPU/fcanonicalize.f16.ll
test/CodeGen/AMDGPU/fcanonicalize.ll
test/CodeGen/AMDGPU/fcopysign.f16.ll
test/CodeGen/AMDGPU/fcopysign.f64.ll
test/CodeGen/AMDGPU/fence-amdgiz.ll
test/CodeGen/AMDGPU/fence-barrier.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fix-wwm-liveness.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/flat-load-clustering.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/flat_atomics.ll
test/CodeGen/AMDGPU/flat_atomics_i64.ll
test/CodeGen/AMDGPU/fma-combine.ll
test/CodeGen/AMDGPU/fma.ll
test/CodeGen/AMDGPU/fmax3.f64.ll
test/CodeGen/AMDGPU/fmed3.ll
test/CodeGen/AMDGPU/fminnum.f64.ll
test/CodeGen/AMDGPU/fmul.f16.ll
test/CodeGen/AMDGPU/fmuladd.f16.ll
test/CodeGen/AMDGPU/fmuladd.f32.ll
test/CodeGen/AMDGPU/fmuladd.v2f16.ll
test/CodeGen/AMDGPU/fneg-combines.ll
test/CodeGen/AMDGPU/fneg-fabs.f16.ll
test/CodeGen/AMDGPU/fneg.f16.ll
test/CodeGen/AMDGPU/fneg.ll
test/CodeGen/AMDGPU/fold-cndmask.mir
test/CodeGen/AMDGPU/fold-immediate-output-mods.mir
test/CodeGen/AMDGPU/fold-operands-order.mir
test/CodeGen/AMDGPU/fpext-free.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fpext.f16.ll
test/CodeGen/AMDGPU/fptosi.f16.ll
test/CodeGen/AMDGPU/fptoui.f16.ll
test/CodeGen/AMDGPU/fptrunc.f16.ll
test/CodeGen/AMDGPU/frame-index-amdgiz.ll
test/CodeGen/AMDGPU/frame-index-elimination.ll
test/CodeGen/AMDGPU/fsub.f16.ll
test/CodeGen/AMDGPU/ftrunc.f64.ll
test/CodeGen/AMDGPU/function-args.ll
test/CodeGen/AMDGPU/function-returns.ll
test/CodeGen/AMDGPU/global_atomics.ll
test/CodeGen/AMDGPU/global_atomics_i64.ll
test/CodeGen/AMDGPU/half.ll
test/CodeGen/AMDGPU/hazard-inlineasm.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/hazard.mir
test/CodeGen/AMDGPU/hsa-func.ll
test/CodeGen/AMDGPU/hsa-metadata-deduce-ro-arg.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/hsa-metadata-enqueu-kernel.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/hsa-metadata-from-llvm-ir-full.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/hsa-metadata-images.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/hsa-metadata-invalid-ocl-version-1.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/hsa-metadata-invalid-ocl-version-2.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/hsa-metadata-invalid-ocl-version-3.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/hsa-metadata-kernel-code-props.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/hsa-metadata-kernel-debug-props.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/hsa-note-no-func.ll
test/CodeGen/AMDGPU/huge-private-buffer.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/i1-copy-implicit-def.ll
test/CodeGen/AMDGPU/i1-copy-phi.ll
test/CodeGen/AMDGPU/imm.ll
test/CodeGen/AMDGPU/immv216.ll
test/CodeGen/AMDGPU/indirect-addressing-si-noopt.ll
test/CodeGen/AMDGPU/indirect-addressing-si.ll
test/CodeGen/AMDGPU/inline-asm.ll
test/CodeGen/AMDGPU/inline-attr.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/inline-calls.ll
test/CodeGen/AMDGPU/inlineasm-packed.ll
test/CodeGen/AMDGPU/insert-skips-kill-uncond.mir
test/CodeGen/AMDGPU/insert_subreg.ll
test/CodeGen/AMDGPU/insert_vector_elt.ll
test/CodeGen/AMDGPU/insert_vector_elt.v2i16.ll
test/CodeGen/AMDGPU/inserted-wait-states.mir
test/CodeGen/AMDGPU/internalize.ll
test/CodeGen/AMDGPU/invert-br-undef-vcc.mir
test/CodeGen/AMDGPU/ipra.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/knownbits-recursion.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/large-constant-initializer.ll
test/CodeGen/AMDGPU/lds-initializer.ll
test/CodeGen/AMDGPU/lds-output-queue.ll
test/CodeGen/AMDGPU/lds-zero-initializer.ll
test/CodeGen/AMDGPU/liveness.mir
test/CodeGen/AMDGPU/llvm.amdgcn.atomic.dec.ll
test/CodeGen/AMDGPU/llvm.amdgcn.atomic.inc.ll
test/CodeGen/AMDGPU/llvm.amdgcn.buffer.atomic.ll
test/CodeGen/AMDGPU/llvm.amdgcn.buffer.load.format.ll
test/CodeGen/AMDGPU/llvm.amdgcn.buffer.load.ll
test/CodeGen/AMDGPU/llvm.amdgcn.buffer.store.format.ll
test/CodeGen/AMDGPU/llvm.amdgcn.buffer.store.ll
test/CodeGen/AMDGPU/llvm.amdgcn.buffer.wbinvl1.ll
test/CodeGen/AMDGPU/llvm.amdgcn.buffer.wbinvl1.sc.ll
test/CodeGen/AMDGPU/llvm.amdgcn.buffer.wbinvl1.vol.ll
test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pkrtz.ll
test/CodeGen/AMDGPU/llvm.amdgcn.div.fixup.f16.ll
test/CodeGen/AMDGPU/llvm.amdgcn.div.fmas.ll
test/CodeGen/AMDGPU/llvm.amdgcn.div.scale.ll
test/CodeGen/AMDGPU/llvm.amdgcn.ds.bpermute.ll
test/CodeGen/AMDGPU/llvm.amdgcn.exp.compr.ll
test/CodeGen/AMDGPU/llvm.amdgcn.fmed3.f16.ll
test/CodeGen/AMDGPU/llvm.amdgcn.image.atomic.ll
test/CodeGen/AMDGPU/llvm.amdgcn.image.getlod.ll
test/CodeGen/AMDGPU/llvm.amdgcn.image.ll
test/CodeGen/AMDGPU/llvm.amdgcn.implicitarg.ptr.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.init.exec.ll
test/CodeGen/AMDGPU/llvm.amdgcn.kill.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.mbcnt.ll
test/CodeGen/AMDGPU/llvm.amdgcn.mov.dpp.ll
test/CodeGen/AMDGPU/llvm.amdgcn.ps.live.ll
test/CodeGen/AMDGPU/llvm.amdgcn.s.barrier.ll
test/CodeGen/AMDGPU/llvm.amdgcn.s.dcache.inv.ll
test/CodeGen/AMDGPU/llvm.amdgcn.s.dcache.inv.vol.ll
test/CodeGen/AMDGPU/llvm.amdgcn.s.dcache.wb.ll
test/CodeGen/AMDGPU/llvm.amdgcn.s.dcache.wb.vol.ll
test/CodeGen/AMDGPU/llvm.amdgcn.s.waitcnt.ll
test/CodeGen/AMDGPU/llvm.amdgcn.sbfe.ll
test/CodeGen/AMDGPU/llvm.amdgcn.set.inactive.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.ubfe.ll
test/CodeGen/AMDGPU/llvm.amdgcn.update.dpp.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.wqm.vote.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.ceil.f16.ll
test/CodeGen/AMDGPU/llvm.cos.f16.ll
test/CodeGen/AMDGPU/llvm.dbg.value.ll
test/CodeGen/AMDGPU/llvm.exp2.f16.ll
test/CodeGen/AMDGPU/llvm.floor.f16.ll
test/CodeGen/AMDGPU/llvm.fma.f16.ll
test/CodeGen/AMDGPU/llvm.fmuladd.f16.ll
test/CodeGen/AMDGPU/llvm.log.f16.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.log.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.log10.f16.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.log10.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.log2.f16.ll
test/CodeGen/AMDGPU/llvm.log2.ll
test/CodeGen/AMDGPU/llvm.maxnum.f16.ll
test/CodeGen/AMDGPU/llvm.memcpy.ll
test/CodeGen/AMDGPU/llvm.minnum.f16.ll
test/CodeGen/AMDGPU/llvm.rint.f16.ll
test/CodeGen/AMDGPU/llvm.rint.f64.ll
test/CodeGen/AMDGPU/llvm.round.ll
test/CodeGen/AMDGPU/llvm.sin.f16.ll
test/CodeGen/AMDGPU/llvm.sqrt.f16.ll
test/CodeGen/AMDGPU/llvm.trunc.f16.ll
test/CodeGen/AMDGPU/load-constant-i1.ll
test/CodeGen/AMDGPU/load-global-i1.ll
test/CodeGen/AMDGPU/load-global-i16.ll
test/CodeGen/AMDGPU/load-global-i32.ll
test/CodeGen/AMDGPU/load-global-i8.ll
test/CodeGen/AMDGPU/load-hi16.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load-lo16.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load-local-f32.ll
test/CodeGen/AMDGPU/load-local-f64.ll
test/CodeGen/AMDGPU/load-local-i1.ll
test/CodeGen/AMDGPU/load-local-i16.ll
test/CodeGen/AMDGPU/load-local-i32.ll
test/CodeGen/AMDGPU/load-local-i64.ll
test/CodeGen/AMDGPU/load-local-i8.ll
test/CodeGen/AMDGPU/load-private-double16-amdgiz.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load-weird-sizes.ll
test/CodeGen/AMDGPU/local-64.ll
test/CodeGen/AMDGPU/local-atomics.ll
test/CodeGen/AMDGPU/local-atomics64.ll
test/CodeGen/AMDGPU/loop-idiom.ll
test/CodeGen/AMDGPU/loop_break.ll
test/CodeGen/AMDGPU/lower-mem-intrinsics.ll
test/CodeGen/AMDGPU/lshl64-to-32.ll
test/CodeGen/AMDGPU/lshr.v2i16.ll
test/CodeGen/AMDGPU/macro-fusion-cluster-vcc-uses.mir
test/CodeGen/AMDGPU/mad-combine.ll
test/CodeGen/AMDGPU/mad-mix-hi.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/mad-mix-lo.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/mad-mix.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/mad_64_32.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/madak.ll
test/CodeGen/AMDGPU/max.i16.ll
test/CodeGen/AMDGPU/mem-builtins.ll
test/CodeGen/AMDGPU/memory-legalizer-atomic-cmpxchg.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/memory-legalizer-atomic-fence.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/memory-legalizer-atomic-rmw.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/memory-legalizer-invalid-syncscope.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/memory-legalizer-load.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/memory-legalizer-store.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/merge-load-store.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/merge-stores.ll
test/CodeGen/AMDGPU/min.ll
test/CodeGen/AMDGPU/missing-store.ll
test/CodeGen/AMDGPU/move-addr64-rsrc-dead-subreg-writes.ll
test/CodeGen/AMDGPU/mubuf-offset-private.ll
test/CodeGen/AMDGPU/mul.ll
test/CodeGen/AMDGPU/multi-divergent-exit-region.ll
test/CodeGen/AMDGPU/multilevel-break.ll
test/CodeGen/AMDGPU/nested-calls.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/no-initializer-constant-addrspace.ll
test/CodeGen/AMDGPU/nullptr.ll
test/CodeGen/AMDGPU/opt-sgpr-to-vgpr-copy.mir
test/CodeGen/AMDGPU/optimize-if-exec-masking.mir
test/CodeGen/AMDGPU/pack.v2f16.ll
test/CodeGen/AMDGPU/pack.v2i16.ll
test/CodeGen/AMDGPU/packed-op-sel.ll
test/CodeGen/AMDGPU/private-memory-atomics.ll
test/CodeGen/AMDGPU/private-memory-broken.ll [deleted file]
test/CodeGen/AMDGPU/private-memory-r600.ll
test/CodeGen/AMDGPU/promote-alloca-array-aggregate.ll
test/CodeGen/AMDGPU/promote-alloca-bitcast-function.ll
test/CodeGen/AMDGPU/promote-alloca-calling-conv.ll
test/CodeGen/AMDGPU/promote-alloca-invariant-markers.ll
test/CodeGen/AMDGPU/promote-alloca-mem-intrinsics.ll
test/CodeGen/AMDGPU/promote-alloca-no-opts.ll
test/CodeGen/AMDGPU/promote-alloca-padding-size-estimate.ll
test/CodeGen/AMDGPU/promote-alloca-to-lds-select.ll
test/CodeGen/AMDGPU/r600.amdgpu-alias-analysis.ll
test/CodeGen/AMDGPU/readlane_exec0.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/reduce-saveexec.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/regcoal-subrange-join.mir
test/CodeGen/AMDGPU/regcoalesce-dbg.mir
test/CodeGen/AMDGPU/rename-independent-subregs-mac-operands.mir
test/CodeGen/AMDGPU/ret_jump.ll
test/CodeGen/AMDGPU/rewrite-out-arguments-address-space.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/rewrite-out-arguments.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/rotl.i64.ll
test/CodeGen/AMDGPU/rotr.i64.ll
test/CodeGen/AMDGPU/s_addk_i32.ll
test/CodeGen/AMDGPU/s_mulk_i32.ll
test/CodeGen/AMDGPU/sad.ll
test/CodeGen/AMDGPU/saddo.ll
test/CodeGen/AMDGPU/salu-to-valu.ll
test/CodeGen/AMDGPU/sched-crash-dbg-value.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/schedule-ilp.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/schedule-kernel-arg-loads.ll
test/CodeGen/AMDGPU/schedule-regpressure-limit2.ll
test/CodeGen/AMDGPU/schedule-regpressure.mir
test/CodeGen/AMDGPU/scratch-buffer.ll
test/CodeGen/AMDGPU/scratch-simple.ll
test/CodeGen/AMDGPU/sdiv.ll
test/CodeGen/AMDGPU/sdivrem64.ll
test/CodeGen/AMDGPU/sdwa-gfx9.mir
test/CodeGen/AMDGPU/sdwa-peephole-instr.mir
test/CodeGen/AMDGPU/sdwa-peephole.ll
test/CodeGen/AMDGPU/sdwa-preserve.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/sdwa-vop2-64bit.mir
test/CodeGen/AMDGPU/select-vectors.ll
test/CodeGen/AMDGPU/select.f16.ll
test/CodeGen/AMDGPU/select64.ll
test/CodeGen/AMDGPU/selectcc.ll
test/CodeGen/AMDGPU/sendmsg-m0-hazard.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/setcc-fneg-constant.ll
test/CodeGen/AMDGPU/setcc.ll
test/CodeGen/AMDGPU/sext-in-reg.ll
test/CodeGen/AMDGPU/sgpr-control-flow.ll
test/CodeGen/AMDGPU/sgpr-copy-duplicate-operand.ll
test/CodeGen/AMDGPU/sgpr-copy.ll
test/CodeGen/AMDGPU/shift-and-i128-ubfe.ll
test/CodeGen/AMDGPU/shift-and-i64-ubfe.ll
test/CodeGen/AMDGPU/shl-add-to-add-shl.ll
test/CodeGen/AMDGPU/shl.ll
test/CodeGen/AMDGPU/shl.v2i16.ll
test/CodeGen/AMDGPU/shl_add_constant.ll
test/CodeGen/AMDGPU/shl_add_ptr.ll
test/CodeGen/AMDGPU/shrink-add-sub-constant.ll
test/CodeGen/AMDGPU/shrink-carry.mir
test/CodeGen/AMDGPU/shrink-vop3-carry-out.mir
test/CodeGen/AMDGPU/si-annotate-cf-noloop.ll
test/CodeGen/AMDGPU/si-instr-info-correct-implicit-operands.ll
test/CodeGen/AMDGPU/si-lower-control-flow-kill.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/si-lower-control-flow-unreachable-block.ll
test/CodeGen/AMDGPU/si-triv-disjoint-mem-access.ll
test/CodeGen/AMDGPU/sibling-call.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/simplify-libcalls.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/simplifydemandedbits-recursion.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/sitofp.f16.ll
test/CodeGen/AMDGPU/skip-if-dead.ll
test/CodeGen/AMDGPU/smed3.ll
test/CodeGen/AMDGPU/sminmax.ll
test/CodeGen/AMDGPU/sminmax.v2i16.ll
test/CodeGen/AMDGPU/smrd.ll
test/CodeGen/AMDGPU/spill-empty-live-interval.mir
test/CodeGen/AMDGPU/spill-m0.ll
test/CodeGen/AMDGPU/split-scalar-i64-add.ll
test/CodeGen/AMDGPU/splitkit.mir
test/CodeGen/AMDGPU/sra.ll
test/CodeGen/AMDGPU/srem.ll
test/CodeGen/AMDGPU/ssubo.ll
test/CodeGen/AMDGPU/stack-size-overflow.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/stack-slot-color-sgpr-vgpr-spills.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/store-global.ll
test/CodeGen/AMDGPU/store-hi16.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/store-local.ll
test/CodeGen/AMDGPU/store-vector-ptrs.ll
test/CodeGen/AMDGPU/store-weird-sizes.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/stress-calls.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/sub.i16.ll
test/CodeGen/AMDGPU/sub.ll
test/CodeGen/AMDGPU/sub.v2i16.ll
test/CodeGen/AMDGPU/subreg-coalescer-undef-use.ll
test/CodeGen/AMDGPU/subreg-intervals.mir
test/CodeGen/AMDGPU/subreg_interference.mir
test/CodeGen/AMDGPU/syncscopes.ll
test/CodeGen/AMDGPU/tail-call-cgp.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/trunc-cmp-constant.ll
test/CodeGen/AMDGPU/trunc-vector-store-assertion-failure.ll
test/CodeGen/AMDGPU/trunc.ll
test/CodeGen/AMDGPU/tti-unroll-prefs.ll
test/CodeGen/AMDGPU/twoaddr-mad.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/uaddo.ll
test/CodeGen/AMDGPU/udivrem.ll
test/CodeGen/AMDGPU/udivrem64.ll
test/CodeGen/AMDGPU/uint_to_fp.i64.ll
test/CodeGen/AMDGPU/uitofp.f16.ll
test/CodeGen/AMDGPU/umed3.ll
test/CodeGen/AMDGPU/unaligned-load-store.ll
test/CodeGen/AMDGPU/undefined-physreg-sgpr-spill.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/uniform-PHI.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/uniform-cfg.ll
test/CodeGen/AMDGPU/uniform-loop-inside-nonuniform.ll
test/CodeGen/AMDGPU/unknown-processor.ll
test/CodeGen/AMDGPU/unsupported-calls.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/urem.ll
test/CodeGen/AMDGPU/use-sgpr-multiple-times.ll
test/CodeGen/AMDGPU/usubo.ll
test/CodeGen/AMDGPU/v_cndmask.ll
test/CodeGen/AMDGPU/v_mac_f16.ll
test/CodeGen/AMDGPU/v_madak_f16.ll
test/CodeGen/AMDGPU/valu-i1.ll
test/CodeGen/AMDGPU/vccz-corrupt-bug-workaround.mir
test/CodeGen/AMDGPU/vector-alloca.ll
test/CodeGen/AMDGPU/vector-extract-insert.ll
test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot-compute.ll
test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot.ll
test/CodeGen/AMDGPU/vop-shrink-frame-index.mir
test/CodeGen/AMDGPU/vop-shrink-non-ssa.mir
test/CodeGen/AMDGPU/vop-shrink.ll
test/CodeGen/AMDGPU/waitcnt-flat.ll
test/CodeGen/AMDGPU/widen-vselect-and-mask.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/widen_extending_scalar_loads.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/wqm.ll
test/CodeGen/AMDGPU/wqm.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/write-register-vgpr-into-sgpr.ll
test/CodeGen/AMDGPU/write_register.ll
test/CodeGen/AMDGPU/xnor.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/zext-lid.ll
test/CodeGen/ARC/alu.ll [new file with mode: 0644]
test/CodeGen/ARC/brcc.ll [new file with mode: 0644]
test/CodeGen/ARC/call.ll [new file with mode: 0644]
test/CodeGen/ARC/ldst.ll [new file with mode: 0644]
test/CodeGen/ARC/lit.local.cfg [new file with mode: 0644]
test/CodeGen/ARM/2007-03-27-RegScavengerAssert.ll
test/CodeGen/ARM/2007-03-30-RegScavengerAssert.ll
test/CodeGen/ARM/2007-04-02-RegScavengerAssert.ll
test/CodeGen/ARM/2007-05-09-tailmerge-2.ll
test/CodeGen/ARM/2007-05-14-RegScavengerAssert.ll
test/CodeGen/ARM/2007-05-22-tailmerge-3.ll
test/CodeGen/ARM/2009-02-16-SpillerBug.ll
test/CodeGen/ARM/2009-02-27-SpillerBug.ll
test/CodeGen/ARM/2009-06-30-RegScavengerAssert.ll
test/CodeGen/ARM/2009-06-30-RegScavengerAssert2.ll
test/CodeGen/ARM/2009-06-30-RegScavengerAssert3.ll
test/CodeGen/ARM/2009-06-30-RegScavengerAssert4.ll
test/CodeGen/ARM/2009-06-30-RegScavengerAssert5.ll
test/CodeGen/ARM/2009-07-01-CommuteBug.ll
test/CodeGen/ARM/2009-08-02-RegScavengerAssert-Neon.ll
test/CodeGen/ARM/2009-08-21-PostRAKill.ll
test/CodeGen/ARM/2009-08-31-LSDA-Name.ll
test/CodeGen/ARM/2009-09-09-fpcmp-ole.ll
test/CodeGen/ARM/2009-10-27-double-align.ll
test/CodeGen/ARM/2010-04-15-ScavengerDebugValue.ll
test/CodeGen/ARM/2010-05-14-IllegalType.ll
test/CodeGen/ARM/2010-06-21-nondarwin-tc.ll
test/CodeGen/ARM/2010-06-25-Thumb2ITInvalidIterator.ll
test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll
test/CodeGen/ARM/2010-08-04-StackVariable.ll
test/CodeGen/ARM/2011-01-19-MergedGlobalDbg.ll
test/CodeGen/ARM/2011-08-02-MergedGlobalDbg.ll
test/CodeGen/ARM/2011-09-19-cpsr.ll
test/CodeGen/ARM/2011-10-26-ExpandUnalignedLoadCrash.ll
test/CodeGen/ARM/2011-10-26-memset-inline.ll
test/CodeGen/ARM/2011-11-14-EarlyClobber.ll
test/CodeGen/ARM/2012-03-05-FPSCR-bug.ll
test/CodeGen/ARM/2012-08-13-bfi.ll
test/CodeGen/ARM/2012-08-27-CopyPhysRegCrash.ll
test/CodeGen/ARM/2014-01-09-pseudo_expand_implicit_reg.ll
test/CodeGen/ARM/2016-08-24-ARM-LDST-dbginfo-bug.ll
test/CodeGen/ARM/ARMLoadStoreDBG.mir
test/CodeGen/ARM/GlobalISel/arm-call-lowering.ll [new file with mode: 0644]
test/CodeGen/ARM/GlobalISel/arm-instruction-select-cmp.mir
test/CodeGen/ARM/GlobalISel/arm-instruction-select-combos.mir
test/CodeGen/ARM/GlobalISel/arm-instruction-select.mir
test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll
test/CodeGen/ARM/GlobalISel/arm-isel-divmod.ll
test/CodeGen/ARM/GlobalISel/arm-isel-fp.ll
test/CodeGen/ARM/GlobalISel/arm-isel-globals-pic.ll [new file with mode: 0644]
test/CodeGen/ARM/GlobalISel/arm-isel-globals-ropi-rwpi.ll [new file with mode: 0644]
test/CodeGen/ARM/GlobalISel/arm-isel-globals-static.ll [new file with mode: 0644]
test/CodeGen/ARM/GlobalISel/arm-isel.ll
test/CodeGen/ARM/GlobalISel/arm-legalize-divmod.mir
test/CodeGen/ARM/GlobalISel/arm-legalize-fp.mir
test/CodeGen/ARM/GlobalISel/arm-legalizer.mir
test/CodeGen/ARM/GlobalISel/arm-param-lowering.ll [new file with mode: 0644]
test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir
test/CodeGen/ARM/GlobalISel/arm-select-globals-pic.mir [new file with mode: 0644]
test/CodeGen/ARM/GlobalISel/arm-select-globals-ropi-rwpi.mir [new file with mode: 0644]
test/CodeGen/ARM/GlobalISel/arm-select-globals-static.mir [new file with mode: 0644]
test/CodeGen/ARM/GlobalISel/arm-unsupported.ll
test/CodeGen/ARM/GlobalISel/pr35375.ll [new file with mode: 0644]
test/CodeGen/ARM/Windows/dbzchk.ll
test/CodeGen/ARM/Windows/vla-cpsr.ll
test/CodeGen/ARM/a15-SD-dep.ll
test/CodeGen/ARM/addsubcarry-promotion.ll [new file with mode: 0644]
test/CodeGen/ARM/alloc-no-stack-realign.ll
test/CodeGen/ARM/alloca.ll
test/CodeGen/ARM/and-load-combine.ll [new file with mode: 0644]
test/CodeGen/ARM/arm-and-tst-peephole.ll
test/CodeGen/ARM/arm-insert-subvector.ll [new file with mode: 0644]
test/CodeGen/ARM/arm-macho-tail.ll [new file with mode: 0644]
test/CodeGen/ARM/arm-position-independence-jump-table.ll
test/CodeGen/ARM/arm-storebytesmerge.ll [new file with mode: 0644]
test/CodeGen/ARM/atomic-ops-v8.ll
test/CodeGen/ARM/big-endian-neon-bitconv.ll
test/CodeGen/ARM/bool-ext-inc.ll
test/CodeGen/ARM/build-attributes.ll
test/CodeGen/ARM/call_nolink.ll
test/CodeGen/ARM/cdp.ll
test/CodeGen/ARM/cdp2.ll
test/CodeGen/ARM/cmp.ll [new file with mode: 0644]
test/CodeGen/ARM/cmp1-peephole-thumb.mir
test/CodeGen/ARM/cmp2-peephole-thumb.mir
test/CodeGen/ARM/cmpxchg-weak.ll
test/CodeGen/ARM/coalesce-dbgvalue.ll
test/CodeGen/ARM/constant-islands-cfg.mir [new file with mode: 0644]
test/CodeGen/ARM/constantpool-promote-duplicate.ll [new file with mode: 0644]
test/CodeGen/ARM/cortex-a57-misched-alu.ll
test/CodeGen/ARM/cortex-a57-misched-basic.ll
test/CodeGen/ARM/cortex-a57-misched-vadd.ll [new file with mode: 0644]
test/CodeGen/ARM/cortex-a57-misched-vfma.ll
test/CodeGen/ARM/cortex-a57-misched-vsub.ll [new file with mode: 0644]
test/CodeGen/ARM/cortexr52-misched-basic.ll
test/CodeGen/ARM/crash-greedy.ll
test/CodeGen/ARM/crash-on-pow2-shufflevector.ll [new file with mode: 0644]
test/CodeGen/ARM/cse-call.ll
test/CodeGen/ARM/cse-libcalls.ll
test/CodeGen/ARM/dbg-range-extension.mir
test/CodeGen/ARM/debug-info-arg.ll
test/CodeGen/ARM/debug-info-blocks.ll
test/CodeGen/ARM/debug-info-branch-folding.ll
test/CodeGen/ARM/debug-info-d16-reg.ll
test/CodeGen/ARM/debug-info-qreg.ll
test/CodeGen/ARM/debug-info-s16-reg.ll
test/CodeGen/ARM/debug-info-sreg2.ll
test/CodeGen/ARM/deprecated-asm.s
test/CodeGen/ARM/deps-fix.ll
test/CodeGen/ARM/dwarf-eh.ll
test/CodeGen/ARM/ehabi.ll
test/CodeGen/ARM/emutls1.ll
test/CodeGen/ARM/emutls_generic.ll
test/CodeGen/ARM/execute-only.ll
test/CodeGen/ARM/expand-pseudos.mir [new file with mode: 0644]
test/CodeGen/ARM/float-helpers.s [new file with mode: 0644]
test/CodeGen/ARM/fnmscs.ll
test/CodeGen/ARM/fp16-promote.ll
test/CodeGen/ARM/fpoffset_overflow.mir
test/CodeGen/ARM/global-merge.ll
test/CodeGen/ARM/i1.ll [new file with mode: 0644]
test/CodeGen/ARM/ifcvt-branch-weight-bug.ll
test/CodeGen/ARM/ifcvt-branch-weight.ll
test/CodeGen/ARM/ifcvt-callback.ll
test/CodeGen/ARM/ifcvt-dead-def.ll
test/CodeGen/ARM/ifcvt-iter-indbr.ll
test/CodeGen/ARM/illegal-bitfield-loadstore.ll
test/CodeGen/ARM/imm-peephole-arm.mir
test/CodeGen/ARM/imm-peephole-thumb.mir
test/CodeGen/ARM/indirect-hidden.ll
test/CodeGen/ARM/indirectbr-3.ll
test/CodeGen/ARM/inlineasm.ll
test/CodeGen/ARM/intrinsics-overflow.ll
test/CodeGen/ARM/jump-table-tbh.ll
test/CodeGen/ARM/legalize-unaligned-load.ll
test/CodeGen/ARM/litpool-licm.ll
test/CodeGen/ARM/load-global2.ll [new file with mode: 0644]
test/CodeGen/ARM/load_store_multiple.ll
test/CodeGen/ARM/load_store_opt_kill.mir [new file with mode: 0644]
test/CodeGen/ARM/local-call.ll
test/CodeGen/ARM/long-setcc.ll
test/CodeGen/ARM/loopvectorize_pr33804.ll [new file with mode: 0644]
test/CodeGen/ARM/machine-copyprop.mir
test/CodeGen/ARM/machine-licm.ll
test/CodeGen/ARM/misched-copy-arm.ll
test/CodeGen/ARM/misched-int-basic-thumb2.mir
test/CodeGen/ARM/misched-int-basic.mir
test/CodeGen/ARM/mult-alt-generic-arm.ll
test/CodeGen/ARM/negate-i1.ll
test/CodeGen/ARM/neon_vabs.ll
test/CodeGen/ARM/nest-register.ll
test/CodeGen/ARM/no-arm-mode.ll [new file with mode: 0644]
test/CodeGen/ARM/no-cfi.ll
test/CodeGen/ARM/noopt-dmb-v7.ll
test/CodeGen/ARM/peephole-bitcast.ll
test/CodeGen/ARM/pei-swiftself.mir [new file with mode: 0644]
test/CodeGen/ARM/pr25317.ll
test/CodeGen/ARM/pr34045-2.ll [new file with mode: 0644]
test/CodeGen/ARM/pr34045.ll [new file with mode: 0644]
test/CodeGen/ARM/pr35103.ll [new file with mode: 0644]
test/CodeGen/ARM/preferred-align.ll
test/CodeGen/ARM/prera-ldst-aliasing.mir
test/CodeGen/ARM/prera-ldst-insertpt.mir
test/CodeGen/ARM/readtp.ll [new file with mode: 0644]
test/CodeGen/ARM/saxpy10-a9.ll
test/CodeGen/ARM/scavenging.mir
test/CodeGen/ARM/sched-it-debug-nodes.mir
test/CodeGen/ARM/select-imm.ll
test/CodeGen/ARM/select_const.ll
test/CodeGen/ARM/setcc-logic.ll
test/CodeGen/ARM/setjmp_longjmp.ll
test/CodeGen/ARM/shift-combine.ll
test/CodeGen/ARM/single-issue-r52.mir
test/CodeGen/ARM/sjljehprepare-lower-empty-struct.ll
test/CodeGen/ARM/special-reg-v8m-main.ll
test/CodeGen/ARM/ssp-data-layout.ll
test/CodeGen/ARM/struct-byval-frame-index.ll
test/CodeGen/ARM/sub-cmp-peephole.ll
test/CodeGen/ARM/subreg-remat.ll
test/CodeGen/ARM/subtarget-features-long-calls.ll
test/CodeGen/ARM/subtarget-no-movt.ll
test/CodeGen/ARM/swifterror.ll
test/CodeGen/ARM/tail-dup-bundle.mir [new file with mode: 0644]
test/CodeGen/ARM/tail-merge-branch-weight.ll
test/CodeGen/ARM/tailcall-mem-intrinsics.ll [new file with mode: 0644]
test/CodeGen/ARM/taildup-branch-weight.ll
test/CodeGen/ARM/thumb-litpool.ll
test/CodeGen/ARM/thumb1-div.ll
test/CodeGen/ARM/thumb1_return_sequence.ll
test/CodeGen/ARM/tls-models.ll
test/CodeGen/ARM/tls1.ll
test/CodeGen/ARM/tls2.ll
test/CodeGen/ARM/unfold-shifts.ll [new file with mode: 0644]
test/CodeGen/ARM/unsafe-fsub.ll
test/CodeGen/ARM/unschedule-first-call.ll
test/CodeGen/ARM/v6-jumptable-clobber.mir
test/CodeGen/ARM/v8m-tail-call.ll
test/CodeGen/ARM/v8m.base-jumptable_alignment.ll
test/CodeGen/ARM/vargs_align.ll
test/CodeGen/ARM/vbits.ll
test/CodeGen/ARM/vcvt-cost.ll
test/CodeGen/ARM/vcvt.ll
test/CodeGen/ARM/vcvt_combine.ll
test/CodeGen/ARM/vdiv_combine.ll
test/CodeGen/ARM/vector-spilling.ll
test/CodeGen/ARM/vext.ll
test/CodeGen/ARM/vfloatintrinsics.ll
test/CodeGen/ARM/virtregrewriter-subregliveness.mir
test/CodeGen/ARM/vldm-liveness.mir
test/CodeGen/ARM/vldm-sched-a9.ll
test/CodeGen/ARM/vpadd.ll
test/CodeGen/ARM/vselect_imax.ll
test/CodeGen/ARM/vshll.ll
test/CodeGen/ARM/vtrn.ll
test/CodeGen/ARM/vuzp.ll
test/CodeGen/ARM/vzip.ll
test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll
test/CodeGen/ARM/xray-armv7-attribute-instrumentation.ll
test/CodeGen/ARM/zextload_demandedbits.ll
test/CodeGen/AVR/atomics/fence.ll
test/CodeGen/AVR/icall-func-pointer-correct-addr-space.ll
test/CodeGen/AVR/instrumentation/basic.ll [deleted file]
test/CodeGen/AVR/interrupts.ll
test/CodeGen/AVR/mul.ll
test/CodeGen/AVR/return.ll
test/CodeGen/AVR/select-mbb-placement-bug.ll [deleted file]
test/CodeGen/AVR/select-must-add-unconditional-jump.ll
test/CodeGen/AVR/unaligned-atomic-loads.ll [new file with mode: 0644]
test/CodeGen/AVR/zext.ll
test/CodeGen/BPF/cc_args.ll
test/CodeGen/BPF/cc_args_be.ll
test/CodeGen/BPF/cc_ret.ll
test/CodeGen/BPF/dwarfdump.ll
test/CodeGen/BPF/ex1.ll
test/CodeGen/BPF/fi_ri.ll
test/CodeGen/BPF/inline_asm.ll [new file with mode: 0644]
test/CodeGen/BPF/intrinsics.ll
test/CodeGen/BPF/mem_offset_be.ll
test/CodeGen/BPF/objdump_cond_op.ll [new file with mode: 0644]
test/CodeGen/BPF/objdump_cond_op_2.ll [new file with mode: 0644]
test/CodeGen/BPF/objdump_intrinsics.ll
test/CodeGen/BPF/remove_truncate_3.ll [new file with mode: 0644]
test/CodeGen/BPF/rodata_1.ll
test/CodeGen/BPF/rodata_2.ll
test/CodeGen/BPF/sanity.ll
test/CodeGen/BPF/select_ri.ll
test/CodeGen/BPF/setcc.ll
test/CodeGen/BPF/sockex2.ll
test/CodeGen/BPF/undef.ll
test/CodeGen/BPF/warn-call.ll
test/CodeGen/Generic/MachineBranchProb.ll
test/CodeGen/Generic/bswap.ll [new file with mode: 0644]
test/CodeGen/Generic/intrinsics.ll
test/CodeGen/Generic/llc-start-stop.ll
test/CodeGen/Generic/zero-probability.mir [new file with mode: 0644]
test/CodeGen/Hexagon/PR33749.ll [new file with mode: 0644]
test/CodeGen/Hexagon/SUnit-boundary-prob.ll
test/CodeGen/Hexagon/addaddi.ll [new file with mode: 0644]
test/CodeGen/Hexagon/addrmode-indoff.ll
test/CodeGen/Hexagon/addrmode-rr-to-io.mir [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/align-128b.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/align-64b.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/arith.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/concat-vectors-128b.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/concat-vectors-64b.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/contract-128b.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/contract-64b.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/deal-128b.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/deal-64b.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/delta-128b.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/delta-64b.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/delta2-64b.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/extract-element.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/isel-concat-vectors.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/isel-vec-ext.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/lower-insert-elt.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/perfect-single.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/reg-sequence.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/shuff-128b.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/shuff-64b.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/shuff-combos-128b.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/shuff-combos-64b.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/shuff-single.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/vector-compare-128b.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/vector-compare-64b.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/vext-128b.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/vext-64b.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/vmux-order.ll [new file with mode: 0644]
test/CodeGen/Hexagon/bank-conflict-load.mir [new file with mode: 0644]
test/CodeGen/Hexagon/bit-bitsplit-at.ll
test/CodeGen/Hexagon/bit-bitsplit-src.ll
test/CodeGen/Hexagon/bit-bitsplit.ll
test/CodeGen/Hexagon/bit-ext-sat.ll
test/CodeGen/Hexagon/bit-extract-off.ll
test/CodeGen/Hexagon/bit-extract.ll
test/CodeGen/Hexagon/bit-has.ll
test/CodeGen/Hexagon/bit-loop-rc-mismatch.ll
test/CodeGen/Hexagon/bit-rie.ll
test/CodeGen/Hexagon/bitconvert-vector.ll
test/CodeGen/Hexagon/block-addr.ll
test/CodeGen/Hexagon/branch-folder-hoist-kills.mir
test/CodeGen/Hexagon/branchfolder-insert-impdef.mir [new file with mode: 0644]
test/CodeGen/Hexagon/build-vector-shuffle.ll
test/CodeGen/Hexagon/build-vector-v4i8-zext.ll [new file with mode: 0644]
test/CodeGen/Hexagon/builtin-expect.ll
test/CodeGen/Hexagon/call-ret-i1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/cext-opt-basic.mir [new file with mode: 0644]
test/CodeGen/Hexagon/cext-opt-numops.mir [new file with mode: 0644]
test/CodeGen/Hexagon/cext-opt-range-offset.mir [new file with mode: 0644]
test/CodeGen/Hexagon/cfgopt-fall-through.ll
test/CodeGen/Hexagon/cfi-offset.ll
test/CodeGen/Hexagon/circ_ldd_bug.ll
test/CodeGen/Hexagon/cmpb-dec-imm.ll [new file with mode: 0644]
test/CodeGen/Hexagon/cmph-gtu.ll [new file with mode: 0644]
test/CodeGen/Hexagon/common-gep-inbounds.ll
test/CodeGen/Hexagon/const-pool-tf.ll
test/CodeGen/Hexagon/constp-combine-neg.ll
test/CodeGen/Hexagon/convert-to-dot-old.ll
test/CodeGen/Hexagon/convert_const_i1_to_i8.ll [new file with mode: 0644]
test/CodeGen/Hexagon/dead-store-stack.ll
test/CodeGen/Hexagon/duplex.ll
test/CodeGen/Hexagon/early-if-debug.mir [new file with mode: 0644]
test/CodeGen/Hexagon/early-if-merge-loop.ll
test/CodeGen/Hexagon/early-if-vecpi.ll
test/CodeGen/Hexagon/early-if-vecpred.ll
test/CodeGen/Hexagon/eliminate-pred-spill.ll
test/CodeGen/Hexagon/expand-condsets-dead-bad.ll
test/CodeGen/Hexagon/expand-condsets-dead-pred.ll
test/CodeGen/Hexagon/expand-condsets-def-undef.mir
test/CodeGen/Hexagon/expand-condsets-imm.mir
test/CodeGen/Hexagon/expand-condsets-impuse.mir
test/CodeGen/Hexagon/expand-condsets-rm-reg.mir
test/CodeGen/Hexagon/expand-vselect-kill.ll
test/CodeGen/Hexagon/expand-vstorerw-undef.ll
test/CodeGen/Hexagon/expand-vstorerw-undef2.ll
test/CodeGen/Hexagon/find-loop-instr.ll
test/CodeGen/Hexagon/fminmax.ll
test/CodeGen/Hexagon/frame-offset-overflow.ll
test/CodeGen/Hexagon/hasfp-crash1.ll
test/CodeGen/Hexagon/hasfp-crash2.ll
test/CodeGen/Hexagon/hexagon_vector_loop_carried_reuse.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hexagon_vector_loop_carried_reuse_constant.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hvx-nontemporal.ll
test/CodeGen/Hexagon/hwloop-loop1.ll
test/CodeGen/Hexagon/hwloop-noreturn-call.ll
test/CodeGen/Hexagon/hwloop-preh.ll
test/CodeGen/Hexagon/hwloop-redef-imm.mir [new file with mode: 0644]
test/CodeGen/Hexagon/ifcvt-common-kill.mir [new file with mode: 0644]
test/CodeGen/Hexagon/ifcvt-diamond-bug-2016-08-26.ll
test/CodeGen/Hexagon/ifcvt-edge-weight.ll
test/CodeGen/Hexagon/ifcvt-impuse-livein.mir
test/CodeGen/Hexagon/ifcvt-live-subreg.mir
test/CodeGen/Hexagon/inline-asm-a.ll [new file with mode: 0644]
test/CodeGen/Hexagon/inline-asm-bad-constraint.ll [new file with mode: 0644]
test/CodeGen/Hexagon/inline-asm-qv.ll
test/CodeGen/Hexagon/inline-asm-vecpred128.ll
test/CodeGen/Hexagon/intrinsics/atomic_store.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics/byte-store-double.ll
test/CodeGen/Hexagon/intrinsics/byte-store.ll
test/CodeGen/Hexagon/intrinsics/system_user.ll
test/CodeGen/Hexagon/intrinsics/v65-gather-double.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics/v65-gather.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics/v65-scatter-double.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics/v65-scatter-gather.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics/v65-scatter.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics/v65.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics/xtype_fp.ll
test/CodeGen/Hexagon/isel-combine-half.ll [new file with mode: 0644]
test/CodeGen/Hexagon/isel-prefer.ll [new file with mode: 0644]
test/CodeGen/Hexagon/jt-in-text.ll
test/CodeGen/Hexagon/livephysregs-add-pristines.mir [new file with mode: 0644]
test/CodeGen/Hexagon/livephysregs-lane-masks.mir
test/CodeGen/Hexagon/livephysregs-lane-masks2.mir
test/CodeGen/Hexagon/loop-idiom/memmove-rt-check.ll [new file with mode: 0644]
test/CodeGen/Hexagon/loop-idiom/pmpy-infinite-loop.ll
test/CodeGen/Hexagon/loop-idiom/pmpy-mod.ll
test/CodeGen/Hexagon/loop-prefetch.ll
test/CodeGen/Hexagon/lower-extract-subvector.ll
test/CodeGen/Hexagon/memops-stack.ll
test/CodeGen/Hexagon/misaligned_double_vector_store_not_fast.ll
test/CodeGen/Hexagon/mulh.ll
test/CodeGen/Hexagon/multi-cycle.ll
test/CodeGen/Hexagon/newify-crash.ll
test/CodeGen/Hexagon/newvaluejump-c4.mir [new file with mode: 0644]
test/CodeGen/Hexagon/newvaluejump-solo.mir [new file with mode: 0644]
test/CodeGen/Hexagon/newvaluejump2.ll
test/CodeGen/Hexagon/newvaluejump3.ll
test/CodeGen/Hexagon/packetize-load-store-aliasing.mir [new file with mode: 0644]
test/CodeGen/Hexagon/packetize-nvj-no-prune.mir [new file with mode: 0644]
test/CodeGen/Hexagon/peephole-kill-flags.ll
test/CodeGen/Hexagon/plt-rel.ll
test/CodeGen/Hexagon/post-inc-aa-metadata.ll
test/CodeGen/Hexagon/postinc-baseoffset.mir [new file with mode: 0644]
test/CodeGen/Hexagon/propagate-vcombine.ll
test/CodeGen/Hexagon/rdf-copy.ll
test/CodeGen/Hexagon/rdf-def-mask.ll
test/CodeGen/Hexagon/rdf-ehlabel-live.mir [new file with mode: 0644]
test/CodeGen/Hexagon/rdf-inline-asm-fixed.ll
test/CodeGen/Hexagon/rdf-inline-asm.ll
test/CodeGen/Hexagon/reg-scavengebug-3.ll
test/CodeGen/Hexagon/reg-scavenger-valid-slot.ll
test/CodeGen/Hexagon/regalloc-bad-undef.mir
test/CodeGen/Hexagon/regalloc-block-overlap.ll
test/CodeGen/Hexagon/regalloc-liveout-undef.mir
test/CodeGen/Hexagon/sdata-array.ll
test/CodeGen/Hexagon/select-instr-align.ll
test/CodeGen/Hexagon/split-const32-const64.ll
test/CodeGen/Hexagon/stack-align-reset.ll
test/CodeGen/Hexagon/store-imm-amode.ll [new file with mode: 0644]
test/CodeGen/Hexagon/store-imm-stack-object.ll
test/CodeGen/Hexagon/store-shift.ll
test/CodeGen/Hexagon/switch-lut-explicit-section.ll
test/CodeGen/Hexagon/switch-lut-function-section.ll
test/CodeGen/Hexagon/switch-lut-multiple-functions.ll
test/CodeGen/Hexagon/switch-lut-text-section.ll
test/CodeGen/Hexagon/swp-const-tc.ll
test/CodeGen/Hexagon/swp-order-copies.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-stages4.ll
test/CodeGen/Hexagon/tfr-to-combine.ll
test/CodeGen/Hexagon/tls_pic.ll
test/CodeGen/Hexagon/tls_static.ll
test/CodeGen/Hexagon/trap-unreachable.ll [new file with mode: 0644]
test/CodeGen/Hexagon/undo-dag-shift.ll
test/CodeGen/Hexagon/unreachable-mbb-phi-subreg.mir
test/CodeGen/Hexagon/v60-cur.ll
test/CodeGen/Hexagon/v60-vsel1.ll
test/CodeGen/Hexagon/v60Intrins.ll
test/CodeGen/Hexagon/v60Vasr.ll
test/CodeGen/Hexagon/v60small.ll
test/CodeGen/Hexagon/v6vec-vprint.ll
test/CodeGen/Hexagon/vassign-to-combine.ll
test/CodeGen/Hexagon/vdmpy-halide-test.ll
test/CodeGen/Hexagon/vec-pred-spill1.ll
test/CodeGen/Hexagon/vec-vararg-align.ll
test/CodeGen/Hexagon/vect/vect-cst-v4i32.ll
test/CodeGen/Hexagon/vect/vect-extract-i1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-infloop.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-load-1.ll
test/CodeGen/Hexagon/vect/vect-mul-v4i8.ll
test/CodeGen/Hexagon/vect/vect-mul-v8i8.ll
test/CodeGen/Hexagon/vect/vect-packhl.ll [deleted file]
test/CodeGen/Hexagon/vect/vect-vsplatb.ll
test/CodeGen/Hexagon/vector-align.ll
test/CodeGen/Hexagon/vload-postinc-sel.ll
test/CodeGen/Hexagon/vmpa-halide-test.ll
test/CodeGen/Hexagon/vpack_eo.ll
test/CodeGen/Hexagon/vselect-pseudo.ll
test/CodeGen/Hexagon/zextloadi1.ll
test/CodeGen/Lanai/lanai-misched-trivial-disjoint.ll
test/CodeGen/Lanai/peephole-compare.mir
test/CodeGen/MIR/AArch64/atomic-memoperands.mir
test/CodeGen/MIR/AArch64/cfi-def-cfa.mir [deleted file]
test/CodeGen/MIR/AArch64/cfi.mir [new file with mode: 0644]
test/CodeGen/MIR/AArch64/spill-fold.mir
test/CodeGen/MIR/AArch64/stack-object-local-offset.mir
test/CodeGen/MIR/AArch64/swp.mir [new file with mode: 0644]
test/CodeGen/MIR/AArch64/target-memoperands.mir
test/CodeGen/MIR/AMDGPU/fold-imm-f16-f32.mir
test/CodeGen/MIR/AMDGPU/fold-multiple.mir
test/CodeGen/MIR/AMDGPU/intrinsics.mir
test/CodeGen/MIR/AMDGPU/memory-legalizer-atomic-insert-end.mir [new file with mode: 0644]
test/CodeGen/MIR/AMDGPU/memory-legalizer-multiple-mem-operands-atomics.mir [new file with mode: 0644]
test/CodeGen/MIR/AMDGPU/memory-legalizer-multiple-mem-operands-nontemporal-1.mir [new file with mode: 0644]
test/CodeGen/MIR/AMDGPU/memory-legalizer-multiple-mem-operands-nontemporal-2.mir [new file with mode: 0644]
test/CodeGen/MIR/AMDGPU/stack-id.mir [new file with mode: 0644]
test/CodeGen/MIR/AMDGPU/syncscopes.mir
test/CodeGen/MIR/AMDGPU/target-flags.mir
test/CodeGen/MIR/ARM/PR32721_ifcvt_triangle_unanalyzable.mir [new file with mode: 0644]
test/CodeGen/MIR/ARM/bundled-instructions.mir
test/CodeGen/MIR/ARM/ifcvt_canFallThroughTo.mir
test/CodeGen/MIR/ARM/ifcvt_diamond_unanalyzable.mir [new file with mode: 0644]
test/CodeGen/MIR/ARM/ifcvt_forked_diamond_unanalyzable.mir [new file with mode: 0644]
test/CodeGen/MIR/ARM/ifcvt_simple_bad_zero_prob_succ.mir [new file with mode: 0644]
test/CodeGen/MIR/ARM/ifcvt_simple_unanalyzable.mir [new file with mode: 0644]
test/CodeGen/MIR/ARM/ifcvt_triangleWoCvtToNextEdge.mir [new file with mode: 0644]
test/CodeGen/MIR/ARM/target-constant-pools-error.mir [new file with mode: 0644]
test/CodeGen/MIR/NVPTX/floating-point-immediate-operands.mir
test/CodeGen/MIR/X86/block-address-operands.mir
test/CodeGen/MIR/X86/callee-saved-info.mir
test/CodeGen/MIR/X86/constant-pool.mir
test/CodeGen/MIR/X86/diexpr-win32.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/escape-function-name.ll [new file with mode: 0644]
test/CodeGen/MIR/X86/fixed-stack-memory-operands.mir
test/CodeGen/MIR/X86/fixed-stack-objects.mir
test/CodeGen/MIR/X86/frame-info-save-restore-points.mir
test/CodeGen/MIR/X86/generic-instr-type.mir
test/CodeGen/MIR/X86/global-value-operands.mir
test/CodeGen/MIR/X86/implicit-register-flag.mir
test/CodeGen/MIR/X86/instructions-debug-location.mir
test/CodeGen/MIR/X86/jump-table-info.mir
test/CodeGen/MIR/X86/machine-basic-block-operands.mir
test/CodeGen/MIR/X86/memory-operands.mir
test/CodeGen/MIR/X86/metadata-operands.mir
test/CodeGen/MIR/X86/newline-handling.mir
test/CodeGen/MIR/X86/null-register-operands.mir
test/CodeGen/MIR/X86/opt_phis.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/renamable-register-flag.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/roundtrip.mir
test/CodeGen/MIR/X86/shrink_wrap_dbg_value.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/simple-register-allocation-read-undef.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/spill-slot-fixed-stack-objects.mir
test/CodeGen/MIR/X86/stack-object-debug-info.mir
test/CodeGen/MIR/X86/stack-object-operands.mir
test/CodeGen/MIR/X86/stack-objects.mir
test/CodeGen/MIR/X86/subregister-index-operands.mir
test/CodeGen/MIR/X86/subregister-operands.mir
test/CodeGen/MIR/X86/successor-basic-blocks-weights.mir
test/CodeGen/MIR/X86/unreachable-mbb-undef-phi.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/unreachable_block.ll [new file with mode: 0644]
test/CodeGen/MIR/X86/variable-sized-stack-objects.mir
test/CodeGen/MIR/X86/virtual-registers.mir
test/CodeGen/MSP430/BranchSelector.ll
test/CodeGen/Mips/2008-07-15-SmallSection.ll
test/CodeGen/Mips/br-jmp.ll
test/CodeGen/Mips/brconge.ll
test/CodeGen/Mips/brconle.ll
test/CodeGen/Mips/brind-tailcall.ll [new file with mode: 0644]
test/CodeGen/Mips/cannot-copy-registers.ll [deleted file]
test/CodeGen/Mips/cconv/vector.ll
test/CodeGen/Mips/compactbranches/empty-block.mir
test/CodeGen/Mips/const-mult.ll
test/CodeGen/Mips/countleading.ll
test/CodeGen/Mips/cstmaterialization/constMaterialization.ll [new file with mode: 0644]
test/CodeGen/Mips/dagcombine-store-gep-chain-slow.ll [new file with mode: 0644]
test/CodeGen/Mips/dins.ll
test/CodeGen/Mips/fcmp.ll
test/CodeGen/Mips/fcopysign-f32-f64.ll
test/CodeGen/Mips/fcopysign.ll
test/CodeGen/Mips/gpopt-explict-section.ll [new file with mode: 0644]
test/CodeGen/Mips/instverify/dext-pos.mir [new file with mode: 0644]
test/CodeGen/Mips/instverify/dext-size.mir [new file with mode: 0644]
test/CodeGen/Mips/instverify/dextm-pos-size.mir [new file with mode: 0644]
test/CodeGen/Mips/instverify/dextm-pos.mir [new file with mode: 0644]
test/CodeGen/Mips/instverify/dextm-size.mir [new file with mode: 0644]
test/CodeGen/Mips/instverify/dextu-pos-size.mir [new file with mode: 0644]
test/CodeGen/Mips/instverify/dextu-pos.mir [new file with mode: 0644]
test/CodeGen/Mips/instverify/dextu-size-valid.mir [new file with mode: 0644]
test/CodeGen/Mips/instverify/dextu-size.mir [new file with mode: 0644]
test/CodeGen/Mips/instverify/dins-pos-size.mir [new file with mode: 0644]
test/CodeGen/Mips/instverify/dins-pos.mir [new file with mode: 0644]
test/CodeGen/Mips/instverify/dins-size.mir [new file with mode: 0644]
test/CodeGen/Mips/instverify/dinsm-pos-size.mir [new file with mode: 0644]
test/CodeGen/Mips/instverify/dinsm-pos.mir [new file with mode: 0644]
test/CodeGen/Mips/instverify/dinsm-size.mir [new file with mode: 0644]
test/CodeGen/Mips/instverify/dinsu-pos-size.mir [new file with mode: 0644]
test/CodeGen/Mips/instverify/dinsu-pos.mir [new file with mode: 0644]
test/CodeGen/Mips/instverify/dinsu-size.mir [new file with mode: 0644]
test/CodeGen/Mips/instverify/ext-pos-size.mir [new file with mode: 0644]
test/CodeGen/Mips/instverify/ext-pos.mir [new file with mode: 0644]
test/CodeGen/Mips/instverify/ext-size.mir [new file with mode: 0644]
test/CodeGen/Mips/instverify/ins-pos-size.mir [new file with mode: 0644]
test/CodeGen/Mips/instverify/ins-pos.mir [new file with mode: 0644]
test/CodeGen/Mips/instverify/ins-size.mir [new file with mode: 0644]
test/CodeGen/Mips/lcb4a.ll
test/CodeGen/Mips/llvm-ir/add.ll
test/CodeGen/Mips/llvm-ir/and.ll
test/CodeGen/Mips/llvm-ir/ashr.ll
test/CodeGen/Mips/llvm-ir/call.ll
test/CodeGen/Mips/llvm-ir/extractelement.ll
test/CodeGen/Mips/llvm-ir/lh_lhu.ll
test/CodeGen/Mips/llvm-ir/lshr.ll
test/CodeGen/Mips/llvm-ir/mul.ll
test/CodeGen/Mips/llvm-ir/not.ll
test/CodeGen/Mips/llvm-ir/or.ll
test/CodeGen/Mips/llvm-ir/sdiv.ll
test/CodeGen/Mips/llvm-ir/select-dbl.ll
test/CodeGen/Mips/llvm-ir/select-flt.ll
test/CodeGen/Mips/llvm-ir/shl.ll
test/CodeGen/Mips/llvm-ir/srem.ll
test/CodeGen/Mips/llvm-ir/sub.ll
test/CodeGen/Mips/llvm-ir/udiv.ll
test/CodeGen/Mips/llvm-ir/urem.ll
test/CodeGen/Mips/llvm-ir/xor.ll
test/CodeGen/Mips/long-call-attr.ll [new file with mode: 0644]
test/CodeGen/Mips/longbranch.ll
test/CodeGen/Mips/longbranch/compact-branches-long-branch.ll [new file with mode: 0644]
test/CodeGen/Mips/lw16-base-reg.ll
test/CodeGen/Mips/micromips-ase-function-attribute.ll [new file with mode: 0644]
test/CodeGen/Mips/micromips-lwc1-swc1.ll
test/CodeGen/Mips/micromips-sizereduction/micromips-addiur1sp-addiusp.ll [new file with mode: 0644]
test/CodeGen/Mips/micromips-sizereduction/micromips-xor16.ll [new file with mode: 0644]
test/CodeGen/Mips/micromips64r6-unsupported.ll [new file with mode: 0644]
test/CodeGen/Mips/mips64-f128.ll
test/CodeGen/Mips/mips64extins.ll
test/CodeGen/Mips/mips64fpldst.ll
test/CodeGen/Mips/mips64shift.ll
test/CodeGen/Mips/mips64signextendsesf.ll
test/CodeGen/Mips/mirparser/target-flags-pic-mxgot-tls.mir [new file with mode: 0644]
test/CodeGen/Mips/mirparser/target-flags-pic-o32.mir [new file with mode: 0644]
test/CodeGen/Mips/mirparser/target-flags-pic.mir [new file with mode: 0644]
test/CodeGen/Mips/mirparser/target-flags-static-tls.mir [new file with mode: 0644]
test/CodeGen/Mips/nmadd.ll [new file with mode: 0644]
test/CodeGen/Mips/octeon.ll
test/CodeGen/Mips/pr33682.ll [new file with mode: 0644]
test/CodeGen/Mips/pr34975.ll [new file with mode: 0644]
test/CodeGen/Mips/pr35071.ll [new file with mode: 0644]
test/CodeGen/Mips/prevent-hoisting.ll
test/CodeGen/Mips/select.ll
test/CodeGen/Mips/stack-alignment.ll
test/CodeGen/Mips/tailcall/tailcall.ll
test/CodeGen/Mips/v2i16tof32.ll [new file with mode: 0644]
test/CodeGen/Mips/whitespace.ll [new file with mode: 0644]
test/CodeGen/Mips/xray-section-group.ll
test/CodeGen/NVPTX/atomics-sm60.ll [new file with mode: 0644]
test/CodeGen/NVPTX/barrier.ll [new file with mode: 0644]
test/CodeGen/NVPTX/fns.ll [new file with mode: 0644]
test/CodeGen/NVPTX/generic-to-nvvm-ir.ll
test/CodeGen/NVPTX/i128-global.ll [new file with mode: 0644]
test/CodeGen/NVPTX/i128-param.ll [new file with mode: 0644]
test/CodeGen/NVPTX/i128-retval.ll [new file with mode: 0644]
test/CodeGen/NVPTX/ld-st-addrrspace.py [new file with mode: 0644]
test/CodeGen/NVPTX/lower-aggr-copies.ll
test/CodeGen/NVPTX/match.ll [new file with mode: 0644]
test/CodeGen/NVPTX/minmax-negative.ll [new file with mode: 0644]
test/CodeGen/NVPTX/shfl-sync.ll [new file with mode: 0644]
test/CodeGen/NVPTX/sm-version-70.ll [new file with mode: 0644]
test/CodeGen/NVPTX/symbol-naming.ll
test/CodeGen/NVPTX/vote.ll [new file with mode: 0644]
test/CodeGen/NVPTX/wmma.py [new file with mode: 0644]
test/CodeGen/Nios2/proc_support.ll [new file with mode: 0644]
test/CodeGen/Nios2/ret_generated.ll [new file with mode: 0644]
test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll
test/CodeGen/PowerPC/2004-11-30-shift-crash.ll
test/CodeGen/PowerPC/2004-11-30-shr-var-crash.ll
test/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll
test/CodeGen/PowerPC/2005-01-14-SetSelectCrash.ll
test/CodeGen/PowerPC/2005-01-14-UndefLong.ll
test/CodeGen/PowerPC/2005-08-12-rlwimi-crash.ll
test/CodeGen/PowerPC/2005-09-02-LegalizeDuplicatesCalls.ll
test/CodeGen/PowerPC/2005-10-08-ArithmeticRotate.ll
test/CodeGen/PowerPC/2006-04-01-FloatDoubleExtend.ll
test/CodeGen/PowerPC/2006-04-05-splat-ish.ll
test/CodeGen/PowerPC/2006-04-19-vmaddfp-crash.ll
test/CodeGen/PowerPC/2006-05-12-rlwimi-crash.ll
test/CodeGen/PowerPC/2006-07-07-ComputeMaskedBits.ll
test/CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll
test/CodeGen/PowerPC/2006-08-11-RetVector.ll
test/CodeGen/PowerPC/2006-09-28-shift_64.ll
test/CodeGen/PowerPC/2006-10-13-Miscompile.ll
test/CodeGen/PowerPC/2006-10-17-brcc-miscompile.ll
test/CodeGen/PowerPC/2006-10-17-ppc64-alloca.ll
test/CodeGen/PowerPC/2006-11-10-DAGCombineMiscompile.ll
test/CodeGen/PowerPC/2006-11-29-AltivecFPSplat.ll
test/CodeGen/PowerPC/2006-12-07-LargeAlloca.ll
test/CodeGen/PowerPC/2006-12-07-SelectCrash.ll
test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll
test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll
test/CodeGen/PowerPC/2007-01-29-lbrx-asm.ll
test/CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll
test/CodeGen/PowerPC/2007-02-16-AlignPacked.ll
test/CodeGen/PowerPC/2007-03-30-SpillerCrash.ll
test/CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll
test/CodeGen/PowerPC/2007-05-14-InlineAsmSelectCrash.ll
test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll
test/CodeGen/PowerPC/2007-05-30-dagcombine-miscomp.ll
test/CodeGen/PowerPC/2007-06-28-BCCISelBug.ll
test/CodeGen/PowerPC/2007-08-04-CoalescerAssert.ll
test/CodeGen/PowerPC/2007-09-04-AltivecDST.ll
test/CodeGen/PowerPC/2007-09-07-LoadStoreIdxForms.ll
test/CodeGen/PowerPC/2007-09-11-RegCoalescerAssert.ll
test/CodeGen/PowerPC/2007-10-16-InlineAsmFrameOffset.ll
test/CodeGen/PowerPC/2007-10-18-PtrArithmetic.ll
test/CodeGen/PowerPC/2007-11-19-VectorSplitting.ll
test/CodeGen/PowerPC/2008-03-17-RegScavengerCrash.ll
test/CodeGen/PowerPC/2008-03-18-RegScavengerAssert.ll
test/CodeGen/PowerPC/2008-03-24-AddressRegImm.ll
test/CodeGen/PowerPC/2008-03-24-CoalescerBug.ll
test/CodeGen/PowerPC/2008-05-01-ppc_fp128.ll
test/CodeGen/PowerPC/2008-06-19-LegalizerCrash.ll
test/CodeGen/PowerPC/2008-06-21-F128LoadStore.ll
test/CodeGen/PowerPC/2008-06-23-LiveVariablesCrash.ll
test/CodeGen/PowerPC/2008-07-10-SplatMiscompile.ll
test/CodeGen/PowerPC/2008-10-28-UnprocessedNode.ll
test/CodeGen/PowerPC/2008-10-28-f128-i32.ll
test/CodeGen/PowerPC/2009-07-16-InlineAsm-M-Operand.ll
test/CodeGen/PowerPC/2009-08-17-inline-asm-addr-mode-breakage.ll
test/CodeGen/PowerPC/2009-09-18-carrybit.ll
test/CodeGen/PowerPC/2010-03-09-indirect-call.ll
test/CodeGen/PowerPC/2010-05-03-retaddr1.ll
test/CodeGen/PowerPC/2016-04-28-setjmp.ll
test/CodeGen/PowerPC/Atomics-64.ll
test/CodeGen/PowerPC/CompareEliminationSpillIssue.ll [new file with mode: 0644]
test/CodeGen/PowerPC/DbgValueOtherTargets.test
test/CodeGen/PowerPC/Frames-alloca.ll
test/CodeGen/PowerPC/Frames-large.ll
test/CodeGen/PowerPC/Frames-leaf.ll
test/CodeGen/PowerPC/Frames-small.ll
test/CodeGen/PowerPC/LargeAbsoluteAddr.ll
test/CodeGen/PowerPC/MCSE-caller-preserved-reg.ll [new file with mode: 0644]
test/CodeGen/PowerPC/MMO-flags-assertion.ll [new file with mode: 0644]
test/CodeGen/PowerPC/MergeConsecutiveStores.ll
test/CodeGen/PowerPC/PR3488.ll [new file with mode: 0644]
test/CodeGen/PowerPC/VSX-XForm-Scalars.ll [new file with mode: 0644]
test/CodeGen/PowerPC/a2-fp-basic.ll
test/CodeGen/PowerPC/a2q-stackalign.ll
test/CodeGen/PowerPC/a2q.ll
test/CodeGen/PowerPC/addegluecrash.ll
test/CodeGen/PowerPC/addi-reassoc.ll
test/CodeGen/PowerPC/aggressive-anti-dep-breaker-subreg.ll
test/CodeGen/PowerPC/and-branch.ll
test/CodeGen/PowerPC/and-elim.ll
test/CodeGen/PowerPC/and-imm.ll
test/CodeGen/PowerPC/and_add.ll
test/CodeGen/PowerPC/and_sext.ll
test/CodeGen/PowerPC/and_sra.ll
test/CodeGen/PowerPC/andc.ll
test/CodeGen/PowerPC/asm-Zy.ll
test/CodeGen/PowerPC/atomic-1.ll
test/CodeGen/PowerPC/atomic-2.ll
test/CodeGen/PowerPC/atomics-constant.ll
test/CodeGen/PowerPC/atomics-fences.ll
test/CodeGen/PowerPC/atomics-indexed.ll
test/CodeGen/PowerPC/atomics-regression.ll
test/CodeGen/PowerPC/atomics.ll
test/CodeGen/PowerPC/big-endian-actual-args.ll
test/CodeGen/PowerPC/big-endian-call-result.ll
test/CodeGen/PowerPC/big-endian-formal-args.ll
test/CodeGen/PowerPC/blockaddress.ll
test/CodeGen/PowerPC/branch-opt.ll
test/CodeGen/PowerPC/branch_coalesce.ll
test/CodeGen/PowerPC/bswap-load-store.ll
test/CodeGen/PowerPC/bswap64.ll [new file with mode: 0644]
test/CodeGen/PowerPC/build-vector-tests.ll
test/CodeGen/PowerPC/buildvec_canonicalize.ll
test/CodeGen/PowerPC/byval-agg-info.ll
test/CodeGen/PowerPC/calls.ll
test/CodeGen/PowerPC/cmp-cmp.ll
test/CodeGen/PowerPC/cmp_elimination.ll [new file with mode: 0644]
test/CodeGen/PowerPC/coal-sections.ll
test/CodeGen/PowerPC/coalesce-ext.ll
test/CodeGen/PowerPC/combine_loads_from_build_pair.ll [new file with mode: 0644]
test/CodeGen/PowerPC/compare-simm.ll
test/CodeGen/PowerPC/constants.ll
test/CodeGen/PowerPC/convert-rr-to-ri-instrs-R0-special-handling.mir [new file with mode: 0644]
test/CodeGen/PowerPC/convert-rr-to-ri-instrs.mir [new file with mode: 0644]
test/CodeGen/PowerPC/cr_spilling.ll
test/CodeGen/PowerPC/crbits.ll
test/CodeGen/PowerPC/ctr-minmaxnum.ll
test/CodeGen/PowerPC/ctrloop-asm.ll
test/CodeGen/PowerPC/ctrloop-le.ll
test/CodeGen/PowerPC/ctrloop-lt.ll
test/CodeGen/PowerPC/ctrloop-ne.ll
test/CodeGen/PowerPC/ctrloop-reg.ll
test/CodeGen/PowerPC/ctrloop-s000.ll
test/CodeGen/PowerPC/ctrloop-shortLoops.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ctrloop-sums.ll
test/CodeGen/PowerPC/ctrloop-udivti3.ll
test/CodeGen/PowerPC/ctrloops.ll
test/CodeGen/PowerPC/cttz.ll
test/CodeGen/PowerPC/cxx_tlscc64.ll
test/CodeGen/PowerPC/dbg.ll
test/CodeGen/PowerPC/debuginfo-split-int.ll [new file with mode: 0644]
test/CodeGen/PowerPC/debuginfo-stackarg.ll [new file with mode: 0644]
test/CodeGen/PowerPC/delete-node.ll
test/CodeGen/PowerPC/direct-move-profit.ll
test/CodeGen/PowerPC/div-2.ll
test/CodeGen/PowerPC/duplicate-returns-for-tailcall.ll [new file with mode: 0644]
test/CodeGen/PowerPC/empty-functions.ll
test/CodeGen/PowerPC/eqv-andc-orc-nor.ll
test/CodeGen/PowerPC/expand-contiguous-isel.ll
test/CodeGen/PowerPC/expand-foldable-isel.ll [new file with mode: 0644]
test/CodeGen/PowerPC/expand-isel-10.mir [new file with mode: 0644]
test/CodeGen/PowerPC/expand-isel-9.mir [new file with mode: 0644]
test/CodeGen/PowerPC/expand-isel.ll
test/CodeGen/PowerPC/extsh.ll
test/CodeGen/PowerPC/fabs.ll
test/CodeGen/PowerPC/fast-isel-call.ll
test/CodeGen/PowerPC/fast-isel-conversion.ll
test/CodeGen/PowerPC/fast-isel-ext.ll
test/CodeGen/PowerPC/fast-isel-ret.ll
test/CodeGen/PowerPC/fma-aggr-FMF.ll
test/CodeGen/PowerPC/fma-assoc.ll
test/CodeGen/PowerPC/fma-ext.ll
test/CodeGen/PowerPC/fma.ll
test/CodeGen/PowerPC/fmaxnum.ll
test/CodeGen/PowerPC/fminnum.ll
test/CodeGen/PowerPC/fnabs.ll
test/CodeGen/PowerPC/fneg.ll
test/CodeGen/PowerPC/fold-li.ll
test/CodeGen/PowerPC/fp-branch.ll
test/CodeGen/PowerPC/fp-int-fp.ll
test/CodeGen/PowerPC/fp-splat.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fp64-to-int16.ll
test/CodeGen/PowerPC/fp_to_uint.ll
test/CodeGen/PowerPC/fpcopy.ll
test/CodeGen/PowerPC/frounds.ll
test/CodeGen/PowerPC/fsqrt.ll
test/CodeGen/PowerPC/gpr-vsr-spill.ll [new file with mode: 0644]
test/CodeGen/PowerPC/hello-reloc.s
test/CodeGen/PowerPC/hello.ll
test/CodeGen/PowerPC/i1-to-double.ll
test/CodeGen/PowerPC/i128-and-beyond.ll
test/CodeGen/PowerPC/i64_fp.ll
test/CodeGen/PowerPC/iabs.ll
test/CodeGen/PowerPC/illegal-element-type.ll
test/CodeGen/PowerPC/indirectbr.ll
test/CodeGen/PowerPC/inlineasm-copy.ll
test/CodeGen/PowerPC/int-fp-conv-0.ll
test/CodeGen/PowerPC/int-fp-conv-1.ll
test/CodeGen/PowerPC/inverted-bool-compares.ll
test/CodeGen/PowerPC/ispositive.ll
test/CodeGen/PowerPC/itofp128.ll
test/CodeGen/PowerPC/lha.ll
test/CodeGen/PowerPC/licm-remat.ll
test/CodeGen/PowerPC/licm-tocReg.ll
test/CodeGen/PowerPC/load-constant-addr.ll
test/CodeGen/PowerPC/logic-ops-on-compares.ll
test/CodeGen/PowerPC/long-compare.ll
test/CodeGen/PowerPC/lxv-aligned-stack-slots.ll [new file with mode: 0644]
test/CodeGen/PowerPC/machine-combiner.ll
test/CodeGen/PowerPC/mature-mc-support.ll
test/CodeGen/PowerPC/mcount-insertion.ll
test/CodeGen/PowerPC/mem-rr-addr-mode.ll
test/CodeGen/PowerPC/memCmpUsedInZeroEqualityComparison.ll
test/CodeGen/PowerPC/mem_update.ll
test/CodeGen/PowerPC/memcmp.ll
test/CodeGen/PowerPC/memcmpIR.ll
test/CodeGen/PowerPC/mtvsrdd.ll
test/CodeGen/PowerPC/mul-neg-power-2.ll
test/CodeGen/PowerPC/mul-with-overflow.ll
test/CodeGen/PowerPC/mulhs.ll
test/CodeGen/PowerPC/mult-alt-generic-powerpc.ll
test/CodeGen/PowerPC/mult-alt-generic-powerpc64.ll
test/CodeGen/PowerPC/neg.ll
test/CodeGen/PowerPC/negate-i1.ll
test/CodeGen/PowerPC/no-pref-jumps.ll
test/CodeGen/PowerPC/no-rlwimi-trivial-commute.mir
test/CodeGen/PowerPC/opt-cmp-inst-cr0-live.ll
test/CodeGen/PowerPC/opt-li-add-to-addi.ll [new file with mode: 0644]
test/CodeGen/PowerPC/optcmp.ll
test/CodeGen/PowerPC/ori_imm32.ll [new file with mode: 0644]
test/CodeGen/PowerPC/p8-scalar_vector_conversions.ll
test/CodeGen/PowerPC/p9-vinsert-vextract.ll [new file with mode: 0644]
test/CodeGen/PowerPC/p9-xxinsertw-xxextractuw.ll
test/CodeGen/PowerPC/popcnt.ll
test/CodeGen/PowerPC/ppc-crbits-onoff.ll
test/CodeGen/PowerPC/ppc-shrink-wrapping.ll
test/CodeGen/PowerPC/ppc-vaarg-agg.ll
test/CodeGen/PowerPC/ppc32-align-long-double-sf.ll
test/CodeGen/PowerPC/ppc32-i1-vaarg.ll
test/CodeGen/PowerPC/ppc32-nest.ll
test/CodeGen/PowerPC/ppc440-fp-basic.ll
test/CodeGen/PowerPC/ppc440-msync.ll
test/CodeGen/PowerPC/ppc64-P9-vabsd.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64-altivec-abi.ll
test/CodeGen/PowerPC/ppc64-blnop.ll
test/CodeGen/PowerPC/ppc64-byval-align.ll
test/CodeGen/PowerPC/ppc64-calls.ll
test/CodeGen/PowerPC/ppc64-get-cache-line-size.ll
test/CodeGen/PowerPC/ppc64-i128-abi.ll
test/CodeGen/PowerPC/ppc64-nest.ll
test/CodeGen/PowerPC/ppc64-pre-inc-no-extra-phi.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64-sibcall.ll
test/CodeGen/PowerPC/ppc64le-aggregates.ll
test/CodeGen/PowerPC/ppc64le-calls.ll
test/CodeGen/PowerPC/ppc64le-localentry-large.ll
test/CodeGen/PowerPC/ppc64le-localentry.ll
test/CodeGen/PowerPC/ppc64le-smallarg.ll
test/CodeGen/PowerPC/ppcf128-2.ll
test/CodeGen/PowerPC/ppcf128-3.ll
test/CodeGen/PowerPC/ppcf128-4.ll
test/CodeGen/PowerPC/pr17168.ll
test/CodeGen/PowerPC/pr18663-2.ll
test/CodeGen/PowerPC/pr18663.ll
test/CodeGen/PowerPC/pr24546.ll
test/CodeGen/PowerPC/pr25157-peephole.ll
test/CodeGen/PowerPC/pr25157.ll
test/CodeGen/PowerPC/pr32140.ll
test/CodeGen/PowerPC/pr33093.ll
test/CodeGen/PowerPC/pr3711_widen_bit.ll
test/CodeGen/PowerPC/preemption.ll [new file with mode: 0644]
test/CodeGen/PowerPC/pwr3-6x.ll
test/CodeGen/PowerPC/qpx-bv-sint.ll
test/CodeGen/PowerPC/qpx-func-clobber.ll
test/CodeGen/PowerPC/qpx-load.ll
test/CodeGen/PowerPC/qpx-s-load.ll
test/CodeGen/PowerPC/qpx-s-sel.ll
test/CodeGen/PowerPC/qpx-s-store.ll
test/CodeGen/PowerPC/qpx-sel.ll
test/CodeGen/PowerPC/qpx-store.ll
test/CodeGen/PowerPC/quadint-return.ll
test/CodeGen/PowerPC/reg-coalesce-simple.ll
test/CodeGen/PowerPC/reg-names.ll
test/CodeGen/PowerPC/remove-redundant-moves.ll
test/CodeGen/PowerPC/remove-redundant-toc-saves.ll [new file with mode: 0644]
test/CodeGen/PowerPC/restore-r30.ll
test/CodeGen/PowerPC/retaddr.ll
test/CodeGen/PowerPC/return-val-i128.ll
test/CodeGen/PowerPC/rlwimi-commute.ll
test/CodeGen/PowerPC/rlwimi-keep-rsh.ll
test/CodeGen/PowerPC/rlwimi.ll
test/CodeGen/PowerPC/rlwimi2.ll
test/CodeGen/PowerPC/rlwimi3.ll
test/CodeGen/PowerPC/rlwinm.ll
test/CodeGen/PowerPC/rlwinm2.ll
test/CodeGen/PowerPC/rotl-2.ll
test/CodeGen/PowerPC/rotl-64.ll
test/CodeGen/PowerPC/rotl.ll
test/CodeGen/PowerPC/s000-alias-misched.ll
test/CodeGen/PowerPC/save-bp.ll
test/CodeGen/PowerPC/save-cr-ppc32svr4.ll
test/CodeGen/PowerPC/save-crbp-ppc32svr4.ll
test/CodeGen/PowerPC/select-addrRegRegOnly.ll
test/CodeGen/PowerPC/select-cc.ll
test/CodeGen/PowerPC/select-i1-vs-i1.ll
test/CodeGen/PowerPC/select_const.ll
test/CodeGen/PowerPC/select_lt0.ll
test/CodeGen/PowerPC/selectiondag-sextload.ll [new file with mode: 0644]
test/CodeGen/PowerPC/setcc-logic.ll
test/CodeGen/PowerPC/setcc-to-sub.ll
test/CodeGen/PowerPC/setcc_no_zext.ll
test/CodeGen/PowerPC/seteq-0.ll
test/CodeGen/PowerPC/shift_mask.ll
test/CodeGen/PowerPC/shl_elim.ll
test/CodeGen/PowerPC/shl_sext.ll
test/CodeGen/PowerPC/sign_ext_inreg1.ll
test/CodeGen/PowerPC/simplifyConstCmpToISEL.ll [new file with mode: 0644]
test/CodeGen/PowerPC/sjlj.ll
test/CodeGen/PowerPC/small-arguments.ll
test/CodeGen/PowerPC/splat-larger-types-as-v16i8.ll [new file with mode: 0644]
test/CodeGen/PowerPC/stfiwx.ll
test/CodeGen/PowerPC/store-constant.ll [new file with mode: 0644]
test/CodeGen/PowerPC/store-load-fwd.ll
test/CodeGen/PowerPC/subc.ll
test/CodeGen/PowerPC/subreg-postra-2.ll
test/CodeGen/PowerPC/tail-dup-branch-to-fallthrough.ll
test/CodeGen/PowerPC/tail-dup-layout.ll
test/CodeGen/PowerPC/tailcall1.ll
test/CodeGen/PowerPC/testBitReverse.ll
test/CodeGen/PowerPC/testComparesi32gtu.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesi32leu.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesi32ltu.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesieqsc.ll
test/CodeGen/PowerPC/testComparesieqsi.ll
test/CodeGen/PowerPC/testComparesieqsll.ll
test/CodeGen/PowerPC/testComparesieqss.ll
test/CodeGen/PowerPC/testComparesiequc.ll
test/CodeGen/PowerPC/testComparesiequi.ll
test/CodeGen/PowerPC/testComparesiequll.ll
test/CodeGen/PowerPC/testComparesiequs.ll
test/CodeGen/PowerPC/testComparesigesc.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesigesi.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesigesll.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesigess.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesigeuc.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesigeui.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesigeull.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesigeus.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesigtsc.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesigtsi.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesigtsll.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesigtss.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesigtuc.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesigtui.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesigtus.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesilesc.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesilesi.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesilesll.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesiless.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesileuc.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesileui.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesileull.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesileus.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesiltsc.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesiltsi.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesiltsll.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesiltss.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesiltuc.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesiltui.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesiltus.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesinesc.ll
test/CodeGen/PowerPC/testComparesinesi.ll
test/CodeGen/PowerPC/testComparesinesll.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesiness.ll
test/CodeGen/PowerPC/testComparesineuc.ll
test/CodeGen/PowerPC/testComparesineui.ll
test/CodeGen/PowerPC/testComparesineull.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesineus.ll
test/CodeGen/PowerPC/testCompareslleqsc.ll
test/CodeGen/PowerPC/testCompareslleqsi.ll
test/CodeGen/PowerPC/testCompareslleqsll.ll
test/CodeGen/PowerPC/testCompareslleqss.ll
test/CodeGen/PowerPC/testComparesllequc.ll
test/CodeGen/PowerPC/testComparesllequi.ll
test/CodeGen/PowerPC/testComparesllequll.ll
test/CodeGen/PowerPC/testComparesllequs.ll
test/CodeGen/PowerPC/testComparesllgesc.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesllgesi.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesllgesll.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesllgess.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesllgeuc.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesllgeui.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesllgeull.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesllgeus.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesllgtsll.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesllgtuc.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesllgtui.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesllgtus.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testCompareslllesc.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testCompareslllesi.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testCompareslllesll.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesllless.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesllleuc.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesllleui.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesllleull.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesllleus.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesllltsll.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesllltuc.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesllltui.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesllltus.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesllnesll.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testComparesllneull.ll [new file with mode: 0644]
test/CodeGen/PowerPC/tls-cse.ll
test/CodeGen/PowerPC/tls-pic.ll
test/CodeGen/PowerPC/tls-store2.ll
test/CodeGen/PowerPC/tls.ll
test/CodeGen/PowerPC/tls_get_addr_fence1.mir
test/CodeGen/PowerPC/trampoline.ll
test/CodeGen/PowerPC/unaligned.ll
test/CodeGen/PowerPC/unsafe-math.ll
test/CodeGen/PowerPC/variable_elem_vec_extracts.ll
test/CodeGen/PowerPC/vcmp-fold.ll
test/CodeGen/PowerPC/vec_abs.ll
test/CodeGen/PowerPC/vec_add_sub_quadword.ll
test/CodeGen/PowerPC/vec_auto_constant.ll
test/CodeGen/PowerPC/vec_br_cmp.ll
test/CodeGen/PowerPC/vec_buildvector_loadstore.ll
test/CodeGen/PowerPC/vec_call.ll
test/CodeGen/PowerPC/vec_extract_p9.ll
test/CodeGen/PowerPC/vec_extract_p9_2.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vec_fneg.ll
test/CodeGen/PowerPC/vec_insert.ll
test/CodeGen/PowerPC/vec_int_ext.ll
test/CodeGen/PowerPC/vec_misaligned.ll
test/CodeGen/PowerPC/vec_mul.ll
test/CodeGen/PowerPC/vec_perf_shuffle.ll
test/CodeGen/PowerPC/vec_revb.ll
test/CodeGen/PowerPC/vec_shift.ll
test/CodeGen/PowerPC/vec_shuffle.ll
test/CodeGen/PowerPC/vec_splat.ll
test/CodeGen/PowerPC/vec_splat_constant.ll
test/CodeGen/PowerPC/vec_vrsave.ll
test/CodeGen/PowerPC/vec_zero.ll
test/CodeGen/PowerPC/vector-identity-shuffle.ll
test/CodeGen/PowerPC/vector-merge-store-fp-constants.ll
test/CodeGen/PowerPC/vector.ll
test/CodeGen/PowerPC/vselect-constants.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vsx-spill.ll
test/CodeGen/PowerPC/vsx.ll
test/CodeGen/PowerPC/vsxD-Form-spills.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vsx_insert_extract_le.ll
test/CodeGen/PowerPC/vsx_scalar_ld_st.ll
test/CodeGen/PowerPC/xray-attribute-instrumentation.ll [new file with mode: 0644]
test/CodeGen/PowerPC/xray-conditional-return.ll [new file with mode: 0644]
test/CodeGen/PowerPC/xray-ret-is-terminator.ll [new file with mode: 0644]
test/CodeGen/PowerPC/xray-tail-call-hidden.ll [new file with mode: 0644]
test/CodeGen/PowerPC/xray-tail-call-sled.ll [new file with mode: 0644]
test/CodeGen/PowerPC/zext-and-cmp.ll [new file with mode: 0644]
test/CodeGen/PowerPC/zext-bitperm.ll [new file with mode: 0644]
test/CodeGen/RISCV/addc-adde-sube-subc.ll [new file with mode: 0644]
test/CodeGen/RISCV/alloca.ll [new file with mode: 0644]
test/CodeGen/RISCV/alu32.ll [new file with mode: 0644]
test/CodeGen/RISCV/bare-select.ll [new file with mode: 0644]
test/CodeGen/RISCV/blockaddress.ll [new file with mode: 0644]
test/CodeGen/RISCV/branch.ll [new file with mode: 0644]
test/CodeGen/RISCV/bswap-ctlz-cttz-ctpop.ll [new file with mode: 0644]
test/CodeGen/RISCV/byval.ll [new file with mode: 0644]
test/CodeGen/RISCV/calling-conv-sext-zext.ll [new file with mode: 0644]
test/CodeGen/RISCV/calling-conv.ll [new file with mode: 0644]
test/CodeGen/RISCV/calls.ll [new file with mode: 0644]
test/CodeGen/RISCV/div.ll [new file with mode: 0644]
test/CodeGen/RISCV/fp128.ll [new file with mode: 0644]
test/CodeGen/RISCV/frame.ll [new file with mode: 0644]
test/CodeGen/RISCV/i32-icmp.ll [new file with mode: 0644]
test/CodeGen/RISCV/imm.ll [new file with mode: 0644]
test/CodeGen/RISCV/indirectbr.ll [new file with mode: 0644]
test/CodeGen/RISCV/jumptable.ll [new file with mode: 0644]
test/CodeGen/RISCV/lit.local.cfg [new file with mode: 0644]
test/CodeGen/RISCV/mem.ll [new file with mode: 0644]
test/CodeGen/RISCV/mul.ll [new file with mode: 0644]
test/CodeGen/RISCV/rem.ll [new file with mode: 0644]
test/CodeGen/RISCV/rotl-rotr.ll [new file with mode: 0644]
test/CodeGen/RISCV/select-cc.ll [new file with mode: 0644]
test/CodeGen/RISCV/sext-zext-trunc.ll [new file with mode: 0644]
test/CodeGen/RISCV/shifts.ll [new file with mode: 0644]
test/CodeGen/RISCV/wide-mem.ll [new file with mode: 0644]
test/CodeGen/SPARC/LeonCASAInstructionUT.ll
test/CodeGen/SPARC/LeonItinerariesUT.ll
test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll [deleted file]
test/CodeGen/SPARC/analyze-branch.ll
test/CodeGen/SPARC/disable-fsmuld-fmuls.ll [new file with mode: 0644]
test/CodeGen/SPARC/vector-extract-elt.ll
test/CodeGen/SystemZ/DAGCombiner_isAlias.ll [new file with mode: 0644]
test/CodeGen/SystemZ/RAbasic-invalid-LR-update.mir
test/CodeGen/SystemZ/alloca-01.ll
test/CodeGen/SystemZ/alloca-02.ll
test/CodeGen/SystemZ/alloca-03.ll
test/CodeGen/SystemZ/args-06.ll
test/CodeGen/SystemZ/asm-05.ll
test/CodeGen/SystemZ/atomic-load-01.ll
test/CodeGen/SystemZ/atomic-load-02.ll
test/CodeGen/SystemZ/atomic-load-03.ll
test/CodeGen/SystemZ/atomic-load-04.ll
test/CodeGen/SystemZ/atomic-load-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomic-store-01.ll
test/CodeGen/SystemZ/atomic-store-02.ll
test/CodeGen/SystemZ/atomic-store-03.ll
test/CodeGen/SystemZ/atomic-store-04.ll
test/CodeGen/SystemZ/atomic-store-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-add-01.ll
test/CodeGen/SystemZ/atomicrmw-add-02.ll
test/CodeGen/SystemZ/atomicrmw-and-01.ll
test/CodeGen/SystemZ/atomicrmw-and-02.ll
test/CodeGen/SystemZ/atomicrmw-minmax-01.ll
test/CodeGen/SystemZ/atomicrmw-minmax-02.ll
test/CodeGen/SystemZ/atomicrmw-minmax-03.ll
test/CodeGen/SystemZ/atomicrmw-minmax-04.ll
test/CodeGen/SystemZ/atomicrmw-nand-01.ll
test/CodeGen/SystemZ/atomicrmw-nand-02.ll
test/CodeGen/SystemZ/atomicrmw-or-01.ll
test/CodeGen/SystemZ/atomicrmw-or-02.ll
test/CodeGen/SystemZ/atomicrmw-sub-01.ll
test/CodeGen/SystemZ/atomicrmw-sub-02.ll
test/CodeGen/SystemZ/atomicrmw-xchg-01.ll
test/CodeGen/SystemZ/atomicrmw-xchg-02.ll
test/CodeGen/SystemZ/atomicrmw-xchg-03.ll
test/CodeGen/SystemZ/atomicrmw-xchg-04.ll
test/CodeGen/SystemZ/atomicrmw-xor-01.ll
test/CodeGen/SystemZ/atomicrmw-xor-02.ll
test/CodeGen/SystemZ/backchain.ll
test/CodeGen/SystemZ/bswap-08.ll [new file with mode: 0644]
test/CodeGen/SystemZ/clear-liverange-spillreg.mir [new file with mode: 0644]
test/CodeGen/SystemZ/cmpxchg-01.ll
test/CodeGen/SystemZ/cmpxchg-02.ll
test/CodeGen/SystemZ/cmpxchg-03.ll
test/CodeGen/SystemZ/cmpxchg-04.ll
test/CodeGen/SystemZ/cmpxchg-05.ll
test/CodeGen/SystemZ/cmpxchg-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/cond-move-04.mir [new file with mode: 0644]
test/CodeGen/SystemZ/cond-move-05.mir [new file with mode: 0644]
test/CodeGen/SystemZ/dag-combine-01.ll
test/CodeGen/SystemZ/dag-combine-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-add-03.ll
test/CodeGen/SystemZ/fp-cmp-03.ll
test/CodeGen/SystemZ/fp-cmp-04.ll
test/CodeGen/SystemZ/fp-cmp-07.mir [new file with mode: 0644]
test/CodeGen/SystemZ/fp-conv-02.ll
test/CodeGen/SystemZ/fp-conv-17.mir [new file with mode: 0644]
test/CodeGen/SystemZ/fp-copysign-02.ll
test/CodeGen/SystemZ/fp-div-03.ll
test/CodeGen/SystemZ/fp-move-13.ll
test/CodeGen/SystemZ/fp-mul-05.ll
test/CodeGen/SystemZ/fp-sub-03.ll
test/CodeGen/SystemZ/int-cmp-47.ll
test/CodeGen/SystemZ/int-cmp-48.ll
test/CodeGen/SystemZ/int-cmp-51.ll
test/CodeGen/SystemZ/int-const-02.ll
test/CodeGen/SystemZ/int-div-01.ll
test/CodeGen/SystemZ/int-div-02.ll
test/CodeGen/SystemZ/int-div-03.ll
test/CodeGen/SystemZ/int-div-04.ll
test/CodeGen/SystemZ/int-div-05.ll
test/CodeGen/SystemZ/int-div-06.ll
test/CodeGen/SystemZ/int-mul-08.ll
test/CodeGen/SystemZ/int-mul-10.ll
test/CodeGen/SystemZ/loop-01.ll
test/CodeGen/SystemZ/loop-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/pr32372.ll
test/CodeGen/SystemZ/pr32505.ll
test/CodeGen/SystemZ/regalloc-GR128.ll [new file with mode: 0644]
test/CodeGen/SystemZ/regalloc-fast-invalid-kill-flag.mir
test/CodeGen/SystemZ/risbg-01.ll
test/CodeGen/SystemZ/risbg-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/rosbg-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/strcmp-01.ll
test/CodeGen/SystemZ/strlen-01.ll
test/CodeGen/SystemZ/swift-return.ll
test/CodeGen/SystemZ/swifterror.ll
test/CodeGen/SystemZ/tdc-06.ll
test/CodeGen/SystemZ/tls-01.ll
test/CodeGen/SystemZ/tls-02.ll
test/CodeGen/SystemZ/twoaddr-sink.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-cmp-cmp-logic-select.ll
test/CodeGen/SystemZ/vec-cmpsel.ll
test/CodeGen/SystemZ/vec-div-01.ll
test/CodeGen/SystemZ/vec-sub-01.ll
test/CodeGen/SystemZ/vec-trunc-to-i1.ll
test/CodeGen/Thumb/addr-modes.ll [new file with mode: 0644]
test/CodeGen/Thumb/branchless-cmp.ll [new file with mode: 0644]
test/CodeGen/Thumb/large-stack.ll
test/CodeGen/Thumb/long-setcc.ll
test/CodeGen/Thumb/long.ll
test/CodeGen/Thumb/machine-cse-physreg.mir
test/CodeGen/Thumb/tbb-reuse.mir
test/CodeGen/Thumb/thumb-shrink-wrapping.ll
test/CodeGen/Thumb2/2009-09-28-ITBlockBug.ll [deleted file]
test/CodeGen/Thumb2/2010-06-14-NEONCoalescer.ll
test/CodeGen/Thumb2/2010-11-22-EpilogueBug.ll
test/CodeGen/Thumb2/bicbfi.ll
test/CodeGen/Thumb2/constant-islands.ll
test/CodeGen/Thumb2/cortex-fp.ll
test/CodeGen/Thumb2/ifcvt-neon-deprecated.mir
test/CodeGen/Thumb2/ifcvt-rescan-bug-2016-08-22.ll
test/CodeGen/Thumb2/intrinsics-cc.ll
test/CodeGen/Thumb2/intrinsics-coprocessor.ll
test/CodeGen/Thumb2/large-stack.ll
test/CodeGen/Thumb2/segmented-stacks.ll
test/CodeGen/Thumb2/tbb-removeadd.mir
test/CodeGen/Thumb2/thumb2-cmp2.ll [deleted file]
test/CodeGen/Thumb2/thumb2-rev16.ll
test/CodeGen/Thumb2/v8_IT_3.ll
test/CodeGen/Thumb2/v8_IT_5.ll
test/CodeGen/WebAssembly/call.ll
test/CodeGen/WebAssembly/cfg-stackify.ll
test/CodeGen/WebAssembly/comdat.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/conv-trap.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/conv.ll
test/CodeGen/WebAssembly/dbgvalue.ll
test/CodeGen/WebAssembly/fast-isel-noreg.ll
test/CodeGen/WebAssembly/function-bitcasts-varargs.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/function-bitcasts.ll
test/CodeGen/WebAssembly/global.ll
test/CodeGen/WebAssembly/globl.ll
test/CodeGen/WebAssembly/i32-load-store-alignment.ll
test/CodeGen/WebAssembly/i64-load-store-alignment.ll
test/CodeGen/WebAssembly/inline-asm-m.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/inline-asm.ll
test/CodeGen/WebAssembly/load-ext-atomic.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/lower-global-dtors.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/main-declaration.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/main.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/offset-atomics.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/reg-stackify.ll
test/CodeGen/WebAssembly/signext-arg.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/signext-inreg.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/umulo-i64.ll
test/CodeGen/WinEH/wineh-comdat.ll [new file with mode: 0644]
test/CodeGen/X86/2003-08-03-CallArgLiveRanges.ll
test/CodeGen/X86/2003-08-23-DeadBlockTest.ll
test/CodeGen/X86/2003-11-03-GlobalBool.ll
test/CodeGen/X86/2004-02-13-FrameReturnAddress.ll
test/CodeGen/X86/2004-02-14-InefficientStackPointer.ll
test/CodeGen/X86/2004-02-22-Casts.ll
test/CodeGen/X86/2004-03-30-Select-Max.ll
test/CodeGen/X86/2004-04-13-FPCMOV-Crash.ll
test/CodeGen/X86/2004-06-10-StackifierCrash.ll
test/CodeGen/X86/2004-10-08-SelectSetCCFold.ll
test/CodeGen/X86/2005-01-17-CycleInDAG.ll
test/CodeGen/X86/2005-02-14-IllegalAssembler.ll
test/CodeGen/X86/2005-05-08-FPStackifierPHI.ll
test/CodeGen/X86/2006-01-19-ISelFoldingBug.ll
test/CodeGen/X86/2006-03-01-InstrSchedBug.ll
test/CodeGen/X86/2006-03-02-InstrSchedBug.ll
test/CodeGen/X86/2006-04-04-CrossBlockCrash.ll
test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll
test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll
test/CodeGen/X86/2006-05-02-InstrSched2.ll
test/CodeGen/X86/2006-05-08-CoalesceSubRegClass.ll
test/CodeGen/X86/2006-05-08-InstrSched.ll
test/CodeGen/X86/2006-05-11-InstrSched.ll
test/CodeGen/X86/2006-05-17-VectorArg.ll
test/CodeGen/X86/2006-05-22-FPSetEQ.ll
test/CodeGen/X86/2006-05-25-CycleInDAG.ll
test/CodeGen/X86/2006-07-10-InlineAsmAConstraint.ll
test/CodeGen/X86/2006-07-12-InlineAsmQConstraint.ll
test/CodeGen/X86/2006-07-20-InlineAsm.ll
test/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll
test/CodeGen/X86/2006-07-31-SingleRegClass.ll
test/CodeGen/X86/2006-08-07-CycleInDAG.ll
test/CodeGen/X86/2006-08-16-CycleInDAG.ll
test/CodeGen/X86/2006-08-21-ExtraMovInst.ll
test/CodeGen/X86/2006-09-01-CycleInDAG.ll
test/CodeGen/X86/2006-10-09-CycleInDAG.ll
test/CodeGen/X86/2006-10-10-FindModifiedNodeSlotBug.ll
test/CodeGen/X86/2006-10-12-CycleInDAG.ll
test/CodeGen/X86/2006-10-13-CycleInDAG.ll
test/CodeGen/X86/2006-10-19-SwitchUnnecessaryBranching.ll
test/CodeGen/X86/2006-11-12-CSRetCC.ll
test/CodeGen/X86/2006-11-17-IllegalMove.ll
test/CodeGen/X86/2006-11-27-SelectLegalize.ll
test/CodeGen/X86/2006-12-16-InlineAsmCrash.ll
test/CodeGen/X86/2006-12-19-IntelSyntax.ll
test/CodeGen/X86/2007-01-13-StackPtrIndex.ll
test/CodeGen/X86/2007-01-29-InlineAsm-ir.ll
test/CodeGen/X86/2007-02-04-OrAddrMode.ll
test/CodeGen/X86/2007-02-19-LiveIntervalAssert.ll
test/CodeGen/X86/2007-02-23-DAGCombine-Miscompile.ll
test/CodeGen/X86/2007-02-25-FastCCStack.ll
test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll
test/CodeGen/X86/2007-03-16-InlineAsm.ll
test/CodeGen/X86/2007-03-18-LiveIntervalAssert.ll
test/CodeGen/X86/2007-03-24-InlineAsmMultiRegConstraint.ll
test/CodeGen/X86/2007-03-24-InlineAsmPModifier.ll
test/CodeGen/X86/2007-03-24-InlineAsmVectorOp.ll
test/CodeGen/X86/2007-03-24-InlineAsmXConstraint.ll
test/CodeGen/X86/2007-03-26-CoalescerBug.ll
test/CodeGen/X86/2007-04-11-InlineAsmVectorResult.ll
test/CodeGen/X86/2007-04-24-Huge-Stack.ll
test/CodeGen/X86/2007-05-05-VecCastExpand.ll
test/CodeGen/X86/2007-05-14-LiveIntervalAssert.ll
test/CodeGen/X86/2007-05-17-ShuffleISelBug.ll
test/CodeGen/X86/2007-06-28-X86-64-isel.ll
test/CodeGen/X86/2007-06-29-DAGCombinerBug.ll
test/CodeGen/X86/2007-06-29-VecFPConstantCSEBug.ll
test/CodeGen/X86/2007-08-01-LiveVariablesBug.ll
test/CodeGen/X86/2007-08-10-SignExtSubreg.ll
test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll
test/CodeGen/X86/2007-10-12-CoalesceExtSubReg.ll
test/CodeGen/X86/2007-10-12-SpillerUnfold1.ll
test/CodeGen/X86/2007-10-12-SpillerUnfold2.ll
test/CodeGen/X86/2007-10-19-SpillerUnfold.ll
test/CodeGen/X86/2007-10-29-ExtendSetCC.ll
test/CodeGen/X86/2007-10-30-LSRCrash.ll
test/CodeGen/X86/2007-10-31-extractelement-i64.ll
test/CodeGen/X86/2007-11-01-ISelCrash.ll
test/CodeGen/X86/2007-11-06-InstrSched.ll
test/CodeGen/X86/2007-11-07-MulBy4.ll
test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll
test/CodeGen/X86/2007-12-18-LoadCSEBug.ll
test/CodeGen/X86/2008-01-08-SchedulerCrash.ll
test/CodeGen/X86/2008-01-16-FPStackifierAssert.ll
test/CodeGen/X86/2008-01-16-InvalidDAGCombineXform.ll
test/CodeGen/X86/2008-02-05-ISelCrash.ll
test/CodeGen/X86/2008-02-06-LoadFoldingBug.ll
test/CodeGen/X86/2008-02-14-BitMiscompile.ll
test/CodeGen/X86/2008-02-18-TailMergingBug.ll
test/CodeGen/X86/2008-02-22-LocalRegAllocBug.ll
test/CodeGen/X86/2008-02-25-X86-64-CoalescerBug.ll
test/CodeGen/X86/2008-02-26-AsmDirectMemOp.ll
test/CodeGen/X86/2008-02-27-DeadSlotElimBug.ll
test/CodeGen/X86/2008-02-27-PEICrash.ll
test/CodeGen/X86/2008-03-06-frem-fpstack.ll
test/CodeGen/X86/2008-03-07-APIntBug.ll
test/CodeGen/X86/2008-03-13-TwoAddrPassCrash.ll
test/CodeGen/X86/2008-03-19-DAGCombinerBug.ll
test/CodeGen/X86/2008-03-25-TwoAddrPassBug.ll
test/CodeGen/X86/2008-04-09-BranchFolding.ll
test/CodeGen/X86/2008-04-16-CoalescerBug.ll
test/CodeGen/X86/2008-04-24-MemCpyBug.ll
test/CodeGen/X86/2008-04-28-CyclicSchedUnit.ll
test/CodeGen/X86/2008-05-01-InvalidOrdCompare.ll
test/CodeGen/X86/2008-05-09-PHIElimBug.ll
test/CodeGen/X86/2008-05-09-ShuffleLoweringBug.ll
test/CodeGen/X86/2008-05-21-CoalescerBug.ll
test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll
test/CodeGen/X86/2008-06-13-NotVolatileLoadStore.ll
test/CodeGen/X86/2008-06-25-VecISelBug.ll
test/CodeGen/X86/2008-07-11-SHLBy1.ll
test/CodeGen/X86/2008-07-22-CombinerCrash.ll
test/CodeGen/X86/2008-07-23-VSetCC.ll
test/CodeGen/X86/2008-08-06-CmpStride.ll
test/CodeGen/X86/2008-08-06-RewriterBug.ll
test/CodeGen/X86/2008-08-23-64Bit-maskmovq.ll
test/CodeGen/X86/2008-09-05-sinttofp-2xi32.ll
test/CodeGen/X86/2008-09-11-CoalescerBug.ll
test/CodeGen/X86/2008-09-11-CoalescerBug2.ll
test/CodeGen/X86/2008-09-17-inline-asm-1.ll
test/CodeGen/X86/2008-09-18-inline-asm-2.ll
test/CodeGen/X86/2008-09-25-sseregparm-1.ll
test/CodeGen/X86/2008-09-29-VolatileBug.ll
test/CodeGen/X86/2008-10-06-x87ld-nan-1.ll
test/CodeGen/X86/2008-10-06-x87ld-nan-2.ll
test/CodeGen/X86/2008-10-07-SSEISelBug.ll
test/CodeGen/X86/2008-10-13-CoalescerBug.ll
test/CodeGen/X86/2008-10-16-VecUnaryOp.ll
test/CodeGen/X86/2008-10-17-Asm64bitRConstraint.ll
test/CodeGen/X86/2008-10-20-AsmDoubleInI32.ll
test/CodeGen/X86/2008-10-24-FlippedCompare.ll
test/CodeGen/X86/2008-10-29-ExpandVAARG.ll
test/CodeGen/X86/2008-11-03-F80VAARG.ll
test/CodeGen/X86/2008-12-02-dagcombine-1.ll
test/CodeGen/X86/2008-12-02-dagcombine-2.ll
test/CodeGen/X86/2008-12-02-dagcombine-3.ll
test/CodeGen/X86/2008-12-16-dagcombine-4.ll
test/CodeGen/X86/2008-12-22-dagcombine-5.ll
test/CodeGen/X86/2008-12-23-crazy-address.ll
test/CodeGen/X86/2008-12-23-dagcombine-6.ll
test/CodeGen/X86/2009-01-13-DoubleUpdate.ll
test/CodeGen/X86/2009-01-16-UIntToFP.ll
test/CodeGen/X86/2009-01-25-NoSSE.ll
test/CodeGen/X86/2009-01-26-WrongCheck.ll
test/CodeGen/X86/2009-01-31-BigShift.ll
test/CodeGen/X86/2009-01-31-BigShift2.ll
test/CodeGen/X86/2009-01-31-BigShift3.ll
test/CodeGen/X86/2009-02-01-LargeMask.ll
test/CodeGen/X86/2009-02-03-AnalyzedTwice.ll
test/CodeGen/X86/2009-02-08-CoalescerBug.ll
test/CodeGen/X86/2009-02-12-DebugInfoVLA.ll
test/CodeGen/X86/2009-02-12-InlineAsm-nieZ-constraints.ll
test/CodeGen/X86/2009-02-12-SpillerBug.ll
test/CodeGen/X86/2009-02-25-CommuteBug.ll
test/CodeGen/X86/2009-02-26-MachineLICMBug.ll
test/CodeGen/X86/2009-03-03-BTHang.ll
test/CodeGen/X86/2009-03-03-BitcastLongDouble.ll
test/CodeGen/X86/2009-03-07-FPConstSelect.ll
test/CodeGen/X86/2009-03-09-APIntCrash.ll
test/CodeGen/X86/2009-03-25-TestBug.ll
test/CodeGen/X86/2009-03-26-NoImplicitFPBug.ll
test/CodeGen/X86/2009-04-12-FastIselOverflowCrash.ll
test/CodeGen/X86/2009-04-12-picrel.ll
test/CodeGen/X86/2009-04-24.ll
test/CodeGen/X86/2009-04-25-CoalescerBug.ll
test/CodeGen/X86/2009-04-scale.ll
test/CodeGen/X86/2009-05-11-tailmerge-crash.ll
test/CodeGen/X86/2009-05-19-SingleElementExtractElement.ll
test/CodeGen/X86/2009-05-28-DAGCombineCrash.ll
test/CodeGen/X86/2009-05-30-ISelBug.ll
test/CodeGen/X86/2009-06-04-VirtualLiveIn.ll
test/CodeGen/X86/2009-06-05-VZextByteShort.ll
test/CodeGen/X86/2009-06-05-sitofpCrash.ll
test/CodeGen/X86/2009-06-12-x86_64-tail-call-conv-out-of-sync-bug.ll
test/CodeGen/X86/2009-06-15-not-a-tail-call.ll
test/CodeGen/X86/2009-06-18-movlp-shuffle-register.ll
test/CodeGen/X86/2009-07-06-TwoAddrAssert.ll
test/CodeGen/X86/2009-07-07-SplitICmp.ll
test/CodeGen/X86/2009-07-09-ExtractBoolFromVector.ll
test/CodeGen/X86/2009-07-19-AsmExtraOperands.ll
test/CodeGen/X86/2009-07-20-DAGCombineBug.ll
test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll
test/CodeGen/X86/2009-08-23-SubRegReuseUndo.ll
test/CodeGen/X86/20090313-signext.ll
test/CodeGen/X86/2010-01-05-ZExt-Shl.ll
test/CodeGen/X86/2010-01-15-SelectionDAGCycle.ll
test/CodeGen/X86/2010-01-18-DbgValue.ll
test/CodeGen/X86/2010-02-03-DualUndef.ll
test/CodeGen/X86/2010-02-11-NonTemporal.ll
test/CodeGen/X86/2010-02-12-CoalescerBug-Impdef.ll
test/CodeGen/X86/2010-02-23-DAGCombineBug.ll
test/CodeGen/X86/2010-02-23-RematImplicitSubreg.ll
test/CodeGen/X86/2010-03-05-EFLAGS-Redef.ll
test/CodeGen/X86/2010-04-08-CoalescerBug.ll
test/CodeGen/X86/2010-05-12-FastAllocKills.ll
test/CodeGen/X86/2010-05-26-DotDebugLoc.ll
test/CodeGen/X86/2010-05-28-Crash.ll
test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll
test/CodeGen/X86/2010-06-14-fast-isel-fs-load.ll
test/CodeGen/X86/2010-06-28-FastAllocTiedOperand.ll
test/CodeGen/X86/2010-08-04-MaskedSignedCompare.ll
test/CodeGen/X86/2010-09-17-SideEffectsInChain.ll
test/CodeGen/X86/2010-10-08-cmpxchg8b.ll
test/CodeGen/X86/2010-11-09-MOVLPS.ll
test/CodeGen/X86/2010-11-18-SelectOfExtload.ll
test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll
test/CodeGen/X86/2011-02-21-VirtRegRewriter-KillSubReg.ll
test/CodeGen/X86/2011-03-02-DAGCombiner.ll
test/CodeGen/X86/2011-03-30-CreateFixedObjCrash.ll
test/CodeGen/X86/2011-05-09-loaduse.ll
test/CodeGen/X86/2011-06-01-fildll.ll
test/CodeGen/X86/2011-06-03-x87chain.ll
test/CodeGen/X86/2011-06-06-fgetsign80bit.ll
test/CodeGen/X86/2011-06-14-PreschedRegalias.ll
test/CodeGen/X86/2011-07-13-BadFrameIndexDisplacement.ll
test/CodeGen/X86/2011-08-23-PerformSubCombine128.ll
test/CodeGen/X86/2011-08-23-Trampoline.ll
test/CodeGen/X86/2011-08-29-BlockConstant.ll
test/CodeGen/X86/2011-09-14-valcoalesce.ll
test/CodeGen/X86/2011-09-18-sse2cmp.ll
test/CodeGen/X86/2011-09-21-setcc-bug.ll
test/CodeGen/X86/2011-10-18-FastISel-VectorParams.ll
test/CodeGen/X86/2011-10-19-LegelizeLoad.ll
test/CodeGen/X86/2011-10-19-widen_vselect.ll
test/CodeGen/X86/2011-10-21-widen-cmp.ll
test/CodeGen/X86/2011-10-27-tstore.ll
test/CodeGen/X86/2011-10-30-padd.ll
test/CodeGen/X86/2011-11-07-LegalizeBuildVector.ll
test/CodeGen/X86/2011-11-30-or.ll
test/CodeGen/X86/2011-12-06-BitcastVectorGlobal.ll
test/CodeGen/X86/2011-12-08-AVXISelBugs.ll
test/CodeGen/X86/2011-12-15-vec_shift.ll
test/CodeGen/X86/2011-12-26-extractelement-duplicate-load.ll
test/CodeGen/X86/2011-12-8-bitcastintprom.ll
test/CodeGen/X86/2011-20-21-zext-ui2fp.ll
test/CodeGen/X86/2012-01-11-split-cv.ll
test/CodeGen/X86/2012-01-12-extract-sv.ll
test/CodeGen/X86/2012-01-18-vbitcast.ll
test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll
test/CodeGen/X86/2012-04-26-sdglue.ll
test/CodeGen/X86/2012-07-10-extload64.ll
test/CodeGen/X86/2012-07-10-shufnorm.ll
test/CodeGen/X86/2012-07-15-BuildVectorPromote.ll
test/CodeGen/X86/2012-07-15-broadcastfold.ll
test/CodeGen/X86/2012-07-15-tconst_shl.ll
test/CodeGen/X86/2012-07-15-vshl.ll
test/CodeGen/X86/2012-07-16-LeaUndef.ll
test/CodeGen/X86/2012-07-16-fp2ui-i1.ll
test/CodeGen/X86/2012-07-17-vtrunc.ll
test/CodeGen/X86/2012-07-23-select_cc.ll
test/CodeGen/X86/2012-08-16-setcc.ll
test/CodeGen/X86/2012-09-13-dagco-fneg.ll
test/CodeGen/X86/2012-1-10-buildvector.ll
test/CodeGen/X86/2012-10-18-crash-dagco.ll
test/CodeGen/X86/2012-11-28-merge-store-alias.ll
test/CodeGen/X86/2012-12-1-merge-multiple.ll
test/CodeGen/X86/2012-12-12-DAGCombineCrash.ll
test/CodeGen/X86/2012-12-14-v8fp80-crash.ll
test/CodeGen/X86/2013-05-06-ConactVectorCrash.ll
test/CodeGen/X86/2014-05-29-factorial.ll
test/CodeGen/X86/3dnow-intrinsics.ll
test/CodeGen/X86/3dnow-schedule.ll [new file with mode: 0644]
test/CodeGen/X86/4char-promote.ll
test/CodeGen/X86/AppendingLinkage.ll
test/CodeGen/X86/Atomics-64.ll
test/CodeGen/X86/DbgValueOtherTargets.test
test/CodeGen/X86/GlobalISel/GV.ll
test/CodeGen/X86/GlobalISel/add-scalar.ll
test/CodeGen/X86/GlobalISel/add-vec.ll
test/CodeGen/X86/GlobalISel/and-scalar.ll
test/CodeGen/X86/GlobalISel/binop.ll
test/CodeGen/X86/GlobalISel/br.ll
test/CodeGen/X86/GlobalISel/brcond.ll [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/callingconv.ll
test/CodeGen/X86/GlobalISel/cmp.ll
test/CodeGen/X86/GlobalISel/constant.ll
test/CodeGen/X86/GlobalISel/ext-x86-64.ll
test/CodeGen/X86/GlobalISel/ext.ll
test/CodeGen/X86/GlobalISel/fadd-scalar.ll
test/CodeGen/X86/GlobalISel/fconstant.ll [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/fdiv-scalar.ll
test/CodeGen/X86/GlobalISel/fmul-scalar.ll
test/CodeGen/X86/GlobalISel/fpext-scalar.ll [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/frameIndex.ll
test/CodeGen/X86/GlobalISel/fsub-scalar.ll
test/CodeGen/X86/GlobalISel/gep.ll
test/CodeGen/X86/GlobalISel/irtranslator-callingconv.ll
test/CodeGen/X86/GlobalISel/legalize-GV.mir
test/CodeGen/X86/GlobalISel/legalize-add-v128.mir
test/CodeGen/X86/GlobalISel/legalize-add-v256.mir
test/CodeGen/X86/GlobalISel/legalize-add-v512.mir
test/CodeGen/X86/GlobalISel/legalize-add.mir
test/CodeGen/X86/GlobalISel/legalize-and-scalar.mir
test/CodeGen/X86/GlobalISel/legalize-brcond.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/legalize-cmp.mir
test/CodeGen/X86/GlobalISel/legalize-constant.mir
test/CodeGen/X86/GlobalISel/legalize-ext-x86-64.mir
test/CodeGen/X86/GlobalISel/legalize-ext.mir
test/CodeGen/X86/GlobalISel/legalize-fadd-scalar.mir
test/CodeGen/X86/GlobalISel/legalize-fdiv-scalar.mir
test/CodeGen/X86/GlobalISel/legalize-fmul-scalar.mir
test/CodeGen/X86/GlobalISel/legalize-fpext-scalar.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/legalize-fsub-scalar.mir
test/CodeGen/X86/GlobalISel/legalize-gep.mir
test/CodeGen/X86/GlobalISel/legalize-insert-vec256.mir
test/CodeGen/X86/GlobalISel/legalize-insert-vec512.mir
test/CodeGen/X86/GlobalISel/legalize-memop-scalar.mir
test/CodeGen/X86/GlobalISel/legalize-mul-scalar.mir
test/CodeGen/X86/GlobalISel/legalize-mul-v128.mir
test/CodeGen/X86/GlobalISel/legalize-mul-v256.mir
test/CodeGen/X86/GlobalISel/legalize-mul-v512.mir
test/CodeGen/X86/GlobalISel/legalize-or-scalar.mir
test/CodeGen/X86/GlobalISel/legalize-phi.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/legalize-sub-v128.mir
test/CodeGen/X86/GlobalISel/legalize-sub-v256.mir
test/CodeGen/X86/GlobalISel/legalize-sub-v512.mir
test/CodeGen/X86/GlobalISel/legalize-sub.mir
test/CodeGen/X86/GlobalISel/legalize-trunc.mir
test/CodeGen/X86/GlobalISel/legalize-undef.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/legalize-xor-scalar.mir
test/CodeGen/X86/GlobalISel/memop-scalar-x32.ll
test/CodeGen/X86/GlobalISel/memop-scalar.ll
test/CodeGen/X86/GlobalISel/memop-vec.ll
test/CodeGen/X86/GlobalISel/mul-scalar.ll
test/CodeGen/X86/GlobalISel/mul-vec.ll
test/CodeGen/X86/GlobalISel/or-scalar.ll
test/CodeGen/X86/GlobalISel/phi.ll [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/regbankselect-X86_64.mir
test/CodeGen/X86/GlobalISel/select-GV.mir
test/CodeGen/X86/GlobalISel/select-add-v128.mir
test/CodeGen/X86/GlobalISel/select-add-v256.mir
test/CodeGen/X86/GlobalISel/select-add-v512.mir
test/CodeGen/X86/GlobalISel/select-add-x32.mir
test/CodeGen/X86/GlobalISel/select-add.mir
test/CodeGen/X86/GlobalISel/select-and-scalar.mir
test/CodeGen/X86/GlobalISel/select-blsi.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/select-blsr.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/select-br.mir
test/CodeGen/X86/GlobalISel/select-brcond.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/select-cmp.mir
test/CodeGen/X86/GlobalISel/select-constant.mir
test/CodeGen/X86/GlobalISel/select-copy.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/select-ext-x86-64.mir
test/CodeGen/X86/GlobalISel/select-ext.mir
test/CodeGen/X86/GlobalISel/select-extract-vec256.mir
test/CodeGen/X86/GlobalISel/select-extract-vec512.mir
test/CodeGen/X86/GlobalISel/select-fadd-scalar.mir
test/CodeGen/X86/GlobalISel/select-fconstant.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/select-fdiv-scalar.mir
test/CodeGen/X86/GlobalISel/select-fmul-scalar.mir
test/CodeGen/X86/GlobalISel/select-fpext-scalar.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/select-frameIndex.mir
test/CodeGen/X86/GlobalISel/select-fsub-scalar.mir
test/CodeGen/X86/GlobalISel/select-gep.mir
test/CodeGen/X86/GlobalISel/select-inc.mir
test/CodeGen/X86/GlobalISel/select-insert-vec256.mir
test/CodeGen/X86/GlobalISel/select-insert-vec512.mir
test/CodeGen/X86/GlobalISel/select-intrinsic-x86-flags-read-u32.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/select-leaf-constant.mir
test/CodeGen/X86/GlobalISel/select-memop-scalar-x32.mir
test/CodeGen/X86/GlobalISel/select-memop-scalar.mir
test/CodeGen/X86/GlobalISel/select-memop-v128.mir
test/CodeGen/X86/GlobalISel/select-memop-v256.mir
test/CodeGen/X86/GlobalISel/select-memop-v512.mir
test/CodeGen/X86/GlobalISel/select-merge-vec256.mir
test/CodeGen/X86/GlobalISel/select-merge-vec512.mir
test/CodeGen/X86/GlobalISel/select-mul-scalar.mir
test/CodeGen/X86/GlobalISel/select-mul-vec.mir
test/CodeGen/X86/GlobalISel/select-or-scalar.mir
test/CodeGen/X86/GlobalISel/select-phi.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/select-sub-v128.mir
test/CodeGen/X86/GlobalISel/select-sub-v256.mir
test/CodeGen/X86/GlobalISel/select-sub-v512.mir
test/CodeGen/X86/GlobalISel/select-sub.mir
test/CodeGen/X86/GlobalISel/select-trunc.mir
test/CodeGen/X86/GlobalISel/select-undef.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/select-unmerge-vec256.mir
test/CodeGen/X86/GlobalISel/select-unmerge-vec512.mir
test/CodeGen/X86/GlobalISel/select-xor-scalar.mir
test/CodeGen/X86/GlobalISel/sub-scalar.ll [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/sub-vec.ll
test/CodeGen/X86/GlobalISel/trunc.ll
test/CodeGen/X86/GlobalISel/undef.ll [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/x86_64-fallback.ll
test/CodeGen/X86/GlobalISel/xor-scalar.ll
test/CodeGen/X86/MachineBranchProb.ll
test/CodeGen/X86/MergeConsecutiveStores.ll
test/CodeGen/X86/O0-pipeline.ll
test/CodeGen/X86/PR34565.ll [new file with mode: 0644]
test/CodeGen/X86/SwitchLowering.ll
test/CodeGen/X86/SwizzleShuff.ll
test/CodeGen/X86/TruncAssertSext.ll [new file with mode: 0644]
test/CodeGen/X86/TruncAssertZext.ll
test/CodeGen/X86/WidenArith.ll
test/CodeGen/X86/abi-isel.ll
test/CodeGen/X86/absolute-bit-mask.ll
test/CodeGen/X86/add-ext.ll
test/CodeGen/X86/add-of-carry.ll
test/CodeGen/X86/add-sub-nsw-nuw.ll
test/CodeGen/X86/add.ll
test/CodeGen/X86/add_shl_constant.ll
test/CodeGen/X86/addcarry.ll
test/CodeGen/X86/addr-of-ret-addr.ll
test/CodeGen/X86/adx-intrinsics.ll
test/CodeGen/X86/adx-schedule.ll [new file with mode: 0644]
test/CodeGen/X86/aes-schedule.ll [new file with mode: 0644]
test/CodeGen/X86/aes_intrinsics.ll
test/CodeGen/X86/aligned-comm.ll
test/CodeGen/X86/all-ones-vector.ll
test/CodeGen/X86/alloca-align-rounding-32.ll
test/CodeGen/X86/alloca-align-rounding.ll
test/CodeGen/X86/and-sink.ll
test/CodeGen/X86/and-su.ll
test/CodeGen/X86/andimm8.ll
test/CodeGen/X86/anyext.ll
test/CodeGen/X86/asm-global-imm.ll
test/CodeGen/X86/asm-modifier-P.ll
test/CodeGen/X86/atom-cmpb.ll
test/CodeGen/X86/atom-fixup-lea2.ll
test/CodeGen/X86/atom-fixup-lea3.ll
test/CodeGen/X86/atom-sched.ll
test/CodeGen/X86/atomic-dagsched.ll
test/CodeGen/X86/atomic-eflags-reuse.ll
test/CodeGen/X86/atomic-load-store-wide.ll
test/CodeGen/X86/atomic-minmax-i6432.ll
test/CodeGen/X86/atomic-or.ll
test/CodeGen/X86/atomic128.ll
test/CodeGen/X86/atomic32.ll
test/CodeGen/X86/atomic64.ll
test/CodeGen/X86/atomic6432.ll
test/CodeGen/X86/atomic8.ll
test/CodeGen/X86/atomic_add.ll
test/CodeGen/X86/atomic_idempotent.ll
test/CodeGen/X86/atomic_op.ll
test/CodeGen/X86/avg-mask.ll [new file with mode: 0644]
test/CodeGen/X86/avg.ll
test/CodeGen/X86/avoid-loop-align-2.ll
test/CodeGen/X86/avx-arith.ll
test/CodeGen/X86/avx-basic.ll
test/CodeGen/X86/avx-bitcast.ll
test/CodeGen/X86/avx-cast.ll
test/CodeGen/X86/avx-cmp.ll
test/CodeGen/X86/avx-cvt-2.ll
test/CodeGen/X86/avx-cvt-3.ll
test/CodeGen/X86/avx-cvt.ll
test/CodeGen/X86/avx-gfni-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/avx-insertelt.ll
test/CodeGen/X86/avx-intrinsics-fast-isel.ll
test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll
test/CodeGen/X86/avx-intrinsics-x86.ll
test/CodeGen/X86/avx-intrinsics-x86_64.ll
test/CodeGen/X86/avx-load-store.ll
test/CodeGen/X86/avx-logic.ll
test/CodeGen/X86/avx-minmax.ll
test/CodeGen/X86/avx-schedule.ll
test/CodeGen/X86/avx-select.ll
test/CodeGen/X86/avx-shift.ll
test/CodeGen/X86/avx-shuffle-x86_32.ll
test/CodeGen/X86/avx-splat.ll
test/CodeGen/X86/avx-trunc.ll
test/CodeGen/X86/avx-unpack.ll
test/CodeGen/X86/avx-vbroadcast.ll
test/CodeGen/X86/avx-vbroadcastf128.ll
test/CodeGen/X86/avx-vextractf128.ll
test/CodeGen/X86/avx-vinsertf128.ll
test/CodeGen/X86/avx-vpclmulqdq.ll [new file with mode: 0644]
test/CodeGen/X86/avx-vperm2x128.ll
test/CodeGen/X86/avx-vzeroupper.ll
test/CodeGen/X86/avx1-logical-load-folding.ll
test/CodeGen/X86/avx2-arith.ll
test/CodeGen/X86/avx2-cmp.ll
test/CodeGen/X86/avx2-conversions.ll
test/CodeGen/X86/avx2-fma-fneg-combine.ll
test/CodeGen/X86/avx2-gather.ll
test/CodeGen/X86/avx2-intrinsics-fast-isel.ll
test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll
test/CodeGen/X86/avx2-intrinsics-x86.ll
test/CodeGen/X86/avx2-logic.ll
test/CodeGen/X86/avx2-masked-gather.ll [new file with mode: 0644]
test/CodeGen/X86/avx2-nontemporal.ll
test/CodeGen/X86/avx2-phaddsub.ll
test/CodeGen/X86/avx2-pmovxrm.ll
test/CodeGen/X86/avx2-schedule.ll
test/CodeGen/X86/avx2-shift.ll
test/CodeGen/X86/avx2-vbroadcast.ll
test/CodeGen/X86/avx2-vbroadcasti128.ll
test/CodeGen/X86/avx2-vector-shifts.ll
test/CodeGen/X86/avx2-vperm.ll
test/CodeGen/X86/avx512-adc-sbb.ll
test/CodeGen/X86/avx512-any_extend_load.ll
test/CodeGen/X86/avx512-arith.ll
test/CodeGen/X86/avx512-bugfix-23634.ll
test/CodeGen/X86/avx512-bugfix-25270.ll
test/CodeGen/X86/avx512-bugfix-26264.ll
test/CodeGen/X86/avx512-build-vector.ll
test/CodeGen/X86/avx512-calling-conv.ll
test/CodeGen/X86/avx512-cmp-kor-sequence.ll
test/CodeGen/X86/avx512-cmp.ll
test/CodeGen/X86/avx512-cvt.ll
test/CodeGen/X86/avx512-ext.ll
test/CodeGen/X86/avx512-extract-subvector-load-store.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-extract-subvector.ll
test/CodeGen/X86/avx512-fma-commute.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-fma-intrinsics.ll
test/CodeGen/X86/avx512-fma.ll
test/CodeGen/X86/avx512-fsel.ll
test/CodeGen/X86/avx512-gather-scatter-intrin.ll
test/CodeGen/X86/avx512-gfni-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-hadd-hsub.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-i1test.ll
test/CodeGen/X86/avx512-inc-dec.ll
test/CodeGen/X86/avx512-insert-extract.ll
test/CodeGen/X86/avx512-insert-extract_i1.ll
test/CodeGen/X86/avx512-intrinsics-fast-isel.ll
test/CodeGen/X86/avx512-intrinsics-upgrade.ll
test/CodeGen/X86/avx512-intrinsics.ll
test/CodeGen/X86/avx512-load-store.ll
test/CodeGen/X86/avx512-load-trunc-store-i1.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-logic.ll
test/CodeGen/X86/avx512-mask-op.ll
test/CodeGen/X86/avx512-mask-spills.ll
test/CodeGen/X86/avx512-mask-zext-bugfix.ll
test/CodeGen/X86/avx512-masked-memop-64-32.ll
test/CodeGen/X86/avx512-masked_memop-16-8.ll
test/CodeGen/X86/avx512-memfold.ll
test/CodeGen/X86/avx512-mov.ll
test/CodeGen/X86/avx512-nontemporal.ll
test/CodeGen/X86/avx512-pmovxrm.ll
test/CodeGen/X86/avx512-regcall-Mask.ll
test/CodeGen/X86/avx512-regcall-NoMask.ll
test/CodeGen/X86/avx512-rotate.ll
test/CodeGen/X86/avx512-round.ll [deleted file]
test/CodeGen/X86/avx512-scalarIntrinsics.ll
test/CodeGen/X86/avx512-scalar_mask.ll
test/CodeGen/X86/avx512-schedule.ll [new file with mode: 0755]
test/CodeGen/X86/avx512-select.ll
test/CodeGen/X86/avx512-shift.ll
test/CodeGen/X86/avx512-shuffle-schedule.ll [new file with mode: 0755]
test/CodeGen/X86/avx512-shuffles/broadcast-scalar-fp.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-shuffles/broadcast-scalar-int.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-shuffles/broadcast-vector-fp.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-shuffles/broadcast-vector-int.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-shuffles/duplicate-high.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-shuffles/duplicate-low.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-shuffles/in_lane_permute.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-shuffles/partial_permute.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-shuffles/permute.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-shuffles/shuffle-interleave.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-shuffles/shuffle-vec.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-shuffles/shuffle.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-shuffles/unpack.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-skx-insert-subvec.ll
test/CodeGen/X86/avx512-trunc.ll
test/CodeGen/X86/avx512-unsafe-fp-math.ll
test/CodeGen/X86/avx512-vbroadcast.ll
test/CodeGen/X86/avx512-vbroadcasti128.ll
test/CodeGen/X86/avx512-vbroadcasti256.ll
test/CodeGen/X86/avx512-vec-cmp.ll
test/CodeGen/X86/avx512-vec3-crash.ll
test/CodeGen/X86/avx512-vpclmulqdq.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-vpermv3-commute.ll
test/CodeGen/X86/avx512-vpternlog-commute.ll
test/CodeGen/X86/avx512-vselect-crash.ll
test/CodeGen/X86/avx512-vselect.ll
test/CodeGen/X86/avx512bw-intrinsics-fast-isel.ll
test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll
test/CodeGen/X86/avx512bw-intrinsics.ll
test/CodeGen/X86/avx512bw-mask-op.ll
test/CodeGen/X86/avx512bw-mov.ll
test/CodeGen/X86/avx512bw-vec-cmp.ll
test/CodeGen/X86/avx512bw-vec-test-testn.ll [new file with mode: 0644]
test/CodeGen/X86/avx512bwvl-intrinsics-fast-isel.ll
test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll
test/CodeGen/X86/avx512bwvl-intrinsics.ll
test/CodeGen/X86/avx512bwvl-mov.ll
test/CodeGen/X86/avx512bwvl-vec-cmp.ll
test/CodeGen/X86/avx512bwvl-vec-test-testn.ll [new file with mode: 0644]
test/CodeGen/X86/avx512cd-intrinsics-fast-isel.ll [new file with mode: 0644]
test/CodeGen/X86/avx512cd-intrinsics-upgrade.ll
test/CodeGen/X86/avx512cd-intrinsics.ll
test/CodeGen/X86/avx512cdvl-intrinsics-upgrade.ll
test/CodeGen/X86/avx512cdvl-intrinsics.ll
test/CodeGen/X86/avx512dq-intrinsics-upgrade.ll
test/CodeGen/X86/avx512dq-intrinsics.ll
test/CodeGen/X86/avx512dq-mask-op.ll
test/CodeGen/X86/avx512dqvl-intrinsics-upgrade.ll
test/CodeGen/X86/avx512dqvl-intrinsics.ll
test/CodeGen/X86/avx512er-intrinsics.ll
test/CodeGen/X86/avx512f-vec-test-testn.ll [new file with mode: 0644]
test/CodeGen/X86/avx512ifma-intrinsics.ll
test/CodeGen/X86/avx512ifmavl-intrinsics.ll
test/CodeGen/X86/avx512vbmi-intrinsics.ll
test/CodeGen/X86/avx512vbmi2-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vbmi2vl-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vbmivl-intrinsics.ll
test/CodeGen/X86/avx512vl-arith.ll
test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll
test/CodeGen/X86/avx512vl-intrinsics.ll
test/CodeGen/X86/avx512vl-logic.ll
test/CodeGen/X86/avx512vl-mov.ll
test/CodeGen/X86/avx512vl-nontemporal.ll
test/CodeGen/X86/avx512vl-vbroadcast.ll
test/CodeGen/X86/avx512vl-vec-cmp.ll
test/CodeGen/X86/avx512vl-vec-masked-cmp.ll
test/CodeGen/X86/avx512vl-vec-test-testn.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vl-vpclmulqdq.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vl_vnni-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vlcd-intrinsics-fast-isel.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vnni-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vpopcntdq-intrinsics.ll
test/CodeGen/X86/avx512vpopcntdq-schedule.ll [new file with mode: 0644]
test/CodeGen/X86/barrier.ll
test/CodeGen/X86/base-pointer-and-cmpxchg.ll
test/CodeGen/X86/basic-promote-integers.ll
test/CodeGen/X86/bc-extract.ll
test/CodeGen/X86/bigstructret.ll
test/CodeGen/X86/bigstructret2.ll
test/CodeGen/X86/bit-test-shift.ll
test/CodeGen/X86/bitcast-and-setcc-128.ll
test/CodeGen/X86/bitcast-and-setcc-256.ll
test/CodeGen/X86/bitcast-and-setcc-512.ll
test/CodeGen/X86/bitcast-i256.ll
test/CodeGen/X86/bitcast-int-to-vector-bool-sext.ll
test/CodeGen/X86/bitcast-int-to-vector-bool-zext.ll
test/CodeGen/X86/bitcast-int-to-vector-bool.ll
test/CodeGen/X86/bitcast-int-to-vector.ll
test/CodeGen/X86/bitcast-mmx.ll
test/CodeGen/X86/bitcast-setcc-128.ll
test/CodeGen/X86/bitcast-setcc-256.ll
test/CodeGen/X86/bitcast-setcc-512.ll
test/CodeGen/X86/bitcast.ll
test/CodeGen/X86/bitcast2.ll
test/CodeGen/X86/bitreverse.ll
test/CodeGen/X86/block-placement.ll
test/CodeGen/X86/block-placement.mir
test/CodeGen/X86/bmi-intrinsics-fast-isel-x86_64.ll
test/CodeGen/X86/bmi-intrinsics-fast-isel.ll
test/CodeGen/X86/bmi-schedule.ll
test/CodeGen/X86/bmi.ll
test/CodeGen/X86/bmi2-schedule.ll
test/CodeGen/X86/bmi2.ll [new file with mode: 0644]
test/CodeGen/X86/bool-ext-inc.ll
test/CodeGen/X86/bool-simplify.ll
test/CodeGen/X86/bool-vector.ll [new file with mode: 0644]
test/CodeGen/X86/bool-zext.ll
test/CodeGen/X86/branch_instruction_and_target_split_perf_nops.mir [new file with mode: 0644]
test/CodeGen/X86/branchfolding-undef.mir
test/CodeGen/X86/break-anti-dependencies.ll
test/CodeGen/X86/broadcast-elm-cross-splat-vec.ll
test/CodeGen/X86/broadcastm-lowering.ll [new file with mode: 0644]
test/CodeGen/X86/bss_pagealigned.ll
test/CodeGen/X86/bswap-rotate.ll
test/CodeGen/X86/bswap-vector.ll
test/CodeGen/X86/bswap-wide-int.ll
test/CodeGen/X86/bswap.ll
test/CodeGen/X86/bswap_tree.ll
test/CodeGen/X86/bswap_tree2.ll
test/CodeGen/X86/bt.ll
test/CodeGen/X86/btq.ll
test/CodeGen/X86/bug26810.ll [new file with mode: 0644]
test/CodeGen/X86/build-vector-128.ll
test/CodeGen/X86/build-vector-256.ll
test/CodeGen/X86/build-vector-512.ll
test/CodeGen/X86/buildvec-insertvec.ll
test/CodeGen/X86/bypass-slow-division-32.ll
test/CodeGen/X86/bypass-slow-division-64.ll
test/CodeGen/X86/bypass-slow-division-tune.ll
test/CodeGen/X86/byval.ll
test/CodeGen/X86/byval2.ll
test/CodeGen/X86/byval3.ll
test/CodeGen/X86/byval4.ll
test/CodeGen/X86/byval5.ll
test/CodeGen/X86/byval6.ll
test/CodeGen/X86/byval7.ll
test/CodeGen/X86/call-imm.ll
test/CodeGen/X86/cast-vsel.ll
test/CodeGen/X86/catchpad-weight.ll
test/CodeGen/X86/cfi-xmm.ll [new file with mode: 0644]
test/CodeGen/X86/chain_order.ll
test/CodeGen/X86/change-compare-stride-1.ll
test/CodeGen/X86/change-compare-stride-trickiness-1.ll
test/CodeGen/X86/clear_upper_vector_element_bits.ll
test/CodeGen/X86/clflushopt-schedule.ll [new file with mode: 0644]
test/CodeGen/X86/clflushopt.ll
test/CodeGen/X86/clwb-schedule.ll [new file with mode: 0644]
test/CodeGen/X86/clwb.ll [new file with mode: 0644]
test/CodeGen/X86/clz.ll
test/CodeGen/X86/clzero-schedule.ll [new file with mode: 0644]
test/CodeGen/X86/clzero.ll
test/CodeGen/X86/cmov-fp.ll
test/CodeGen/X86/cmov-into-branch.ll
test/CodeGen/X86/cmov-promotion.ll [new file with mode: 0644]
test/CodeGen/X86/cmov-schedule.ll [new file with mode: 0644]
test/CodeGen/X86/cmov.ll
test/CodeGen/X86/cmovcmov.ll
test/CodeGen/X86/cmp.ll
test/CodeGen/X86/cmpxchg-clobber-flags.ll
test/CodeGen/X86/cmpxchg16b.ll
test/CodeGen/X86/cmpxchg8b_alloca_regalloc_handling.ll
test/CodeGen/X86/coalesce_commute_movsd.ll
test/CodeGen/X86/coalescer-dce.ll
test/CodeGen/X86/code_placement.ll
test/CodeGen/X86/codegen-prepare-cast.ll
test/CodeGen/X86/combine-64bit-vec-binop.ll
test/CodeGen/X86/combine-abs.ll
test/CodeGen/X86/combine-add.ll
test/CodeGen/X86/combine-and.ll
test/CodeGen/X86/combine-avx-intrinsics.ll
test/CodeGen/X86/combine-avx2-intrinsics.ll
test/CodeGen/X86/combine-fcopysign.ll
test/CodeGen/X86/combine-lds.ll
test/CodeGen/X86/combine-mul.ll
test/CodeGen/X86/combine-multiplies.ll
test/CodeGen/X86/combine-or.ll
test/CodeGen/X86/combine-pmuldq.ll
test/CodeGen/X86/combine-rotates.ll
test/CodeGen/X86/combine-sdiv.ll
test/CodeGen/X86/combine-sext-in-reg.ll
test/CodeGen/X86/combine-shl.ll
test/CodeGen/X86/combine-sra.ll
test/CodeGen/X86/combine-srem.ll
test/CodeGen/X86/combine-srl.ll
test/CodeGen/X86/combine-sse41-intrinsics.ll
test/CodeGen/X86/combine-sub.ll
test/CodeGen/X86/combine-testm-and.ll
test/CodeGen/X86/combine-udiv.ll
test/CodeGen/X86/combine-urem.ll
test/CodeGen/X86/commute-3dnow.ll
test/CodeGen/X86/commute-blend-avx2.ll
test/CodeGen/X86/commute-blend-sse41.ll
test/CodeGen/X86/commute-clmul.ll
test/CodeGen/X86/commute-fcmp.ll
test/CodeGen/X86/commute-vpclmulqdq-avx.ll [new file with mode: 0644]
test/CodeGen/X86/commute-vpclmulqdq-avx512.ll [new file with mode: 0644]
test/CodeGen/X86/commute-xop.ll
test/CodeGen/X86/compare-add.ll
test/CodeGen/X86/compare-inf.ll
test/CodeGen/X86/compare_folding.ll
test/CodeGen/X86/complex-fastmath.ll
test/CodeGen/X86/complex-fca.ll
test/CodeGen/X86/compress_expand.ll
test/CodeGen/X86/computeKnownBits_urem.ll
test/CodeGen/X86/conditional-indecrement.ll
test/CodeGen/X86/conditional-tailcall-samedest.mir
test/CodeGen/X86/constant-combines.ll
test/CodeGen/X86/constant-hoisting-and.ll
test/CodeGen/X86/constant-hoisting-cmp.ll
test/CodeGen/X86/constant-hoisting-shift-immediate.ll
test/CodeGen/X86/constant-pool-remat-0.ll
test/CodeGen/X86/constpool.ll
test/CodeGen/X86/constructor.ll
test/CodeGen/X86/copysign-constant-magnitude.ll
test/CodeGen/X86/cpus.ll
test/CodeGen/X86/crash.ll
test/CodeGen/X86/critical-edge-split-2.ll
test/CodeGen/X86/ctpop-combine.ll
test/CodeGen/X86/cvt16.ll
test/CodeGen/X86/cvtv2f32.ll
test/CodeGen/X86/dag-fmf-cse.ll
test/CodeGen/X86/dag-merge-fast-accesses.ll
test/CodeGen/X86/dag-rauw-cse.ll
test/CodeGen/X86/dagcombine-buildvector.ll
test/CodeGen/X86/dagcombine-cse.ll
test/CodeGen/X86/darwin-preemption.ll [new file with mode: 0644]
test/CodeGen/X86/dbg-baseptr.ll
test/CodeGen/X86/dbg-changes-codegen-branch-folding.ll
test/CodeGen/X86/dbg-changes-codegen.ll
test/CodeGen/X86/dbg-line-0-no-discriminator.ll [new file with mode: 0644]
test/CodeGen/X86/debug-nodebug-crash.ll [new file with mode: 0644]
test/CodeGen/X86/debugloc-no-line-0.ll [new file with mode: 0644]
test/CodeGen/X86/deopt-intrinsic-cconv.ll
test/CodeGen/X86/deopt-intrinsic.ll
test/CodeGen/X86/disable-tail-calls.ll
test/CodeGen/X86/discontiguous-loops.ll
test/CodeGen/X86/div-rem-simplify.ll
test/CodeGen/X86/divide-by-constant.ll
test/CodeGen/X86/divrem.ll
test/CodeGen/X86/divrem8_ext.ll
test/CodeGen/X86/dllimport-x86_64.ll
test/CodeGen/X86/dllimport.ll
test/CodeGen/X86/dollar-name.ll
test/CodeGen/X86/domain-reassignment.mir [new file with mode: 0644]
test/CodeGen/X86/dont-trunc-store-double-to-float.ll
test/CodeGen/X86/dwarf-comp-dir.ll
test/CodeGen/X86/dwarf-headers.ll
test/CodeGen/X86/dynamic-alloca-lifetime.ll
test/CodeGen/X86/dynamic-allocas-VLAs.ll
test/CodeGen/X86/eflags-copy-expansion.mir
test/CodeGen/X86/empty-functions.ll
test/CodeGen/X86/empty-struct-return-type.ll
test/CodeGen/X86/emutls-pic.ll
test/CodeGen/X86/emutls-pie.ll
test/CodeGen/X86/emutls.ll
test/CodeGen/X86/emutls_generic.ll
test/CodeGen/X86/epilogue.ll
test/CodeGen/X86/evex-to-vex-compress.mir
test/CodeGen/X86/exedeps-movq.ll
test/CodeGen/X86/exedepsfix-broadcast.ll
test/CodeGen/X86/expand-vr64-gr64-copy.mir
test/CodeGen/X86/extend.ll
test/CodeGen/X86/extended-fma-contraction.ll
test/CodeGen/X86/extmul128.ll
test/CodeGen/X86/extmul64.ll
test/CodeGen/X86/extract-combine.ll
test/CodeGen/X86/extract-extract.ll
test/CodeGen/X86/extract-store.ll
test/CodeGen/X86/extractelement-from-arg.ll
test/CodeGen/X86/extractelement-index.ll
test/CodeGen/X86/extractelement-legalization-store-ordering.ll
test/CodeGen/X86/extractelement-load.ll
test/CodeGen/X86/extractps.ll
test/CodeGen/X86/f16c-intrinsics-fast-isel.ll
test/CodeGen/X86/f16c-intrinsics.ll
test/CodeGen/X86/f16c-schedule.ll [new file with mode: 0644]
test/CodeGen/X86/fadd-combines.ll
test/CodeGen/X86/fast-cc-callee-pops.ll
test/CodeGen/X86/fast-cc-merge-stack-adj.ll
test/CodeGen/X86/fast-cc-pass-in-regs.ll
test/CodeGen/X86/fast-isel-agg-constant.ll
test/CodeGen/X86/fast-isel-atomic.ll
test/CodeGen/X86/fast-isel-bail.ll
test/CodeGen/X86/fast-isel-bc.ll
test/CodeGen/X86/fast-isel-call-cleanup.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-call.ll
test/CodeGen/X86/fast-isel-cmp.ll
test/CodeGen/X86/fast-isel-constant.ll
test/CodeGen/X86/fast-isel-constpool.ll
test/CodeGen/X86/fast-isel-emutls.ll
test/CodeGen/X86/fast-isel-expect.ll
test/CodeGen/X86/fast-isel-fneg.ll
test/CodeGen/X86/fast-isel-fptrunc-fpext.ll
test/CodeGen/X86/fast-isel-gep.ll
test/CodeGen/X86/fast-isel-int-float-conversion-x86-64.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-int-float-conversion.ll
test/CodeGen/X86/fast-isel-load-i1.ll
test/CodeGen/X86/fast-isel-nontemporal.ll
test/CodeGen/X86/fast-isel-noplt-pic.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-select-cmov.ll
test/CodeGen/X86/fast-isel-select-cmov2.ll
test/CodeGen/X86/fast-isel-select-pseudo-cmov.ll
test/CodeGen/X86/fast-isel-select-sse.ll
test/CodeGen/X86/fast-isel-sext-zext.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-shift.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-store.ll
test/CodeGen/X86/fast-isel-tailcall.ll
test/CodeGen/X86/fast-isel-tls.ll
test/CodeGen/X86/fast-isel-vecload.ll
test/CodeGen/X86/fast-isel-x86.ll
test/CodeGen/X86/fast-isel.ll
test/CodeGen/X86/fastcc-sret.ll
test/CodeGen/X86/fastcc3struct.ll
test/CodeGen/X86/fastisel-softfloat.ll
test/CodeGen/X86/fcmove.ll
test/CodeGen/X86/fdiv-combine.ll
test/CodeGen/X86/fdiv.ll
test/CodeGen/X86/fentry-insertion.ll
test/CodeGen/X86/field-extract-use-trunc.ll
test/CodeGen/X86/fildll.ll
test/CodeGen/X86/file-directive.ll [new file with mode: 0644]
test/CodeGen/X86/finite-libcalls.ll [new file with mode: 0644]
test/CodeGen/X86/fixup-bw-copy.ll
test/CodeGen/X86/fixup-bw-inst.ll
test/CodeGen/X86/fixup-bw-inst.mir [new file with mode: 0644]
test/CodeGen/X86/fixup-lea.ll
test/CodeGen/X86/float-conv-elim.ll
test/CodeGen/X86/floor-soft-float.ll
test/CodeGen/X86/fma-commute-x86.ll
test/CodeGen/X86/fma-fneg-combine.ll
test/CodeGen/X86/fma-intrinsics-x86.ll
test/CodeGen/X86/fma-phi-213-to-231.ll
test/CodeGen/X86/fma-scalar-memfold.ll
test/CodeGen/X86/fma-schedule.ll [new file with mode: 0644]
test/CodeGen/X86/fma.ll
test/CodeGen/X86/fma4-commute-x86.ll [new file with mode: 0644]
test/CodeGen/X86/fma4-fneg-combine.ll [new file with mode: 0644]
test/CodeGen/X86/fma4-intrinsics-x86.ll [new file with mode: 0644]
test/CodeGen/X86/fma4-intrinsics-x86_64-folded-load.ll
test/CodeGen/X86/fma4-scalar-memfold.ll [new file with mode: 0644]
test/CodeGen/X86/fma4-schedule.ll [new file with mode: 0644]
test/CodeGen/X86/fma_patterns.ll
test/CodeGen/X86/fma_patterns_wide.ll
test/CodeGen/X86/fmaddsub-combine.ll
test/CodeGen/X86/fmf-flags.ll [new file with mode: 0644]
test/CodeGen/X86/fmsubadd-combine.ll
test/CodeGen/X86/fmul-combines.ll
test/CodeGen/X86/fmul-zero.ll
test/CodeGen/X86/fold-add.ll
test/CodeGen/X86/fold-and-shift.ll
test/CodeGen/X86/fold-call.ll
test/CodeGen/X86/fold-imm.ll
test/CodeGen/X86/fold-load-binops.ll
test/CodeGen/X86/fold-load-unops.ll
test/CodeGen/X86/fold-load-vec.ll
test/CodeGen/X86/fold-load.ll
test/CodeGen/X86/fold-mul-lohi.ll
test/CodeGen/X86/fold-pcmpeqd-1.ll
test/CodeGen/X86/fold-push.ll
test/CodeGen/X86/fold-rmw-ops.ll [new file with mode: 0644]
test/CodeGen/X86/fold-sext-trunc.ll
test/CodeGen/X86/fold-vector-sext-crash.ll
test/CodeGen/X86/fold-vector-sext-crash2.ll
test/CodeGen/X86/fold-vector-sext-zext.ll
test/CodeGen/X86/fold-vector-shl-crash.ll
test/CodeGen/X86/fp-elim.ll
test/CodeGen/X86/fp-fast.ll
test/CodeGen/X86/fp-immediate-shorten.ll
test/CodeGen/X86/fp-intrinsics.ll
test/CodeGen/X86/fp-load-trunc.ll
test/CodeGen/X86/fp-logic-replace.ll
test/CodeGen/X86/fp-logic.ll
test/CodeGen/X86/fp-select-cmp-and.ll
test/CodeGen/X86/fp-stack-2results.ll
test/CodeGen/X86/fp-stack-compare-cmov.ll
test/CodeGen/X86/fp-stack-compare.ll
test/CodeGen/X86/fp-stack-direct-ret.ll
test/CodeGen/X86/fp-stack-ret.ll
test/CodeGen/X86/fp-stack-retcopy.ll
test/CodeGen/X86/fp-stack-set-st1.ll
test/CodeGen/X86/fp-trunc.ll
test/CodeGen/X86/fp-une-cmp.ll
test/CodeGen/X86/fp128-cast.ll
test/CodeGen/X86/fp128-g.ll
test/CodeGen/X86/fp128-i128.ll
test/CodeGen/X86/fp128-select.ll
test/CodeGen/X86/fp2sint.ll
test/CodeGen/X86/fp_constant_op.ll
test/CodeGen/X86/fp_load_cast_fold.ll
test/CodeGen/X86/fp_load_fold.ll
test/CodeGen/X86/fpcmp-soft-fp.ll
test/CodeGen/X86/fpstack-debuginstr-kill.ll
test/CodeGen/X86/frame-lowering-debug-intrinsic-2.ll
test/CodeGen/X86/frameaddr.ll
test/CodeGen/X86/fsgsbase-schedule.ll [new file with mode: 0644]
test/CodeGen/X86/fsgsbase.ll
test/CodeGen/X86/fsxor-alignment.ll
test/CodeGen/X86/full-lsr.ll
test/CodeGen/X86/function-subtarget-features-2.ll
test/CodeGen/X86/function-subtarget-features.ll
test/CodeGen/X86/gather-addresses.ll
test/CodeGen/X86/getelementptr.ll
test/CodeGen/X86/gfni-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/ghc-cc.ll
test/CodeGen/X86/ghc-cc64.ll
test/CodeGen/X86/global-access-pie-copyrelocs.ll
test/CodeGen/X86/global-access-pie.ll
test/CodeGen/X86/gpr-to-mask.ll [new file with mode: 0644]
test/CodeGen/X86/greedy_regalloc_bad_eviction_sequence.ll [new file with mode: 0644]
test/CodeGen/X86/h-register-addressing-32.ll
test/CodeGen/X86/h-register-addressing-64.ll
test/CodeGen/X86/h-register-store.ll
test/CodeGen/X86/h-registers-0.ll
test/CodeGen/X86/h-registers-1.ll
test/CodeGen/X86/h-registers-2.ll
test/CodeGen/X86/haddsub-2.ll
test/CodeGen/X86/haddsub-shuf.ll [new file with mode: 0644]
test/CodeGen/X86/haddsub-undef.ll
test/CodeGen/X86/haddsub.ll
test/CodeGen/X86/half.ll
test/CodeGen/X86/handle-move.ll
test/CodeGen/X86/hoist-invariant-load.ll
test/CodeGen/X86/hoist-spill.ll
test/CodeGen/X86/horizontal-reduce-smax.ll [new file with mode: 0644]
test/CodeGen/X86/horizontal-reduce-smin.ll [new file with mode: 0644]
test/CodeGen/X86/horizontal-reduce-umax.ll [new file with mode: 0644]
test/CodeGen/X86/horizontal-reduce-umin.ll [new file with mode: 0644]
test/CodeGen/X86/horizontal-shuffle.ll
test/CodeGen/X86/i128-and-beyond.ll
test/CodeGen/X86/i128-immediate.ll
test/CodeGen/X86/i128-mul.ll
test/CodeGen/X86/i128-sdiv.ll
test/CodeGen/X86/i16lshr8pat.ll
test/CodeGen/X86/i256-add.ll
test/CodeGen/X86/i2k.ll
test/CodeGen/X86/i486-fence-loop.ll
test/CodeGen/X86/i64-mem-copy.ll
test/CodeGen/X86/i64-to-float.ll
test/CodeGen/X86/iabs.ll
test/CodeGen/X86/illegal-bitfield-loadstore.ll
test/CodeGen/X86/illegal-insert.ll
test/CodeGen/X86/illegal-vector-args-return.ll
test/CodeGen/X86/immediate_merging.ll
test/CodeGen/X86/immediate_merging64.ll
test/CodeGen/X86/implicit-null-check-negative.ll
test/CodeGen/X86/implicit-null-check.ll
test/CodeGen/X86/implicit-null-checks.mir
test/CodeGen/X86/implicit-use-spill.mir
test/CodeGen/X86/imul-lea-2.ll
test/CodeGen/X86/imul-lea.ll
test/CodeGen/X86/imul.ll
test/CodeGen/X86/inline-0bh.ll
test/CodeGen/X86/inline-asm-A-constraint.ll
test/CodeGen/X86/inline-asm-R-constraint.ll
test/CodeGen/X86/inline-asm-avx-v-constraint-32bit.ll
test/CodeGen/X86/inline-asm-avx-v-constraint.ll
test/CodeGen/X86/inline-asm-avx512f-v-constraint.ll
test/CodeGen/X86/inline-asm-avx512vl-v-constraint-32bit.ll
test/CodeGen/X86/inline-asm-avx512vl-v-constraint.ll
test/CodeGen/X86/inline-asm-bad-constraint-n.ll
test/CodeGen/X86/inline-asm-duplicated-constraint.ll
test/CodeGen/X86/inline-asm-error.ll
test/CodeGen/X86/inline-asm-flag-clobber.ll
test/CodeGen/X86/inline-asm-fpstack.ll
test/CodeGen/X86/inline-asm-modifier-n.ll
test/CodeGen/X86/inline-asm-modifier-q.ll
test/CodeGen/X86/inline-asm-mrv.ll
test/CodeGen/X86/inline-asm-q-regs.ll
test/CodeGen/X86/inline-asm-stack-realign.ll
test/CodeGen/X86/inline-asm-stack-realign3.ll
test/CodeGen/X86/inline-asm-tied.ll
test/CodeGen/X86/inline-asm-x-scalar.ll
test/CodeGen/X86/inline-asm.ll
test/CodeGen/X86/inline-sse.ll
test/CodeGen/X86/inlineasm-sched-bug.ll
test/CodeGen/X86/ins_split_regalloc.ll
test/CodeGen/X86/ins_subreg_coalesce-1.ll
test/CodeGen/X86/ins_subreg_coalesce-2.ll
test/CodeGen/X86/ins_subreg_coalesce-3.ll
test/CodeGen/X86/insert-into-constant-vector.ll [new file with mode: 0644]
test/CodeGen/X86/insert-positions.ll
test/CodeGen/X86/insertelement-copytoregs.ll
test/CodeGen/X86/insertelement-duplicates.ll
test/CodeGen/X86/insertelement-legalize.ll
test/CodeGen/X86/insertelement-ones.ll [new file with mode: 0644]
test/CodeGen/X86/insertelement-shuffle.ll [new file with mode: 0644]
test/CodeGen/X86/insertelement-zero.ll
test/CodeGen/X86/insertps-combine.ll
test/CodeGen/X86/insertps-from-constantpool.ll
test/CodeGen/X86/insertps-unfold-load-bug.ll
test/CodeGen/X86/int-intrinsic.ll
test/CodeGen/X86/invalid-liveness.mir
test/CodeGen/X86/invalid-shift-immediate.ll
test/CodeGen/X86/ipra-inline-asm.ll
test/CodeGen/X86/ipra-reg-alias.ll
test/CodeGen/X86/ipra-reg-usage.ll
test/CodeGen/X86/isel-optnone.ll
test/CodeGen/X86/isel-sink.ll
test/CodeGen/X86/isel-sink2.ll
test/CodeGen/X86/isnan.ll
test/CodeGen/X86/isnan2.ll
test/CodeGen/X86/ispositive.ll
test/CodeGen/X86/jump_sign.ll
test/CodeGen/X86/known-bits-vector.ll
test/CodeGen/X86/known-bits.ll
test/CodeGen/X86/known-signbits-vector.ll
test/CodeGen/X86/label-annotation.ll [new file with mode: 0644]
test/CodeGen/X86/lakemont.ll
test/CodeGen/X86/large-code-model-isel.ll
test/CodeGen/X86/large-gep-chain.ll
test/CodeGen/X86/large-gep-scale.ll
test/CodeGen/X86/lea-3.ll
test/CodeGen/X86/lea-opt-cse1.ll [new file with mode: 0644]
test/CodeGen/X86/lea-opt-cse2.ll [new file with mode: 0644]
test/CodeGen/X86/lea-opt-cse3.ll [new file with mode: 0644]
test/CodeGen/X86/lea-opt-cse4.ll [new file with mode: 0644]
test/CodeGen/X86/lea-opt-memop-check-1.ll
test/CodeGen/X86/lea-opt-with-debug.mir
test/CodeGen/X86/lea-recursion.ll
test/CodeGen/X86/lea32-schedule.ll [new file with mode: 0644]
test/CodeGen/X86/lea64-schedule.ll [new file with mode: 0644]
test/CodeGen/X86/leaFixup32.mir
test/CodeGen/X86/leaFixup64.mir
test/CodeGen/X86/legalize-fmp-oeq-vector-select.ll
test/CodeGen/X86/legalize-libcalls.ll
test/CodeGen/X86/legalize-shift-64.ll
test/CodeGen/X86/legalize-shl-vec.ll
test/CodeGen/X86/legalizedag_vec.ll
test/CodeGen/X86/libcall-sret.ll
test/CodeGen/X86/licm-nested.ll
test/CodeGen/X86/limited-prec.ll
test/CodeGen/X86/linux-preemption.ll [new file with mode: 0644]
test/CodeGen/X86/live-out-reg-info.ll
test/CodeGen/X86/live-range-nosubreg.ll
test/CodeGen/X86/liveness-local-regalloc.ll
test/CodeGen/X86/llc-override-mcpu-mattr.ll
test/CodeGen/X86/load-combine-dbg.ll [new file with mode: 0644]
test/CodeGen/X86/load-combine.ll
test/CodeGen/X86/logical-load-fold.ll
test/CodeGen/X86/long-setcc.ll
test/CodeGen/X86/longlong-deadload.ll
test/CodeGen/X86/loop-blocks.ll
test/CodeGen/X86/loop-search.ll
test/CodeGen/X86/loop-strength-reduce-2.ll
test/CodeGen/X86/loop-strength-reduce.ll
test/CodeGen/X86/loop-strength-reduce4.ll
test/CodeGen/X86/loop-strength-reduce5.ll
test/CodeGen/X86/loop-strength-reduce6.ll
test/CodeGen/X86/loop-strength-reduce7.ll
test/CodeGen/X86/lower-bitcast.ll
test/CodeGen/X86/lower-vec-shift-2.ll
test/CodeGen/X86/lower-vec-shift.ll
test/CodeGen/X86/lower-vec-shuffle-bug.ll
test/CodeGen/X86/lsr-delayed-fold.ll
test/CodeGen/X86/lsr-i386.ll
test/CodeGen/X86/lsr-interesting-step.ll
test/CodeGen/X86/lsr-negative-stride.ll
test/CodeGen/X86/lsr-nonaffine.ll
test/CodeGen/X86/lsr-normalization.ll
test/CodeGen/X86/lsr-quadratic-expand.ll
test/CodeGen/X86/lsr-redundant-addressing.ll
test/CodeGen/X86/lsr-reuse.ll
test/CodeGen/X86/lsr-sort.ll
test/CodeGen/X86/lsr-static-addr.ll
test/CodeGen/X86/lsr-wrap.ll
test/CodeGen/X86/lwp-intrinsics-x86_64.ll
test/CodeGen/X86/lwp-intrinsics.ll
test/CodeGen/X86/lwp-schedule.ll [new file with mode: 0644]
test/CodeGen/X86/lzcnt-schedule.ll
test/CodeGen/X86/lzcnt-zext-cmp.ll
test/CodeGen/X86/lzcnt.ll
test/CodeGen/X86/machine-combiner-int-vec.ll
test/CodeGen/X86/machine-combiner-int.ll
test/CodeGen/X86/machine-combiner.ll
test/CodeGen/X86/machine-copy-prop.mir
test/CodeGen/X86/machine-cp.ll
test/CodeGen/X86/machine-cse.ll
test/CodeGen/X86/machine-outliner-debuginfo.ll
test/CodeGen/X86/machine-outliner-tailcalls.ll
test/CodeGen/X86/machine-outliner.ll
test/CodeGen/X86/machine-region-info.mir
test/CodeGen/X86/machinesink-merge-debuginfo.ll [new file with mode: 0644]
test/CodeGen/X86/machinesink-null-debuginfo.ll [new file with mode: 0644]
test/CodeGen/X86/madd.ll
test/CodeGen/X86/mask-negated-bool.ll
test/CodeGen/X86/masked-iv-safe.ll
test/CodeGen/X86/masked-iv-unsafe.ll
test/CodeGen/X86/masked_gather_scatter.ll
test/CodeGen/X86/masked_memop.ll
test/CodeGen/X86/maskmovdqu.ll
test/CodeGen/X86/mature-mc-support.ll
test/CodeGen/X86/mbp-false-cfg-break.ll
test/CodeGen/X86/mem-promote-integers.ll
test/CodeGen/X86/membarrier.ll
test/CodeGen/X86/memcmp-minsize.ll
test/CodeGen/X86/memcmp-optsize.ll
test/CodeGen/X86/memcmp.ll
test/CodeGen/X86/memcpy-2.ll
test/CodeGen/X86/memset-2.ll
test/CodeGen/X86/memset-nonzero.ll
test/CodeGen/X86/memset.ll
test/CodeGen/X86/memset64-on-x86-32.ll
test/CodeGen/X86/merge-consecutive-loads-128.ll
test/CodeGen/X86/merge-consecutive-loads-256.ll
test/CodeGen/X86/merge-consecutive-loads-512.ll
test/CodeGen/X86/merge-consecutive-stores-i1.ll
test/CodeGen/X86/merge-consecutive-stores.ll
test/CodeGen/X86/merge-store-constants.ll [new file with mode: 0644]
test/CodeGen/X86/merge-store-partially-alias-loads.ll
test/CodeGen/X86/merge_store.ll
test/CodeGen/X86/merge_store_duplicated_loads.ll
test/CodeGen/X86/mfence.ll
test/CodeGen/X86/misched-code-difference-with-debug.ll
test/CodeGen/X86/misched-copy.ll
test/CodeGen/X86/misched-fusion.ll
test/CodeGen/X86/misched-matmul.ll
test/CodeGen/X86/misched-matrix.ll
test/CodeGen/X86/misched-new.ll
test/CodeGen/X86/mmx-arg-passing-x86-64.ll
test/CodeGen/X86/mmx-arg-passing.ll
test/CodeGen/X86/mmx-arith.ll
test/CodeGen/X86/mmx-bitcast.ll
test/CodeGen/X86/mmx-coalescing.ll
test/CodeGen/X86/mmx-copy-gprs.ll
test/CodeGen/X86/mmx-cvt.ll
test/CodeGen/X86/mmx-fold-load.ll
test/CodeGen/X86/mmx-intrinsics.ll
test/CodeGen/X86/mmx-only.ll
test/CodeGen/X86/mmx-schedule.ll [new file with mode: 0644]
test/CodeGen/X86/movbe-schedule.ll [new file with mode: 0644]
test/CodeGen/X86/movfs.ll
test/CodeGen/X86/movgs.ll
test/CodeGen/X86/movmsk.ll
test/CodeGen/X86/movpc32-check.ll
test/CodeGen/X86/movtopush.ll
test/CodeGen/X86/movtopush.mir [new file with mode: 0644]
test/CodeGen/X86/movtopush64.ll
test/CodeGen/X86/ms-inline-asm.ll
test/CodeGen/X86/mul-constant-i16.ll
test/CodeGen/X86/mul-constant-i32.ll
test/CodeGen/X86/mul-constant-i64.ll
test/CodeGen/X86/mul-constant-result.ll
test/CodeGen/X86/mul-i1024.ll
test/CodeGen/X86/mul-i256.ll
test/CodeGen/X86/mul-i512.ll
test/CodeGen/X86/mul-legalize.ll
test/CodeGen/X86/mul-remat.ll
test/CodeGen/X86/mul-shift-reassoc.ll
test/CodeGen/X86/mul128.ll
test/CodeGen/X86/mul128_sext_loop.ll
test/CodeGen/X86/mul64.ll
test/CodeGen/X86/mult-alt-generic-i686.ll
test/CodeGen/X86/mult-alt-generic-x86_64.ll
test/CodeGen/X86/mult-alt-x86.ll
test/CodeGen/X86/multiple-loop-post-inc.ll
test/CodeGen/X86/multiple-return-values-cross-block.ll
test/CodeGen/X86/mulvi32.ll [new file with mode: 0644]
test/CodeGen/X86/mulx32.ll
test/CodeGen/X86/mulx64.ll
test/CodeGen/X86/musttail-thiscall.ll
test/CodeGen/X86/musttail.ll
test/CodeGen/X86/mwaitx-schedule.ll [new file with mode: 0644]
test/CodeGen/X86/narrow-shl-cst.ll
test/CodeGen/X86/narrow-shl-load.ll
test/CodeGen/X86/narrow_op-1.ll
test/CodeGen/X86/neg-shl-add.ll
test/CodeGen/X86/neg_cmp.ll
test/CodeGen/X86/neg_fp.ll
test/CodeGen/X86/negate-add-zero.ll
test/CodeGen/X86/negate-i1.ll
test/CodeGen/X86/negate-shift.ll
test/CodeGen/X86/negate.ll
test/CodeGen/X86/negative-sin.ll
test/CodeGen/X86/negative-stride-fptosi-user.ll
test/CodeGen/X86/negative-subscript.ll
test/CodeGen/X86/negative_zero.ll
test/CodeGen/X86/no-cmov.ll
test/CodeGen/X86/no-plt.ll [new file with mode: 0644]
test/CodeGen/X86/no-sse2-avg.ll
test/CodeGen/X86/nobt.ll
test/CodeGen/X86/nocx16.ll
test/CodeGen/X86/non-value-mem-operand.mir
test/CodeGen/X86/nonconst-static-ev.ll
test/CodeGen/X86/nonconst-static-iv.ll
test/CodeGen/X86/nontemporal-2.ll
test/CodeGen/X86/nontemporal-loads.ll
test/CodeGen/X86/nontemporal.ll
test/CodeGen/X86/norex-subreg.ll
test/CodeGen/X86/nosse-error1.ll
test/CodeGen/X86/nosse-error2.ll
test/CodeGen/X86/nosse-varargs.ll
test/CodeGen/X86/nosse-vector.ll
test/CodeGen/X86/not-and-simplify.ll
test/CodeGen/X86/null-streamer.ll
test/CodeGen/X86/object-size.ll
test/CodeGen/X86/oddshuffles.ll
test/CodeGen/X86/opt-ext-uses.ll
test/CodeGen/X86/optimize-max-0.ll
test/CodeGen/X86/optimize-max-1.ll
test/CodeGen/X86/optimize-max-2.ll
test/CodeGen/X86/or-branch.ll
test/CodeGen/X86/or-lea.ll
test/CodeGen/X86/overflow-intrinsic-setcc-fold.ll [new file with mode: 0644]
test/CodeGen/X86/overflow.ll
test/CodeGen/X86/overlap-shift.ll
test/CodeGen/X86/packed_struct.ll
test/CodeGen/X86/packss.ll
test/CodeGen/X86/palignr.ll
test/CodeGen/X86/patchpoint-webkit_jscc.ll
test/CodeGen/X86/pause.ll
test/CodeGen/X86/peep-setb.ll
test/CodeGen/X86/peep-test-0.ll
test/CodeGen/X86/peep-test-1.ll
test/CodeGen/X86/peep-test-2.ll
test/CodeGen/X86/peep-test-3.ll
test/CodeGen/X86/peep-test-4.ll
test/CodeGen/X86/peephole-cvt-sse.ll
test/CodeGen/X86/peephole-multiple-folds.ll
test/CodeGen/X86/peephole-na-phys-copy-folding.ll
test/CodeGen/X86/peephole-recurrence.mir
test/CodeGen/X86/peephole.mir
test/CodeGen/X86/phaddsub.ll
test/CodeGen/X86/phi-bit-propagation.ll
test/CodeGen/X86/phi-immediate-factoring.ll
test/CodeGen/X86/phys-reg-local-regalloc.ll
test/CodeGen/X86/phys_subreg_coalesce-2.ll
test/CodeGen/X86/phys_subreg_coalesce-3.ll
test/CodeGen/X86/pku.ll
test/CodeGen/X86/pmovext.ll
test/CodeGen/X86/pmovsx-inreg.ll
test/CodeGen/X86/pmul.ll
test/CodeGen/X86/pointer-vector.ll
test/CodeGen/X86/pop-stack-cleanup-msvc.ll [new file with mode: 0644]
test/CodeGen/X86/popcnt-schedule.ll [new file with mode: 0644]
test/CodeGen/X86/popcnt.ll
test/CodeGen/X86/post-ra-sched-with-debug.mir
test/CodeGen/X86/post-ra-sched.ll
test/CodeGen/X86/postalloc-coalescing.ll
test/CodeGen/X86/powi.ll
test/CodeGen/X86/pr10068.ll
test/CodeGen/X86/pr10523.ll
test/CodeGen/X86/pr10524.ll
test/CodeGen/X86/pr10525.ll
test/CodeGen/X86/pr10526.ll
test/CodeGen/X86/pr11334.ll
test/CodeGen/X86/pr11468.ll
test/CodeGen/X86/pr11985.ll
test/CodeGen/X86/pr11998.ll
test/CodeGen/X86/pr12312.ll
test/CodeGen/X86/pr12889.ll
test/CodeGen/X86/pr13220.ll
test/CodeGen/X86/pr13577.ll
test/CodeGen/X86/pr14161.ll
test/CodeGen/X86/pr14204.ll
test/CodeGen/X86/pr14314.ll
test/CodeGen/X86/pr14562.ll
test/CodeGen/X86/pr15267.ll
test/CodeGen/X86/pr15309.ll
test/CodeGen/X86/pr15705.ll
test/CodeGen/X86/pr15981.ll
test/CodeGen/X86/pr16031.ll
test/CodeGen/X86/pr16360.ll
test/CodeGen/X86/pr17764.ll
test/CodeGen/X86/pr18014.ll
test/CodeGen/X86/pr18344.ll
test/CodeGen/X86/pr20011.ll [new file with mode: 0644]
test/CodeGen/X86/pr20012.ll [new file with mode: 0644]
test/CodeGen/X86/pr20088.ll
test/CodeGen/X86/pr21099.ll
test/CodeGen/X86/pr21792.ll
test/CodeGen/X86/pr22338.ll
test/CodeGen/X86/pr22774.ll
test/CodeGen/X86/pr22970.ll
test/CodeGen/X86/pr2326.ll
test/CodeGen/X86/pr23273.ll
test/CodeGen/X86/pr23603.ll
test/CodeGen/X86/pr24602.ll
test/CodeGen/X86/pr2585.ll
test/CodeGen/X86/pr26350.ll
test/CodeGen/X86/pr2656.ll
test/CodeGen/X86/pr2659.ll
test/CodeGen/X86/pr26652.ll
test/CodeGen/X86/pr26870.ll
test/CodeGen/X86/pr27591.ll
test/CodeGen/X86/pr27681.mir
test/CodeGen/X86/pr28129.ll
test/CodeGen/X86/pr28173.ll
test/CodeGen/X86/pr28472.ll
test/CodeGen/X86/pr28560.ll
test/CodeGen/X86/pr29061.ll [new file with mode: 0644]
test/CodeGen/X86/pr29112.ll
test/CodeGen/X86/pr29170.ll
test/CodeGen/X86/pr2982.ll
test/CodeGen/X86/pr30284.ll
test/CodeGen/X86/pr30430.ll
test/CodeGen/X86/pr30511.ll
test/CodeGen/X86/pr31045.ll [new file with mode: 0644]
test/CodeGen/X86/pr31088.ll
test/CodeGen/X86/pr31323.ll
test/CodeGen/X86/pr31773.ll
test/CodeGen/X86/pr31956.ll
test/CodeGen/X86/pr32108.ll
test/CodeGen/X86/pr3216.ll
test/CodeGen/X86/pr32241.ll
test/CodeGen/X86/pr32256.ll
test/CodeGen/X86/pr32282.ll
test/CodeGen/X86/pr32284.ll
test/CodeGen/X86/pr32329.ll
test/CodeGen/X86/pr32340.ll
test/CodeGen/X86/pr32345.ll
test/CodeGen/X86/pr32368.ll
test/CodeGen/X86/pr3241.ll
test/CodeGen/X86/pr32420.ll
test/CodeGen/X86/pr3243.ll
test/CodeGen/X86/pr3244.ll
test/CodeGen/X86/pr32451.ll
test/CodeGen/X86/pr32484.ll
test/CodeGen/X86/pr3250.ll
test/CodeGen/X86/pr32659.ll
test/CodeGen/X86/pr32907.ll
test/CodeGen/X86/pr3317.ll
test/CodeGen/X86/pr33290.ll [new file with mode: 0644]
test/CodeGen/X86/pr33349.ll
test/CodeGen/X86/pr3366.ll
test/CodeGen/X86/pr33828.ll
test/CodeGen/X86/pr33844.ll
test/CodeGen/X86/pr33954.ll [new file with mode: 0644]
test/CodeGen/X86/pr33960.ll
test/CodeGen/X86/pr34080.ll [new file with mode: 0644]
test/CodeGen/X86/pr34088.ll
test/CodeGen/X86/pr34137.ll
test/CodeGen/X86/pr34139.ll
test/CodeGen/X86/pr34149.ll [new file with mode: 0644]
test/CodeGen/X86/pr34177.ll
test/CodeGen/X86/pr34271-1.ll
test/CodeGen/X86/pr34271.ll
test/CodeGen/X86/pr34381.ll [new file with mode: 0644]
test/CodeGen/X86/pr34397.ll [new file with mode: 0644]
test/CodeGen/X86/pr34421.ll [new file with mode: 0644]
test/CodeGen/X86/pr34605.ll
test/CodeGen/X86/pr34629.ll [new file with mode: 0644]
test/CodeGen/X86/pr34634.ll [new file with mode: 0644]
test/CodeGen/X86/pr34653.ll [new file with mode: 0644]
test/CodeGen/X86/pr34657.ll [new file with mode: 0644]
test/CodeGen/X86/pr34855.ll [new file with mode: 0644]
test/CodeGen/X86/pr3522.ll
test/CodeGen/X86/pr35272.ll [new file with mode: 0644]
test/CodeGen/X86/pr35399.ll [new file with mode: 0644]
test/CodeGen/X86/pr35443.ll [new file with mode: 0644]
test/CodeGen/X86/pr35636.ll [new file with mode: 0644]
test/CodeGen/X86/pr5145.ll
test/CodeGen/X86/pr7882.ll
test/CodeGen/X86/pr9743.ll
test/CodeGen/X86/pre-coalesce.mir
test/CodeGen/X86/prefetch.ll
test/CodeGen/X86/prolog-push-seq.ll
test/CodeGen/X86/prologue-epilogue-remarks.mir [new file with mode: 0644]
test/CodeGen/X86/promote-trunc.ll
test/CodeGen/X86/promote-vec3.ll
test/CodeGen/X86/promote.ll
test/CodeGen/X86/pseudo_cmov_lower2.ll
test/CodeGen/X86/pshufb-mask-comments.ll
test/CodeGen/X86/pshufd-combine-crash.ll
test/CodeGen/X86/psubus.ll
test/CodeGen/X86/push-cfi.ll
test/CodeGen/X86/rd-mod-wr-eflags.ll
test/CodeGen/X86/rdpmc.ll
test/CodeGen/X86/rdrand-schedule.ll [new file with mode: 0644]
test/CodeGen/X86/rdrand-x86_64.ll
test/CodeGen/X86/rdrand.ll
test/CodeGen/X86/rdseed-schedule.ll [new file with mode: 0644]
test/CodeGen/X86/rdseed-x86_64.ll
test/CodeGen/X86/rdseed.ll
test/CodeGen/X86/rdtsc.ll
test/CodeGen/X86/recip-fastmath.ll
test/CodeGen/X86/recip-fastmath2.ll
test/CodeGen/X86/recip-pic.ll
test/CodeGen/X86/reduce-trunc-shl.ll
test/CodeGen/X86/regpressure.ll
test/CodeGen/X86/rem.ll
test/CodeGen/X86/rem_crash.ll
test/CodeGen/X86/remat-phys-dead.ll
test/CodeGen/X86/replace-load-and-with-bzhi.ll [new file with mode: 0644]
test/CodeGen/X86/ret-addr.ll
test/CodeGen/X86/ret-i64-0.ll
test/CodeGen/X86/ret-mmx.ll
test/CodeGen/X86/rip-rel-address.ll
test/CodeGen/X86/rot16.ll
test/CodeGen/X86/rot32.ll
test/CodeGen/X86/rot64.ll
test/CodeGen/X86/rotate.ll
test/CodeGen/X86/rotate2.ll
test/CodeGen/X86/rotate4.ll
test/CodeGen/X86/rotate_vec.ll
test/CodeGen/X86/rounding-ops.ll
test/CodeGen/X86/rrlist-livereg-corrutpion.ll
test/CodeGen/X86/rtm-schedule.ll [new file with mode: 0644]
test/CodeGen/X86/rtm.ll
test/CodeGen/X86/sad.ll
test/CodeGen/X86/sad_variations.ll
test/CodeGen/X86/sandybridge-loads.ll
test/CodeGen/X86/sar_fold.ll
test/CodeGen/X86/sar_fold64.ll
test/CodeGen/X86/sbb.ll
test/CodeGen/X86/scalar-extract.ll
test/CodeGen/X86/scalar-int-to-fp.ll
test/CodeGen/X86/scalar_sse_minmax.ll
test/CodeGen/X86/scalar_widen_div.ll
test/CodeGen/X86/scalarize-bitcast.ll
test/CodeGen/X86/scatter-schedule.ll [new file with mode: 0644]
test/CodeGen/X86/schedule-x86_32.ll [new file with mode: 0644]
test/CodeGen/X86/schedule-x86_64.ll [new file with mode: 0644]
test/CodeGen/X86/scheduler-backtracking.ll
test/CodeGen/X86/sdiv-exact.ll
test/CodeGen/X86/sdiv-pow2.ll
test/CodeGen/X86/segmented-stacks.ll
test/CodeGen/X86/select-mmx.ll
test/CodeGen/X86/select-with-and-or.ll
test/CodeGen/X86/select.ll
test/CodeGen/X86/select_const.ll
test/CodeGen/X86/setcc-combine.ll
test/CodeGen/X86/setcc-logic.ll
test/CodeGen/X86/setcc-lowering.ll
test/CodeGen/X86/setcc-narrowing.ll
test/CodeGen/X86/setcc-wide-types.ll
test/CodeGen/X86/setcc.ll
test/CodeGen/X86/setoeq.ll
test/CodeGen/X86/setuge.ll
test/CodeGen/X86/sext-i1.ll
test/CodeGen/X86/sext-load.ll
test/CodeGen/X86/sext-setcc-self.ll
test/CodeGen/X86/sext-subreg.ll
test/CodeGen/X86/sha-schedule.ll [new file with mode: 0644]
test/CodeGen/X86/sha.ll
test/CodeGen/X86/shift-and.ll
test/CodeGen/X86/shift-bmi2.ll
test/CodeGen/X86/shift-coalesce.ll
test/CodeGen/X86/shift-codegen.ll
test/CodeGen/X86/shift-combine.ll
test/CodeGen/X86/shift-double-x86_64.ll
test/CodeGen/X86/shift-double.ll
test/CodeGen/X86/shift-folding.ll
test/CodeGen/X86/shift-i128.ll
test/CodeGen/X86/shift-i256.ll
test/CodeGen/X86/shift-one.ll
test/CodeGen/X86/shift-pair.ll
test/CodeGen/X86/shift-parts.ll
test/CodeGen/X86/shift-pcmp.ll
test/CodeGen/X86/shl-anyext.ll
test/CodeGen/X86/shl-crash-on-legalize.ll
test/CodeGen/X86/shl-i64.ll
test/CodeGen/X86/shl_elim.ll
test/CodeGen/X86/shrink-compare.ll
test/CodeGen/X86/shrink-fp-const1.ll
test/CodeGen/X86/shrink-fp-const2.ll
test/CodeGen/X86/shrink_vmul.ll
test/CodeGen/X86/shrink_vmul_sse.ll
test/CodeGen/X86/shuffle-combine-crash-2.ll
test/CodeGen/X86/shuffle-of-insert.ll [new file with mode: 0644]
test/CodeGen/X86/shuffle-of-splat-multiuses.ll
test/CodeGen/X86/shuffle-strided-with-offset-128.ll [new file with mode: 0644]
test/CodeGen/X86/shuffle-strided-with-offset-256.ll [new file with mode: 0644]
test/CodeGen/X86/shuffle-strided-with-offset-512.ll [new file with mode: 0644]
test/CodeGen/X86/shuffle-vs-trunc-128.ll
test/CodeGen/X86/shuffle-vs-trunc-256.ll
test/CodeGen/X86/shuffle-vs-trunc-512.ll
test/CodeGen/X86/sincos-opt.ll
test/CodeGen/X86/sincos.ll
test/CodeGen/X86/sink-blockfreq.ll
test/CodeGen/X86/sink-hoist.ll
test/CodeGen/X86/sink-out-of-loop.ll
test/CodeGen/X86/sjlj-eh.ll
test/CodeGen/X86/slow-incdec.ll
test/CodeGen/X86/slow-pmulld.ll
test/CodeGen/X86/slow-unaligned-mem.ll
test/CodeGen/X86/smul-with-overflow.ll
test/CodeGen/X86/soft-fp-legal-in-HW-reg.ll
test/CodeGen/X86/soft-fp.ll
test/CodeGen/X86/splat-for-size.ll
test/CodeGen/X86/split-extend-vector-inreg.ll
test/CodeGen/X86/split-store.ll
test/CodeGen/X86/split-vector-bitcast.ll
test/CodeGen/X86/split-vector-rem.ll
test/CodeGen/X86/sqrt-fastmath-mir.ll
test/CodeGen/X86/sqrt-fastmath-tune.ll
test/CodeGen/X86/sqrt-fastmath.ll
test/CodeGen/X86/sqrt-partial.ll [new file with mode: 0644]
test/CodeGen/X86/sse-align-1.ll
test/CodeGen/X86/sse-align-10.ll
test/CodeGen/X86/sse-align-11.ll
test/CodeGen/X86/sse-align-12.ll
test/CodeGen/X86/sse-align-2.ll
test/CodeGen/X86/sse-align-4.ll
test/CodeGen/X86/sse-align-5.ll
test/CodeGen/X86/sse-align-6.ll
test/CodeGen/X86/sse-align-8.ll
test/CodeGen/X86/sse-align-9.ll
test/CodeGen/X86/sse-fcopysign.ll
test/CodeGen/X86/sse-fsignum.ll
test/CodeGen/X86/sse-intrinsics-fast-isel-x86_64.ll
test/CodeGen/X86/sse-intrinsics-fast-isel.ll
test/CodeGen/X86/sse-intrinsics-x86-upgrade.ll
test/CodeGen/X86/sse-intrinsics-x86.ll
test/CodeGen/X86/sse-intrinsics-x86_64.ll
test/CodeGen/X86/sse-load-ret.ll
test/CodeGen/X86/sse-minmax.ll
test/CodeGen/X86/sse-only.ll
test/CodeGen/X86/sse-regcall.ll
test/CodeGen/X86/sse-scalar-fp-arith-unary.ll
test/CodeGen/X86/sse-scalar-fp-arith.ll
test/CodeGen/X86/sse-schedule.ll
test/CodeGen/X86/sse-unaligned-mem-feature.ll
test/CodeGen/X86/sse-varargs.ll
test/CodeGen/X86/sse1.ll
test/CodeGen/X86/sse2-intrinsics-fast-isel-x86_64.ll
test/CodeGen/X86/sse2-intrinsics-fast-isel.ll
test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll
test/CodeGen/X86/sse2-intrinsics-x86.ll
test/CodeGen/X86/sse2-intrinsics-x86_64.ll
test/CodeGen/X86/sse2-schedule.ll
test/CodeGen/X86/sse2-vector-shifts.ll
test/CodeGen/X86/sse2.ll
test/CodeGen/X86/sse3-avx-addsub-2.ll
test/CodeGen/X86/sse3-avx-addsub.ll
test/CodeGen/X86/sse3-intrinsics-fast-isel.ll
test/CodeGen/X86/sse3-intrinsics-x86.ll
test/CodeGen/X86/sse3-schedule.ll
test/CodeGen/X86/sse3.ll
test/CodeGen/X86/sse41-intrinsics-fast-isel.ll
test/CodeGen/X86/sse41-intrinsics-x86-upgrade.ll
test/CodeGen/X86/sse41-intrinsics-x86.ll
test/CodeGen/X86/sse41-pmovxrm.ll
test/CodeGen/X86/sse41-schedule.ll
test/CodeGen/X86/sse41.ll
test/CodeGen/X86/sse42-intrinsics-fast-isel-x86_64.ll
test/CodeGen/X86/sse42-intrinsics-fast-isel.ll
test/CodeGen/X86/sse42-intrinsics-x86.ll
test/CodeGen/X86/sse42-intrinsics-x86_64.ll
test/CodeGen/X86/sse42-schedule.ll
test/CodeGen/X86/sse4a-intrinsics-fast-isel.ll
test/CodeGen/X86/sse4a-schedule.ll
test/CodeGen/X86/sse4a-upgrade.ll
test/CodeGen/X86/sse4a.ll
test/CodeGen/X86/sse_partial_update.ll
test/CodeGen/X86/ssse3-intrinsics-fast-isel.ll
test/CodeGen/X86/ssse3-intrinsics-x86.ll
test/CodeGen/X86/ssse3-schedule.ll
test/CodeGen/X86/stack-folding-bmi.ll
test/CodeGen/X86/stack-folding-fp-avx512.ll
test/CodeGen/X86/stack-folding-fp-avx512vl.ll
test/CodeGen/X86/stack-folding-int-avx1.ll
test/CodeGen/X86/stack-folding-int-avx2.ll
test/CodeGen/X86/stack-folding-int-avx512.ll
test/CodeGen/X86/stack-folding-int-avx512vl.ll
test/CodeGen/X86/stack-folding-int-sse42.ll
test/CodeGen/X86/stack-folding-lwp.ll
test/CodeGen/X86/stack-folding-tbm.ll
test/CodeGen/X86/stack-protector-msvc.ll
test/CodeGen/X86/stack-protector-vreg-to-vreg-copy.ll
test/CodeGen/X86/stack-protector-weight.ll
test/CodeGen/X86/stack-size-section.ll [new file with mode: 0644]
test/CodeGen/X86/stackmap-fast-isel.ll
test/CodeGen/X86/stackmap-liveness.ll
test/CodeGen/X86/statepoint-allocas.ll
test/CodeGen/X86/statepoint-live-in.ll
test/CodeGen/X86/stdarg.ll
test/CodeGen/X86/store-empty-member.ll
test/CodeGen/X86/store-fp-constant.ll
test/CodeGen/X86/store-global-address.ll
test/CodeGen/X86/store-narrow.ll
test/CodeGen/X86/stores-merging.ll
test/CodeGen/X86/storetrunc-fp.ll
test/CodeGen/X86/stride-nine-with-base-reg.ll
test/CodeGen/X86/stride-reuse.ll
test/CodeGen/X86/sub.ll
test/CodeGen/X86/subcarry.ll
test/CodeGen/X86/subreg-to-reg-0.ll
test/CodeGen/X86/subreg-to-reg-1.ll
test/CodeGen/X86/subreg-to-reg-3.ll
test/CodeGen/X86/subreg-to-reg-4.ll
test/CodeGen/X86/subreg-to-reg-6.ll
test/CodeGen/X86/subvector-broadcast.ll
test/CodeGen/X86/swift-error.ll [new file with mode: 0644]
test/CodeGen/X86/swiftcc.ll [new file with mode: 0644]
test/CodeGen/X86/switch-bt.ll
test/CodeGen/X86/switch-crit-edge-constant.ll
test/CodeGen/X86/switch-default-only.ll
test/CodeGen/X86/switch-edge-weight.ll
test/CodeGen/X86/switch-jump-table.ll
test/CodeGen/X86/switch-lower-peel-top-case.ll [new file with mode: 0644]
test/CodeGen/X86/switch-or.ll
test/CodeGen/X86/switch-zextload.ll
test/CodeGen/X86/switch.ll
test/CodeGen/X86/swizzle-2.ll
test/CodeGen/X86/swizzle-avx2.ll
test/CodeGen/X86/system-intrinsics-xgetbv.ll
test/CodeGen/X86/tail-call-conditional.mir
test/CodeGen/X86/tail-call-legality.ll
test/CodeGen/X86/tail-dup-debugloc.ll
test/CodeGen/X86/tail-dup-repeat.ll
test/CodeGen/X86/tail-merge-after-mbp.mir
test/CodeGen/X86/tail-merge-debugloc.ll
test/CodeGen/X86/tail-opts.ll
test/CodeGen/X86/tailcall-64.ll
test/CodeGen/X86/tailcall-calleesave.ll
test/CodeGen/X86/tailcall-mem-intrinsics.ll
test/CodeGen/X86/tailcall-returndup-void.ll
test/CodeGen/X86/tailcall.ll
test/CodeGen/X86/tailcallfp.ll
test/CodeGen/X86/tailcallfp2.ll
test/CodeGen/X86/tbm-intrinsics-fast-isel-x86_64.ll
test/CodeGen/X86/tbm-intrinsics-fast-isel.ll
test/CodeGen/X86/tbm-intrinsics-x86_64.ll
test/CodeGen/X86/tbm-schedule.ll [new file with mode: 0644]
test/CodeGen/X86/tbm_patterns.ll
test/CodeGen/X86/test-nofold.ll
test/CodeGen/X86/test-shrink-bug.ll
test/CodeGen/X86/test-shrink.ll
test/CodeGen/X86/testb-je-fusion.ll
test/CodeGen/X86/testl-commute.ll
test/CodeGen/X86/tls-android-negative.ll
test/CodeGen/X86/tls-android.ll
test/CodeGen/X86/tls-local-dynamic.ll
test/CodeGen/X86/tls-models.ll
test/CodeGen/X86/tls-pic.ll
test/CodeGen/X86/tls-pie.ll
test/CodeGen/X86/tls-shrink-wrapping.ll
test/CodeGen/X86/tls.ll
test/CodeGen/X86/token_landingpad.ll
test/CodeGen/X86/trunc-ext-ld-st.ll
test/CodeGen/X86/trunc-store.ll
test/CodeGen/X86/trunc-to-bool.ll
test/CodeGen/X86/twoaddr-coalesce-2.ll
test/CodeGen/X86/twoaddr-coalesce-3.ll
test/CodeGen/X86/twoaddr-coalesce.ll
test/CodeGen/X86/twoaddr-pass-sink.ll
test/CodeGen/X86/uint64-to-float.ll
test/CodeGen/X86/uint_to_fp-2.ll
test/CodeGen/X86/uint_to_fp-3.ll
test/CodeGen/X86/uint_to_fp.ll
test/CodeGen/X86/umul-with-carry.ll
test/CodeGen/X86/umul-with-overflow.ll
test/CodeGen/X86/unaligned-32-byte-memops.ll
test/CodeGen/X86/update-terminator-debugloc.ll
test/CodeGen/X86/update-terminator.mir
test/CodeGen/X86/urem-i8-constant.ll
test/CodeGen/X86/urem-power-of-two.ll
test/CodeGen/X86/use-add-flags.ll
test/CodeGen/X86/utf8.ll
test/CodeGen/X86/v2f32.ll
test/CodeGen/X86/v4f32-immediate.ll
test/CodeGen/X86/v4i32load-crash.ll
test/CodeGen/X86/v8i1-masks.ll
test/CodeGen/X86/vaargs.ll
test/CodeGen/X86/vaes-intrinsics-avx-x86.ll [new file with mode: 0644]
test/CodeGen/X86/vaes-intrinsics-avx512-x86.ll [new file with mode: 0644]
test/CodeGen/X86/vaes-intrinsics-avx512vl-x86.ll [new file with mode: 0644]
test/CodeGen/X86/var-permute-128.ll [new file with mode: 0644]
test/CodeGen/X86/var-permute-256.ll [new file with mode: 0644]
test/CodeGen/X86/var-permute-512.ll [new file with mode: 0644]
test/CodeGen/X86/variable-sized-darwin-bzero.ll
test/CodeGen/X86/vec-copysign-avx512.ll
test/CodeGen/X86/vec-copysign.ll
test/CodeGen/X86/vec-trunc-store.ll
test/CodeGen/X86/vec3.ll
test/CodeGen/X86/vec_add.ll
test/CodeGen/X86/vec_anyext.ll
test/CodeGen/X86/vec_call.ll
test/CodeGen/X86/vec_cast2.ll
test/CodeGen/X86/vec_cmp_sint-128.ll
test/CodeGen/X86/vec_cmp_uint-128.ll
test/CodeGen/X86/vec_compare-sse4.ll
test/CodeGen/X86/vec_compare.ll
test/CodeGen/X86/vec_ctbits.ll
test/CodeGen/X86/vec_ext_inreg.ll
test/CodeGen/X86/vec_extract-avx.ll
test/CodeGen/X86/vec_extract-mmx.ll
test/CodeGen/X86/vec_extract-sse4.ll
test/CodeGen/X86/vec_extract.ll
test/CodeGen/X86/vec_fabs.ll
test/CodeGen/X86/vec_floor.ll
test/CodeGen/X86/vec_fneg.ll
test/CodeGen/X86/vec_fp_to_int.ll
test/CodeGen/X86/vec_fpext.ll
test/CodeGen/X86/vec_fptrunc.ll
test/CodeGen/X86/vec_i64.ll
test/CodeGen/X86/vec_ins_extract-1.ll
test/CodeGen/X86/vec_ins_extract.ll
test/CodeGen/X86/vec_insert-2.ll
test/CodeGen/X86/vec_insert-3.ll
test/CodeGen/X86/vec_insert-4.ll
test/CodeGen/X86/vec_insert-5.ll
test/CodeGen/X86/vec_insert-7.ll
test/CodeGen/X86/vec_insert-8.ll
test/CodeGen/X86/vec_insert-9.ll
test/CodeGen/X86/vec_insert-mmx.ll
test/CodeGen/X86/vec_int_to_fp.ll
test/CodeGen/X86/vec_loadsingles.ll
test/CodeGen/X86/vec_logical.ll
test/CodeGen/X86/vec_minmax_match.ll
test/CodeGen/X86/vec_minmax_sint.ll
test/CodeGen/X86/vec_minmax_uint.ll
test/CodeGen/X86/vec_partial.ll
test/CodeGen/X86/vec_reassociate.ll
test/CodeGen/X86/vec_return.ll
test/CodeGen/X86/vec_sdiv_to_shift.ll
test/CodeGen/X86/vec_set-2.ll
test/CodeGen/X86/vec_set-3.ll
test/CodeGen/X86/vec_set-4.ll
test/CodeGen/X86/vec_set-6.ll
test/CodeGen/X86/vec_set-7.ll
test/CodeGen/X86/vec_set-8.ll
test/CodeGen/X86/vec_set-A.ll
test/CodeGen/X86/vec_set-B.ll
test/CodeGen/X86/vec_set-C.ll
test/CodeGen/X86/vec_set-D.ll
test/CodeGen/X86/vec_set-F.ll
test/CodeGen/X86/vec_set-H.ll
test/CodeGen/X86/vec_set.ll
test/CodeGen/X86/vec_setcc.ll
test/CodeGen/X86/vec_shift.ll
test/CodeGen/X86/vec_shift2.ll
test/CodeGen/X86/vec_shift3.ll
test/CodeGen/X86/vec_shift4.ll
test/CodeGen/X86/vec_shift5.ll
test/CodeGen/X86/vec_shift6.ll
test/CodeGen/X86/vec_shift7.ll
test/CodeGen/X86/vec_split.ll
test/CodeGen/X86/vec_ss_load_fold.ll
test/CodeGen/X86/vec_trunc_sext.ll
test/CodeGen/X86/vec_uint_to_fp-fastmath.ll
test/CodeGen/X86/vec_unsafe-fp-math.ll
test/CodeGen/X86/vec_zero-2.ll
test/CodeGen/X86/vec_zero.ll
test/CodeGen/X86/vec_zero_cse.ll
test/CodeGen/X86/vector-bitreverse.ll
test/CodeGen/X86/vector-blend.ll
test/CodeGen/X86/vector-compare-all_of.ll
test/CodeGen/X86/vector-compare-any_of.ll
test/CodeGen/X86/vector-compare-combines.ll
test/CodeGen/X86/vector-compare-results.ll
test/CodeGen/X86/vector-extend-inreg.ll
test/CodeGen/X86/vector-half-conversions.ll
test/CodeGen/X86/vector-idiv-sdiv-128.ll
test/CodeGen/X86/vector-idiv-sdiv-256.ll
test/CodeGen/X86/vector-idiv-sdiv-512.ll
test/CodeGen/X86/vector-idiv-udiv-128.ll
test/CodeGen/X86/vector-idiv-udiv-256.ll
test/CodeGen/X86/vector-idiv-udiv-512.ll
test/CodeGen/X86/vector-idiv.ll
test/CodeGen/X86/vector-interleave.ll
test/CodeGen/X86/vector-intrinsics.ll
test/CodeGen/X86/vector-lzcnt-128.ll
test/CodeGen/X86/vector-lzcnt-256.ll
test/CodeGen/X86/vector-lzcnt-512.ll
test/CodeGen/X86/vector-merge-store-fp-constants.ll
test/CodeGen/X86/vector-mul.ll [new file with mode: 0644]
test/CodeGen/X86/vector-narrow-binop.ll
test/CodeGen/X86/vector-pcmp.ll
test/CodeGen/X86/vector-popcnt-128.ll
test/CodeGen/X86/vector-popcnt-256.ll
test/CodeGen/X86/vector-popcnt-512.ll
test/CodeGen/X86/vector-rem.ll
test/CodeGen/X86/vector-rotate-128.ll
test/CodeGen/X86/vector-rotate-256.ll
test/CodeGen/X86/vector-rotate-512.ll
test/CodeGen/X86/vector-sext.ll
test/CodeGen/X86/vector-shift-ashr-128.ll
test/CodeGen/X86/vector-shift-ashr-256.ll
test/CodeGen/X86/vector-shift-ashr-512.ll
test/CodeGen/X86/vector-shift-lshr-128.ll
test/CodeGen/X86/vector-shift-lshr-256.ll
test/CodeGen/X86/vector-shift-lshr-512.ll
test/CodeGen/X86/vector-shift-shl-128.ll
test/CodeGen/X86/vector-shift-shl-256.ll
test/CodeGen/X86/vector-shift-shl-512.ll
test/CodeGen/X86/vector-shuffle-128-v16.ll
test/CodeGen/X86/vector-shuffle-128-v2.ll
test/CodeGen/X86/vector-shuffle-128-v4.ll
test/CodeGen/X86/vector-shuffle-128-v8.ll
test/CodeGen/X86/vector-shuffle-256-v16.ll
test/CodeGen/X86/vector-shuffle-256-v32.ll
test/CodeGen/X86/vector-shuffle-256-v4.ll
test/CodeGen/X86/vector-shuffle-256-v8.ll
test/CodeGen/X86/vector-shuffle-512-v16.ll
test/CodeGen/X86/vector-shuffle-512-v32.ll
test/CodeGen/X86/vector-shuffle-512-v64.ll
test/CodeGen/X86/vector-shuffle-512-v8.ll
test/CodeGen/X86/vector-shuffle-avx512.ll
test/CodeGen/X86/vector-shuffle-combining-avx.ll
test/CodeGen/X86/vector-shuffle-combining-avx2.ll
test/CodeGen/X86/vector-shuffle-combining-avx512bw.ll
test/CodeGen/X86/vector-shuffle-combining-avx512bwvl.ll
test/CodeGen/X86/vector-shuffle-combining-avx512vbmi.ll
test/CodeGen/X86/vector-shuffle-combining-sse41.ll
test/CodeGen/X86/vector-shuffle-combining-sse4a.ll
test/CodeGen/X86/vector-shuffle-combining-ssse3.ll
test/CodeGen/X86/vector-shuffle-combining-xop.ll
test/CodeGen/X86/vector-shuffle-combining.ll
test/CodeGen/X86/vector-shuffle-masked.ll
test/CodeGen/X86/vector-shuffle-mmx.ll
test/CodeGen/X86/vector-shuffle-sse1.ll
test/CodeGen/X86/vector-shuffle-sse41.ll
test/CodeGen/X86/vector-shuffle-sse4a.ll
test/CodeGen/X86/vector-shuffle-v1.ll
test/CodeGen/X86/vector-shuffle-v48.ll
test/CodeGen/X86/vector-shuffle-variable-128.ll
test/CodeGen/X86/vector-shuffle-variable-256.ll
test/CodeGen/X86/vector-sqrt.ll
test/CodeGen/X86/vector-trunc-math.ll
test/CodeGen/X86/vector-trunc.ll
test/CodeGen/X86/vector-truncate-combine.ll
test/CodeGen/X86/vector-tzcnt-128.ll
test/CodeGen/X86/vector-tzcnt-256.ll
test/CodeGen/X86/vector-tzcnt-512.ll
test/CodeGen/X86/vector-unsigned-cmp.ll
test/CodeGen/X86/vector-variable-idx.ll
test/CodeGen/X86/vector-variable-idx2.ll
test/CodeGen/X86/vector-zext.ll
test/CodeGen/X86/vector-zmov.ll
test/CodeGen/X86/vector.ll
test/CodeGen/X86/verifier-phi-fail0.mir [new file with mode: 0644]
test/CodeGen/X86/verifier-phi.mir [new file with mode: 0644]
test/CodeGen/X86/vfcmp.ll
test/CodeGen/X86/viabs.ll
test/CodeGen/X86/vmovq.ll
test/CodeGen/X86/volatile.ll
test/CodeGen/X86/vortex-bug.ll
test/CodeGen/X86/vpshufbitqbm-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/vselect-2.ll
test/CodeGen/X86/vselect-avx.ll
test/CodeGen/X86/vselect-constants.ll [new file with mode: 0644]
test/CodeGen/X86/vselect-minmax.ll
test/CodeGen/X86/vselect-packss.ll [new file with mode: 0644]
test/CodeGen/X86/vselect-pcmp.ll
test/CodeGen/X86/vselect-zero.ll [new file with mode: 0644]
test/CodeGen/X86/vselect.ll
test/CodeGen/X86/vshift-1.ll
test/CodeGen/X86/vshift-2.ll
test/CodeGen/X86/vshift-3.ll
test/CodeGen/X86/vshift-4.ll
test/CodeGen/X86/vshift-5.ll
test/CodeGen/X86/vshift-6.ll
test/CodeGen/X86/vshift_split.ll
test/CodeGen/X86/vshift_split2.ll
test/CodeGen/X86/vsplit-and.ll
test/CodeGen/X86/vzero-excess.ll
test/CodeGen/X86/weak-undef.ll [new file with mode: 0644]
test/CodeGen/X86/weak.ll
test/CodeGen/X86/wide-fma-contraction.ll
test/CodeGen/X86/wide-integer-cmp.ll
test/CodeGen/X86/wide-integer-fold.ll
test/CodeGen/X86/widen_arith-1.ll
test/CodeGen/X86/widen_arith-2.ll
test/CodeGen/X86/widen_arith-3.ll
test/CodeGen/X86/widen_arith-4.ll
test/CodeGen/X86/widen_arith-5.ll
test/CodeGen/X86/widen_arith-6.ll
test/CodeGen/X86/widen_bitops-0.ll
test/CodeGen/X86/widen_bitops-1.ll
test/CodeGen/X86/widen_cast-1.ll
test/CodeGen/X86/widen_cast-2.ll
test/CodeGen/X86/widen_cast-3.ll
test/CodeGen/X86/widen_cast-4.ll
test/CodeGen/X86/widen_cast-5.ll
test/CodeGen/X86/widen_cast-6.ll
test/CodeGen/X86/widen_compare-1.ll
test/CodeGen/X86/widen_conv-1.ll
test/CodeGen/X86/widen_conv-2.ll
test/CodeGen/X86/widen_conv-3.ll
test/CodeGen/X86/widen_conv-4.ll
test/CodeGen/X86/widen_conversions.ll
test/CodeGen/X86/widen_extract-1.ll
test/CodeGen/X86/widen_load-0.ll
test/CodeGen/X86/widen_load-1.ll
test/CodeGen/X86/widen_load-2.ll
test/CodeGen/X86/widen_load-3.ll [new file with mode: 0644]
test/CodeGen/X86/widen_shuffle-1.ll
test/CodeGen/X86/widened-broadcast.ll
test/CodeGen/X86/win32-pic-jumptable.ll
test/CodeGen/X86/win32-preemption.ll [new file with mode: 0644]
test/CodeGen/X86/win64_sibcall.ll
test/CodeGen/X86/win_chkstk.ll
test/CodeGen/X86/win_coreclr_chkstk.ll
test/CodeGen/X86/x32-cet-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/x32-lea-1.ll
test/CodeGen/X86/x64-cet-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/x86-64-disp.ll
test/CodeGen/X86/x86-64-double-shifts-Oz-Os-O2.ll
test/CodeGen/X86/x86-64-double-shifts-var.ll
test/CodeGen/X86/x86-64-intrcc-nosse.ll
test/CodeGen/X86/x86-64-ret0.ll
test/CodeGen/X86/x86-cmov-converter.ll
test/CodeGen/X86/x86-fold-pshufb.ll
test/CodeGen/X86/x86-interleaved-access.ll
test/CodeGen/X86/x86-interleaved-check.ll [new file with mode: 0644]
test/CodeGen/X86/x86-interrupt_cc.ll
test/CodeGen/X86/x86-no_caller_saved_registers-preserve.ll
test/CodeGen/X86/x86-setcc-int-to-fp-combine.ll
test/CodeGen/X86/x86-shifts.ll
test/CodeGen/X86/x86-shrink-wrapping.ll
test/CodeGen/X86/x86-upgrade-avx-vbroadcast.ll
test/CodeGen/X86/x86-upgrade-avx2-vbroadcast.ll
test/CodeGen/X86/x87-schedule.ll [new file with mode: 0644]
test/CodeGen/X86/x87.ll
test/CodeGen/X86/xaluo.ll
test/CodeGen/X86/xchg-nofold.ll
test/CodeGen/X86/xmm-r64.ll
test/CodeGen/X86/xmulo.ll
test/CodeGen/X86/xop-ifma.ll
test/CodeGen/X86/xop-intrinsics-fast-isel.ll
test/CodeGen/X86/xop-intrinsics-x86_64-upgrade.ll
test/CodeGen/X86/xop-intrinsics-x86_64.ll
test/CodeGen/X86/xop-mask-comments.ll
test/CodeGen/X86/xop-pcmov.ll
test/CodeGen/X86/xop-schedule.ll [new file with mode: 0644]
test/CodeGen/X86/xor-combine-debugloc.ll
test/CodeGen/X86/xor-icmp.ll
test/CodeGen/X86/xor-select-i1-combine.ll
test/CodeGen/X86/xray-attribute-instrumentation.ll
test/CodeGen/X86/xray-custom-log.ll
test/CodeGen/X86/xray-log-args.ll
test/CodeGen/X86/xray-loop-detection.ll
test/CodeGen/X86/xray-section-group.ll
test/CodeGen/X86/xray-tail-call-sled.ll
test/CodeGen/X86/xtest.ll
test/CodeGen/X86/zero-remat.ll
test/CodeGen/X86/zext-inreg-0.ll
test/CodeGen/X86/zext-inreg-1.ll
test/CodeGen/X86/zext-shl.ll
test/CodeGen/X86/zext-trunc.ll
test/CodeGen/X86/zlib-longest-match.ll
test/CodeGen/XCore/codemodel.ll
test/CodeGen/XCore/epilogue_prologue.ll
test/DebugInfo/AArch64/asan-stack-vars.ll
test/DebugInfo/AArch64/big-endian.ll
test/DebugInfo/AArch64/bitfields.ll
test/DebugInfo/AArch64/cfi-eof-prologue.ll
test/DebugInfo/AArch64/coalescing.ll
test/DebugInfo/AArch64/dagcombine-zext.ll [new file with mode: 0644]
test/DebugInfo/AArch64/dwarfdump.ll
test/DebugInfo/AArch64/frameindices.ll
test/DebugInfo/AArch64/inlined-argument.ll [new file with mode: 0644]
test/DebugInfo/AArch64/line-header.ll
test/DebugInfo/AMDGPU/code-pointer-size.ll
test/DebugInfo/AMDGPU/dbg-value-sched-crash.ll
test/DebugInfo/AMDGPU/dwarfdump-relocs.ll
test/DebugInfo/AMDGPU/pointer-address-space.ll
test/DebugInfo/AMDGPU/variable-locations.ll
test/DebugInfo/ARM/PR16736.ll
test/DebugInfo/ARM/PR26163.ll
test/DebugInfo/ARM/big-endian-bitfield.ll
test/DebugInfo/ARM/bitfield.ll
test/DebugInfo/ARM/cfi-eof-prologue.ll
test/DebugInfo/ARM/float-args.ll
test/DebugInfo/ARM/illegal-fragment.ll [new file with mode: 0644]
test/DebugInfo/ARM/lowerbdgdeclare_vla.ll
test/DebugInfo/ARM/multiple-constant-uses-drops-dbgloc.ll
test/DebugInfo/ARM/partial-subreg.ll
test/DebugInfo/ARM/s-super-register.ll
test/DebugInfo/ARM/salvage-debug-info.ll [new file with mode: 0644]
test/DebugInfo/ARM/sdag-split-arg.ll [new file with mode: 0644]
test/DebugInfo/ARM/sdag-split-arg1.ll [new file with mode: 0644]
test/DebugInfo/ARM/split-complex.ll
test/DebugInfo/ARM/sroa-complex.ll
test/DebugInfo/ARM/tls.ll
test/DebugInfo/COFF/anonymous-struct.ll
test/DebugInfo/COFF/array-odr-violation.ll
test/DebugInfo/COFF/asan-module-ctor.ll
test/DebugInfo/COFF/big-type.ll
test/DebugInfo/COFF/bitfields.ll
test/DebugInfo/COFF/comdat.ll
test/DebugInfo/COFF/dlang.ll [new file with mode: 0644]
test/DebugInfo/COFF/enum.ll
test/DebugInfo/COFF/fp-stack.ll
test/DebugInfo/COFF/fpo-argsize.ll [new file with mode: 0644]
test/DebugInfo/COFF/fpo-csrs.ll [new file with mode: 0644]
test/DebugInfo/COFF/fpo-funclet.ll [new file with mode: 0644]
test/DebugInfo/COFF/fpo-realign-alloca.ll [new file with mode: 0644]
test/DebugInfo/COFF/fpo-shrink-wrap.ll [new file with mode: 0644]
test/DebugInfo/COFF/fpo-stack-protect.ll [new file with mode: 0644]
test/DebugInfo/COFF/global-dllimport.ll
test/DebugInfo/COFF/global-type-hashes.ll [new file with mode: 0644]
test/DebugInfo/COFF/globals-discarded.ll
test/DebugInfo/COFF/globals.ll
test/DebugInfo/COFF/inheritance.ll
test/DebugInfo/COFF/inlining-files.ll
test/DebugInfo/COFF/inlining-header.ll
test/DebugInfo/COFF/inlining-levels.ll
test/DebugInfo/COFF/inlining.ll
test/DebugInfo/COFF/int8-char-type.ll
test/DebugInfo/COFF/lines-bb-start.ll
test/DebugInfo/COFF/lines-difile.ll [new file with mode: 0644]
test/DebugInfo/COFF/local-constant.ll
test/DebugInfo/COFF/local-variable-gap.ll
test/DebugInfo/COFF/local-variables.ll
test/DebugInfo/COFF/long-type-name.ll
test/DebugInfo/COFF/multifile.ll
test/DebugInfo/COFF/multifunction.ll
test/DebugInfo/COFF/nested-types.ll [new file with mode: 0644]
test/DebugInfo/COFF/pieces.ll
test/DebugInfo/COFF/purge-typedef-udts.ll [new file with mode: 0644]
test/DebugInfo/COFF/register-variables.ll
test/DebugInfo/COFF/scopes.ll
test/DebugInfo/COFF/simple.ll
test/DebugInfo/COFF/static-methods.ll [new file with mode: 0644]
test/DebugInfo/COFF/types-array-advanced.ll
test/DebugInfo/COFF/types-array-unsized.ll [new file with mode: 0644]
test/DebugInfo/COFF/types-array.ll
test/DebugInfo/COFF/types-calling-conv.ll
test/DebugInfo/COFF/types-nested-class.ll
test/DebugInfo/COFF/types-ptr-to-member.ll
test/DebugInfo/COFF/udts.ll
test/DebugInfo/COFF/virtual-method-kinds.ll
test/DebugInfo/COFF/vtable-optzn-array.ll
test/DebugInfo/Generic/2009-11-05-DeadGlobalVariable.ll
test/DebugInfo/Generic/2009-11-06-NamelessGlobalVariable.ll
test/DebugInfo/Generic/2009-11-10-CurrentFn.ll
test/DebugInfo/Generic/2010-04-06-NestedFnDbgInfo.ll
test/DebugInfo/Generic/2010-05-03-OriginDIE.ll
test/DebugInfo/Generic/2010-05-10-MultipleCU.ll
test/DebugInfo/Generic/2010-06-29-InlinedFnLocalVar.ll
test/DebugInfo/Generic/PR20038.ll
test/DebugInfo/Generic/accel-table-hash-collisions.ll
test/DebugInfo/Generic/block-asan.ll
test/DebugInfo/Generic/constant-pointers.ll
test/DebugInfo/Generic/containing-type-extension.ll [new file with mode: 0644]
test/DebugInfo/Generic/cross-cu-inlining.ll
test/DebugInfo/Generic/cross-cu-linkonce-distinct.ll
test/DebugInfo/Generic/cross-cu-linkonce.ll
test/DebugInfo/Generic/cu-ranges.ll
test/DebugInfo/Generic/dbg-at-specficiation.ll
test/DebugInfo/Generic/dead-argument-order.ll
test/DebugInfo/Generic/debug-info-qualifiers.ll
test/DebugInfo/Generic/debuginfofinder-forward-declaration.ll
test/DebugInfo/Generic/def-line.ll
test/DebugInfo/Generic/discriminator.ll
test/DebugInfo/Generic/dwarf-public-names.ll
test/DebugInfo/Generic/empty.ll
test/DebugInfo/Generic/enum-types.ll
test/DebugInfo/Generic/enum.ll
test/DebugInfo/Generic/global-sra-array.ll [new file with mode: 0644]
test/DebugInfo/Generic/global-sra-single-member.ll [new file with mode: 0644]
test/DebugInfo/Generic/global-sra-struct.ll [new file with mode: 0644]
test/DebugInfo/Generic/global.ll
test/DebugInfo/Generic/gmlt.test
test/DebugInfo/Generic/gmlt_profiling.ll
test/DebugInfo/Generic/gvn.ll
test/DebugInfo/Generic/imported-name-inlined.ll [new file with mode: 0644]
test/DebugInfo/Generic/incorrect-variable-debugloc.ll
test/DebugInfo/Generic/incorrect-variable-debugloc1.ll
test/DebugInfo/Generic/inline-scopes.ll
test/DebugInfo/Generic/inlined-arguments.ll
test/DebugInfo/Generic/inlined-vars.ll
test/DebugInfo/Generic/invalid.ll
test/DebugInfo/Generic/linkage-name-abstract.ll
test/DebugInfo/Generic/location-verifier.ll
test/DebugInfo/Generic/lto-comp-dir.ll
test/DebugInfo/Generic/mainsubprogram.ll
test/DebugInfo/Generic/member-order.ll
test/DebugInfo/Generic/member-pointers.ll
test/DebugInfo/Generic/missing-abstract-variable.ll
test/DebugInfo/Generic/multiline.ll
test/DebugInfo/Generic/namespace.ll
test/DebugInfo/Generic/namespace_function_definition.ll
test/DebugInfo/Generic/namespace_inline_function_definition.ll
test/DebugInfo/Generic/nodebug.ll [deleted file]
test/DebugInfo/Generic/piece-verifier.ll
test/DebugInfo/Generic/ptrsize.ll
test/DebugInfo/Generic/recursive_inlining.ll
test/DebugInfo/Generic/restrict.ll
test/DebugInfo/Generic/simplifycfg_sink_last_inst.ll
test/DebugInfo/Generic/skeletoncu.ll
test/DebugInfo/Generic/sroa-larger.ll [new file with mode: 0644]
test/DebugInfo/Generic/sroa-samesize.ll [new file with mode: 0644]
test/DebugInfo/Generic/sugared-constants.ll
test/DebugInfo/Generic/template-recursive-void.ll
test/DebugInfo/Generic/thrownTypes.ll
test/DebugInfo/Generic/tu-composite.ll
test/DebugInfo/Generic/tu-member-pointer.ll
test/DebugInfo/Generic/two-cus-from-same-file.ll
test/DebugInfo/Generic/typedef.ll
test/DebugInfo/Generic/unconditional-branch.ll
test/DebugInfo/Generic/varargs.ll
test/DebugInfo/Generic/virtual-index.ll
test/DebugInfo/Inputs/dwarfdump-decompression-corrupt.elf-x86-64 [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-header.elf-x86-64 [deleted file]
test/DebugInfo/Inputs/dwarfdump-header.s [deleted file]
test/DebugInfo/Inputs/dwarfdump-line-dwo.cc [deleted file]
test/DebugInfo/Inputs/dwarfdump-line-dwo.elf-x86-64 [deleted file]
test/DebugInfo/Inputs/dwarfdump-objc.x86_64.o
test/DebugInfo/Inputs/dwarfdump-ranges-baseaddr-exe.elf-x86-64 [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-str-offsets-dwp.s [deleted file]
test/DebugInfo/Inputs/dwarfdump-str-offsets-dwp.x86_64.o [deleted file]
test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-1.s [deleted file]
test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-1.x86_64.o [deleted file]
test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-2.s [deleted file]
test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-2.x86_64.o [deleted file]
test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-3.s [deleted file]
test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-3.x86_64.o [deleted file]
test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-4.s [deleted file]
test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-4.x86_64.o [deleted file]
test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-5.s [deleted file]
test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-5.x86_64.o [deleted file]
test/DebugInfo/Inputs/dwarfdump-str-offsets-macho.o [deleted file]
test/DebugInfo/Inputs/dwarfdump-str-offsets-macho.s [deleted file]
test/DebugInfo/Inputs/dwarfdump-str-offsets.s [deleted file]
test/DebugInfo/Inputs/dwarfdump-str-offsets.x86_64.o [deleted file]
test/DebugInfo/Inputs/gmlt.ll
test/DebugInfo/Inputs/split-dwarf-addr-object-relocation.cpp [new file with mode: 0644]
test/DebugInfo/Inputs/split-dwarf-addr-object-relocation.dwo
test/DebugInfo/Inputs/split-dwarf-addr-object-relocation.o
test/DebugInfo/Inputs/split-dwarf-dwp.cpp
test/DebugInfo/Inputs/split-dwarf-dwp.o
test/DebugInfo/Inputs/split-dwarf-dwp.o.dwp
test/DebugInfo/Inputs/split-dwarf-multiple-cu.cpp [new file with mode: 0644]
test/DebugInfo/Inputs/split-dwarf-multiple-cu.dwo
test/DebugInfo/Inputs/split-dwarf-multiple-cu.o
test/DebugInfo/Inputs/split-dwarf-test
test/DebugInfo/Inputs/split-dwarf-test-nogmlt
test/DebugInfo/Inputs/split-dwarf-test.cpp [new file with mode: 0644]
test/DebugInfo/Inputs/split-dwarf-test.dwo
test/DebugInfo/MIR/AArch64/clobber-sp.mir
test/DebugInfo/MIR/AArch64/implicit-def-dead-scope.mir
test/DebugInfo/MIR/ARM/split-superreg-complex.mir
test/DebugInfo/MIR/ARM/split-superreg-piece.mir
test/DebugInfo/MIR/ARM/split-superreg.mir
test/DebugInfo/MIR/X86/bit-piece-dh.mir
test/DebugInfo/MIR/X86/empty-inline.mir
test/DebugInfo/MIR/X86/live-debug-values-3preds.mir
test/DebugInfo/MIR/X86/live-debug-values-spill.mir
test/DebugInfo/MIR/X86/live-debug-values.mir
test/DebugInfo/MIR/X86/live-debug-vars-unused-arg-debugonly.mir [new file with mode: 0644]
test/DebugInfo/MIR/X86/live-debug-vars-unused-arg.mir [new file with mode: 0644]
test/DebugInfo/MIR/X86/livedebugvalues-limit.mir
test/DebugInfo/MIR/X86/mlicm-hoist.mir
test/DebugInfo/MIR/X86/regcoalescer.mir [new file with mode: 0644]
test/DebugInfo/MSP430/lit.local.cfg [new file with mode: 0644]
test/DebugInfo/MSP430/sdagsplit-1.ll [new file with mode: 0644]
test/DebugInfo/Mips/InlinedFnLocalVar.ll
test/DebugInfo/Mips/delay-slot.ll
test/DebugInfo/Mips/dsr-fixed-objects.ll
test/DebugInfo/Mips/dsr-non-fixed-objects.ll
test/DebugInfo/Mips/dwarfdump-tls.ll [new file with mode: 0644]
test/DebugInfo/Mips/fn-call-line.ll
test/DebugInfo/Mips/tls.ll
test/DebugInfo/PDB/Inputs/obj-hashes-1.yaml [new file with mode: 0644]
test/DebugInfo/PDB/Inputs/obj-hashes-2.yaml [new file with mode: 0644]
test/DebugInfo/PDB/Inputs/pdbdump-globals-empty.pdb [new file with mode: 0644]
test/DebugInfo/PDB/Native/pdb-native-enums.test [new file with mode: 0644]
test/DebugInfo/PDB/dump-fpm.test [new file with mode: 0644]
test/DebugInfo/PDB/just-my-code.test [new file with mode: 0644]
test/DebugInfo/PDB/module-stats.test [new file with mode: 0644]
test/DebugInfo/PDB/obj-globalhash.test [new file with mode: 0644]
test/DebugInfo/PDB/pdbdump-globals-empty.test [new file with mode: 0644]
test/DebugInfo/PDB/pdbdump-headers.test
test/DebugInfo/PDB/pdbdump-objfilename.yaml
test/DebugInfo/PDB/pdbdump-source-names.test
test/DebugInfo/PDB/section-headers.test [new file with mode: 0644]
test/DebugInfo/PDB/udt-stats.test [new file with mode: 0644]
test/DebugInfo/PDB/write-fpm.test [new file with mode: 0644]
test/DebugInfo/PowerPC/tls-fission.ll
test/DebugInfo/PowerPC/tls.ll
test/DebugInfo/Sparc/gnu-window-save.ll
test/DebugInfo/Sparc/subreg.ll
test/DebugInfo/SystemZ/variable-loc.ll
test/DebugInfo/SystemZ/variable-loc.s
test/DebugInfo/WebAssembly/dbg-declare.ll
test/DebugInfo/X86/2010-04-13-PubType.ll
test/DebugInfo/X86/2011-09-26-GlobalVarContext.ll
test/DebugInfo/X86/2011-12-16-BadStructRef.ll
test/DebugInfo/X86/DIModule.ll
test/DebugInfo/X86/DIModuleContext.ll
test/DebugInfo/X86/DW_AT_byte_size.ll
test/DebugInfo/X86/DW_AT_calling-convention.ll
test/DebugInfo/X86/DW_AT_linkage_name.ll
test/DebugInfo/X86/DW_AT_location-reference.ll
test/DebugInfo/X86/DW_AT_object_pointer.ll
test/DebugInfo/X86/DW_AT_specification.ll
test/DebugInfo/X86/DW_AT_stmt_list_sec_offset.ll
test/DebugInfo/X86/DW_TAG_friend.ll
test/DebugInfo/X86/FrameIndexExprs.ll
test/DebugInfo/X86/InlinedFnLocalVar.ll
test/DebugInfo/X86/PR26148.ll
test/DebugInfo/X86/abstract_origin.ll
test/DebugInfo/X86/align_c11.ll
test/DebugInfo/X86/align_cpp11.ll
test/DebugInfo/X86/align_objc.ll
test/DebugInfo/X86/aligned_stack_var.ll
test/DebugInfo/X86/arange-and-stub.ll
test/DebugInfo/X86/arange.ll
test/DebugInfo/X86/array.ll
test/DebugInfo/X86/array2.ll
test/DebugInfo/X86/atomic-c11-dwarf-4.ll
test/DebugInfo/X86/atomic-c11-dwarf-5.ll
test/DebugInfo/X86/bbjoin.ll
test/DebugInfo/X86/bitfields-dwarf4.ll
test/DebugInfo/X86/bitfields.ll
test/DebugInfo/X86/block-capture.ll
test/DebugInfo/X86/byvalstruct.ll
test/DebugInfo/X86/c-type-units.ll
test/DebugInfo/X86/clang-module.ll [new file with mode: 0644]
test/DebugInfo/X86/concrete_out_of_line.ll
test/DebugInfo/X86/constant-aggregate.ll
test/DebugInfo/X86/constant-loclist.ll
test/DebugInfo/X86/containing-type-extension-rust.ll [new file with mode: 0644]
test/DebugInfo/X86/cu-ranges-odr.ll
test/DebugInfo/X86/cu-ranges.ll
test/DebugInfo/X86/data_member_location.ll
test/DebugInfo/X86/dbg-abstract-vars-g-gmlt.ll
test/DebugInfo/X86/dbg-addr-dse.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-addr.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-const-int.ll
test/DebugInfo/X86/dbg-const.ll
test/DebugInfo/X86/dbg-declare-alloca.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-declare-arg.ll
test/DebugInfo/X86/dbg-declare-inalloca.ll
test/DebugInfo/X86/dbg-declare.ll
test/DebugInfo/X86/dbg-i128-const.ll
test/DebugInfo/X86/dbg-merge-loc-entry.ll
test/DebugInfo/X86/dbg-subrange.ll
test/DebugInfo/X86/dbg-value-const-byref.ll
test/DebugInfo/X86/dbg-value-dag-combine.ll
test/DebugInfo/X86/dbg-value-frame-index.ll
test/DebugInfo/X86/dbg-value-g-gmlt.ll
test/DebugInfo/X86/dbg-value-inlined-parameter.ll
test/DebugInfo/X86/dbg-value-isel.ll
test/DebugInfo/X86/dbg-value-location.ll
test/DebugInfo/X86/dbg-value-range.ll
test/DebugInfo/X86/dbg-value-regmask-clobber.ll
test/DebugInfo/X86/dbg-value-terminator.ll
test/DebugInfo/X86/dbg-value-transfer-order.ll [new file with mode: 0644]
test/DebugInfo/X86/debug-info-access.ll
test/DebugInfo/X86/debug-info-blocks.ll
test/DebugInfo/X86/debug-info-packed-struct.ll
test/DebugInfo/X86/debug-info-producer-with-flags.ll
test/DebugInfo/X86/debug-info-static-member.ll
test/DebugInfo/X86/debug-loc-asan.ll
test/DebugInfo/X86/debug-loc-frame.ll
test/DebugInfo/X86/debug-loc-offset.ll
test/DebugInfo/X86/debug-macro.ll
test/DebugInfo/X86/debug-ranges-offset.ll
test/DebugInfo/X86/debugger-tune.ll
test/DebugInfo/X86/decl-derived-member.ll
test/DebugInfo/X86/default-subrange-array.ll
test/DebugInfo/X86/deleted-bit-piece.ll
test/DebugInfo/X86/discriminator.ll
test/DebugInfo/X86/discriminator2.ll
test/DebugInfo/X86/discriminator3.ll
test/DebugInfo/X86/dllimport.ll
test/DebugInfo/X86/double-declare.ll
test/DebugInfo/X86/dw_op_minus_direct.ll
test/DebugInfo/X86/dwarf-aranges-no-dwarf-labels.ll
test/DebugInfo/X86/dwarf-aranges.ll
test/DebugInfo/X86/dwarf-linkage-names.ll
test/DebugInfo/X86/dwarf-public-names.ll
test/DebugInfo/X86/dwarfdump-bogus-LNE.s [new file with mode: 0644]
test/DebugInfo/X86/dwarfdump-debug-loc-simple.test [new file with mode: 0644]
test/DebugInfo/X86/dwarfdump-header-64.s [new file with mode: 0644]
test/DebugInfo/X86/dwarfdump-header.s [new file with mode: 0644]
test/DebugInfo/X86/dwarfdump-line-dwo.s [new file with mode: 0644]
test/DebugInfo/X86/dwarfdump-line-only.s [new file with mode: 0644]
test/DebugInfo/X86/dwarfdump-ranges-baseaddr-exe.s [new file with mode: 0644]
test/DebugInfo/X86/dwarfdump-ranges-baseaddr.s [new file with mode: 0644]
test/DebugInfo/X86/dwarfdump-ranges-unrelocated.s
test/DebugInfo/X86/dwarfdump-str-offsets-dwp.s [new file with mode: 0644]
test/DebugInfo/X86/dwarfdump-str-offsets-invalid-1.s [new file with mode: 0644]
test/DebugInfo/X86/dwarfdump-str-offsets-invalid-2.s [new file with mode: 0644]
test/DebugInfo/X86/dwarfdump-str-offsets-invalid-3.s [new file with mode: 0644]
test/DebugInfo/X86/dwarfdump-str-offsets-invalid-4.s [new file with mode: 0644]
test/DebugInfo/X86/dwarfdump-str-offsets-invalid-5.s [new file with mode: 0644]
test/DebugInfo/X86/dwarfdump-str-offsets-macho.s [new file with mode: 0644]
test/DebugInfo/X86/dwarfdump-str-offsets.s [new file with mode: 0644]
test/DebugInfo/X86/earlydup-crash.ll
test/DebugInfo/X86/elf-names.ll
test/DebugInfo/X86/empty-and-one-elem-array.ll
test/DebugInfo/X86/empty-array.ll
test/DebugInfo/X86/empty.ll
test/DebugInfo/X86/ending-run.ll
test/DebugInfo/X86/enum-class.ll
test/DebugInfo/X86/enum-fwd-decl.ll
test/DebugInfo/X86/fi-expr.ll
test/DebugInfo/X86/fi-piece.ll [new file with mode: 0644]
test/DebugInfo/X86/fission-cu.ll
test/DebugInfo/X86/fission-hash.ll
test/DebugInfo/X86/fission-inline.ll
test/DebugInfo/X86/fission-no-inlining.ll
test/DebugInfo/X86/fission-ranges.ll
test/DebugInfo/X86/float_const.ll
test/DebugInfo/X86/float_const_loclist.ll
test/DebugInfo/X86/formal_parameter.ll
test/DebugInfo/X86/frame-register.ll
test/DebugInfo/X86/generate-odr-hash.ll
test/DebugInfo/X86/ghost-sdnode-dbgvalues.ll
test/DebugInfo/X86/gmlt.test
test/DebugInfo/X86/gnu-public-names-empty.ll
test/DebugInfo/X86/gnu-public-names-gmlt.ll
test/DebugInfo/X86/gnu-public-names-multiple-cus.ll [new file with mode: 0644]
test/DebugInfo/X86/gnu-public-names-tu.ll
test/DebugInfo/X86/gnu-public-names.ll
test/DebugInfo/X86/inline-member-function.ll
test/DebugInfo/X86/inline-namespace.ll
test/DebugInfo/X86/inline-seldag-test.ll
test/DebugInfo/X86/inlined-formal-parameter.ll
test/DebugInfo/X86/inlined-indirect-value.ll
test/DebugInfo/X86/isel-cse-line.ll
test/DebugInfo/X86/lexical-block-file-inline.ll
test/DebugInfo/X86/lexical_block.ll
test/DebugInfo/X86/line-info.ll
test/DebugInfo/X86/linkage-name.ll
test/DebugInfo/X86/live-debug-values.ll
test/DebugInfo/X86/live-debug-variables.ll [new file with mode: 0644]
test/DebugInfo/X86/live-debug-vars-dse.mir [new file with mode: 0644]
test/DebugInfo/X86/low-pc-cu.ll
test/DebugInfo/X86/main-file-name.s
test/DebugInfo/X86/memberfnptr.ll
test/DebugInfo/X86/mi-print.ll
test/DebugInfo/X86/misched-dbg-value.ll
test/DebugInfo/X86/missing-file-line.ll
test/DebugInfo/X86/mixed-nodebug-cu.ll
test/DebugInfo/X86/multiple-aranges.ll
test/DebugInfo/X86/multiple-at-const-val.ll
test/DebugInfo/X86/nodebug.ll [new file with mode: 0644]
test/DebugInfo/X86/nodebug_with_debug_loc.ll
test/DebugInfo/X86/nondefault-subrange-array.ll
test/DebugInfo/X86/nophysreg.ll
test/DebugInfo/X86/noreturn_c11.ll
test/DebugInfo/X86/noreturn_cpp11.ll
test/DebugInfo/X86/noreturn_objc.ll
test/DebugInfo/X86/objc-fwd-decl.ll
test/DebugInfo/X86/objc-property-void.ll
test/DebugInfo/X86/op_deref.ll
test/DebugInfo/X86/parameters.ll
test/DebugInfo/X86/partial-constant.ll
test/DebugInfo/X86/pieces-1.ll
test/DebugInfo/X86/pieces-2.ll
test/DebugInfo/X86/pieces-3.ll
test/DebugInfo/X86/pieces-4.ll
test/DebugInfo/X86/pointer-type-size.ll
test/DebugInfo/X86/pr11300.ll
test/DebugInfo/X86/pr13303.ll
test/DebugInfo/X86/pr28270.ll
test/DebugInfo/X86/pr34545.ll [new file with mode: 0644]
test/DebugInfo/X86/range_reloc.ll [new file with mode: 0644]
test/DebugInfo/X86/ref_addr_relocation.ll
test/DebugInfo/X86/reference-argument.ll
test/DebugInfo/X86/rematerialize.ll
test/DebugInfo/X86/rvalue-ref.ll
test/DebugInfo/X86/safestack-byval.ll
test/DebugInfo/X86/sdag-salvage-add.ll [new file with mode: 0644]
test/DebugInfo/X86/sdag-split-arg.ll [new file with mode: 0644]
test/DebugInfo/X86/sdagsplit-1.ll [new file with mode: 0644]
test/DebugInfo/X86/single-dbg_value.ll
test/DebugInfo/X86/single-fi.ll
test/DebugInfo/X86/spill-indirect-nrvo.ll [new file with mode: 0644]
test/DebugInfo/X86/spill-nontrivial-param.ll [new file with mode: 0644]
test/DebugInfo/X86/spill-nospill.ll [new file with mode: 0644]
test/DebugInfo/X86/split-dwarf-cross-unit-reference.ll
test/DebugInfo/X86/split-dwarf-multiple-cu-hash.ll
test/DebugInfo/X86/split-dwarf-omit-empty.ll
test/DebugInfo/X86/split-global.ll
test/DebugInfo/X86/sret.ll
test/DebugInfo/X86/sroasplit-1.ll
test/DebugInfo/X86/sroasplit-2.ll
test/DebugInfo/X86/sroasplit-3.ll
test/DebugInfo/X86/sroasplit-4.ll
test/DebugInfo/X86/sroasplit-5.ll
test/DebugInfo/X86/sroasplit-dbg-declare.ll [new file with mode: 0644]
test/DebugInfo/X86/stack-args.ll [new file with mode: 0644]
test/DebugInfo/X86/stack-value-dwarf2.ll
test/DebugInfo/X86/stack-value-piece.ll
test/DebugInfo/X86/static_member_array.ll
test/DebugInfo/X86/stmt-list-multiple-compile-units.ll
test/DebugInfo/X86/stringpool.ll
test/DebugInfo/X86/struct-loc.ll
test/DebugInfo/X86/subrange-type.ll
test/DebugInfo/X86/subreg.ll
test/DebugInfo/X86/subregisters.ll
test/DebugInfo/X86/template.ll
test/DebugInfo/X86/this-stack_value.ll
test/DebugInfo/X86/tls.ll
test/DebugInfo/X86/type_units_with_addresses.ll
test/DebugInfo/X86/union-const.ll
test/DebugInfo/X86/union-template.ll
test/DebugInfo/X86/vector.ll
test/DebugInfo/X86/vla.ll
test/DebugInfo/X86/xray-split-dwarf-interaction.ll [new file with mode: 0644]
test/DebugInfo/arm-relocs.test
test/DebugInfo/cross-cu-scope.ll
test/DebugInfo/debugify.ll [new file with mode: 0644]
test/DebugInfo/debugmacinfo.test
test/DebugInfo/dwarfdump-64-bit-dwarf.test
test/DebugInfo/dwarfdump-accel.test
test/DebugInfo/dwarfdump-debug-frame-simple.test
test/DebugInfo/dwarfdump-debug-loc-simple.test [deleted file]
test/DebugInfo/dwarfdump-decompression-corrupt.test [new file with mode: 0644]
test/DebugInfo/dwarfdump-dump-flags.test
test/DebugInfo/dwarfdump-dump-gdbindex.test
test/DebugInfo/dwarfdump-dwp.test
test/DebugInfo/dwarfdump-header.test [deleted file]
test/DebugInfo/dwarfdump-implicit-const.test
test/DebugInfo/dwarfdump-line-dwo.test [deleted file]
test/DebugInfo/dwarfdump-macho-relocs.test
test/DebugInfo/dwarfdump-macho-universal.test
test/DebugInfo/dwarfdump-objc.test
test/DebugInfo/dwarfdump-pubnames.test
test/DebugInfo/dwarfdump-ranges.test
test/DebugInfo/dwarfdump-str-offsets-dwp.test [deleted file]
test/DebugInfo/dwarfdump-str-offsets-invalid.test [deleted file]
test/DebugInfo/dwarfdump-str-offsets.test [deleted file]
test/DebugInfo/dwarfdump-type-units.test
test/DebugInfo/dwarfdump-zlib.test
test/DebugInfo/dwo.ll
test/DebugInfo/llvm-symbolizer-split-dwarf-empty.test
test/DebugInfo/llvm-symbolizer.test
test/DebugInfo/omit-empty.ll
test/DebugInfo/pr34186.ll [new file with mode: 0644]
test/DebugInfo/pr34672.ll [new file with mode: 0644]
test/DebugInfo/skeletoncu.ll
test/DebugInfo/typeunit-header.test
test/DebugInfo/unrolled-loop-remainder.ll [new file with mode: 0644]
test/DllTool/coff-exports.def [deleted file]
test/ExecutionEngine/RuntimeDyld/AArch64/ELF_ARM64_BE-relocations.s
test/ExecutionEngine/RuntimeDyld/AArch64/ELF_ARM64_PIC_relocations.s
test/ExecutionEngine/RuntimeDyld/AArch64/ELF_ARM64_local_branch.s
test/ExecutionEngine/RuntimeDyld/AArch64/ELF_ARM64_relocations.s
test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s
test/ExecutionEngine/RuntimeDyld/ARM/ELF_ARM_EXIDX_relocations.s
test/ExecutionEngine/RuntimeDyld/ARM/MachO_ARM_PIC_relocations.s
test/ExecutionEngine/RuntimeDyld/ARM/MachO_Thumb_Relocations.s [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/Mips/ELF_Mips64r2N64_PIC_relocations.s
test/ExecutionEngine/RuntimeDyld/Mips/ELF_N32_relocations.s
test/ExecutionEngine/RuntimeDyld/Mips/ELF_N64R6_relocations.s
test/ExecutionEngine/RuntimeDyld/Mips/ELF_O32R6_relocations.s
test/ExecutionEngine/RuntimeDyld/Mips/ELF_O32_PIC_relocations.s
test/ExecutionEngine/RuntimeDyld/PowerPC/ppc32_elf_rel_addr16.s
test/ExecutionEngine/RuntimeDyld/SystemZ/cfi-relo-pc64.s
test/ExecutionEngine/RuntimeDyld/X86/COFF_i386.s
test/ExecutionEngine/RuntimeDyld/X86/COFF_x86_64.s
test/ExecutionEngine/RuntimeDyld/X86/ELF-relaxed.s
test/ExecutionEngine/RuntimeDyld/X86/ELF_STT_FILE.s
test/ExecutionEngine/RuntimeDyld/X86/ELF_x64-64_PC8_relocations.s
test/ExecutionEngine/RuntimeDyld/X86/ELF_x64-64_PIC_relocations.s
test/ExecutionEngine/RuntimeDyld/X86/ELF_x86-64_PIC-small-relocations.s
test/ExecutionEngine/RuntimeDyld/X86/ELF_x86-64_debug_frame.s
test/ExecutionEngine/RuntimeDyld/X86/ELF_x86_64_StubBuf.s
test/ExecutionEngine/RuntimeDyld/X86/MachO_empty_ehframe.s
test/ExecutionEngine/RuntimeDyld/X86/MachO_i386_DynNoPIC_relocations.s
test/ExecutionEngine/RuntimeDyld/X86/MachO_i386_eh_frame.s
test/ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s
test/Feature/fp-intrinsics.ll
test/FileCheck/defines.txt [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/X86/asm_mov.s
test/Instrumentation/AddressSanitizer/X86/asm_mov_no_instrumentation.s
test/Instrumentation/AddressSanitizer/X86/asm_rep_movs.ll
test/Instrumentation/AddressSanitizer/X86/asm_swap_intel.s
test/Instrumentation/AddressSanitizer/adaptive_global_redzones.ll
test/Instrumentation/AddressSanitizer/asan-vs-gvn.ll
test/Instrumentation/AddressSanitizer/basic.ll
test/Instrumentation/AddressSanitizer/debug-info-global-var.ll
test/Instrumentation/AddressSanitizer/debug_info.ll
test/Instrumentation/AddressSanitizer/global_metadata.ll
test/Instrumentation/AddressSanitizer/global_metadata_array.ll
test/Instrumentation/AddressSanitizer/global_metadata_windows.ll
test/Instrumentation/AddressSanitizer/instrument-stack.ll
test/Instrumentation/AddressSanitizer/instrument_global.ll
test/Instrumentation/AddressSanitizer/instrument_initializer_metadata.ll
test/Instrumentation/AddressSanitizer/local_stack_base.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/stack-poisoning-and-lifetime-be.ll
test/Instrumentation/AddressSanitizer/stack-poisoning-byval-args.ll
test/Instrumentation/AddressSanitizer/stack_dynamic_alloca.ll
test/Instrumentation/AddressSanitizer/stack_layout.ll
test/Instrumentation/AddressSanitizer/test64.ll
test/Instrumentation/AddressSanitizer/with-ifunc.ll [new file with mode: 0644]
test/Instrumentation/BoundsChecking/simple.ll
test/Instrumentation/HWAddressSanitizer/atomic.ll [new file with mode: 0644]
test/Instrumentation/HWAddressSanitizer/basic.ll [new file with mode: 0644]
test/Instrumentation/HWAddressSanitizer/with-calls.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/check_access_address.ll
test/Instrumentation/MemorySanitizer/missing_origin.ll
test/Instrumentation/MemorySanitizer/nosanitize.ll [new file with mode: 0644]
test/Instrumentation/SanitizerCoverage/const-cmp-tracing.ll [new file with mode: 0644]
test/Instrumentation/SanitizerCoverage/inline-8bit-counters.ll
test/Instrumentation/SanitizerCoverage/pc-table.ll [new file with mode: 0644]
test/Instrumentation/SanitizerCoverage/stack-depth.ll [new file with mode: 0644]
test/Instrumentation/SanitizerCoverage/tracing.ll
test/LTO/Resolution/X86/Inputs/dead-strip-alias.ll [new file with mode: 0644]
test/LTO/Resolution/X86/Inputs/dead-strip-fulllto.ll
test/LTO/Resolution/X86/Inputs/load-sample-prof-icp.prof [new file with mode: 0644]
test/LTO/Resolution/X86/Inputs/load-sample-prof.prof [new file with mode: 0644]
test/LTO/Resolution/X86/comdat-mixed-lto.ll
test/LTO/Resolution/X86/comdat.ll
test/LTO/Resolution/X86/common2.ll
test/LTO/Resolution/X86/commons.ll
test/LTO/Resolution/X86/dead-strip-alias.ll [new file with mode: 0644]
test/LTO/Resolution/X86/dead-strip-fulllto.ll
test/LTO/Resolution/X86/diagnostic-handler-remarks-with-hotness.ll
test/LTO/Resolution/X86/diagnostic-handler-remarks.ll
test/LTO/Resolution/X86/export-jumptable.ll [new file with mode: 0644]
test/LTO/Resolution/X86/ifunc.ll
test/LTO/Resolution/X86/linker-redef-thin.ll
test/LTO/Resolution/X86/linkonce.ll
test/LTO/Resolution/X86/load-sample-prof-icp.ll [new file with mode: 0644]
test/LTO/Resolution/X86/load-sample-prof.ll [new file with mode: 0644]
test/LTO/Resolution/X86/lowertypetests.ll
test/LTO/Resolution/X86/mod-asm-used.ll
test/LTO/Resolution/X86/symtab.ll
test/LTO/X86/Inputs/type-mapping-src.ll
test/LTO/X86/bcsection.ll
test/LTO/X86/diagnostic-handler-remarks-with-hotness.ll
test/LTO/X86/diagnostic-handler-remarks.ll
test/LTO/X86/list-symbols.ll
test/LTO/X86/strip-debug-info-no-call-loc.ll
test/LTO/X86/strip-debug-info.ll
test/LTO/X86/symver-asm.ll
test/LTO/X86/type-mapping-bug.ll
test/LibDriver/infer-output-path.test [deleted file]
test/LibDriver/libpath.test [deleted file]
test/Linker/2011-08-04-Metadata.ll
test/Linker/2011-08-04-Metadata2.ll
test/Linker/Inputs/odr-lambda-2.ll [new file with mode: 0644]
test/Linker/Inputs/type-unique-simple2-a.ll
test/Linker/debug-info-global-var.ll
test/Linker/funcimport.ll
test/Linker/odr-lambda-1.ll [new file with mode: 0644]
test/Linker/odr.ll
test/Linker/only-needed-debug-metadata.ll
test/Linker/subprogram-linkonce-weak.ll
test/Linker/type-unique-odr-a.ll
test/Linker/type-unique-simple-a.ll
test/Linker/type-unique-simple2-a.ll
test/Linker/type-unique-simple2.ll
test/Linker/type-unique-type-array-a.ll
test/MC/AArch64/SVE/add-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/add.s [new file with mode: 0644]
test/MC/AArch64/SVE/dot-req-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/dot-req.s [new file with mode: 0644]
test/MC/AArch64/SVE/sub-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/sub.s [new file with mode: 0644]
test/MC/AArch64/SVE/zip1-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/zip1.s [new file with mode: 0644]
test/MC/AArch64/SVE/zip2-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/zip2.s [new file with mode: 0644]
test/MC/AArch64/adrp-relocation.s
test/MC/AArch64/arm64-advsimd.s
test/MC/AArch64/arm64-ilp32.s
test/MC/AArch64/arm64-leaf-compact-unwind.s
test/MC/AArch64/armv8.1a-lse.s
test/MC/AArch64/armv8.2a-dotprod-errors.s [new file with mode: 0644]
test/MC/AArch64/armv8.2a-dotprod.s [new file with mode: 0644]
test/MC/AArch64/armv8.2a-statistical-profiling.s
test/MC/AArch64/armv8.3a-ID_ISAR6_EL1.s [new file with mode: 0644]
test/MC/AArch64/armv8.3a-complex.s [new file with mode: 0644]
test/MC/AArch64/armv8.3a-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/armv8.3a-js.s [new file with mode: 0644]
test/MC/AArch64/armv8.3a-rcpc.s [new file with mode: 0644]
test/MC/AArch64/armv8.3a-signed-pointer.s [new file with mode: 0644]
test/MC/AArch64/basic-a64-diagnostics.s
test/MC/AArch64/basic-pic.s
test/MC/AArch64/cfi.s [new file with mode: 0644]
test/MC/AArch64/coff-align.s [new file with mode: 0644]
test/MC/AArch64/coff-debug.ll [new file with mode: 0644]
test/MC/AArch64/coff-gnu.s [new file with mode: 0644]
test/MC/AArch64/coff-relocations.s
test/MC/AArch64/crc.s
test/MC/AArch64/cyclone-movi-bug.s [new file with mode: 0644]
test/MC/AArch64/elf-extern.s
test/MC/AArch64/fixup-out-of-range.s
test/MC/AArch64/inline-asm-modifiers.s
test/MC/AArch64/jump-table.s
test/MC/AArch64/macho-adrp-missing-reloc.s [new file with mode: 0644]
test/MC/AArch64/macho-adrp-page.s [new file with mode: 0644]
test/MC/AArch64/neon-diagnostics.s
test/MC/AArch64/ras-extension.s
test/MC/AMDGPU/add-sub-no-carry.s [new file with mode: 0644]
test/MC/AMDGPU/code-object-metadata-kernel-args.s [deleted file]
test/MC/AMDGPU/code-object-metadata-kernel-attrs.s [deleted file]
test/MC/AMDGPU/code-object-metadata-kernel-code-props.s [deleted file]
test/MC/AMDGPU/code-object-metadata-kernel-debug-props.s [deleted file]
test/MC/AMDGPU/code-object-metadata-unknown-key.s [deleted file]
test/MC/AMDGPU/ds-err.s
test/MC/AMDGPU/ds-gfx9.s [new file with mode: 0644]
test/MC/AMDGPU/elf-notes-verify-amdgcn.s [new file with mode: 0644]
test/MC/AMDGPU/elf-notes-verify-r600.s [new file with mode: 0644]
test/MC/AMDGPU/expressions.s
test/MC/AMDGPU/flat-gfx9.s
test/MC/AMDGPU/flat-global.s
test/MC/AMDGPU/flat-scratch-instructions.s [new file with mode: 0644]
test/MC/AMDGPU/flat.s
test/MC/AMDGPU/gfx8_asm_all.s
test/MC/AMDGPU/gfx9_asm_all.s
test/MC/AMDGPU/hsa-metadata-kernel-args.s [new file with mode: 0644]
test/MC/AMDGPU/hsa-metadata-kernel-attrs.s [new file with mode: 0644]
test/MC/AMDGPU/hsa-metadata-kernel-code-props.s [new file with mode: 0644]
test/MC/AMDGPU/hsa-metadata-kernel-debug-props.s [new file with mode: 0644]
test/MC/AMDGPU/hsa-metadata-unknown-key.s [new file with mode: 0644]
test/MC/AMDGPU/hsa.s
test/MC/AMDGPU/hsa_code_object_isa_args.s
test/MC/AMDGPU/isa-version-hsa.s [new file with mode: 0644]
test/MC/AMDGPU/isa-version-pal.s [new file with mode: 0644]
test/MC/AMDGPU/isa-version-unk.s [new file with mode: 0644]
test/MC/AMDGPU/literalv216-err.s
test/MC/AMDGPU/literalv216.s
test/MC/AMDGPU/mimg.s
test/MC/AMDGPU/mubuf-gfx9.s [new file with mode: 0644]
test/MC/AMDGPU/pal.s [new file with mode: 0644]
test/MC/AMDGPU/reg-syntax-extra.s
test/MC/AMDGPU/regression/bug28165.s
test/MC/AMDGPU/regression/bug28413.s
test/MC/AMDGPU/regression/bug28538.s
test/MC/AMDGPU/smrd.s
test/MC/AMDGPU/sop2.s
test/MC/AMDGPU/sopk.s
test/MC/AMDGPU/sopp-err.s
test/MC/AMDGPU/sym_option.s
test/MC/AMDGPU/trap.s
test/MC/AMDGPU/vop1-gfx9-err.s
test/MC/AMDGPU/vop1-gfx9.s
test/MC/AMDGPU/vop1.s
test/MC/AMDGPU/vop2-err.s
test/MC/AMDGPU/vop2.s
test/MC/AMDGPU/vop3-convert.s
test/MC/AMDGPU/vop3-errs.s
test/MC/AMDGPU/vop3-gfx9.s
test/MC/AMDGPU/vop3-vop1-nosrc.s
test/MC/AMDGPU/vop3.s
test/MC/AMDGPU/vop3p-err.s
test/MC/AMDGPU/vop3p.s
test/MC/AMDGPU/vop_dpp.s
test/MC/AMDGPU/vop_sdwa.s
test/MC/AMDGPU/vopc-errs.s
test/MC/AMDGPU/vopc.s
test/MC/ARM/2010-11-30-reloc-movt.s
test/MC/ARM/arm-branch-errors.s
test/MC/ARM/arm-macho-calls.s [new file with mode: 0644]
test/MC/ARM/armv8.2a-dotprod-a32.s [new file with mode: 0644]
test/MC/ARM/armv8.2a-dotprod-error.s [new file with mode: 0644]
test/MC/ARM/armv8.2a-dotprod-t32.s [new file with mode: 0644]
test/MC/ARM/armv8.3a-js.s [new file with mode: 0644]
test/MC/ARM/basic-arm-instructions-v8.1a.s
test/MC/ARM/basic-arm-instructions-v8.s
test/MC/ARM/basic-arm-instructions.s
test/MC/ARM/basic-thumb2-instructions-v8.s
test/MC/ARM/basic-thumb2-instructions.s
test/MC/ARM/cps.s
test/MC/ARM/d16.s
test/MC/ARM/data-in-code.ll
test/MC/ARM/diagnostics.s
test/MC/ARM/directive-arch-armv7e-m.s [new file with mode: 0644]
test/MC/ARM/directive-arch-armv7em.s [new file with mode: 0644]
test/MC/ARM/directive-arch_extension-fp.s
test/MC/ARM/directive-arch_extension-idiv.s
test/MC/ARM/directive-fpu-instrs.s
test/MC/ARM/directive_parsing.s
test/MC/ARM/dwarf-asm-multiple-sections-dwarf-2.s
test/MC/ARM/dwarf-asm-multiple-sections.s
test/MC/ARM/dwarf-asm-no-code.s
test/MC/ARM/dwarf-asm-nonstandard-section.s
test/MC/ARM/dwarf-asm-single-section.s
test/MC/ARM/dwarf-cfi-initial-state.s
test/MC/ARM/elf-eflags-eabi.s
test/MC/ARM/elf-movt.s
test/MC/ARM/fp-const-errors.s
test/MC/ARM/fullfp16-neg.s
test/MC/ARM/fullfp16-neon-neg.s
test/MC/ARM/implicit-it-generation.s
test/MC/ARM/invalid-fp-armv8.s
test/MC/ARM/invalid-hint-arm.s
test/MC/ARM/invalid-hint-thumb.s
test/MC/ARM/invalid-idiv.s
test/MC/ARM/invalid-neon-v8.s
test/MC/ARM/invalid-special-reg.s
test/MC/ARM/ldr-pseudo-unpredictable.s
test/MC/ARM/ldrd-strd-gnu-arm-bad-imm.s
test/MC/ARM/ldrd-strd-gnu-arm-bad-regs.s [new file with mode: 0644]
test/MC/ARM/ldrd-strd-gnu-bad-inst.s [new file with mode: 0644]
test/MC/ARM/ldrd-strd-gnu-sp.s
test/MC/ARM/ldrd-strd-gnu-thumb-bad-regs.s
test/MC/ARM/ldrd-strd-gnu-thumb.s
test/MC/ARM/lsl-zero-errors.s
test/MC/ARM/mixed-arm-thumb-bl-fixup.ll
test/MC/ARM/negative-immediates-fail.s
test/MC/ARM/negative-immediates-thumb1-fail.s
test/MC/ARM/negative-immediates-thumb1.s
test/MC/ARM/negative-immediates.s
test/MC/ARM/neon-complex.s [new file with mode: 0644]
test/MC/ARM/neon-vld-vst-align.s
test/MC/ARM/not-armv4.s
test/MC/ARM/register-token-source-loc.s [new file with mode: 0644]
test/MC/ARM/single-precision-fp.s
test/MC/ARM/t2-modified-immediate-fixup-error2.s
test/MC/ARM/thumb-add-sub-width.s [new file with mode: 0644]
test/MC/ARM/thumb-branch-errors.s
test/MC/ARM/thumb-diagnostics.s
test/MC/ARM/thumb-mov.s
test/MC/ARM/thumb-not-mclass.s
test/MC/ARM/thumb2-bxj-v8.s
test/MC/ARM/thumb2-bxj.s
test/MC/ARM/thumb2-diagnostics.s
test/MC/ARM/thumb2-dsp-diag.s
test/MC/ARM/thumb2-strd.s
test/MC/ARM/thumbv7m.s
test/MC/ARM/thumbv8m.s
test/MC/ARM/udf-arm-diagnostics.s
test/MC/ARM/udf-thumb-2-diagnostics.s
test/MC/ARM/udf-thumb-diagnostics.s
test/MC/ARM/v8_IT_manual.s
test/MC/ARM/vfp-aliases-diagnostics.s
test/MC/ARM/vfp-aliases.s
test/MC/ARM/vfp4.s
test/MC/ARM/vldm-vstm-diags.s [new file with mode: 0644]
test/MC/ARM/vmov-vmvn-illegal-cases.s
test/MC/ARM/vmrs_vmsr.s [new file with mode: 0644]
test/MC/ARM/vorr-vbic-illegal-cases.s
test/MC/AVR/inst-clr.s
test/MC/AVR/relocations.s
test/MC/AVR/symbol_relocation.s
test/MC/AsmParser/AArch64/directive-parse-err.s
test/MC/AsmParser/Inputs/non-english-characters-comments.s [new file with mode: 0644]
test/MC/AsmParser/Inputs/non-english-characters-section-name.s [new file with mode: 0644]
test/MC/AsmParser/cfi-unknown-register.s [new file with mode: 0644]
test/MC/AsmParser/directive_align.s
test/MC/AsmParser/directive_print.s [new file with mode: 0644]
test/MC/AsmParser/non-english-characters.s [new file with mode: 0644]
test/MC/AsmParser/preserve-comments-crlf.s [new file with mode: 0644]
test/MC/AsmParser/seh-directive-errors.s [new file with mode: 0644]
test/MC/AsmParser/seh-unfinished-frame.s [new file with mode: 0644]
test/MC/BPF/insn-unit-32.s [new file with mode: 0644]
test/MC/BPF/insn-unit.s [new file with mode: 0644]
test/MC/BPF/lit.local.cfg [new file with mode: 0644]
test/MC/COFF/basic-coff-64.s
test/MC/COFF/basic-coff.s
test/MC/COFF/cv-def-range-gap.s
test/MC/COFF/cv-def-range.s
test/MC/COFF/cv-empty-linetable.s
test/MC/COFF/cv-fpo-csrs.s [new file with mode: 0644]
test/MC/COFF/cv-fpo-errors.s [new file with mode: 0644]
test/MC/COFF/cv-fpo-setframe.s [new file with mode: 0644]
test/MC/COFF/cv-inline-linetable-unreachable.s
test/MC/COFF/cv-inline-linetable.s
test/MC/COFF/diff.s
test/MC/COFF/seh-linkonce.s
test/MC/COFF/seh-section-2.s
test/MC/COFF/seh-stackalloc-zero.s
test/MC/COFF/simple-fixups.s
test/MC/COFF/symbol-alias.s
test/MC/COFF/symbol-fragment-offset-64.s
test/MC/COFF/symbol-fragment-offset.s
test/MC/COFF/weak.s
test/MC/Disassembler/AArch64/arm64-advsimd.txt
test/MC/Disassembler/AArch64/armv8.2a-dotprod.txt [new file with mode: 0644]
test/MC/Disassembler/AArch64/armv8.3a-ID_ISAR6_EL1.txt [new file with mode: 0644]
test/MC/Disassembler/AArch64/armv8.3a-complex.txt [new file with mode: 0644]
test/MC/Disassembler/AArch64/armv8.3a-js.txt [new file with mode: 0644]
test/MC/Disassembler/AArch64/armv8.3a-rcpc.txt [new file with mode: 0644]
test/MC/Disassembler/AArch64/armv8.3a-signed-pointer.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/flat_gfx9.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/gfx8_dasm_all.txt
test/MC/Disassembler/AMDGPU/gfx9_dasm_all.txt
test/MC/Disassembler/AMDGPU/mimg_vi.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/sdwa_gfx9.txt
test/MC/Disassembler/AMDGPU/sdwa_vi.txt
test/MC/Disassembler/AMDGPU/trap_gfx9.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/vop1_gfx9.txt
test/MC/Disassembler/AMDGPU/vop2_vi.txt
test/MC/Disassembler/AMDGPU/vop3_gfx9.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/vop3_vi.txt
test/MC/Disassembler/ARC/alu.txt [new file with mode: 0644]
test/MC/Disassembler/ARC/br.txt [new file with mode: 0644]
test/MC/Disassembler/ARC/compact.txt [new file with mode: 0644]
test/MC/Disassembler/ARC/ldst.txt [new file with mode: 0644]
test/MC/Disassembler/ARC/lit.local.cfg [new file with mode: 0644]
test/MC/Disassembler/ARC/misc.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/arm-vmrs_vmsr.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/armv8.2a-dotprod-a32.s [new file with mode: 0644]
test/MC/Disassembler/ARM/armv8.2a-dotprod-t32.s [new file with mode: 0644]
test/MC/Disassembler/ARM/armv8.3a-js-arm.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/armv8.3a-js-thumb.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/neon-complex-arm.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/neon-complex-thumb.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/thumb-vmrs_vmsr.txt [new file with mode: 0644]
test/MC/Disassembler/Hexagon/st.txt
test/MC/Disassembler/Mips/micromips32r3/valid-el.txt
test/MC/Disassembler/Mips/micromips32r3/valid.txt
test/MC/Disassembler/Mips/micromips32r6/valid.txt
test/MC/Disassembler/Mips/micromips64r6/valid.txt [deleted file]
test/MC/Disassembler/Mips/mips32r2/valid-mips32r2-el.txt
test/MC/Disassembler/Mips/mips32r2/valid-mips32r2.txt
test/MC/Disassembler/Mips/mips32r3/valid-mips32r3-el.txt
test/MC/Disassembler/Mips/mips32r3/valid-mips32r3.txt
test/MC/Disassembler/Mips/mips32r5/valid-mips32r5-el.txt
test/MC/Disassembler/Mips/mips32r5/valid-mips32r5.txt
test/MC/Disassembler/Mips/mips32r6/valid-mips32r6-el.txt
test/MC/Disassembler/Mips/mips32r6/valid-mips32r6.txt
test/MC/Disassembler/Mips/mips64r6/valid-mips64r6-el.txt
test/MC/Disassembler/Mips/mips64r6/valid-mips64r6.txt
test/MC/Disassembler/PowerPC/ppc32-extpid-e500.txt [new file with mode: 0644]
test/MC/Disassembler/PowerPC/ppc64-encoding-fp.txt
test/MC/Disassembler/PowerPC/ppc64-encoding.txt
test/MC/Disassembler/X86/avx-512.txt
test/MC/Disassembler/X86/fp-stack.txt
test/MC/Disassembler/X86/gather-novsib.txt [new file with mode: 0644]
test/MC/Disassembler/X86/prefixes-i386.txt [new file with mode: 0644]
test/MC/Disassembler/X86/prefixes-x86_64.txt [new file with mode: 0644]
test/MC/Disassembler/X86/prefixes.txt
test/MC/Disassembler/X86/simple-tests.txt
test/MC/Disassembler/X86/x86-16.txt
test/MC/Disassembler/X86/x86-32.txt
test/MC/Disassembler/X86/x86-64-err.txt [new file with mode: 0644]
test/MC/Disassembler/X86/x86-64.txt
test/MC/ELF/ARM/clang-section.s
test/MC/ELF/basic-elf-32.s
test/MC/ELF/basic-elf-64.s
test/MC/ELF/call-abs.s
test/MC/ELF/cfi-large-model.s
test/MC/ELF/cfi-version.ll
test/MC/ELF/comp-dir.s
test/MC/ELF/compression.s
test/MC/ELF/debug-line.s
test/MC/ELF/debug-line2.s
test/MC/ELF/debug-loc.s
test/MC/ELF/discriminator.s
test/MC/ELF/empty-dwarf-lines.s
test/MC/ELF/fde.s
test/MC/Hexagon/PacketRules/endloop_branches.s
test/MC/Hexagon/align.s
test/MC/Hexagon/double-vector-producer.s
test/MC/Hexagon/hvx-double-implies-hvx.s [new file with mode: 0644]
test/MC/Hexagon/instructions/j.s
test/MC/Hexagon/instructions/st.s
test/MC/Hexagon/new-value-check.s
test/MC/Hexagon/test.s
test/MC/Hexagon/v60-alu.s
test/MC/Hexagon/v60-misc.s
test/MC/Hexagon/v60-permute.s
test/MC/Hexagon/v60-shift.s
test/MC/Hexagon/v60-vcmp.s
test/MC/Hexagon/v60-vmem.s
test/MC/Hexagon/v60-vmpy-acc.s
test/MC/Hexagon/v60-vmpy1.s
test/MC/Hexagon/v60lookup.s
test/MC/Hexagon/v62_all.s
test/MC/Hexagon/v65_all.s [new file with mode: 0644]
test/MC/Hexagon/vpred_defs.s [new file with mode: 0644]
test/MC/Hexagon/vscatter-slot.s [new file with mode: 0644]
test/MC/Hexagon/vtmp_def.s [new file with mode: 0644]
test/MC/MachO/ARM/build-version-diagnostics.s [new file with mode: 0644]
test/MC/MachO/ARM/build-version-encode.s [new file with mode: 0644]
test/MC/MachO/ARM/build-version.s [new file with mode: 0644]
test/MC/MachO/ARM/darwin-ARM-reloc.s
test/MC/MachO/ARM/version-min-diagnostics.s
test/MC/MachO/ARM/version-min-diagnostics2.s
test/MC/MachO/debug_frame.s
test/MC/MachO/diff-with-two-sections.s
test/MC/MachO/file.s
test/MC/MachO/gen-dwarf-cpp.s
test/MC/MachO/gen-dwarf-macro-cpp.s
test/MC/MachO/gen-dwarf-producer.s
test/MC/MachO/gen-dwarf.s
test/MC/MachO/loc.s
test/MC/Mips/cpsetup.s
test/MC/Mips/do_switch1.s
test/MC/Mips/do_switch2.s
test/MC/Mips/do_switch3.s
test/MC/Mips/eh-frame.s
test/MC/Mips/elf-N32.s [new file with mode: 0644]
test/MC/Mips/elf-N64.s
test/MC/Mips/elf-gprel-32-64.s
test/MC/Mips/elf-relsym.s
test/MC/Mips/elf-tls.s
test/MC/Mips/elf_header.s [new file with mode: 0644]
test/MC/Mips/eva/invalid-noeva-wrong-error.s
test/MC/Mips/eva/invalid.s
test/MC/Mips/eva/invalid_R6.s
test/MC/Mips/expansion-j-sym-pic.s
test/MC/Mips/expansion-jal-sym-pic.s
test/MC/Mips/j-macro-insn.s [new file with mode: 0644]
test/MC/Mips/micromips-ase-directive.s [new file with mode: 0644]
test/MC/Mips/micromips-dsp/invalid-wrong-error.s
test/MC/Mips/micromips-neg-offset.s [new file with mode: 0644]
test/MC/Mips/micromips/invalid-wrong-error.s
test/MC/Mips/micromips/valid.s
test/MC/Mips/micromips32r6/invalid-wrong-error.s
test/MC/Mips/micromips32r6/invalid.s
test/MC/Mips/micromips32r6/relocations.s
test/MC/Mips/micromips32r6/valid.s
test/MC/Mips/micromips64r6-unsupported.s [new file with mode: 0644]
test/MC/Mips/micromips64r6/invalid-wrong-error.s [deleted file]
test/MC/Mips/micromips64r6/invalid.s [deleted file]
test/MC/Mips/micromips64r6/relocations.s [deleted file]
test/MC/Mips/micromips64r6/valid.s [deleted file]
test/MC/Mips/mips-jump-delay-slots.s
test/MC/Mips/mips1/invalid-mips2-wrong-error.s
test/MC/Mips/mips1/invalid-mips3-wrong-error.s
test/MC/Mips/mips1/invalid-mips3.s
test/MC/Mips/mips1/invalid-mips4-wrong-error.s
test/MC/Mips/mips1/invalid-mips4.s
test/MC/Mips/mips1/invalid-mips5.s
test/MC/Mips/mips2/invalid-mips3-wrong-error.s
test/MC/Mips/mips2/invalid-mips3.s
test/MC/Mips/mips2/invalid-mips4-wrong-error.s
test/MC/Mips/mips2/invalid-mips4.s
test/MC/Mips/mips32r2/valid.s
test/MC/Mips/mips32r3/valid.s
test/MC/Mips/mips32r5/valid.s
test/MC/Mips/mips32r6/invalid-mips1-wrong-error.s
test/MC/Mips/mips32r6/invalid-mips5-wrong-error.s
test/MC/Mips/mips32r6/invalid.s
test/MC/Mips/mips32r6/relocations.s
test/MC/Mips/mips32r6/valid.s
test/MC/Mips/mips64/invalid-mips64r2.s
test/MC/Mips/mips64extins.s
test/MC/Mips/mips64r2/invalid.s
test/MC/Mips/mips64r2/valid.s
test/MC/Mips/mips64r6/invalid-mips1-wrong-error.s
test/MC/Mips/mips64r6/invalid-mips3-wrong-error.s
test/MC/Mips/mips64r6/invalid.s
test/MC/Mips/mips64r6/relocations.s
test/MC/Mips/mips64r6/valid.s
test/MC/Mips/mips_directives.s
test/MC/Mips/mips_gprel16.s
test/MC/Mips/module-directive-bad.s
test/MC/Mips/msa/invalid.s
test/MC/Mips/mt/invalid.s
test/MC/Mips/r-mips-got-disp.s
test/MC/Mips/reloc-directive.s
test/MC/Mips/set-nodsp.s
test/MC/Mips/target-soft-float.s
test/MC/Mips/xgot.s
test/MC/PowerPC/invalid-instructions-spellcheck.s [new file with mode: 0644]
test/MC/PowerPC/ppc-separator.s [new file with mode: 0644]
test/MC/PowerPC/ppc32-extpid-e500.s [new file with mode: 0644]
test/MC/PowerPC/ppc64-encoding-fp.s
test/MC/PowerPC/ppc64-encoding.s
test/MC/PowerPC/tls-gd-obj.s
test/MC/PowerPC/tls-ie-obj.s
test/MC/PowerPC/tls-ld-obj.s
test/MC/RISCV/elf-header.s [new file with mode: 0644]
test/MC/RISCV/fixups-compressed.s [new file with mode: 0644]
test/MC/RISCV/fixups-diagnostics.s [new file with mode: 0644]
test/MC/RISCV/fixups.s [new file with mode: 0644]
test/MC/RISCV/hilo-constaddr.s [new file with mode: 0644]
test/MC/RISCV/lit.local.cfg [new file with mode: 0644]
test/MC/RISCV/priv-invalid.s [new file with mode: 0644]
test/MC/RISCV/priv-valid.s [new file with mode: 0644]
test/MC/RISCV/relocations.s [new file with mode: 0644]
test/MC/RISCV/rv32a-invalid.s [new file with mode: 0644]
test/MC/RISCV/rv32a-valid.s [new file with mode: 0644]
test/MC/RISCV/rv32c-invalid.s [new file with mode: 0644]
test/MC/RISCV/rv32c-only-valid.s [new file with mode: 0644]
test/MC/RISCV/rv32c-valid.s [new file with mode: 0644]
test/MC/RISCV/rv32d-invalid.s [new file with mode: 0644]
test/MC/RISCV/rv32d-valid.s [new file with mode: 0644]
test/MC/RISCV/rv32dc-invalid.s [new file with mode: 0644]
test/MC/RISCV/rv32dc-valid.s [new file with mode: 0644]
test/MC/RISCV/rv32f-invalid.s [new file with mode: 0644]
test/MC/RISCV/rv32f-valid.s [new file with mode: 0644]
test/MC/RISCV/rv32fc-invalid.s [new file with mode: 0644]
test/MC/RISCV/rv32fc-valid.s [new file with mode: 0644]
test/MC/RISCV/rv32i-aliases-invalid.s [new file with mode: 0644]
test/MC/RISCV/rv32i-aliases-valid.s [new file with mode: 0644]
test/MC/RISCV/rv32i-invalid.s [new file with mode: 0644]
test/MC/RISCV/rv32i-valid.s [new file with mode: 0644]
test/MC/RISCV/rv32m-invalid.s [new file with mode: 0644]
test/MC/RISCV/rv32m-valid.s [new file with mode: 0644]
test/MC/RISCV/rv64a-invalid.s [new file with mode: 0644]
test/MC/RISCV/rv64a-valid.s [new file with mode: 0644]
test/MC/RISCV/rv64c-invalid.s [new file with mode: 0644]
test/MC/RISCV/rv64c-valid.s [new file with mode: 0644]
test/MC/RISCV/rv64d-aliases-valid.s [new file with mode: 0644]
test/MC/RISCV/rv64d-invalid.s [new file with mode: 0644]
test/MC/RISCV/rv64d-valid.s [new file with mode: 0644]
test/MC/RISCV/rv64f-aliases-valid.s [new file with mode: 0644]
test/MC/RISCV/rv64f-invalid.s [new file with mode: 0644]
test/MC/RISCV/rv64f-valid.s [new file with mode: 0644]
test/MC/RISCV/rv64i-aliases-invalid.s [new file with mode: 0644]
test/MC/RISCV/rv64i-aliases-valid.s [new file with mode: 0644]
test/MC/RISCV/rv64i-invalid.s [new file with mode: 0644]
test/MC/RISCV/rv64i-valid.s [new file with mode: 0644]
test/MC/RISCV/rv64m-valid.s [new file with mode: 0644]
test/MC/RISCV/rvd-aliases-valid.s [new file with mode: 0644]
test/MC/RISCV/rvf-aliases-valid.s [new file with mode: 0644]
test/MC/RISCV/rvi-aliases-valid.s [new file with mode: 0644]
test/MC/WebAssembly/array-fill.ll
test/MC/WebAssembly/bss.ll [new file with mode: 0644]
test/MC/WebAssembly/custom-code-section.ll [new file with mode: 0644]
test/MC/WebAssembly/debug-info.ll [new file with mode: 0644]
test/MC/WebAssembly/explicit-sections.ll [new file with mode: 0644]
test/MC/WebAssembly/external-data.ll
test/MC/WebAssembly/external-func-address.ll
test/MC/WebAssembly/func-address.ll
test/MC/WebAssembly/init-fini-array.ll [new file with mode: 0644]
test/MC/WebAssembly/reloc-code.ll
test/MC/WebAssembly/reloc-data.ll
test/MC/WebAssembly/sections.ll
test/MC/WebAssembly/stack-ptr.ll
test/MC/WebAssembly/unnamed-data.ll
test/MC/WebAssembly/visibility.ll [new file with mode: 0644]
test/MC/WebAssembly/weak-alias.ll
test/MC/WebAssembly/weak.ll
test/MC/X86/AES-32.s [new file with mode: 0644]
test/MC/X86/AES-64.s [new file with mode: 0644]
test/MC/X86/AVX-32.s [new file with mode: 0644]
test/MC/X86/AVX-64.s [new file with mode: 0644]
test/MC/X86/AVX2-32.s [new file with mode: 0644]
test/MC/X86/AVX2-64.s [new file with mode: 0644]
test/MC/X86/AVXAES-32.s [new file with mode: 0644]
test/MC/X86/AVXAES-64.s [new file with mode: 0644]
test/MC/X86/BMI1-32.s [new file with mode: 0644]
test/MC/X86/BMI1-64.s [new file with mode: 0644]
test/MC/X86/BMI2-32.s [new file with mode: 0644]
test/MC/X86/BMI2-64.s [new file with mode: 0644]
test/MC/X86/FMA-32.s [new file with mode: 0644]
test/MC/X86/FMA-64.s [new file with mode: 0644]
test/MC/X86/Inputs/crlf.s [new file with mode: 0644]
test/MC/X86/X87-32.s [new file with mode: 0755]
test/MC/X86/X87-64.s [new file with mode: 0755]
test/MC/X86/avx512-err.s
test/MC/X86/avx512bitalg-encoding.s [new file with mode: 0644]
test/MC/X86/avx512gfni-encoding.s [new file with mode: 0644]
test/MC/X86/avx512vaes-encoding.s [new file with mode: 0644]
test/MC/X86/avx512vbmi2-encoding.s [new file with mode: 0644]
test/MC/X86/avx512vbmi2vl-encoding.s [new file with mode: 0644]
test/MC/X86/avx512vl_bitalg-encoding.s [new file with mode: 0644]
test/MC/X86/avx512vl_gfni-encoding.s [new file with mode: 0644]
test/MC/X86/avx512vl_vaes-encoding.s [new file with mode: 0644]
test/MC/X86/avx512vl_vnni-encoding.s [new file with mode: 0644]
test/MC/X86/avx512vlvpclmul.s [new file with mode: 0644]
test/MC/X86/avx512vnni-encoding.s [new file with mode: 0644]
test/MC/X86/avx512vpclmul.s [new file with mode: 0644]
test/MC/X86/avx_vaes-encoding.s [new file with mode: 0644]
test/MC/X86/cet-encoding.s [new file with mode: 0644]
test/MC/X86/cfi-scope-errors.s [new file with mode: 0644]
test/MC/X86/compact-unwind.s
test/MC/X86/crlf.test [new file with mode: 0644]
test/MC/X86/gather.s [new file with mode: 0644]
test/MC/X86/gfni-encoding.s [new file with mode: 0644]
test/MC/X86/gnux32-dwarf-gen.s
test/MC/X86/i386-darwin-frame-register.ll
test/MC/X86/intel-syntax-avx512-error.s [new file with mode: 0644]
test/MC/X86/intel-syntax-bitwise-ops.s
test/MC/X86/intel-syntax-encoding.s
test/MC/X86/intel-syntax-error.s
test/MC/X86/intel-syntax-invalid-scale.s
test/MC/X86/intel-syntax-var-offset.ll [new file with mode: 0644]
test/MC/X86/intel-syntax.s
test/MC/X86/vpclmulqdq.s [new file with mode: 0644]
test/MC/X86/x86-16.s
test/MC/X86/x86-32-coverage.s
test/MC/X86/x86-32.s
test/MC/X86/x86-64.s
test/MC/X86/x86-GCC-inline-asm-Y-constraints.ll [new file with mode: 0644]
test/MC/X86/x86_64-encoding.s
test/MC/X86/x86_long_nop.s
test/Object/AMDGPU/elf-definitions.yaml [deleted file]
test/Object/AMDGPU/elf32-r600-definitions.yaml [new file with mode: 0644]
test/Object/AMDGPU/elf64-amdgcn-amdhsa-definitions.yaml [new file with mode: 0644]
test/Object/AMDGPU/elf64-amdgcn-amdpal-definitions.yaml [new file with mode: 0644]
test/Object/AMDGPU/elf64-amdgcn-mesa3d-definitions.yaml [new file with mode: 0644]
test/Object/AMDGPU/elf64-relocs.yaml
test/Object/AMDGPU/objdump.s
test/Object/Inputs/WASM/missing-version.wasm [new file with mode: 0644]
test/Object/Inputs/invalid-buffer.elf [new file with mode: 0644]
test/Object/Inputs/invalid-coff-header-too-small [new file with mode: 0644]
test/Object/Inputs/invalid-phdr.elf [new file with mode: 0644]
test/Object/Inputs/macho-invalid-dylib-cmdsize-past-eof [new file with mode: 0644]
test/Object/Inputs/trivial-object-test.coff-arm64 [new file with mode: 0644]
test/Object/Inputs/trivial-object-test.coff-armnt [new file with mode: 0644]
test/Object/Mips/reloc-visit.test
test/Object/RISCV/elf-flags.yaml [new file with mode: 0644]
test/Object/RISCV/lit.local.cfg [new file with mode: 0644]
test/Object/X86/irsymtab.ll
test/Object/X86/obj2yaml-dup-section-name.s [new file with mode: 0644]
test/Object/X86/obj2yaml-dup-symbol-name.s [new file with mode: 0644]
test/Object/archive-GNU64-write.test [new file with mode: 0644]
test/Object/archive-delete.test
test/Object/archive-extract.test
test/Object/archive-move.test
test/Object/archive-symtab.test
test/Object/archive-thin-paths.test
test/Object/archive-update.test
test/Object/directory.ll
test/Object/elf-invalid-phdr.test [new file with mode: 0644]
test/Object/invalid-alignment.test [new file with mode: 0644]
test/Object/invalid.test
test/Object/macho-invalid.test
test/Object/nm-archive.test
test/Object/nm-trivial-object.test
test/Object/obj2yaml.test
test/Object/objdump-relocations.test
test/Object/wasm-missing-version.test [new file with mode: 0644]
test/Object/yaml2obj-invalid.yaml [new file with mode: 0644]
test/ObjectYAML/CodeView/guid.yaml [deleted file]
test/ObjectYAML/CodeView/sections.yaml [new file with mode: 0644]
test/ObjectYAML/ELF/shf-compressed.yaml [new file with mode: 0644]
test/ObjectYAML/wasm/data_section.yaml
test/ObjectYAML/wasm/elem_section.yaml
test/ObjectYAML/wasm/export_section.yaml
test/ObjectYAML/wasm/import_section.yaml
test/ObjectYAML/wasm/invalid_export.yaml [new file with mode: 0644]
test/ObjectYAML/wasm/linking_section.yaml [new file with mode: 0644]
test/ObjectYAML/wasm/memory_section.yaml
test/ObjectYAML/wasm/table_section.yaml
test/ObjectYAML/wasm/weak_symbols.yaml
test/Other/Inputs/new-pm-pgo.prof [new file with mode: 0644]
test/Other/Inputs/new-pm-pgo.proftext [new file with mode: 0644]
test/Other/can-execute.txt
test/Other/cgscc-disconnected-invalidation.ll [new file with mode: 0644]
test/Other/cgscc-libcall-update.ll
test/Other/invariant.group.barrier.ll
test/Other/lit-globbing.ll
test/Other/loop-pass-printer.ll [new file with mode: 0644]
test/Other/loop-pm-invalidation.ll
test/Other/new-pass-manager.ll
test/Other/new-pm-defaults.ll
test/Other/new-pm-lto-defaults.ll
test/Other/new-pm-pgo.ll [new file with mode: 0644]
test/Other/new-pm-thinlto-defaults.ll
test/Other/pass-pipelines.ll
test/Other/print-module-scope.ll [new file with mode: 0644]
test/SafepointIRVerifier/use-derived-unrelocated.ll [new file with mode: 0644]
test/TableGen/AllowDuplicateRegisterNames.td [new file with mode: 0644]
test/TableGen/ConcatenatedSubregs.td [new file with mode: 0644]
test/TableGen/GlobalISelEmitter.td
test/TableGen/HwModeSelect.td [new file with mode: 0644]
test/TableGen/intrinsic-struct.td [new file with mode: 0644]
test/TableGen/intrinsic-varargs.td
test/ThinLTO/X86/Inputs/cache-icall.ll [new file with mode: 0644]
test/ThinLTO/X86/Inputs/crash_debuginfo.ll
test/ThinLTO/X86/Inputs/distributed_import.ll
test/ThinLTO/X86/Inputs/distributed_indexes.ll
test/ThinLTO/X86/Inputs/personality-local.ll [new file with mode: 0644]
test/ThinLTO/X86/Inputs/personality.ll [new file with mode: 0644]
test/ThinLTO/X86/alias_import.ll
test/ThinLTO/X86/cache-icall.ll [new file with mode: 0644]
test/ThinLTO/X86/crash_debuginfo.ll
test/ThinLTO/X86/deadstrip.ll
test/ThinLTO/X86/debuginfo-compositetype-import.ll
test/ThinLTO/X86/debuginfo-cu-import.ll
test/ThinLTO/X86/diagnostic-handler-remarks-with-hotness.ll
test/ThinLTO/X86/diagnostic-handler-remarks.ll
test/ThinLTO/X86/dicompositetype-unique.ll
test/ThinLTO/X86/distributed_import.ll
test/ThinLTO/X86/distributed_indexes.ll
test/ThinLTO/X86/empty-module.ll [new file with mode: 0644]
test/ThinLTO/X86/funcimport.ll
test/ThinLTO/X86/funcimport2.ll
test/ThinLTO/X86/internalize.ll
test/ThinLTO/X86/lazyload_metadata.ll
test/ThinLTO/X86/local_name_conflict.ll
test/ThinLTO/X86/module_asm2.ll
test/ThinLTO/X86/module_asm_glob.ll
test/ThinLTO/X86/personality-local.ll [new file with mode: 0644]
test/ThinLTO/X86/personality.ll [new file with mode: 0644]
test/ThinLTO/X86/prefix_replace.ll
test/ThinLTO/X86/reference_non_importable.ll
test/ThinLTO/X86/select_right_alias_definition.ll [deleted file]
test/Transforms/ADCE/2017-08-21-DomTree-deletions.ll [new file with mode: 0644]
test/Transforms/ADCE/debug-info-intrinsic.ll
test/Transforms/ADCE/domtree-DoubleDeletion.ll [new file with mode: 0644]
test/Transforms/ADCE/unreachable.ll [new file with mode: 0644]
test/Transforms/ArgumentPromotion/pr33641_remove_arg_dbgvalue.ll
test/Transforms/BDCE/dbg-multipleuses.ll
test/Transforms/BDCE/dead-void-ro.ll [new file with mode: 0644]
test/Transforms/BDCE/pr26587.ll
test/Transforms/CallSiteSplitting/callsite-split-debug.ll [new file with mode: 0644]
test/Transforms/CallSiteSplitting/callsite-split-or-phi.ll [new file with mode: 0644]
test/Transforms/CallSiteSplitting/callsite-split.ll [new file with mode: 0644]
test/Transforms/CalledValuePropagation/simple-arguments.ll [new file with mode: 0644]
test/Transforms/CalledValuePropagation/simple-memory.ll [new file with mode: 0644]
test/Transforms/CalledValuePropagation/simple-select.ll [new file with mode: 0644]
test/Transforms/CodeExtractor/PartialInlineDebug.ll [new file with mode: 0644]
test/Transforms/CodeExtractor/PartialInlineNoInline.ll [new file with mode: 0644]
test/Transforms/CodeExtractor/PartialInlinePGOMultiRegion.ll [new file with mode: 0644]
test/Transforms/CodeExtractor/PartialInlinePGORegion.ll [new file with mode: 0644]
test/Transforms/CodeExtractor/PartialInlineVarArg.ll [new file with mode: 0644]
test/Transforms/CodeExtractor/PartialInlineVarArgsDebug.ll [new file with mode: 0644]
test/Transforms/CodeExtractor/live_shrink_hoist.ll
test/Transforms/CodeGenPrepare/AArch64/free-zext.ll
test/Transforms/CodeGenPrepare/ARM/sink-addrmode.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/Mips/lit.local.cfg [new file with mode: 0644]
test/Transforms/CodeGenPrepare/Mips/pr35209.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/NVPTX/bypass-slow-div.ll
test/Transforms/CodeGenPrepare/X86/memcmp.ll [deleted file]
test/Transforms/CodeGenPrepare/X86/pr35658.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/X86/sink-addrmode-base.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/X86/sink-addrmode.ll
test/Transforms/CodeGenPrepare/gep-unmerging.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/invariant.group.ll
test/Transforms/CodeGenPrepare/statepoint-relocate.ll
test/Transforms/ConstantHoisting/X86/dbg-dominatingblock.ll [new file with mode: 0644]
test/Transforms/ConstantHoisting/X86/dbg-samebasicblock.ll [new file with mode: 0644]
test/Transforms/ConstantMerge/merge-dbg.ll
test/Transforms/Coroutines/coro-spill-corobegin.ll [new file with mode: 0644]
test/Transforms/Coroutines/coro-split-dbg.ll
test/Transforms/Coroutines/coro-split-musttail.ll [new file with mode: 0644]
test/Transforms/CorrelatedValuePropagation/add.ll
test/Transforms/CorrelatedValuePropagation/ashr.ll
test/Transforms/CorrelatedValuePropagation/overflows.ll [new file with mode: 0644]
test/Transforms/CorrelatedValuePropagation/range.ll
test/Transforms/CorrelatedValuePropagation/sdiv.ll
test/Transforms/CorrelatedValuePropagation/srem.ll
test/Transforms/CountingFunctionInserter/mcount.ll [deleted file]
test/Transforms/CrossDSOCFI/thumb.ll [new file with mode: 0644]
test/Transforms/DCE/calls-errno.ll
test/Transforms/DCE/int_sideeffect.ll [new file with mode: 0644]
test/Transforms/DeadArgElim/2010-04-30-DbgInfo.ll
test/Transforms/DeadArgElim/dbginfo.ll
test/Transforms/DeadStoreElimination/PartialStore.ll
test/Transforms/DeadStoreElimination/combined-partial-overwrites.ll
test/Transforms/DeadStoreElimination/inst-limits.ll
test/Transforms/DeadStoreElimination/int_sideeffect.ll [new file with mode: 0644]
test/Transforms/DeadStoreElimination/mda-with-dbg-values.ll [new file with mode: 0644]
test/Transforms/DeadStoreElimination/merge-stores-big-endian.ll [new file with mode: 0644]
test/Transforms/DeadStoreElimination/merge-stores.ll [new file with mode: 0644]
test/Transforms/DivRemPairs/PowerPC/div-rem-pairs.ll [new file with mode: 0644]
test/Transforms/DivRemPairs/PowerPC/lit.local.cfg [new file with mode: 0644]
test/Transforms/DivRemPairs/X86/div-rem-pairs.ll [new file with mode: 0644]
test/Transforms/DivRemPairs/X86/lit.local.cfg [copied from test/LibDriver/lit.local.cfg with 100% similarity]
test/Transforms/EarlyCSE/commute.ll
test/Transforms/EarlyCSE/int_sideeffect.ll [new file with mode: 0644]
test/Transforms/EntryExitInstrumenter/debug-info.ll [new file with mode: 0644]
test/Transforms/EntryExitInstrumenter/mcount.ll [new file with mode: 0644]
test/Transforms/ExpandMemCmp/X86/lit.local.cfg [copied from test/LibDriver/lit.local.cfg with 100% similarity]
test/Transforms/ExpandMemCmp/X86/memcmp.ll [new file with mode: 0644]
test/Transforms/FunctionAttrs/int_sideeffect.ll [new file with mode: 0644]
test/Transforms/FunctionAttrs/nonnull.ll
test/Transforms/FunctionImport/Inputs/funcimport_var2.ll [new file with mode: 0644]
test/Transforms/FunctionImport/funcimport.ll
test/Transforms/FunctionImport/funcimport_var.ll [new file with mode: 0644]
test/Transforms/GCOVProfiling/function-numbering.ll
test/Transforms/GCOVProfiling/global-ctor.ll
test/Transforms/GCOVProfiling/linezero.ll
test/Transforms/GCOVProfiling/linkagename.ll
test/Transforms/GCOVProfiling/return-block.ll
test/Transforms/GCOVProfiling/three-element-mdnode.ll
test/Transforms/GCOVProfiling/version.ll
test/Transforms/GVN/PRE/2017-10-16-LoadPRECrash.ll [new file with mode: 0644]
test/Transforms/GVN/PRE/local-pre.ll
test/Transforms/GVN/PRE/phi-translate-2.ll [new file with mode: 0644]
test/Transforms/GVN/PRE/pre-gep-load.ll
test/Transforms/GVN/PRE/pre-jt-add.ll [new file with mode: 0644]
test/Transforms/GVN/PRE/pre-load-guards.ll [new file with mode: 0644]
test/Transforms/GVN/PRE/pre-load-implicit-cf-updates.ll [new file with mode: 0644]
test/Transforms/GVN/PRE/pre-load.ll
test/Transforms/GVN/PRE/pre-poison-add.ll [new file with mode: 0644]
test/Transforms/GVN/int_sideeffect.ll [new file with mode: 0644]
test/Transforms/GVN/invariant.group.ll
test/Transforms/GVN/no_speculative_loads_with_asan.ll
test/Transforms/GVN/opt-remarks.ll
test/Transforms/GVN/pr34908.ll [new file with mode: 0644]
test/Transforms/GVNHoist/hoist-more-than-two-branches.ll [new file with mode: 0644]
test/Transforms/GVNHoist/hoist-mssa.ll
test/Transforms/GVNHoist/hoist-newgvn.ll [new file with mode: 0644]
test/Transforms/GVNHoist/hoist-pr20242.ll
test/Transforms/GVNHoist/hoist-pr28933.ll
test/Transforms/GVNHoist/hoist-recursive-geps.ll
test/Transforms/GVNHoist/hoist.ll
test/Transforms/GVNHoist/infinite-loop-direct.ll [new file with mode: 0644]
test/Transforms/GVNHoist/infinite-loop-indirect.ll [new file with mode: 0644]
test/Transforms/GVNHoist/int_sideeffect.ll [new file with mode: 0644]
test/Transforms/GVNHoist/pr35222-hoist-load.ll [new file with mode: 0644]
test/Transforms/GVNSink/int_sideeffect.ll [new file with mode: 0644]
test/Transforms/GlobalMerge/debug-info.ll
test/Transforms/GlobalOpt/2009-03-05-dbg.ll
test/Transforms/GlobalOpt/int_sideeffect.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/integer-bool-dwarf.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/localize-constexpr-debuginfo.ll
test/Transforms/GlobalOpt/shrink-address-to-bool.ll [new file with mode: 0644]
test/Transforms/IRCE/add-metadata-pre-post-loops.ll
test/Transforms/IRCE/bad_expander.ll [new file with mode: 0644]
test/Transforms/IRCE/clamp.ll [new file with mode: 0644]
test/Transforms/IRCE/correct-loop-info.ll
test/Transforms/IRCE/empty_ranges.ll [new file with mode: 0644]
test/Transforms/IRCE/eq_ne.ll
test/Transforms/IRCE/only-lower-check.ll
test/Transforms/IRCE/only-upper-check.ll
test/Transforms/IRCE/range_intersect_miscompile.ll [new file with mode: 0644]
test/Transforms/IRCE/ranges_of_different_types.ll [new file with mode: 0644]
test/Transforms/IRCE/single-access-no-preloop.ll
test/Transforms/IRCE/single-access-with-preloop.ll
test/Transforms/IRCE/stride_more_than_1.ll [new file with mode: 0644]
test/Transforms/IRCE/unsigned_comparisons_ugt.ll [new file with mode: 0644]
test/Transforms/IRCE/unsigned_comparisons_ult.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/constant-fold.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/eliminate-rem.ll
test/Transforms/IndVarSimplify/loop-invariant-conditions.ll
test/Transforms/IndVarSimplify/pr35406.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/replace-iv-with-loop-invariant.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/replace-srem-by-urem.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/scev-phi-debug-info.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/scevexpander-phi-base-case.ll [new file with mode: 0644]
test/Transforms/InferAddressSpaces/AMDGPU/infer-addrspacecast.ll
test/Transforms/Inline/AArch64/logical-and-or.ll [new file with mode: 0644]
test/Transforms/Inline/AArch64/phi.ll [new file with mode: 0644]
test/Transforms/Inline/AArch64/select.ll [new file with mode: 0644]
test/Transforms/Inline/AMDGPU/inline-target-cpu.ll [new file with mode: 0644]
test/Transforms/Inline/AMDGPU/lit.local.cfg [new file with mode: 0644]
test/Transforms/Inline/alloca-dbgdeclare.ll
test/Transforms/Inline/attributes.ll
test/Transforms/Inline/cgscc-cycle.ll [new file with mode: 0644]
test/Transforms/Inline/ignore-debug-info.ll
test/Transforms/Inline/inline-cold-callsite-samplepgo.ll [new file with mode: 0644]
test/Transforms/Inline/inline-tail.ll
test/Transforms/Inline/inline_dbg_declare.ll
test/Transforms/Inline/label-annotation.ll [new file with mode: 0644]
test/Transforms/Inline/last-call-bonus.ll
test/Transforms/Inline/last-call-no-bonus.ll [new file with mode: 0644]
test/Transforms/Inline/local-as-metadata-undominated-use.ll
test/Transforms/Inline/optimization-remarks-hotness-threshold.ll [new file with mode: 0644]
test/Transforms/Inline/optimization-remarks-passed-yaml.ll
test/Transforms/Inline/optimization-remarks-with-hotness.ll
test/Transforms/Inline/optimization-remarks-yaml.ll
test/Transforms/Inline/optimization-remarks.ll
test/Transforms/Inline/pr26698.ll
test/Transforms/Inline/recursive.ll
test/Transforms/Inline/redundant-loads.ll [new file with mode: 0644]
test/Transforms/Inline/vector-no-bonus.ll [new file with mode: 0644]
test/Transforms/InstCombine/2007-01-14-FcmpSelf.ll [deleted file]
test/Transforms/InstCombine/2010-11-01-lshr-mask.ll
test/Transforms/InstCombine/2011-05-28-swapmulsub.ll
test/Transforms/InstCombine/AMDGPU/amdgcn-intrinsics.ll
test/Transforms/InstCombine/X86/x86-bmi-tbm.ll [new file with mode: 0644]
test/Transforms/InstCombine/X86/x86-pshufb.ll
test/Transforms/InstCombine/X86/x86-vperm2.ll [deleted file]
test/Transforms/InstCombine/abs-1.ll
test/Transforms/InstCombine/add.ll
test/Transforms/InstCombine/add2.ll
test/Transforms/InstCombine/alloca-cast-debuginfo.ll [new file with mode: 0644]
test/Transforms/InstCombine/and-fcmp.ll
test/Transforms/InstCombine/and-or.ll
test/Transforms/InstCombine/and2.ll
test/Transforms/InstCombine/bit-checks.ll
test/Transforms/InstCombine/branch.ll
test/Transforms/InstCombine/broadcast.ll
test/Transforms/InstCombine/bswap.ll
test/Transforms/InstCombine/cabs-array.ll [new file with mode: 0644]
test/Transforms/InstCombine/cabs-discrete.ll [new file with mode: 0644]
test/Transforms/InstCombine/cast-call-combine-prof.ll
test/Transforms/InstCombine/cast-int-fcmp-eq-0.ll
test/Transforms/InstCombine/cast.ll
test/Transforms/InstCombine/clamp-to-minmax.ll
test/Transforms/InstCombine/compare-signs.ll
test/Transforms/InstCombine/constant-fold-libfunc.ll
test/Transforms/InstCombine/convergent.ll
test/Transforms/InstCombine/ctpop.ll
test/Transforms/InstCombine/debuginfo-dce.ll
test/Transforms/InstCombine/debuginfo-dce2.ll [new file with mode: 0644]
test/Transforms/InstCombine/debuginfo-skip.ll
test/Transforms/InstCombine/debuginfo.ll
test/Transforms/InstCombine/debuginfo_add.ll [new file with mode: 0644]
test/Transforms/InstCombine/div.ll
test/Transforms/InstCombine/err-rep-cold.ll
test/Transforms/InstCombine/fabs-libcall.ll
test/Transforms/InstCombine/fabs.ll
test/Transforms/InstCombine/fcmp-special.ll
test/Transforms/InstCombine/ffs-1.ll
test/Transforms/InstCombine/float-shrink-compare.ll
test/Transforms/InstCombine/fls.ll
test/Transforms/InstCombine/fma.ll
test/Transforms/InstCombine/fmul.ll
test/Transforms/InstCombine/gep-vector.ll
test/Transforms/InstCombine/getelementptr.ll
test/Transforms/InstCombine/icmp-add.ll
test/Transforms/InstCombine/icmp-shr-lt-gt.ll [new file with mode: 0644]
test/Transforms/InstCombine/icmp-shr.ll
test/Transforms/InstCombine/icmp.ll
test/Transforms/InstCombine/int_sideeffect.ll [new file with mode: 0644]
test/Transforms/InstCombine/intptr1.ll [new file with mode: 0644]
test/Transforms/InstCombine/intptr2.ll [new file with mode: 0644]
test/Transforms/InstCombine/intptr3.ll [new file with mode: 0644]
test/Transforms/InstCombine/intptr4.ll [new file with mode: 0644]
test/Transforms/InstCombine/intptr5.ll [new file with mode: 0644]
test/Transforms/InstCombine/intptr6.ll [new file with mode: 0644]
test/Transforms/InstCombine/intptr7.ll [new file with mode: 0644]
test/Transforms/InstCombine/intrinsics.ll
test/Transforms/InstCombine/lifetime-asan.ll
test/Transforms/InstCombine/lifetime.ll
test/Transforms/InstCombine/load-bitcast-select.ll [new file with mode: 0644]
test/Transforms/InstCombine/logical-select.ll
test/Transforms/InstCombine/lshr.ll
test/Transforms/InstCombine/memcmp-constant-fold.ll [new file with mode: 0644]
test/Transforms/InstCombine/memcpy-1.ll
test/Transforms/InstCombine/memcpy-2.ll
test/Transforms/InstCombine/memcpy-addrspace.ll
test/Transforms/InstCombine/memcpy-from-global.ll
test/Transforms/InstCombine/memcpy-to-load.ll
test/Transforms/InstCombine/memcpy.ll
test/Transforms/InstCombine/minmax-fold.ll
test/Transforms/InstCombine/multiple-uses-load-bitcast-select.ll [new file with mode: 0644]
test/Transforms/InstCombine/non-integral-pointers.ll
test/Transforms/InstCombine/or-fcmp.ll
test/Transforms/InstCombine/or-shifted-masks.ll [new file with mode: 0644]
test/Transforms/InstCombine/or.ll
test/Transforms/InstCombine/out-of-bounds-indexes.ll [new file with mode: 0644]
test/Transforms/InstCombine/phi-select-constant.ll
test/Transforms/InstCombine/pow-1.ll
test/Transforms/InstCombine/pow-sqrt.ll
test/Transforms/InstCombine/pr17827.ll
test/Transforms/InstCombine/pr27236.ll
test/Transforms/InstCombine/pr28725.ll [new file with mode: 0644]
test/Transforms/InstCombine/pr33765.ll
test/Transforms/InstCombine/pr34349.ll [new file with mode: 0644]
test/Transforms/InstCombine/pr34627.ll [new file with mode: 0644]
test/Transforms/InstCombine/pr35515.ll [new file with mode: 0644]
test/Transforms/InstCombine/printf-1.ll
test/Transforms/InstCombine/rem.ll
test/Transforms/InstCombine/rotate.ll [new file with mode: 0644]
test/Transforms/InstCombine/select-bitext-bitwise-ops.ll [new file with mode: 0644]
test/Transforms/InstCombine/select-cmp-br.ll
test/Transforms/InstCombine/select-cmpxchg.ll [new file with mode: 0644]
test/Transforms/InstCombine/select-extractelement.ll
test/Transforms/InstCombine/select-with-bitwise-ops.ll
test/Transforms/InstCombine/select.ll
test/Transforms/InstCombine/select_arithmetic.ll [new file with mode: 0644]
test/Transforms/InstCombine/select_meta.ll
test/Transforms/InstCombine/set.ll
test/Transforms/InstCombine/shift-sra.ll
test/Transforms/InstCombine/shift.ll
test/Transforms/InstCombine/store-load-unaliased-gep.ll [new file with mode: 0644]
test/Transforms/InstCombine/store.ll
test/Transforms/InstCombine/strcpy_chk-64.ll
test/Transforms/InstCombine/strlen-1.ll
test/Transforms/InstCombine/strncmp-wrong-datalayout.ll [new file with mode: 0644]
test/Transforms/InstCombine/sub.ll
test/Transforms/InstCombine/trunc-binop-ext.ll [new file with mode: 0644]
test/Transforms/InstCombine/trunc.ll
test/Transforms/InstCombine/udiv_select_to_select_shift.ll
test/Transforms/InstCombine/udivrem-change-width.ll
test/Transforms/InstCombine/vec_demanded_elts.ll
test/Transforms/InstCombine/vec_phi_extract.ll
test/Transforms/InstCombine/vector-casts.ll
test/Transforms/InstCombine/vector_insertelt_shuffle.ll
test/Transforms/InstCombine/wcslen-1.ll
test/Transforms/InstCombine/wcslen-2.ll
test/Transforms/InstCombine/wcslen-3.ll
test/Transforms/InstCombine/wcslen-4.ll [new file with mode: 0644]
test/Transforms/InstCombine/xor.ll
test/Transforms/InstCombine/zext-bool-add-sub.ll
test/Transforms/InstSimplify/2011-09-05-InsertExtractValue.ll
test/Transforms/InstSimplify/call.ll
test/Transforms/InstSimplify/compare.ll
test/Transforms/InstSimplify/div.ll
test/Transforms/InstSimplify/exact-nsw-nuw.ll
test/Transforms/InstSimplify/floating-point-compare.ll
test/Transforms/InstSimplify/icmp-constant.ll
test/Transforms/InstSimplify/insertelement.ll [new file with mode: 0644]
test/Transforms/InstSimplify/logic-of-fcmps.ll [new file with mode: 0644]
test/Transforms/InstSimplify/pr28725.ll
test/Transforms/InstSimplify/rem.ll
test/Transforms/InstSimplify/select.ll
test/Transforms/InstSimplify/signed-div-rem.ll [new file with mode: 0644]
test/Transforms/InstSimplify/vector_gep.ll
test/Transforms/InterleavedAccess/X86/interleaved-accesses-64bits-avx.ll
test/Transforms/InterleavedAccess/X86/interleavedLoad.ll [new file with mode: 0644]
test/Transforms/InterleavedAccess/X86/interleavedStore.ll
test/Transforms/JumpThreading/basic.ll
test/Transforms/JumpThreading/static-profile.ll
test/Transforms/JumpThreading/threading_prof1.ll [new file with mode: 0644]
test/Transforms/JumpThreading/threading_prof2.ll [new file with mode: 0644]
test/Transforms/LICM/debug-value.ll
test/Transforms/LICM/int_sideeffect.ll [new file with mode: 0644]
test/Transforms/LICM/loopsink.ll
test/Transforms/LICM/pr35342.ll [new file with mode: 0644]
test/Transforms/LICM/sink-foldable.ll [new file with mode: 0644]
test/Transforms/LICM/sinking.ll
test/Transforms/LoadStoreVectorizer/AMDGPU/merge-stores.ll
test/Transforms/LoadStoreVectorizer/X86/merge-tbaa.ll [new file with mode: 0644]
test/Transforms/LoadStoreVectorizer/X86/non-byte-size.ll [new file with mode: 0644]
test/Transforms/LoadStoreVectorizer/int_sideeffect.ll [new file with mode: 0644]
test/Transforms/LoopDeletion/2017-07-11-incremental-dt.ll [new file with mode: 0644]
test/Transforms/LoopIdiom/basic.ll
test/Transforms/LoopIdiom/debug-line.ll
test/Transforms/LoopIdiom/int_sideeffect.ll [new file with mode: 0644]
test/Transforms/LoopInterchange/call-instructions.ll [new file with mode: 0644]
test/Transforms/LoopInterchange/interchange-flow-dep-outer.ll
test/Transforms/LoopInterchange/interchange-insts-between-indvar.ll [new file with mode: 0644]
test/Transforms/LoopInterchange/not-interchanged-tightly-nested.ll
test/Transforms/LoopInterchange/phi-ordering.ll [new file with mode: 0644]
test/Transforms/LoopPredication/basic.ll
test/Transforms/LoopPredication/nested.ll
test/Transforms/LoopPredication/reverse.ll [new file with mode: 0644]
test/Transforms/LoopPredication/visited.ll
test/Transforms/LoopPredication/widened.ll [new file with mode: 0644]
test/Transforms/LoopReroll/reroll_with_dbg.ll
test/Transforms/LoopRotate/dbg-value-duplicates.ll [new file with mode: 0644]
test/Transforms/LoopRotate/dbgvalue.ll
test/Transforms/LoopRotate/phi-dbgvalue.ll
test/Transforms/LoopRotate/pr35210.ll [new file with mode: 0644]
test/Transforms/LoopRotate/vect.omp.persistence.ll [new file with mode: 0644]
test/Transforms/LoopSimplify/dbg-loc.ll
test/Transforms/LoopSimplify/pr33494.ll [new file with mode: 0644]
test/Transforms/LoopSimplify/preserve-scev.ll
test/Transforms/LoopStrengthReduce/AMDGPU/atomics.ll
test/Transforms/LoopStrengthReduce/X86/2008-08-14-ShadowIV.ll
test/Transforms/LoopStrengthReduce/X86/canonical.ll
test/Transforms/LoopStrengthReduce/X86/ivchain-X86.ll
test/Transforms/LoopStrengthReduce/X86/lsr-expand-quadratic.ll
test/Transforms/LoopStrengthReduce/X86/lsr-insns-1.ll
test/Transforms/LoopStrengthReduce/X86/lsr-insns-2.ll
test/Transforms/LoopStrengthReduce/X86/nested-loop.ll
test/Transforms/LoopStrengthReduce/illegal-addr-modes.ll [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/pr12018.ll
test/Transforms/LoopStrengthReduce/pr27056.ll
test/Transforms/LoopStrengthReduce/sext-ind-var.ll
test/Transforms/LoopUnroll/ARM/lit.local.cfg [new file with mode: 0644]
test/Transforms/LoopUnroll/ARM/loop-unrolling.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/ARM/multi-blocks.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/PowerPC/p8-unrolling-legalize-vectors.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/X86/store_cost.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/basic.ll
test/Transforms/LoopUnroll/debug-info.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/full-unroll-heuristics.ll
test/Transforms/LoopUnroll/loop-remarks.ll
test/Transforms/LoopUnroll/partial-unroll-const-bounds.ll
test/Transforms/LoopUnroll/peel-loop-pgo.ll
test/Transforms/LoopUnroll/pr33437.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/revisit.ll
test/Transforms/LoopUnroll/runtime-loop-multiple-exits.ll
test/Transforms/LoopUnroll/runtime-loop.ll
test/Transforms/LoopUnroll/runtime-loop1.ll
test/Transforms/LoopUnroll/runtime-loop2.ll
test/Transforms/LoopUnroll/runtime-loop3.ll
test/Transforms/LoopUnroll/runtime-loop5.ll
test/Transforms/LoopUnroll/runtime-multiexit-heuristic.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/runtime-unroll-remainder.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/unloop.ll
test/Transforms/LoopUnroll/unroll-loop-invalidation.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/update-loop-info-in-subloops.ll
test/Transforms/LoopUnswitch/unswitch-equality-undef.ll [new file with mode: 0644]
test/Transforms/LoopUnswitch/unswitch-select.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/AArch64/aarch64-predication.ll
test/Transforms/LoopVectorize/AArch64/predication_costs.ll
test/Transforms/LoopVectorize/AMDGPU/divergent-runtime-check.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/SystemZ/load-store-scalarization-cost.ll
test/Transforms/LoopVectorize/X86/already-vectorized.ll
test/Transforms/LoopVectorize/X86/consecutive-ptr-cg-bug.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/float-induction-x86.ll
test/Transforms/LoopVectorize/X86/metadata-enable.ll
test/Transforms/LoopVectorize/X86/pr34438.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/reduction-small-size.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/reg-usage.ll
test/Transforms/LoopVectorize/X86/vector_max_bandwidth.ll
test/Transforms/LoopVectorize/X86/vectorization-remarks-loopid-dbg.ll
test/Transforms/LoopVectorize/X86/vectorization-remarks-missed.ll
test/Transforms/LoopVectorize/X86/vectorization-remarks.ll
test/Transforms/LoopVectorize/X86/x86-predication.ll
test/Transforms/LoopVectorize/dbg.value.ll
test/Transforms/LoopVectorize/debugloc.ll
test/Transforms/LoopVectorize/discriminator.ll
test/Transforms/LoopVectorize/duplicated-metadata.ll
test/Transforms/LoopVectorize/fcmp-vectorize.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/first-order-recurrence.ll
test/Transforms/LoopVectorize/float-induction.ll
test/Transforms/LoopVectorize/if-conversion-nest.ll
test/Transforms/LoopVectorize/if-conversion.ll
test/Transforms/LoopVectorize/if-pred-non-void.ll
test/Transforms/LoopVectorize/if-pred-stores.ll
test/Transforms/LoopVectorize/int_sideeffect.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/interleaved-accesses-alias.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/interleaved-accesses.ll
test/Transforms/LoopVectorize/memdep.ll
test/Transforms/LoopVectorize/minmax_reduction.ll
test/Transforms/LoopVectorize/multiple-strides-vectorization.ll
test/Transforms/LoopVectorize/phi-cost.ll
test/Transforms/LoopVectorize/pr30654-phiscev-sext-trunc.ll
test/Transforms/LoopVectorize/pr34681.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/reduction-small-size.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/vect-phiscev-sext-trunc.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/vect.omp.persistence.ll
test/Transforms/LoopVectorize/vectorize-once.ll
test/Transforms/LoopVectorize/version-mem-access.ll
test/Transforms/LowerTypeTests/Inputs/import.yaml
test/Transforms/LowerTypeTests/blockaddress-2.ll [new file with mode: 0644]
test/Transforms/LowerTypeTests/blockaddress.ll [new file with mode: 0644]
test/Transforms/LowerTypeTests/export-allones.ll
test/Transforms/LowerTypeTests/export-bytearray.ll
test/Transforms/LowerTypeTests/export-icall.ll
test/Transforms/LowerTypeTests/export-inline.ll
test/Transforms/LowerTypeTests/function-arm-thumb.ll [new file with mode: 0644]
test/Transforms/LowerTypeTests/import-unsat.ll
test/Transforms/LowerTypeTests/import.ll
test/Transforms/LowerTypeTests/simplify.ll
test/Transforms/LowerTypeTests/simplify_phi.ll [new file with mode: 0644]
test/Transforms/Mem2Reg/ConvertDebugInfo.ll
test/Transforms/Mem2Reg/PromoteMemToRegister.ll
test/Transforms/Mem2Reg/dbg-addr-inline-dse.ll [new file with mode: 0644]
test/Transforms/Mem2Reg/dbg-addr.ll [new file with mode: 0644]
test/Transforms/Mem2Reg/debug-alloca-phi.ll
test/Transforms/MemCpyOpt/memcpy.ll
test/Transforms/MergeFunc/merge-small-unnamed-addr.ll [new file with mode: 0644]
test/Transforms/MergeFunc/merge-unnamed-addr-bitcast.ll [new file with mode: 0644]
test/Transforms/MergeFunc/merge-unnamed-addr.ll [new file with mode: 0644]
test/Transforms/MergeFunc/mergefunc-preserve-debug-info.ll
test/Transforms/MergeICmps/X86/lit.local.cfg [copied from test/LibDriver/lit.local.cfg with 100% similarity]
test/Transforms/MergeICmps/X86/pair-int32-int32.ll [new file with mode: 0644]
test/Transforms/MergeICmps/X86/tuple-four-int8.ll [new file with mode: 0644]
test/Transforms/MergeICmps/X86/volatile.ll [new file with mode: 0644]
test/Transforms/MergeICmps/pair-int32-int32.ll [new file with mode: 0644]
test/Transforms/MetaRenamer/main.ll [new file with mode: 0644]
test/Transforms/NewGVN/basic.ll
test/Transforms/NewGVN/completeness.ll
test/Transforms/NewGVN/fold-const-expr.ll
test/Transforms/NewGVN/int_sideeffect.ll [new file with mode: 0644]
test/Transforms/NewGVN/no_speculative_loads_with_asan.ll
test/Transforms/NewGVN/opt-remarks.ll
test/Transforms/NewGVN/pr33185.ll
test/Transforms/NewGVN/pr33196.ll [new file with mode: 0644]
test/Transforms/NewGVN/pr33204.ll [new file with mode: 0644]
test/Transforms/NewGVN/pr33305.ll [new file with mode: 0644]
test/Transforms/NewGVN/pr33432.ll [new file with mode: 0644]
test/Transforms/NewGVN/pr33461.ll
test/Transforms/NewGVN/pr34135.ll [new file with mode: 0644]
test/Transforms/NewGVN/pr34430.ll [new file with mode: 0644]
test/Transforms/NewGVN/pr35125.ll [new file with mode: 0644]
test/Transforms/NewGVN/storeoverstore.ll
test/Transforms/ObjCARC/allocas.ll
test/Transforms/ObjCARC/basic.ll
test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll
test/Transforms/ObjCARC/invoke-2.ll [new file with mode: 0644]
test/Transforms/ObjCARC/rv.ll
test/Transforms/PGOProfile/Inputs/indirectbr.proftext [new file with mode: 0644]
test/Transforms/PGOProfile/Inputs/irreducible.proftext [new file with mode: 0644]
test/Transforms/PGOProfile/Inputs/landingpad.proftext
test/Transforms/PGOProfile/Inputs/noreturncall.proftext
test/Transforms/PGOProfile/Inputs/thinlto_samplepgo_icp2a.ll [new file with mode: 0644]
test/Transforms/PGOProfile/Inputs/thinlto_samplepgo_icp2b.ll [new file with mode: 0644]
test/Transforms/PGOProfile/Inputs/thinlto_samplepgo_icp3.ll [new file with mode: 0644]
test/Transforms/PGOProfile/branch1.ll
test/Transforms/PGOProfile/counter_promo.ll
test/Transforms/PGOProfile/icp_covariant_call_return.ll
test/Transforms/PGOProfile/icp_invoke.ll
test/Transforms/PGOProfile/icp_invoke_nouse.ll [new file with mode: 0644]
test/Transforms/PGOProfile/icp_mismatch_msg.ll
test/Transforms/PGOProfile/icp_sample.ll [new file with mode: 0644]
test/Transforms/PGOProfile/indirect_call_promotion.ll
test/Transforms/PGOProfile/indirectbr.ll [new file with mode: 0644]
test/Transforms/PGOProfile/infinite_loop.ll [new file with mode: 0644]
test/Transforms/PGOProfile/infinite_loop_gen.ll [new file with mode: 0644]
test/Transforms/PGOProfile/irreducible.ll [new file with mode: 0644]
test/Transforms/PGOProfile/landingpad.ll
test/Transforms/PGOProfile/loop1.ll
test/Transforms/PGOProfile/loop2.ll
test/Transforms/PGOProfile/memop_clone.ll [new file with mode: 0644]
test/Transforms/PGOProfile/memop_size_opt.ll
test/Transforms/PGOProfile/noreturncall.ll
test/Transforms/PGOProfile/split-indirectbr-critical-edges.ll [new file with mode: 0644]
test/Transforms/PGOProfile/thinlto_indirect_call_promotion.ll
test/Transforms/PGOProfile/thinlto_samplepgo_icp.ll
test/Transforms/PGOProfile/thinlto_samplepgo_icp2.ll [new file with mode: 0644]
test/Transforms/PGOProfile/thinlto_samplepgo_icp3.ll [new file with mode: 0644]
test/Transforms/PartiallyInlineLibCalls/X86/good-prototype.ll
test/Transforms/PartiallyInlineLibCalls/bad-prototype.ll
test/Transforms/PartiallyInlineLibCalls/nobuiltin.ll [new file with mode: 0644]
test/Transforms/PhaseOrdering/simplifycfg-options.ll [new file with mode: 0644]
test/Transforms/PlaceSafepoints/libcall.ll [new file with mode: 0644]
test/Transforms/Reassociate/2002-05-15-SubReassociate.ll
test/Transforms/Reassociate/add_across_block_crash.ll
test/Transforms/Reassociate/basictest.ll
test/Transforms/Reassociate/canonicalize-neg-const.ll
test/Transforms/Reassociate/factorize-again.ll
test/Transforms/Reassociate/fast-AgressiveSubMove.ll
test/Transforms/Reassociate/fast-MissedTree.ll
test/Transforms/Reassociate/fast-ReassociateVector.ll
test/Transforms/Reassociate/fast-SubReassociate.ll
test/Transforms/Reassociate/fast-basictest.ll
test/Transforms/Reassociate/fast-fp-commute.ll
test/Transforms/Reassociate/fast-multistep.ll
test/Transforms/Reassociate/fp-expr.ll
test/Transforms/Reassociate/keep-debug-loc.ll [new file with mode: 0644]
test/Transforms/Reassociate/looptest.ll
test/Transforms/Reassociate/mixed-fast-nonfast-fp.ll
test/Transforms/Reassociate/mulfactor.ll
test/Transforms/Reassociate/multistep.ll
test/Transforms/Reassociate/propagate-flags.ll
test/Transforms/Reassociate/reassoc-intermediate-fnegs.ll
test/Transforms/Reassociate/shift-factor.ll
test/Transforms/Reassociate/subtest.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-1.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-10.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-11.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-12.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-13.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-2.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-3.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-4.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-5.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-6.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-7.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-8.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-9.ll
test/Transforms/RewriteStatepointsForGC/base-pointers.ll
test/Transforms/RewriteStatepointsForGC/base-vector.ll
test/Transforms/RewriteStatepointsForGC/basic.ll
test/Transforms/RewriteStatepointsForGC/basics.ll
test/Transforms/RewriteStatepointsForGC/call-gc-result.ll
test/Transforms/RewriteStatepointsForGC/codegen-cond.ll
test/Transforms/RewriteStatepointsForGC/constants.ll
test/Transforms/RewriteStatepointsForGC/deopt-intrinsic-cconv.ll
test/Transforms/RewriteStatepointsForGC/deopt-intrinsic.ll
test/Transforms/RewriteStatepointsForGC/deopt-lowering-attrs.ll
test/Transforms/RewriteStatepointsForGC/deref-pointers.ll
test/Transforms/RewriteStatepointsForGC/drop-invalid-metadata.ll
test/Transforms/RewriteStatepointsForGC/gc-relocate-creation.ll
test/Transforms/RewriteStatepointsForGC/invokes.ll
test/Transforms/RewriteStatepointsForGC/leaf-function.ll
test/Transforms/RewriteStatepointsForGC/libcall.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/live-vector-nosplit.ll
test/Transforms/RewriteStatepointsForGC/liveness-basics.ll
test/Transforms/RewriteStatepointsForGC/patchable-statepoints.ll
test/Transforms/RewriteStatepointsForGC/preprocess.ll
test/Transforms/RewriteStatepointsForGC/relocate-invoke-result.ll
test/Transforms/RewriteStatepointsForGC/relocation.ll
test/Transforms/RewriteStatepointsForGC/rematerialize-derived-pointers.ll
test/Transforms/RewriteStatepointsForGC/rewrite-invoke.ll
test/Transforms/RewriteStatepointsForGC/statepoint-attrs.ll
test/Transforms/RewriteStatepointsForGC/statepoint-calling-conventions.ll
test/Transforms/RewriteStatepointsForGC/statepoint-coreclr.ll
test/Transforms/RewriteStatepointsForGC/statepoint-format.ll
test/Transforms/RewriteStatepointsForGC/two-invokes-one-landingpad.ll
test/Transforms/RewriteStatepointsForGC/vector-bitcast.ll [new file with mode: 0644]
test/Transforms/SCCP/ip-constant-ranges.ll [new file with mode: 0644]
test/Transforms/SCCP/pr35357.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/AArch64/gather-root.ll
test/Transforms/SLPVectorizer/AArch64/getelementptr.ll
test/Transforms/SLPVectorizer/AArch64/horizontal.ll
test/Transforms/SLPVectorizer/PowerPC/aggregate.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/SystemZ/lit.local.cfg [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/PR32086.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/PR34635.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/aggregate.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/blending-shuffle.ll
test/Transforms/SLPVectorizer/X86/call.ll
test/Transforms/SLPVectorizer/X86/cast.ll
test/Transforms/SLPVectorizer/X86/horizontal-list.ll
test/Transforms/SLPVectorizer/X86/horizontal-minmax.ll
test/Transforms/SLPVectorizer/X86/horizontal.ll
test/Transforms/SLPVectorizer/X86/insert-after-bundle.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/insert-element-build-vector.ll
test/Transforms/SLPVectorizer/X86/jumbled-load-multiuse.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/jumbled-load-shuffle-placement.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/jumbled-load-used-in-phi.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/jumbled-load.ll
test/Transforms/SLPVectorizer/X86/load-merge.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/minimum-sizes.ll
test/Transforms/SLPVectorizer/X86/remark_horcost.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/remark_listcost.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/remark_not_all_parts.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/remark_unsupported.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/schedule-bundle.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/store-jumbled.ll
test/Transforms/SLPVectorizer/X86/stores_vectorize.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/undef_vect.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/visit-dominated.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/int_sideeffect.ll [new file with mode: 0644]
test/Transforms/SROA/dbg-addr-diamond.ll [new file with mode: 0644]
test/Transforms/SROA/dbg-single-piece.ll
test/Transforms/SROA/dead-inst.ll [new file with mode: 0644]
test/Transforms/SafeStack/X86/debug-loc-dynamic.ll
test/Transforms/SafeStack/X86/debug-loc.ll
test/Transforms/SafeStack/X86/debug-loc2.ll
test/Transforms/SampleProfile/Inputs/einline.prof
test/Transforms/SampleProfile/Inputs/function_metadata.prof [new file with mode: 0644]
test/Transforms/SampleProfile/Inputs/import.prof [deleted file]
test/Transforms/SampleProfile/Inputs/indirect-call.prof
test/Transforms/SampleProfile/cov-zero-samples.ll
test/Transforms/SampleProfile/early-inline.ll
test/Transforms/SampleProfile/function_metadata.ll [new file with mode: 0644]
test/Transforms/SampleProfile/import.ll [deleted file]
test/Transforms/SampleProfile/indirect-call.ll
test/Transforms/SampleProfile/inline-coverage.ll
test/Transforms/SampleProfile/remarks.ll
test/Transforms/Scalarizer/dbginfo.ll
test/Transforms/SimpleLoopUnswitch/2006-06-27-DeadSwitchCase.ll
test/Transforms/SimpleLoopUnswitch/nontrivial-unswitch-cost.ll [new file with mode: 0644]
test/Transforms/SimpleLoopUnswitch/nontrivial-unswitch.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/AMDGPU/cttz-ctlz.ll
test/Transforms/SimplifyCFG/ARM/select-trunc-i64.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/ARM/switch-to-lookup-table.ll
test/Transforms/SimplifyCFG/CoveredLookupTable.ll
test/Transforms/SimplifyCFG/ForwardSwitchConditionToPHI.ll
test/Transforms/SimplifyCFG/Hexagon/disable-lookup-table.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/Hexagon/switch-to-lookup-table.ll
test/Transforms/SimplifyCFG/PR27615-simplify-cond-br.ll
test/Transforms/SimplifyCFG/PowerPC/cttz-ctlz-spec.ll
test/Transforms/SimplifyCFG/SpeculativeExec.ll
test/Transforms/SimplifyCFG/X86/disable-lookup-table.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/X86/switch-covered-bug.ll
test/Transforms/SimplifyCFG/X86/switch-table-bug.ll
test/Transforms/SimplifyCFG/X86/switch_to_lookup_table.ll
test/Transforms/SimplifyCFG/branch-fold-dbg.ll
test/Transforms/SimplifyCFG/div-rem-pairs.ll
test/Transforms/SimplifyCFG/guards.ll
test/Transforms/SimplifyCFG/hoist-dbgvalue.ll
test/Transforms/SimplifyCFG/inline-asm-sink.ll
test/Transforms/SimplifyCFG/merge-cond-stores-2.ll
test/Transforms/SimplifyCFG/multiple-phis.ll
test/Transforms/SimplifyCFG/no-md-sink.ll
test/Transforms/SimplifyCFG/no_speculative_loads_with_asan.ll
test/Transforms/SimplifyCFG/preserve-llvm-loop-metadata.ll
test/Transforms/SimplifyCFG/preserve-store-alignment.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/rangereduce.ll
test/Transforms/SimplifyCFG/remove-debug.ll
test/Transforms/SimplifyCFG/select-gep.ll
test/Transforms/SimplifyCFG/sink-common-code.ll
test/Transforms/SimplifyCFG/speculate-dbgvalue.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/suppress-zero-branch-weights.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/switch-on-const-select.ll
test/Transforms/SimplifyCFG/switch_undef.ll [new file with mode: 0644]
test/Transforms/SpeculateAroundPHIs/basic-x86.ll [new file with mode: 0644]
test/Transforms/StripSymbols/2010-06-30-StripDebug.ll
test/Transforms/StripSymbols/2010-08-25-crash.ll
test/Transforms/StripSymbols/strip-dead-debug-info.ll
test/Transforms/StructurizeCFG/branch-on-argument.ll
test/Transforms/StructurizeCFG/no-branch-to-entry.ll
test/Transforms/TailCallElim/opt-remarks-recursion.ll [new file with mode: 0644]
test/Transforms/ThinLTOBitcodeWriter/filter-alias.ll
test/Transforms/ThinLTOBitcodeWriter/no-type-md.ll
test/Transforms/ThinLTOBitcodeWriter/split-vfunc.ll
test/Transforms/ThinLTOBitcodeWriter/split.ll
test/Transforms/ThinLTOBitcodeWriter/unsplittable.ll
test/Transforms/Util/PredicateInfo/condprop2.ll [deleted file]
test/Transforms/Util/PredicateInfo/testandor2.ll [deleted file]
test/Transforms/Util/clone-dicompileunit.ll
test/Transforms/Util/libcalls-opt-remarks.ll [new file with mode: 0644]
test/Transforms/Util/simplify-dbg-declare-load.ll
test/Transforms/Util/split-bit-piece.ll
test/Transforms/Util/strip-nonlinetable-debuginfo-containingtypes.ll
test/Transforms/Util/strip-nonlinetable-debuginfo-loops.ll
test/Transforms/WholeProgramDevirt/Inputs/import-vcp.yaml
test/Transforms/WholeProgramDevirt/export-single-impl.ll
test/Transforms/WholeProgramDevirt/export-uniform-ret-val.ll
test/Transforms/WholeProgramDevirt/export-unique-ret-val.ll
test/Transforms/WholeProgramDevirt/export-vcp.ll
test/Transforms/WholeProgramDevirt/import-indir.ll
test/Transforms/WholeProgramDevirt/import-no-dominating-assume.ll [new file with mode: 0644]
test/Transforms/WholeProgramDevirt/import.ll
test/Transforms/WholeProgramDevirt/unique-retval.ll
test/Transforms/WholeProgramDevirt/virtual-const-prop-begin.ll
test/Transforms/WholeProgramDevirt/virtual-const-prop-end.ll
test/Unit/lit.cfg [deleted file]
test/Unit/lit.cfg.py [new file with mode: 0644]
test/Unit/lit.site.cfg.in [deleted file]
test/Unit/lit.site.cfg.py.in [new file with mode: 0644]
test/Verifier/DILocation-parents.ll [new file with mode: 0644]
test/Verifier/DISubprogram.ll
test/Verifier/callsite-dbgloc.ll
test/Verifier/dbg-difile-crash.ll
test/Verifier/dbg-invalid-compileunit.ll
test/Verifier/dbg-invalid-named-metadata.ll
test/Verifier/dbg-invalid-retaintypes.ll
test/Verifier/dbg-line-without-file.ll
test/Verifier/dbg-null-retained-type.ll
test/Verifier/dbg.ll
test/Verifier/diglobalvariable.ll
test/Verifier/fnarg-debuginfo.ll
test/Verifier/fragment.ll [new file with mode: 0644]
test/Verifier/func-dbg.ll
test/Verifier/invalid-eh.ll
test/Verifier/llvm.dbg.declare-address.ll
test/Verifier/llvm.dbg.declare-expression.ll
test/Verifier/llvm.dbg.declare-variable.ll
test/Verifier/llvm.dbg.intrinsic-dbg-attachment.ll
test/Verifier/llvm.dbg.value-expression.ll
test/Verifier/llvm.dbg.value-value.ll
test/Verifier/llvm.dbg.value-variable.ll
test/Verifier/metadata-function-dbg.ll
test/Verifier/non-integer-gep-index.ll [new file with mode: 0644]
test/Verifier/non-integer-gep-index.ll.bc [new file with mode: 0644]
test/Verifier/pr34325.ll [new file with mode: 0644]
test/Verifier/tbaa.ll
test/Verifier/test_g_phi.mir [new file with mode: 0644]
test/lit.cfg [deleted file]
test/lit.cfg.py [new file with mode: 0644]
test/lit.site.cfg.in [deleted file]
test/lit.site.cfg.py.in [new file with mode: 0644]
test/tools/dsymutil/ARM/fat-threading.test [new file with mode: 0644]
test/tools/dsymutil/ARM/scattered.c
test/tools/dsymutil/Inputs/Info.plist [new file with mode: 0644]
test/tools/dsymutil/Inputs/alias/bar.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/alias/foo.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/alias/foobar [new file with mode: 0755]
test/tools/dsymutil/Inputs/dwarf4.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/dwarf5.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/modules-dwarf-version/1.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/modules-empty/1.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/modules-empty/Empty.pcm [new file with mode: 0644]
test/tools/dsymutil/Inputs/modules/1.o
test/tools/dsymutil/Inputs/modules/2.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/null_die.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/odr-fwd-declaration/1.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/odr-fwd-declaration/2.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/odr-fwd-declaration/3.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/odr-fwd-declaration2/1.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/odr-fwd-declaration2/2.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/odr-fwd-declaration2/3.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/swift-ast.macho.x86_64 [new file with mode: 0755]
test/tools/dsymutil/Inputs/swift-ast.swiftmodule [new file with mode: 0644]
test/tools/dsymutil/Inputs/swift-dwarf-loc.macho.x86_64 [new file with mode: 0755]
test/tools/dsymutil/Inputs/swift-dwarf-loc.macho.x86_64.o [new file with mode: 0644]
test/tools/dsymutil/X86/alias.test [new file with mode: 0644]
test/tools/dsymutil/X86/basic-linking-bundle.test
test/tools/dsymutil/X86/basic-linking-x86.test
test/tools/dsymutil/X86/basic-lto-dw4-linking-x86.test
test/tools/dsymutil/X86/basic-lto-linking-x86.test
test/tools/dsymutil/X86/common-sym.test
test/tools/dsymutil/X86/custom-line-table.test
test/tools/dsymutil/X86/darwin-bundle.test [new file with mode: 0644]
test/tools/dsymutil/X86/dead-stripped.cpp
test/tools/dsymutil/X86/dwarf4-linetable.test [new file with mode: 0644]
test/tools/dsymutil/X86/dwarf5-linetable.test [new file with mode: 0644]
test/tools/dsymutil/X86/empty_range.s
test/tools/dsymutil/X86/fat-archive-input-i386.test
test/tools/dsymutil/X86/fat-object-input-x86_64.test
test/tools/dsymutil/X86/fat-object-input-x86_64h.test
test/tools/dsymutil/X86/frame-1.test
test/tools/dsymutil/X86/frame-2.test
test/tools/dsymutil/X86/generate-empty-CU.test
test/tools/dsymutil/X86/modules-dwarf-version.m [new file with mode: 0644]
test/tools/dsymutil/X86/modules-empty.m [new file with mode: 0644]
test/tools/dsymutil/X86/modules.m
test/tools/dsymutil/X86/multiple-inputs.test
test/tools/dsymutil/X86/odr-anon-namespace.cpp
test/tools/dsymutil/X86/odr-fwd-declaration.cpp [new file with mode: 0644]
test/tools/dsymutil/X86/odr-fwd-declaration2.cpp [new file with mode: 0644]
test/tools/dsymutil/X86/odr-member-functions.cpp
test/tools/dsymutil/X86/odr-uniquing.cpp
test/tools/dsymutil/X86/submodules.m
test/tools/dsymutil/X86/swift-ast-x86_64.test [new file with mode: 0644]
test/tools/dsymutil/X86/swift-dwarf-loc.test [new file with mode: 0644]
test/tools/dsymutil/X86/verify.test [new file with mode: 0644]
test/tools/dsymutil/cmdline.test [new file with mode: 0644]
test/tools/dsymutil/null-die.test [new file with mode: 0644]
test/tools/gold/PowerPC/mtriple.ll
test/tools/gold/X86/Inputs/global_with_section.ll [new file with mode: 0644]
test/tools/gold/X86/Inputs/multiple-data.ll [new file with mode: 0644]
test/tools/gold/X86/alias.ll
test/tools/gold/X86/alias2.ll
test/tools/gold/X86/asm_undefined.ll
test/tools/gold/X86/asm_undefined2.ll
test/tools/gold/X86/available-externally.ll
test/tools/gold/X86/bad-alias.ll
test/tools/gold/X86/bcsection.ll
test/tools/gold/X86/cache.ll
test/tools/gold/X86/coff.ll
test/tools/gold/X86/comdat.ll
test/tools/gold/X86/comdat2.ll
test/tools/gold/X86/common.ll
test/tools/gold/X86/common_thinlto.ll
test/tools/gold/X86/ctors.ll
test/tools/gold/X86/ctors2.ll
test/tools/gold/X86/disable-verify.ll
test/tools/gold/X86/drop-debug.ll
test/tools/gold/X86/drop-linkage.ll
test/tools/gold/X86/emit-llvm.ll
test/tools/gold/X86/error-unopenable.ll
test/tools/gold/X86/global_with_section.ll [new file with mode: 0644]
test/tools/gold/X86/invalid.ll
test/tools/gold/X86/irmover-error.ll
test/tools/gold/X86/linker-script.ll
test/tools/gold/X86/linkonce-weak.ll
test/tools/gold/X86/mixed_lto.ll
test/tools/gold/X86/module_asm.ll
test/tools/gold/X86/multiple-data.s [new file with mode: 0644]
test/tools/gold/X86/multiple-sections.ll [new file with mode: 0644]
test/tools/gold/X86/no-map-whole-file.ll
test/tools/gold/X86/opt-level.ll
test/tools/gold/X86/parallel.ll
test/tools/gold/X86/pr19901.ll
test/tools/gold/X86/pr19901_thinlto.ll
test/tools/gold/X86/pr25907.ll
test/tools/gold/X86/pr25915.ll
test/tools/gold/X86/relax-relocs.ll
test/tools/gold/X86/relocatable.ll [new file with mode: 0644]
test/tools/gold/X86/relocation-model-pic.ll
test/tools/gold/X86/remarks.ll
test/tools/gold/X86/resolve-to-alias.ll
test/tools/gold/X86/slp-vectorize.ll
test/tools/gold/X86/start-lib-common.ll
test/tools/gold/X86/stats.ll
test/tools/gold/X86/strip_names.ll
test/tools/gold/X86/thinlto.ll
test/tools/gold/X86/thinlto_afdo.ll
test/tools/gold/X86/thinlto_alias.ll
test/tools/gold/X86/thinlto_archive.ll
test/tools/gold/X86/thinlto_emit_imports.ll
test/tools/gold/X86/thinlto_emit_linked_objects.ll
test/tools/gold/X86/thinlto_funcimport.ll
test/tools/gold/X86/thinlto_internalize.ll
test/tools/gold/X86/thinlto_linkonceresolution.ll
test/tools/gold/X86/thinlto_object_suffix_replace.ll
test/tools/gold/X86/thinlto_prefix_replace.ll
test/tools/gold/X86/thinlto_weak_library.ll
test/tools/gold/X86/thinlto_weak_resolution.ll
test/tools/gold/X86/type-merge.ll
test/tools/gold/X86/type-merge2.ll
test/tools/gold/X86/unnamed-addr.ll
test/tools/gold/X86/v1.12/start-lib-common.ll
test/tools/gold/X86/v1.12/thinlto_emit_linked_objects.ll
test/tools/gold/X86/vectorize.ll
test/tools/gold/X86/visibility.ll
test/tools/gold/X86/weak.ll
test/tools/gold/invalid-dir.ll
test/tools/llvm-ar/default-add.test
test/tools/llvm-ar/invalid-command-line.test [new file with mode: 0644]
test/tools/llvm-cfi-verify/X86/Inputs/protected-lineinfo.s [new file with mode: 0644]
test/tools/llvm-cfi-verify/X86/Inputs/unprotected-fullinfo.s [new file with mode: 0644]
test/tools/llvm-cfi-verify/X86/Inputs/unprotected-lineinfo.s [new file with mode: 0644]
test/tools/llvm-cfi-verify/X86/Inputs/unprotected-nolineinfo.s [new file with mode: 0644]
test/tools/llvm-cfi-verify/X86/blacklist-expected-unprotected.s [new file with mode: 0644]
test/tools/llvm-cfi-verify/X86/blacklist-match-fun.s [new file with mode: 0644]
test/tools/llvm-cfi-verify/X86/blacklist-unexpected-protected.s [new file with mode: 0644]
test/tools/llvm-cfi-verify/X86/dot-printing.s [new file with mode: 0644]
test/tools/llvm-cfi-verify/X86/indirect-cf-elimination.s [new file with mode: 0644]
test/tools/llvm-cfi-verify/X86/lit.local.cfg [new file with mode: 0644]
test/tools/llvm-cfi-verify/X86/protected-lineinfo.s [new file with mode: 0644]
test/tools/llvm-cfi-verify/X86/unprotected-lineinfo.s [new file with mode: 0644]
test/tools/llvm-cfi-verify/X86/unprotected-nolineinfo.s [new file with mode: 0644]
test/tools/llvm-cov/Inputs/deferred-regions.covmapping [new file with mode: 0644]
test/tools/llvm-cov/Inputs/deferred-regions.profdata [new file with mode: 0644]
test/tools/llvm-cov/Inputs/dir-with-filtering.covmapping [new file with mode: 0644]
test/tools/llvm-cov/Inputs/dir-with-filtering.proftext [new file with mode: 0644]
test/tools/llvm-cov/Inputs/dir-with-filtering1.cpp [new file with mode: 0644]
test/tools/llvm-cov/Inputs/dir-with-filtering2.cpp [new file with mode: 0644]
test/tools/llvm-cov/Inputs/highlightedRanges.covmapping
test/tools/llvm-cov/Inputs/highlightedRanges.json
test/tools/llvm-cov/Inputs/ifdef.covmapping [new file with mode: 0644]
test/tools/llvm-cov/Inputs/ifdef.profdata [new file with mode: 0644]
test/tools/llvm-cov/Inputs/instrprof-comdat.h
test/tools/llvm-cov/Inputs/lineExecutionCounts.covmapping
test/tools/llvm-cov/Inputs/lineExecutionCounts.json
test/tools/llvm-cov/Inputs/malformedRegions.covmapping [copied from test/tools/llvm-cov/Inputs/lineExecutionCounts.covmapping with 100% similarity]
test/tools/llvm-cov/Inputs/multiple_objects/header.h [new file with mode: 0644]
test/tools/llvm-cov/Inputs/multiple_objects/merged.profdata [new file with mode: 0644]
test/tools/llvm-cov/Inputs/multiple_objects/use_1.cc [new file with mode: 0644]
test/tools/llvm-cov/Inputs/multiple_objects/use_1.covmapping [new file with mode: 0644]
test/tools/llvm-cov/Inputs/multiple_objects/use_2.cc [new file with mode: 0644]
test/tools/llvm-cov/Inputs/multiple_objects/use_2.covmapping [new file with mode: 0644]
test/tools/llvm-cov/Inputs/name_whitelist.covmapping [new file with mode: 0644]
test/tools/llvm-cov/Inputs/name_whitelist.cpp [new file with mode: 0644]
test/tools/llvm-cov/Inputs/name_whitelist.proftext [new file with mode: 0644]
test/tools/llvm-cov/Inputs/path_equivalence.covmapping [new file with mode: 0644]
test/tools/llvm-cov/Inputs/path_equivalence.proftext [new file with mode: 0644]
test/tools/llvm-cov/Inputs/prefer_used_to_unused.covmapping
test/tools/llvm-cov/Inputs/regionMarkers.covmapping
test/tools/llvm-cov/Inputs/regionMarkers.json
test/tools/llvm-cov/Inputs/report.covmapping
test/tools/llvm-cov/Inputs/showExpansions.json
test/tools/llvm-cov/Inputs/sources_specified/abs.h [new file with mode: 0644]
test/tools/llvm-cov/Inputs/sources_specified/extra/dec.h [new file with mode: 0644]
test/tools/llvm-cov/Inputs/sources_specified/extra/inc.h [new file with mode: 0644]
test/tools/llvm-cov/Inputs/sources_specified/main.cc [new file with mode: 0644]
test/tools/llvm-cov/Inputs/sources_specified/main.covmapping [new file with mode: 0644]
test/tools/llvm-cov/Inputs/sources_specified/main.profdata [new file with mode: 0644]
test/tools/llvm-cov/Inputs/templateInstantiations.covmapping
test/tools/llvm-cov/Inputs/whitelist1.txt [new file with mode: 0644]
test/tools/llvm-cov/Inputs/whitelist2.txt [new file with mode: 0644]
test/tools/llvm-cov/binary-formats.c
test/tools/llvm-cov/combine_expansions.cpp
test/tools/llvm-cov/cov-comdat.test
test/tools/llvm-cov/deferred-region.cpp [new file with mode: 0644]
test/tools/llvm-cov/demangle.test
test/tools/llvm-cov/dir-with-filtering.test [new file with mode: 0644]
test/tools/llvm-cov/hideUnexecutedSubviews.test
test/tools/llvm-cov/ifdef.c [new file with mode: 0644]
test/tools/llvm-cov/load-multiple-objects.test
test/tools/llvm-cov/multiple-objects.test [new file with mode: 0644]
test/tools/llvm-cov/name_whitelist.test [new file with mode: 0644]
test/tools/llvm-cov/native_separators.c
test/tools/llvm-cov/path_equivalence.c [new file with mode: 0644]
test/tools/llvm-cov/prefer_used_to_unused.h
test/tools/llvm-cov/prevent_false_instantiations.h
test/tools/llvm-cov/report.cpp
test/tools/llvm-cov/scan-directory.test
test/tools/llvm-cov/showExpansions.cpp
test/tools/llvm-cov/showHighlightedRanges.cpp
test/tools/llvm-cov/showLineExecutionCounts.cpp
test/tools/llvm-cov/showProjectSummary.cpp
test/tools/llvm-cov/showRegionMarkers.cpp
test/tools/llvm-cov/showTabsHTML.cpp
test/tools/llvm-cov/showTemplateInstantiations.cpp
test/tools/llvm-cov/sources-specified.test [new file with mode: 0644]
test/tools/llvm-cov/style.test
test/tools/llvm-cov/threads.c
test/tools/llvm-cov/universal-binary.c
test/tools/llvm-cov/warnings.h
test/tools/llvm-cov/zeroFunctionFile.c
test/tools/llvm-cvtres/machine.test
test/tools/llvm-dlltool/coff-decorated.def [moved from test/DllTool/coff-decorated.def with 100% similarity]
test/tools/llvm-dlltool/coff-exports.def [new file with mode: 0644]
test/tools/llvm-dlltool/coff-weak-exports.def [moved from test/DllTool/coff-weak-exports.def with 100% similarity]
test/tools/llvm-dlltool/lit.local.cfg [moved from test/DllTool/lit.local.cfg with 100% similarity]
test/tools/llvm-dwarfdump/X86/Inputs/empty.dSYM [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/Inputs/typeunit-header.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/apple_names_verify_data.s
test/tools/llvm-dwarfdump/X86/apple_names_verify_form.s
test/tools/llvm-dwarfdump/X86/apple_names_verify_num_atoms.s
test/tools/llvm-dwarfdump/X86/apple_types_verify_tag.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/archive.test [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/brief.s
test/tools/llvm-dwarfdump/X86/debug_frame_GNU_args_size.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debug_frame_offset.test [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debug_info_offset.test [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debug_line_offset.test [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debug_loc_offset.test [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debug_type_offset.test [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debugloc.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/diff.test [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/empty-CU.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/find.test [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/form.test [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/gnu_call_site.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/lookup.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/multiple-sections.test [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/name.test [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/statistics.ll [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/stripped.test [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/verbose.test [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/verify_broken_exprloc.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/verify_debug_abbrev.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/verify_debug_info.s
test/tools/llvm-dwarfdump/X86/verify_debug_info2.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/verify_die_ranges.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/verify_unit_header_chain.s
test/tools/llvm-dwarfdump/cmdline.test [new file with mode: 0644]
test/tools/llvm-dwarfdump/lit.local.cfg [new file with mode: 0644]
test/tools/llvm-dwarfdump/uuid.yaml [new file with mode: 0644]
test/tools/llvm-dwarfdump/uuid32.yaml [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/dwos_list_from_exec/a.dwo [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/dwos_list_from_exec/b.dwo [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/dwos_list_from_exec/c.dwo [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/dwos_list_from_exec/d.dwo [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/dwos_list_from_exec/e.dwo [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/dwos_list_from_exec/libd.so [new file with mode: 0755]
test/tools/llvm-dwp/Inputs/dwos_list_from_exec/main [new file with mode: 0755]
test/tools/llvm-dwp/X86/compress.test
test/tools/llvm-dwp/X86/dwos_list_from_exec_simple.test [new file with mode: 0644]
test/tools/llvm-dwp/X86/empty.test
test/tools/llvm-dwp/X86/gcc_type.test
test/tools/llvm-dwp/X86/merge.test
test/tools/llvm-dwp/X86/simple.test
test/tools/llvm-dwp/X86/type_dedup.test
test/tools/llvm-isel-fuzzer/aarch64-empty-bc.ll [new file with mode: 0644]
test/tools/llvm-isel-fuzzer/aarch64-empty.ll [new file with mode: 0644]
test/tools/llvm-isel-fuzzer/aarch64-execname-options.ll [new file with mode: 0644]
test/tools/llvm-isel-fuzzer/execname-options.ll [new file with mode: 0644]
test/tools/llvm-isel-fuzzer/missing-triple.ll [new file with mode: 0644]
test/tools/llvm-isel-fuzzer/x86-empty-bc.ll [new file with mode: 0644]
test/tools/llvm-isel-fuzzer/x86-empty.ll [new file with mode: 0644]
test/tools/llvm-lib/Inputs/a.s [moved from test/LibDriver/Inputs/a.s with 100% similarity]
test/tools/llvm-lib/Inputs/b.s [moved from test/LibDriver/Inputs/b.s with 100% similarity]
test/tools/llvm-lib/Inputs/cl-gl.obj [moved from test/LibDriver/Inputs/cl-gl.obj with 100% similarity]
test/tools/llvm-lib/Inputs/resource.res [moved from test/LibDriver/Inputs/resource.res with 100% similarity]
test/tools/llvm-lib/infer-output-path.test [new file with mode: 0644]
test/tools/llvm-lib/invalid.test [moved from test/LibDriver/invalid.test with 100% similarity]
test/tools/llvm-lib/libpath.test [new file with mode: 0644]
test/tools/llvm-lib/lit.local.cfg [moved from test/LibDriver/lit.local.cfg with 100% similarity]
test/tools/llvm-lib/no-inputs.test [moved from test/LibDriver/no-inputs.test with 100% similarity]
test/tools/llvm-lib/resource.test [moved from test/LibDriver/resource.test with 100% similarity]
test/tools/llvm-lib/thin.test [moved from test/LibDriver/thin.test with 100% similarity]
test/tools/llvm-lib/use-paths.test [moved from test/LibDriver/use-paths.test with 100% similarity]
test/tools/llvm-lto2/X86/pipeline.ll
test/tools/llvm-mt/Inputs/additional.manifest [new file with mode: 0644]
test/tools/llvm-mt/Inputs/assembly_identity.manifest [new file with mode: 0644]
test/tools/llvm-mt/Inputs/bad.manifest [new file with mode: 0644]
test/tools/llvm-mt/Inputs/compatibility.manifest [new file with mode: 0644]
test/tools/llvm-mt/Inputs/conflicting.manifest [new file with mode: 0644]
test/tools/llvm-mt/Inputs/empty.manifest [new file with mode: 0644]
test/tools/llvm-mt/Inputs/expected_big.manifest [new file with mode: 0644]
test/tools/llvm-mt/Inputs/test_manifest.manifest [new file with mode: 0644]
test/tools/llvm-mt/Inputs/trust_and_identity.manifest [new file with mode: 0644]
test/tools/llvm-mt/Inputs/trust_info.manifest [new file with mode: 0644]
test/tools/llvm-mt/Inputs/windows_settings.manifest [new file with mode: 0644]
test/tools/llvm-mt/big_merge.test [new file with mode: 0644]
test/tools/llvm-mt/conflicting.test [new file with mode: 0644]
test/tools/llvm-mt/help.test
test/tools/llvm-mt/simple_merge.test [new file with mode: 0644]
test/tools/llvm-mt/single_file.test [new file with mode: 0644]
test/tools/llvm-mt/xml_error.test [new file with mode: 0644]
test/tools/llvm-nm/X86/Inputs/hello.obj.elf-i386 [new file with mode: 0644]
test/tools/llvm-nm/X86/Inputs/macho-bad-zero-nsect-for-N_SECT [new file with mode: 0755]
test/tools/llvm-nm/X86/externalonly.test
test/tools/llvm-nm/X86/importlibrary.test
test/tools/llvm-nm/X86/macho-bad-zero-nsect-for-N_SECT.test [new file with mode: 0644]
test/tools/llvm-nm/X86/sysv-i386.test [new file with mode: 0644]
test/tools/llvm-nm/X86/sysv-x86_64.test [new file with mode: 0644]
test/tools/llvm-nm/wasm/exports.yaml
test/tools/llvm-nm/wasm/imports.yaml
test/tools/llvm-nm/wasm/local-symbols.ll [new file with mode: 0644]
test/tools/llvm-nm/wasm/weak-symbols.yaml
test/tools/llvm-objcopy/Inputs/dwarf.dwo [new file with mode: 0644]
test/tools/llvm-objcopy/Inputs/dynamic.so [new file with mode: 0644]
test/tools/llvm-objcopy/Inputs/dynrel.elf [new file with mode: 0644]
test/tools/llvm-objcopy/Inputs/dynsym.so [new file with mode: 0644]
test/tools/llvm-objcopy/Inputs/pt-phdr.elf [new file with mode: 0644]
test/tools/llvm-objcopy/abs-symbol.test [new file with mode: 0644]
test/tools/llvm-objcopy/adjacent-segments.test [new file with mode: 0644]
test/tools/llvm-objcopy/basic-align-copy.test [new file with mode: 0644]
test/tools/llvm-objcopy/basic-binary-copy.test [new file with mode: 0644]
test/tools/llvm-objcopy/basic-copy.test [new file with mode: 0644]
test/tools/llvm-objcopy/basic-keep.test [new file with mode: 0644]
test/tools/llvm-objcopy/basic-only-keep.test [new file with mode: 0644]
test/tools/llvm-objcopy/basic-relocations.test [new file with mode: 0644]
test/tools/llvm-objcopy/binary-first-seg-offset-zero.test [new file with mode: 0644]
test/tools/llvm-objcopy/binary-remove-all-but-one.test [new file with mode: 0644]
test/tools/llvm-objcopy/binary-remove-end.test [new file with mode: 0644]
test/tools/llvm-objcopy/binary-remove-middle.test [new file with mode: 0644]
test/tools/llvm-objcopy/cannot-delete-dest.test [new file with mode: 0644]
test/tools/llvm-objcopy/check-addr-offset-align-binary.test [new file with mode: 0644]
test/tools/llvm-objcopy/check-addr-offset-align.test [new file with mode: 0644]
test/tools/llvm-objcopy/common-symbol.test [new file with mode: 0644]
test/tools/llvm-objcopy/drawf-fission.test [new file with mode: 0644]
test/tools/llvm-objcopy/dump-section.test [new file with mode: 0644]
test/tools/llvm-objcopy/dynamic-relocations.test [new file with mode: 0644]
test/tools/llvm-objcopy/dynamic.test [new file with mode: 0644]
test/tools/llvm-objcopy/dynstr.test [new file with mode: 0644]
test/tools/llvm-objcopy/dynsym-error-remove-strtab.test [new file with mode: 0644]
test/tools/llvm-objcopy/dynsym.test [new file with mode: 0644]
test/tools/llvm-objcopy/elf32be.test [new file with mode: 0644]
test/tools/llvm-objcopy/elf32le.test [new file with mode: 0644]
test/tools/llvm-objcopy/elf64be.test [new file with mode: 0644]
test/tools/llvm-objcopy/empty-section.test [new file with mode: 0644]
test/tools/llvm-objcopy/explicit-keep-remove.test [new file with mode: 0644]
test/tools/llvm-objcopy/explicit-only-keep-remove.test [new file with mode: 0644]
test/tools/llvm-objcopy/fail-no-output-directory.test [new file with mode: 0644]
test/tools/llvm-objcopy/hexagon-unsupported-on-x86.test [new file with mode: 0644]
test/tools/llvm-objcopy/identical-segments.test [new file with mode: 0644]
test/tools/llvm-objcopy/keep-many.test [new file with mode: 0644]
test/tools/llvm-objcopy/keep-only-keep.test [new file with mode: 0644]
test/tools/llvm-objcopy/no-symbol-relocation.test [new file with mode: 0644]
test/tools/llvm-objcopy/only-keep-many.test [new file with mode: 0644]
test/tools/llvm-objcopy/only-keep-remove-strtab.test [new file with mode: 0644]
test/tools/llvm-objcopy/only-keep-strip-non-alloc.test [new file with mode: 0644]
test/tools/llvm-objcopy/overlap-chain.test [new file with mode: 0644]
test/tools/llvm-objcopy/parent-loop-check.test [new file with mode: 0644]
test/tools/llvm-objcopy/program-headers.test [new file with mode: 0644]
test/tools/llvm-objcopy/pt-phdr.test [new file with mode: 0644]
test/tools/llvm-objcopy/reloc-error-remove-symtab.test [new file with mode: 0644]
test/tools/llvm-objcopy/remove-multiple-sections.test [new file with mode: 0644]
test/tools/llvm-objcopy/remove-section-with-symbol.test [new file with mode: 0644]
test/tools/llvm-objcopy/remove-section.test [new file with mode: 0644]
test/tools/llvm-objcopy/remove-shstrtab-error.test [new file with mode: 0644]
test/tools/llvm-objcopy/remove-symtab.test [new file with mode: 0644]
test/tools/llvm-objcopy/section-index-unsupported.test [new file with mode: 0644]
test/tools/llvm-objcopy/sectionless-segment.test [new file with mode: 0644]
test/tools/llvm-objcopy/segment-shift-section-remove.test [new file with mode: 0644]
test/tools/llvm-objcopy/segment-shift.test [new file with mode: 0644]
test/tools/llvm-objcopy/segment-test-remove-section.test [new file with mode: 0644]
test/tools/llvm-objcopy/strip-all-gnu.test [new file with mode: 0644]
test/tools/llvm-objcopy/strip-all.test [new file with mode: 0644]
test/tools/llvm-objcopy/strip-debug.test [new file with mode: 0644]
test/tools/llvm-objcopy/strip-non-alloc.test [new file with mode: 0644]
test/tools/llvm-objcopy/strip-sections-keep.test [new file with mode: 0644]
test/tools/llvm-objcopy/strip-sections-only-keep.test [new file with mode: 0644]
test/tools/llvm-objcopy/strip-sections.test [new file with mode: 0644]
test/tools/llvm-objcopy/symbol-copy.test [new file with mode: 0644]
test/tools/llvm-objcopy/symtab-error-on-remove-strtab.test [new file with mode: 0644]
test/tools/llvm-objcopy/triple-overlap.test [new file with mode: 0644]
test/tools/llvm-objcopy/two-seg-remove-end.test [new file with mode: 0644]
test/tools/llvm-objcopy/two-seg-remove-first.test [new file with mode: 0644]
test/tools/llvm-objcopy/two-seg-remove-third-sec.test [new file with mode: 0644]
test/tools/llvm-objdump/AArch64/Inputs/fat.macho-armv7s-arm64 [new file with mode: 0644]
test/tools/llvm-objdump/AArch64/macho-fat-arm-disasm.test [new file with mode: 0644]
test/tools/llvm-objdump/AMDGPU/source-lines.ll
test/tools/llvm-objdump/Hexagon/source-interleave-hexagon.ll
test/tools/llvm-objdump/Inputs/corrupt-section.wasm [new file with mode: 0644]
test/tools/llvm-objdump/Inputs/macho-inconsistant-export [new file with mode: 0755]
test/tools/llvm-objdump/Inputs/macho-trie-bad-export-info-malformed-uleb128 [new file with mode: 0755]
test/tools/llvm-objdump/Inputs/macho-trie-bad-export-info-malformed-uleb128_too_big [new file with mode: 0755]
test/tools/llvm-objdump/Inputs/macho-trie-bad-kind [new file with mode: 0755]
test/tools/llvm-objdump/Inputs/macho-trie-bad-library-ordinal [new file with mode: 0755]
test/tools/llvm-objdump/Inputs/macho-trie-children-count-byte [new file with mode: 0755]
test/tools/llvm-objdump/Inputs/macho-trie-edge-string-end [new file with mode: 0755]
test/tools/llvm-objdump/Inputs/macho-trie-export-info-size-too-big [new file with mode: 0755]
test/tools/llvm-objdump/Inputs/macho-trie-import-name-end [new file with mode: 0755]
test/tools/llvm-objdump/Inputs/macho-trie-import-name-start [new file with mode: 0755]
test/tools/llvm-objdump/Inputs/macho-trie-node-loop [new file with mode: 0755]
test/tools/llvm-objdump/Inputs/macho-trie-not-export-node [new file with mode: 0755]
test/tools/llvm-objdump/WebAssembly/relocations.test
test/tools/llvm-objdump/WebAssembly/symbol-table.test
test/tools/llvm-objdump/X86/Inputs/macho-invalid-reloc-section-index [new file with mode: 0644]
test/tools/llvm-objdump/X86/Inputs/macho-preload-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/X86/macho-preload-relocations.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/macho-relocations.test
test/tools/llvm-objdump/X86/malformed-machos.test
test/tools/llvm-objdump/X86/source-interleave-x86_64.ll
test/tools/llvm-objdump/macho-LLVM-bundle.test
test/tools/llvm-objdump/macho-bad-bind.test
test/tools/llvm-objdump/macho-bad-trie.test [new file with mode: 0644]
test/tools/llvm-objdump/wasm-corrupt-section.test [new file with mode: 0644]
test/tools/llvm-opt-fuzzer/command-line.ll [new file with mode: 0644]
test/tools/llvm-opt-fuzzer/exec-options.ll [new file with mode: 0644]
test/tools/llvm-opt-fuzzer/simple-fail.ll [new file with mode: 0644]
test/tools/llvm-opt-fuzzer/simple-run.ll [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/compressed.profraw [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/counter-mismatch-1.proftext [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/counter-mismatch-2.proftext [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/counter-mismatch-3.proftext [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/counter-mismatch-4.proftext [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/multiple-profdata-merge.proftext [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/sample-profile.proftext
test/tools/llvm-profdata/c-general.test
test/tools/llvm-profdata/compat.proftext
test/tools/llvm-profdata/multiple-profdata-merge.test [new file with mode: 0644]
test/tools/llvm-profdata/nocompress.test [new file with mode: 0644]
test/tools/llvm-profdata/show-instr-level.test [new file with mode: 0644]
test/tools/llvm-profdata/threaded-count-mismatch.test [new file with mode: 0644]
test/tools/llvm-rc/Inputs/bitmap.bmp [new file with mode: 0644]
test/tools/llvm-rc/Inputs/deep-include.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/include.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/nested/nested-bitmap.bmp [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-accelerators-bad-flag.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-accelerators-bad-int-or-string.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-accelerators-no-comma-2.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-accelerators-no-comma.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-correct-everything.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-dialog-cant-give-helpid.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-dialog-simple-font.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-dialog-too-few-args.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-dialog-too-many-args.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-dialog-unknown-type.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-dialog-unnecessary-string.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-eof.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-expr-bad-binary-1.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-expr-bad-binary-2.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-expr-bad-binary-3.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-expr-bad-unary.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-expr-unbalanced-1.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-expr-unbalanced-2.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-expr-unbalanced-3.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-expr.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-html-bad-string.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-html-extra-comma.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-language-no-comma.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-language-too-many-commas.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-menu-bad-flag.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-menu-bad-id.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-menu-missing-block.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-menu-misspelled-separator.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-no-characteristics-arg.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-nonsense-token.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-nonsense-type-eof.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-nonsense-type.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-stringtable-no-string.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-stringtable-weird-option.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-user-invalid-contents.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-versioninfo-bad-type.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-versioninfo-named-main-block.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-versioninfo-repeated-fixed.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-versioninfo-unnamed-inner-block.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-versioninfo-unnamed-value.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/parser-versioninfo-wrong-fixed.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-accelerators-ascii-alt.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-accelerators-ascii-control.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-accelerators-ascii-shift.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-accelerators-ascii-virtkey.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-accelerators-bad-id.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-accelerators-bad-key-id.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-accelerators-control-nonalpha.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-accelerators-long-virtkey.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-accelerators-no-caret.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-accelerators-no-type.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-accelerators-only-caret.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-accelerators-too-long.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-accelerators-too-short.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-accelerators-virtual-nonalpha.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-accelerators.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-dialog-bad-style.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-dialog-ctl-large-coord-neg.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-dialog-ctl-large-coord.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-dialog-ctl-large-id.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-dialog-ctl-large-ref-id.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-dialog-ctl-large-size.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-dialog-ctl-negative-size.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-dialog-headers.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-dialog-large-coord-neg.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-dialog-large-coord.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-dialog-large-size.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-dialog-negative-size.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-dialog.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-escape.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-html-wrong.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-html.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-icon-cursor-bad-offset.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-icon-cursor-bad-type.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-icon-cursor-eof.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-icon-cursor-nonexistent.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-icon-cursor-nonsense.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-icon-cursor.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-menu-bad-menuitem-id.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-menu.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-stringtable-basic.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-stringtable-same-ids.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-user.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-versioninfo-mixed-ints-strings.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-versioninfo-word-too-large.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tag-versioninfo.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/tokens.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/webpage1.html [new file with mode: 0644]
test/tools/llvm-rc/Inputs/webpage2.html [new file with mode: 0644]
test/tools/llvm-rc/helpmsg.test [new file with mode: 0644]
test/tools/llvm-rc/include-paths.test [new file with mode: 0644]
test/tools/llvm-rc/parser-expr.test [new file with mode: 0644]
test/tools/llvm-rc/parser.test [new file with mode: 0644]
test/tools/llvm-rc/tag-accelerators.test [new file with mode: 0644]
test/tools/llvm-rc/tag-dialog.test [new file with mode: 0644]
test/tools/llvm-rc/tag-escape.test [new file with mode: 0644]
test/tools/llvm-rc/tag-html.test [new file with mode: 0644]
test/tools/llvm-rc/tag-icon-cursor.test [new file with mode: 0644]
test/tools/llvm-rc/tag-menu.test [new file with mode: 0644]
test/tools/llvm-rc/tag-stringtable.test [new file with mode: 0644]
test/tools/llvm-rc/tag-user.test [new file with mode: 0644]
test/tools/llvm-rc/tag-versioninfo.test [new file with mode: 0644]
test/tools/llvm-rc/tokenizer.test [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/codeview-inlinees.obj [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/coff-no-load-config.exe [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/elf-packed-relocs1.s [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/elf-packed-relocs2.s [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/got-static.exe.mips [new file with mode: 0755]
test/tools/llvm-readobj/amdgpu-elf-definitions.test
test/tools/llvm-readobj/broken-group.test [new file with mode: 0644]
test/tools/llvm-readobj/codeview-inlinees.test [new file with mode: 0644]
test/tools/llvm-readobj/coff-load-config.test
test/tools/llvm-readobj/coff-resources.test [moved from test/tools/llvm-readobj/resources.test with 100% similarity]
test/tools/llvm-readobj/elf-packed-relocs-empty.s [new file with mode: 0644]
test/tools/llvm-readobj/elf-packed-relocs-error1.s [new file with mode: 0644]
test/tools/llvm-readobj/elf-packed-relocs-error2.s [new file with mode: 0644]
test/tools/llvm-readobj/elf-packed-relocs-error3.s [new file with mode: 0644]
test/tools/llvm-readobj/elf-packed-relocs-error4.s [new file with mode: 0644]
test/tools/llvm-readobj/elf-packed-relocs-error5.s [new file with mode: 0644]
test/tools/llvm-readobj/elf-packed-relocs.test [new file with mode: 0644]
test/tools/llvm-readobj/mips-got.test
test/tools/llvm-readobj/relocations.test
test/tools/llvm-readobj/res-resources.test [new file with mode: 0644]
test/tools/llvm-readobj/sections.test
test/tools/llvm-readobj/symbols.test
test/tools/llvm-strings/all-sections.test [new file with mode: 0644]
test/tools/llvm-strings/archive-filename.test
test/tools/llvm-strings/nested-archives.test
test/tools/llvm-symbolizer/Inputs/print_context.o [new file with mode: 0644]
test/tools/llvm-symbolizer/coff-dwarf.test
test/tools/llvm-symbolizer/print_context.c
test/tools/llvm-xray/X86/Inputs/all-sleds.o [new file with mode: 0644]
test/tools/llvm-xray/X86/Inputs/fdr-log-arg1.xray [new file with mode: 0644]
test/tools/llvm-xray/X86/Inputs/naive-with-arg1-entries.xray [new file with mode: 0644]
test/tools/llvm-xray/X86/account-empty-stack-error.yaml [new file with mode: 0644]
test/tools/llvm-xray/X86/convert-basic-arg1-to-yaml.txt [new file with mode: 0644]
test/tools/llvm-xray/X86/convert-fdr-arg1-to-yaml.txt [new file with mode: 0644]
test/tools/llvm-xray/X86/convert-fdr-to-yaml.txt
test/tools/llvm-xray/X86/extract-all-sledtypes.txt [new file with mode: 0644]
test/tools/llvm-xray/X86/stack-empty-case.yaml [new file with mode: 0644]
test/tools/llvm-xray/X86/stack-keep-going.yaml [new file with mode: 0644]
test/tools/llvm-xray/X86/stack-multithread.yaml [new file with mode: 0644]
test/tools/llvm-xray/X86/stack-simple-case.yaml [new file with mode: 0644]
test/tools/lto/lit.local.cfg
test/tools/lto/no-bitcode.s [new file with mode: 0644]
test/tools/obj2yaml/Inputs/crt1.o [new file with mode: 0755]
test/tools/obj2yaml/missing_symtab.test [new file with mode: 0644]
test/tools/opt-viewer/Inputs/basic/or.c [new file with mode: 0644]
test/tools/opt-viewer/Inputs/basic/or.h [new file with mode: 0644]
test/tools/opt-viewer/Inputs/basic/or.yaml [new file with mode: 0644]
test/tools/opt-viewer/Inputs/suppress/s.opt.yaml [new file with mode: 0644]
test/tools/opt-viewer/Inputs/suppress/s.swift [new file with mode: 0644]
test/tools/opt-viewer/Inputs/unicode-function-name/s.opt.yaml [new file with mode: 0644]
test/tools/opt-viewer/Inputs/unicode-function-name/s.swift [new file with mode: 0644]
test/tools/opt-viewer/Outputs/basic/basic_or.c.html [new file with mode: 0644]
test/tools/opt-viewer/Outputs/basic/basic_or.h.html [new file with mode: 0644]
test/tools/opt-viewer/Outputs/basic/index.html [new file with mode: 0644]
test/tools/opt-viewer/Outputs/basic/style.css [new file with mode: 0644]
test/tools/opt-viewer/Outputs/suppress/index.html [new file with mode: 0644]
test/tools/opt-viewer/Outputs/suppress/s.swift.html [new file with mode: 0644]
test/tools/opt-viewer/Outputs/unicode-function-name/index.html [new file with mode: 0644]
test/tools/opt-viewer/Outputs/unicode-function-name/s.swift.html [new file with mode: 0644]
test/tools/opt-viewer/basic.test [new file with mode: 0644]
test/tools/opt-viewer/lit.local.cfg [new file with mode: 0644]
test/tools/opt-viewer/suppress.test [new file with mode: 0644]
test/tools/opt-viewer/unicode-function-name.test [new file with mode: 0644]
test/tools/yaml2obj/dynamic-symbols.yaml [new file with mode: 0644]
test/tools/yaml2obj/empty-symbols.yaml [new file with mode: 0644]
test/tools/yaml2obj/invalid-symboless-relocation.yaml [new file with mode: 0644]
test/tools/yaml2obj/program-header-align.yaml [new file with mode: 0644]
test/tools/yaml2obj/program-header-nobits.yaml [new file with mode: 0644]
test/tools/yaml2obj/program-header.yaml [new file with mode: 0644]
test/tools/yaml2obj/section-ordering.yaml [new file with mode: 0644]
test/tools/yaml2obj/symbol-index-invalid.yaml [new file with mode: 0644]
test/tools/yaml2obj/symbol-index.yaml [new file with mode: 0644]
test/tools/yaml2obj/symboless-relocation.yaml [new file with mode: 0644]
test/tools/yaml2obj/unnamed-section.yaml [new file with mode: 0644]
tools/LLVMBuild.txt
tools/bugpoint-passes/TestPasses.cpp
tools/bugpoint/BugDriver.cpp
tools/bugpoint/BugDriver.h
tools/bugpoint/CMakeLists.txt
tools/bugpoint/CrashDebugger.cpp
tools/bugpoint/ExecutionDriver.cpp
tools/bugpoint/ExtractFunction.cpp
tools/bugpoint/FindBugs.cpp
tools/bugpoint/OptimizerDriver.cpp
tools/bugpoint/ToolRunner.cpp
tools/bugpoint/bugpoint.cpp
tools/dsymutil/CFBundle.cpp [new file with mode: 0644]
tools/dsymutil/CFBundle.h [new file with mode: 0644]
tools/dsymutil/CMakeLists.txt
tools/dsymutil/DebugMap.cpp
tools/dsymutil/DebugMap.h
tools/dsymutil/DwarfLinker.cpp
tools/dsymutil/MachODebugMapParser.cpp
tools/dsymutil/MachOUtils.cpp
tools/dsymutil/NonRelocatableStringpool.h
tools/dsymutil/dsymutil.cpp
tools/dsymutil/dsymutil.h
tools/gold/CMakeLists.txt
tools/gold/gold-plugin.cpp
tools/llc/llc.cpp
tools/lli/OrcLazyJIT.h
tools/lli/lli.cpp
tools/llvm-ar/CMakeLists.txt
tools/llvm-ar/llvm-ar.cpp
tools/llvm-as-fuzzer/CMakeLists.txt
tools/llvm-as/llvm-as.cpp
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
tools/llvm-c-test/CMakeLists.txt
tools/llvm-c-test/debuginfo.c [new file with mode: 0644]
tools/llvm-c-test/echo.cpp
tools/llvm-c-test/helpers.c
tools/llvm-c-test/llvm-c-test.h
tools/llvm-c-test/main.c
tools/llvm-c-test/module.c
tools/llvm-cat/llvm-cat.cpp
tools/llvm-cfi-verify/CMakeLists.txt [new file with mode: 0644]
tools/llvm-cfi-verify/LLVMBuild.txt [new file with mode: 0644]
tools/llvm-cfi-verify/lib/CMakeLists.txt [new file with mode: 0644]
tools/llvm-cfi-verify/lib/FileAnalysis.cpp [new file with mode: 0644]
tools/llvm-cfi-verify/lib/FileAnalysis.h [new file with mode: 0644]
tools/llvm-cfi-verify/lib/GraphBuilder.cpp [new file with mode: 0644]
tools/llvm-cfi-verify/lib/GraphBuilder.h [new file with mode: 0644]
tools/llvm-cfi-verify/lib/LLVMBuild.txt [new file with mode: 0644]
tools/llvm-cfi-verify/llvm-cfi-verify.cpp [new file with mode: 0644]
tools/llvm-config/CMakeLists.txt
tools/llvm-cov/CodeCoverage.cpp
tools/llvm-cov/CoverageExporterJson.cpp
tools/llvm-cov/CoverageFilters.cpp
tools/llvm-cov/CoverageFilters.h
tools/llvm-cov/CoverageReport.cpp
tools/llvm-cov/CoverageReport.h
tools/llvm-cov/CoverageSummaryInfo.cpp
tools/llvm-cov/CoverageSummaryInfo.h
tools/llvm-cov/CoverageViewOptions.h
tools/llvm-cov/SourceCoverageView.cpp
tools/llvm-cov/SourceCoverageView.h
tools/llvm-cov/SourceCoverageViewHTML.cpp
tools/llvm-cov/SourceCoverageViewHTML.h
tools/llvm-cov/SourceCoverageViewText.cpp
tools/llvm-cov/SourceCoverageViewText.h
tools/llvm-cov/gcov.cpp
tools/llvm-cvtres/llvm-cvtres.cpp
tools/llvm-cxxdump/llvm-cxxdump.cpp
tools/llvm-cxxfilt/CMakeLists.txt
tools/llvm-cxxfilt/llvm-cxxfilt.cpp
tools/llvm-demangle-fuzzer/CMakeLists.txt [new file with mode: 0644]
tools/llvm-demangle-fuzzer/DummyDemanglerFuzzer.cpp [new file with mode: 0644]
tools/llvm-demangle-fuzzer/llvm-demangle-fuzzer.cpp [new file with mode: 0644]
tools/llvm-diff/DiffConsumer.cpp
tools/llvm-diff/DiffLog.cpp
tools/llvm-dis/llvm-dis.cpp
tools/llvm-dwarfdump/CMakeLists.txt
tools/llvm-dwarfdump/Statistics.cpp [new file with mode: 0644]
tools/llvm-dwarfdump/fuzzer/CMakeLists.txt
tools/llvm-dwarfdump/fuzzer/llvm-dwarfdump-fuzzer.cpp
tools/llvm-dwarfdump/llvm-dwarfdump.cpp
tools/llvm-dwp/CMakeLists.txt
tools/llvm-dwp/llvm-dwp.cpp
tools/llvm-extract/llvm-extract.cpp
tools/llvm-go/llvm-go.go
tools/llvm-isel-fuzzer/CMakeLists.txt [new file with mode: 0644]
tools/llvm-isel-fuzzer/DummyISelFuzzer.cpp [new file with mode: 0644]
tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp [new file with mode: 0644]
tools/llvm-link/llvm-link.cpp
tools/llvm-lto/llvm-lto.cpp
tools/llvm-lto2/llvm-lto2.cpp
tools/llvm-mc-assemble-fuzzer/CMakeLists.txt
tools/llvm-mc-assemble-fuzzer/llvm-mc-assemble-fuzzer.cpp
tools/llvm-mc-disassemble-fuzzer/CMakeLists.txt
tools/llvm-mc-disassemble-fuzzer/llvm-mc-disassemble-fuzzer.cpp
tools/llvm-mc/llvm-mc.cpp
tools/llvm-mcmarkup/llvm-mcmarkup.cpp
tools/llvm-modextract/llvm-modextract.cpp
tools/llvm-mt/CMakeLists.txt
tools/llvm-mt/LLVMBuild.txt
tools/llvm-mt/llvm-mt.cpp
tools/llvm-nm/CMakeLists.txt
tools/llvm-nm/llvm-nm.cpp
tools/llvm-objcopy/CMakeLists.txt [new file with mode: 0644]
tools/llvm-objcopy/LLVMBuild.txt [new file with mode: 0644]
tools/llvm-objcopy/Object.cpp [new file with mode: 0644]
tools/llvm-objcopy/Object.h [new file with mode: 0644]
tools/llvm-objcopy/llvm-objcopy.cpp [new file with mode: 0644]
tools/llvm-objcopy/llvm-objcopy.h [new file with mode: 0644]
tools/llvm-objdump/CMakeLists.txt
tools/llvm-objdump/COFFDump.cpp
tools/llvm-objdump/MachODump.cpp
tools/llvm-objdump/llvm-objdump.cpp
tools/llvm-opt-fuzzer/CMakeLists.txt [new file with mode: 0644]
tools/llvm-opt-fuzzer/DummyOptFuzzer.cpp [new file with mode: 0644]
tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp [new file with mode: 0644]
tools/llvm-opt-report/OptReport.cpp
tools/llvm-pdbutil/BytesOutputStyle.cpp
tools/llvm-pdbutil/BytesOutputStyle.h
tools/llvm-pdbutil/CMakeLists.txt
tools/llvm-pdbutil/Diff.cpp
tools/llvm-pdbutil/DumpOutputStyle.cpp
tools/llvm-pdbutil/DumpOutputStyle.h
tools/llvm-pdbutil/FormatUtil.cpp
tools/llvm-pdbutil/FormatUtil.h
tools/llvm-pdbutil/InputFile.cpp [new file with mode: 0644]
tools/llvm-pdbutil/InputFile.h [new file with mode: 0644]
tools/llvm-pdbutil/LinePrinter.cpp
tools/llvm-pdbutil/LinePrinter.h
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
tools/llvm-pdbutil/MinimalSymbolDumper.h
tools/llvm-pdbutil/MinimalTypeDumper.cpp
tools/llvm-pdbutil/PdbYaml.cpp
tools/llvm-pdbutil/PrettyBuiltinDumper.cpp
tools/llvm-pdbutil/PrettyEnumDumper.cpp
tools/llvm-pdbutil/PrettyFunctionDumper.cpp
tools/llvm-pdbutil/PrettyTypedefDumper.cpp
tools/llvm-pdbutil/StreamUtil.cpp
tools/llvm-pdbutil/StreamUtil.h
tools/llvm-pdbutil/YAMLOutputStyle.cpp
tools/llvm-pdbutil/fuzzer/CMakeLists.txt [deleted file]
tools/llvm-pdbutil/fuzzer/llvm-pdbutil-fuzzer.cpp [deleted file]
tools/llvm-pdbutil/llvm-pdbutil.cpp
tools/llvm-pdbutil/llvm-pdbutil.h
tools/llvm-profdata/llvm-profdata.cpp
tools/llvm-rc/CMakeLists.txt [new file with mode: 0644]
tools/llvm-rc/LLVMBuild.txt [new file with mode: 0644]
tools/llvm-rc/Opts.td [new file with mode: 0644]
tools/llvm-rc/ResourceFileWriter.cpp [new file with mode: 0644]
tools/llvm-rc/ResourceFileWriter.h [new file with mode: 0644]
tools/llvm-rc/ResourceScriptParser.cpp [new file with mode: 0644]
tools/llvm-rc/ResourceScriptParser.h [new file with mode: 0644]
tools/llvm-rc/ResourceScriptStmt.cpp [new file with mode: 0644]
tools/llvm-rc/ResourceScriptStmt.h [new file with mode: 0644]
tools/llvm-rc/ResourceScriptToken.cpp [new file with mode: 0644]
tools/llvm-rc/ResourceScriptToken.h [new file with mode: 0644]
tools/llvm-rc/ResourceScriptTokenList.def [new file with mode: 0644]
tools/llvm-rc/ResourceVisitor.h [new file with mode: 0644]
tools/llvm-rc/llvm-rc.cpp [new file with mode: 0644]
tools/llvm-readobj/ARMEHABIPrinter.h
tools/llvm-readobj/CMakeLists.txt
tools/llvm-readobj/COFFDumper.cpp
tools/llvm-readobj/COFFImportDumper.cpp
tools/llvm-readobj/ELFDumper.cpp
tools/llvm-readobj/ObjDumper.h
tools/llvm-readobj/WasmDumper.cpp
tools/llvm-readobj/WindowsResourceDumper.cpp [new file with mode: 0644]
tools/llvm-readobj/WindowsResourceDumper.h [new file with mode: 0644]
tools/llvm-readobj/llvm-readobj.cpp
tools/llvm-rtdyld/llvm-rtdyld.cpp
tools/llvm-shlib/CMakeLists.txt
tools/llvm-size/CMakeLists.txt
tools/llvm-size/llvm-size.cpp
tools/llvm-special-case-list-fuzzer/CMakeLists.txt [new file with mode: 0644]
tools/llvm-special-case-list-fuzzer/DummySpecialCaseListFuzzer.cpp [new file with mode: 0644]
tools/llvm-special-case-list-fuzzer/special-case-list-fuzzer.cpp [new file with mode: 0644]
tools/llvm-split/llvm-split.cpp
tools/llvm-stress/llvm-stress.cpp
tools/llvm-strings/CMakeLists.txt
tools/llvm-strings/llvm-strings.cpp
tools/llvm-symbolizer/CMakeLists.txt
tools/llvm-symbolizer/llvm-symbolizer.cpp
tools/llvm-xray/CMakeLists.txt
tools/llvm-xray/llvm-xray.cc
tools/llvm-xray/trie-node.h [new file with mode: 0644]
tools/llvm-xray/xray-account.cc
tools/llvm-xray/xray-color-helper.cc
tools/llvm-xray/xray-converter.cc
tools/llvm-xray/xray-converter.h
tools/llvm-xray/xray-extract.cc
tools/llvm-xray/xray-graph.cc
tools/llvm-xray/xray-record-yaml.h [deleted file]
tools/llvm-xray/xray-stacks.cc [new file with mode: 0644]
tools/lto/lto.cpp
tools/obj2yaml/coff2yaml.cpp
tools/obj2yaml/dwarf2yaml.cpp
tools/obj2yaml/elf2yaml.cpp
tools/obj2yaml/macho2yaml.cpp
tools/obj2yaml/obj2yaml.h
tools/obj2yaml/wasm2yaml.cpp
tools/opt-viewer/opt-diff.py
tools/opt-viewer/opt-stats.py
tools/opt-viewer/opt-viewer.py
tools/opt-viewer/optrecord.py
tools/opt-viewer/style.css
tools/opt/CMakeLists.txt
tools/opt/Debugify.cpp [new file with mode: 0644]
tools/opt/NewPMDriver.cpp
tools/opt/NewPMDriver.h
tools/opt/PassPrinters.cpp
tools/opt/PassPrinters.h
tools/opt/opt.cpp
tools/sancov/coverage-report-server.py
tools/sancov/sancov.cc
tools/sanstats/sanstats.cpp
tools/xcode-toolchain/CMakeLists.txt
tools/yaml2obj/yaml2coff.cpp
tools/yaml2obj/yaml2elf.cpp
tools/yaml2obj/yaml2obj.cpp
tools/yaml2obj/yaml2wasm.cpp
unittests/ADT/APFloatTest.cpp
unittests/ADT/CMakeLists.txt
unittests/ADT/EquivalenceClassesTest.cpp [new file with mode: 0644]
unittests/ADT/MappedIteratorTest.cpp [new file with mode: 0644]
unittests/ADT/ReverseIterationTest.cpp [deleted file]
unittests/ADT/STLExtrasTest.cpp
unittests/ADT/StringExtrasTest.cpp
unittests/ADT/TinyPtrVectorTest.cpp
unittests/ADT/TripleTest.cpp
unittests/Analysis/AliasAnalysisTest.cpp
unittests/Analysis/BlockFrequencyInfoTest.cpp
unittests/Analysis/CGSCCPassManagerTest.cpp
unittests/Analysis/CMakeLists.txt
unittests/Analysis/LazyCallGraphTest.cpp
unittests/Analysis/ProfileSummaryInfoTest.cpp
unittests/Analysis/ScalarEvolutionTest.cpp
unittests/Analysis/SparsePropagation.cpp [new file with mode: 0644]
unittests/Analysis/TargetLibraryInfoTest.cpp
unittests/Analysis/ValueLatticeTest.cpp [new file with mode: 0644]
unittests/Analysis/ValueTrackingTest.cpp
unittests/BinaryFormat/TestFileMagic.cpp
unittests/Bitcode/BitReaderTest.cpp
unittests/CMakeLists.txt
unittests/CodeGen/CMakeLists.txt
unittests/CodeGen/GlobalISel/CMakeLists.txt
unittests/CodeGen/GlobalISel/LegalizerInfoTest.cpp
unittests/CodeGen/LowLevelTypeTest.cpp
unittests/CodeGen/MachineInstrTest.cpp [new file with mode: 0644]
unittests/CodeGen/MachineOperandTest.cpp [new file with mode: 0644]
unittests/DebugInfo/CMakeLists.txt
unittests/DebugInfo/CodeView/CMakeLists.txt
unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
unittests/DebugInfo/CodeView/TypeHashingTest.cpp [new file with mode: 0644]
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
unittests/DebugInfo/DWARF/CMakeLists.txt
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
unittests/DebugInfo/DWARF/DWARFFormValueTest.cpp
unittests/DebugInfo/DWARF/DwarfGenerator.cpp
unittests/DebugInfo/MSF/CMakeLists.txt [new file with mode: 0644]
unittests/DebugInfo/MSF/MSFBuilderTest.cpp [new file with mode: 0644]
unittests/DebugInfo/MSF/MSFCommonTest.cpp [new file with mode: 0644]
unittests/DebugInfo/MSF/MappedBlockStreamTest.cpp [new file with mode: 0644]
unittests/DebugInfo/PDB/CMakeLists.txt
unittests/DebugInfo/PDB/MSFBuilderTest.cpp [deleted file]
unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp [deleted file]
unittests/DebugInfo/PDB/PDBApiTest.cpp
unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp
unittests/ExecutionEngine/MCJIT/MCJITTest.cpp
unittests/ExecutionEngine/MCJIT/MCJITTestBase.h
unittests/ExecutionEngine/Orc/CMakeLists.txt
unittests/ExecutionEngine/Orc/CompileOnDemandLayerTest.cpp
unittests/ExecutionEngine/Orc/GlobalMappingLayerTest.cpp
unittests/ExecutionEngine/Orc/ObjectTransformLayerTest.cpp
unittests/ExecutionEngine/Orc/OrcCAPITest.cpp
unittests/ExecutionEngine/Orc/OrcTestCommon.h
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp
unittests/ExecutionEngine/Orc/RTDyldObjectLinkingLayerTest.cpp
unittests/ExecutionEngine/Orc/RemoteObjectLayerTest.cpp [new file with mode: 0644]
unittests/ExecutionEngine/Orc/SymbolStringPoolTest.cpp [new file with mode: 0644]
unittests/FuzzMutate/CMakeLists.txt [new file with mode: 0644]
unittests/FuzzMutate/OperationsTest.cpp [new file with mode: 0644]
unittests/FuzzMutate/RandomIRBuilderTest.cpp [new file with mode: 0644]
unittests/FuzzMutate/ReservoirSamplerTest.cpp [new file with mode: 0644]
unittests/FuzzMutate/StrategiesTest.cpp [new file with mode: 0644]
unittests/IR/AsmWriterTest.cpp
unittests/IR/CMakeLists.txt
unittests/IR/ConstantRangeTest.cpp
unittests/IR/DominatorTreeBatchUpdatesTest.cpp [new file with mode: 0644]
unittests/IR/DominatorTreeTest.cpp
unittests/IR/IRBuilderTest.cpp
unittests/IR/LegacyPassManagerTest.cpp
unittests/IR/MetadataTest.cpp
unittests/IR/UseTest.cpp
unittests/IR/VerifierTest.cpp
unittests/Linker/LinkModulesTest.cpp
unittests/MI/LiveIntervalTest.cpp
unittests/ProfileData/CMakeLists.txt
unittests/ProfileData/CoverageMappingTest.cpp
unittests/ProfileData/SampleProfTest.cpp
unittests/Support/ARMAttributeParser.cpp
unittests/Support/BinaryStreamTest.cpp
unittests/Support/CMakeLists.txt
unittests/Support/Chrono.cpp
unittests/Support/CommandLineTest.cpp
unittests/Support/ConvertUTFTest.cpp
unittests/Support/DynamicLibrary/CMakeLists.txt
unittests/Support/ErrorTest.cpp
unittests/Support/FileOutputBufferTest.cpp
unittests/Support/FormatVariadicTest.cpp
unittests/Support/GlobPatternTest.cpp
unittests/Support/Host.cpp
unittests/Support/LEB128Test.cpp
unittests/Support/ManagedStatic.cpp
unittests/Support/MemoryTest.cpp
unittests/Support/Path.cpp
unittests/Support/ProcessTest.cpp
unittests/Support/ProgramTest.cpp
unittests/Support/RegexTest.cpp
unittests/Support/ReplaceFileTest.cpp
unittests/Support/ReverseIterationTest.cpp [new file with mode: 0644]
unittests/Support/SourceMgrTest.cpp
unittests/Support/SpecialCaseListTest.cpp
unittests/Support/TarWriterTest.cpp
unittests/Support/TargetParserTest.cpp
unittests/Support/YAMLIOTest.cpp
unittests/Support/YAMLParserTest.cpp
unittests/Target/AArch64/CMakeLists.txt
unittests/Target/AArch64/InstSizes.cpp
unittests/Transforms/Scalar/LoopPassManagerTest.cpp
unittests/Transforms/Utils/ASanStackFrameLayoutTest.cpp
unittests/Transforms/Utils/CMakeLists.txt
unittests/Transforms/Utils/Cloning.cpp
unittests/Transforms/Utils/CodeExtractor.cpp [new file with mode: 0644]
unittests/Transforms/Utils/Local.cpp
unittests/tools/CMakeLists.txt [new file with mode: 0644]
unittests/tools/llvm-cfi-verify/CMakeLists.txt [new file with mode: 0644]
unittests/tools/llvm-cfi-verify/FileAnalysis.cpp [new file with mode: 0644]
unittests/tools/llvm-cfi-verify/GraphBuilder.cpp [new file with mode: 0644]
utils/FileCheck/CMakeLists.txt
utils/FileCheck/FileCheck.cpp
utils/TableGen/AsmMatcherEmitter.cpp
utils/TableGen/AsmWriterEmitter.cpp
utils/TableGen/Attributes.cpp
utils/TableGen/CMakeLists.txt
utils/TableGen/CallingConvEmitter.cpp
utils/TableGen/CodeGenDAGPatterns.cpp
utils/TableGen/CodeGenDAGPatterns.h
utils/TableGen/CodeGenHwModes.cpp [new file with mode: 0644]
utils/TableGen/CodeGenHwModes.h [new file with mode: 0644]
utils/TableGen/CodeGenInstruction.cpp
utils/TableGen/CodeGenInstruction.h
utils/TableGen/CodeGenRegisters.cpp
utils/TableGen/CodeGenRegisters.h
utils/TableGen/CodeGenSchedule.cpp
utils/TableGen/CodeGenSchedule.h
utils/TableGen/CodeGenTarget.cpp
utils/TableGen/CodeGenTarget.h
utils/TableGen/DAGISelEmitter.cpp
utils/TableGen/DAGISelMatcher.cpp
utils/TableGen/DAGISelMatcherEmitter.cpp
utils/TableGen/DAGISelMatcherGen.cpp
utils/TableGen/FastISelEmitter.cpp
utils/TableGen/GlobalISelEmitter.cpp
utils/TableGen/InfoByHwMode.cpp [new file with mode: 0644]
utils/TableGen/InfoByHwMode.h [new file with mode: 0644]
utils/TableGen/InstrDocsEmitter.cpp [new file with mode: 0644]
utils/TableGen/InstrInfoEmitter.cpp
utils/TableGen/IntrinsicEmitter.cpp
utils/TableGen/OptParserEmitter.cpp
utils/TableGen/RegisterBankEmitter.cpp
utils/TableGen/RegisterInfoEmitter.cpp
utils/TableGen/SearchableTableEmitter.cpp
utils/TableGen/SequenceToOffsetTable.h
utils/TableGen/SubtargetEmitter.cpp
utils/TableGen/TableGen.cpp
utils/TableGen/TableGenBackends.h
utils/TableGen/X86DisassemblerTables.cpp
utils/TableGen/X86DisassemblerTables.h
utils/TableGen/X86EVEX2VEXTablesEmitter.cpp
utils/TableGen/X86FoldTablesEmitter.cpp [new file with mode: 0644]
utils/TableGen/X86RecognizableInstr.cpp
utils/TableGen/X86RecognizableInstr.h
utils/docker/build_docker_image.sh
utils/docker/debian8/build/Dockerfile
utils/docker/debian8/release/Dockerfile
utils/docker/example/build/Dockerfile
utils/docker/example/release/Dockerfile
utils/docker/nvidia-cuda/build/Dockerfile
utils/docker/nvidia-cuda/release/Dockerfile
utils/docker/scripts/build_install_llvm.sh
utils/docker/scripts/llvm_checksum/llvm_checksum.py [new file with mode: 0755]
utils/docker/scripts/llvm_checksum/project_tree.py [new file with mode: 0644]
utils/git-svn/git-llvm
utils/lit/CMakeLists.txt [new file with mode: 0644]
utils/lit/lit.py
utils/lit/lit/LitConfig.py
utils/lit/lit/TestRunner.py
utils/lit/lit/discovery.py
utils/lit/lit/formats/googletest.py
utils/lit/lit/llvm/__init__.py [new file with mode: 0644]
utils/lit/lit/llvm/config.py [new file with mode: 0644]
utils/lit/lit/llvm/subst.py [new file with mode: 0644]
utils/lit/lit/main.py
utils/lit/lit/run.py
utils/lit/lit/util.py
utils/lit/tests/Inputs/config-map-discovery/driver.py [new file with mode: 0644]
utils/lit/tests/Inputs/config-map-discovery/invalid-test.txt [new file with mode: 0644]
utils/lit/tests/Inputs/config-map-discovery/lit.alt.cfg [new file with mode: 0644]
utils/lit/tests/Inputs/config-map-discovery/main-config/lit.cfg [new file with mode: 0644]
utils/lit/tests/Inputs/config-map-discovery/tests/test1.txt [new file with mode: 0644]
utils/lit/tests/Inputs/config-map-discovery/tests/test2.txt [new file with mode: 0644]
utils/lit/tests/Inputs/googletest-format/DummySubDir/OneTest.py [moved from utils/lit/tests/Inputs/googletest-format/DummySubDir/OneTest with 100% similarity, mode: 0644]
utils/lit/tests/Inputs/googletest-timeout/DummySubDir/OneTest.py [moved from utils/lit/tests/Inputs/googletest-timeout/DummySubDir/OneTest with 100% similarity, mode: 0644]
utils/lit/tests/Inputs/googletest-upstream-format/DummySubDir/OneTest.py [moved from utils/lit/tests/Inputs/googletest-upstream-format/DummySubDir/OneTest with 100% similarity, mode: 0644]
utils/lit/tests/Inputs/max-failures/lit.cfg
utils/lit/tests/Inputs/py-config-discovery/lit.site.cfg.py [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-env/env-u.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-env/env.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-env/lit.cfg [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-env/mixed.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-env/print_environment.py [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-env/shtest-env.py [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-format/external_shell/fail_with_bad_encoding.txt
utils/lit/tests/Inputs/shtest-format/external_shell/write-bad-encoding.py [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-format/external_shell/write-bad-encoding.sh [deleted file]
utils/lit/tests/Inputs/shtest-format/lit.cfg
utils/lit/tests/Inputs/shtest-shell/check_path.py [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/diff-error-0.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/diff-error-1.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/diff-error-2.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/diff-error-3.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/diff-error-4.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/diff-error-5.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/diff-error-6.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/lit.cfg
utils/lit/tests/Inputs/shtest-shell/mkdir-error-0.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/mkdir-error-1.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/mkdir-error-2.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/redirects.txt
utils/lit/tests/Inputs/shtest-shell/rm-error-0.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/rm-error-1.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/rm-error-2.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/rm-error-3.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/valid-shell.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/write-to-stderr.py [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/write-to-stderr.sh [deleted file]
utils/lit/tests/Inputs/shtest-shell/write-to-stdout-and-stderr.py [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/write-to-stdout-and-stderr.sh [deleted file]
utils/lit/tests/discovery.py
utils/lit/tests/googletest-format.py
utils/lit/tests/googletest-timeout.py
utils/lit/tests/googletest-upstream-format.py
utils/lit/tests/lit.cfg
utils/lit/tests/lit.site.cfg.in [new file with mode: 0644]
utils/lit/tests/max-failures.py
utils/lit/tests/selecting.py
utils/lit/tests/shtest-format.py
utils/lit/tests/shtest-output-printing.py
utils/lit/tests/shtest-shell.py
utils/lit/tests/shtest-timeout.py
utils/lit/tests/unit/TestRunner.py
utils/llvm-gisel-cov.py [new file with mode: 0644]
utils/llvm-lit/CMakeLists.txt
utils/llvm-lit/llvm-lit.in
utils/not/CMakeLists.txt
utils/not/not.cpp
utils/release/build_llvm_package.bat
utils/sanitizers/ubsan_blacklist.txt
utils/shuffle_select_fuzz_tester.py [new file with mode: 0644]
utils/test_debuginfo.pl [deleted file]
utils/unittest/CMakeLists.txt
utils/update_llc_test_checks.py
utils/update_mir_test_checks.py [new file with mode: 0755]
utils/vim/syntax/llvm.vim
utils/yaml-bench/CMakeLists.txt