]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Vendor import of llvm trunk r338150:
authordim <dim@FreeBSD.org>
Sat, 28 Jul 2018 10:51:19 +0000 (10:51 +0000)
committerdim <dim@FreeBSD.org>
Sat, 28 Jul 2018 10:51:19 +0000 (10:51 +0000)
commitd0f7865fab482e701b64b2d09af6aa174e9cc0dd
tree44d492a50c8c1a7eb8e2d17ea3360ec4d066f042
parentf1f1b46eff993bb73fcb30e356af4f63d306f7cf
Vendor import of llvm trunk r338150:
https://llvm.org/svn/llvm-project/llvm/trunk@338150
12135 files changed:
.arcconfig
.gitattributes
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
README.txt
RELEASE_TESTERS.TXT
bindings/go/README.txt
bindings/go/llvm/DIBuilderBindings.cpp [deleted file]
bindings/go/llvm/DIBuilderBindings.h [deleted file]
bindings/go/llvm/IRBindings.cpp
bindings/go/llvm/IRBindings.h
bindings/go/llvm/dibuilder.go
bindings/go/llvm/ir.go
bindings/go/llvm/ir_test.go
bindings/go/llvm/transforms_scalar.go
bindings/ocaml/llvm/llvm.mli
bindings/ocaml/llvm/llvm_ocaml.c
bindings/ocaml/transforms/vectorize/llvm_vectorize.ml
bindings/ocaml/transforms/vectorize/llvm_vectorize.mli
bindings/ocaml/transforms/vectorize/vectorize_ocaml.c
bindings/python/llvm/core.py
cmake/config-ix.cmake
cmake/modules/AddLLVM.cmake
cmake/modules/CMakeLists.txt
cmake/modules/CrossCompile.cmake
cmake/modules/FindLibpfm.cmake [new file with mode: 0644]
cmake/modules/HandleLLVMOptions.cmake
cmake/modules/HandleLLVMStdlib.cmake
cmake/modules/LLVM-Config.cmake
cmake/modules/LLVMConfig.cmake.in
cmake/modules/LLVMExternalProjectUtils.cmake
cmake/modules/LLVMInstallSymlink.cmake
cmake/modules/LLVMProcessSources.cmake
cmake/platforms/iOS.cmake
docs/AMDGPUAsmGFX7.rst [new file with mode: 0644]
docs/AMDGPUAsmGFX8.rst [new file with mode: 0644]
docs/AMDGPUAsmGFX9.rst [new file with mode: 0644]
docs/AMDGPUOperandSyntax.rst [new file with mode: 0644]
docs/AMDGPUUsage.rst
docs/AdvancedBuilds.rst
docs/AliasAnalysis.rst
docs/BitCodeFormat.rst
docs/Bugpoint.rst
docs/CFIVerify.rst
docs/CMake.rst
docs/CodeGenerator.rst
docs/CodingStandards.rst
docs/CommandGuide/FileCheck.rst
docs/CommandGuide/dsymutil.rst
docs/CommandGuide/index.rst
docs/CommandGuide/lit.rst
docs/CommandGuide/llc.rst
docs/CommandGuide/llvm-cov.rst
docs/CommandGuide/llvm-exegesis-analysis.png [new file with mode: 0644]
docs/CommandGuide/llvm-exegesis.rst [new file with mode: 0644]
docs/CommandGuide/llvm-mca.rst [new file with mode: 0644]
docs/CommandGuide/llvm-nm.rst
docs/CommandGuide/opt.rst
docs/CommandGuide/tblgen.rst
docs/CommandLine.rst
docs/CompilerWriterInfo.rst
docs/Contributing.rst [new file with mode: 0644]
docs/Coroutines.rst
docs/Docker.rst
docs/ExceptionHandling.rst
docs/Extensions.rst
docs/GarbageCollection.rst
docs/GettingStarted.rst
docs/GoldPlugin.rst
docs/HowToSubmitABug.rst
docs/LangRef.rst
docs/Lexicon.rst
docs/LibFuzzer.rst
docs/MIRLangRef.rst
docs/MemorySSA.rst
docs/OptBisect.rst
docs/PDB/MsfFile.rst
docs/Passes.rst
docs/Phabricator.rst
docs/ProgrammersManual.rst
docs/Proposals/VectorizationPlan.rst
docs/ReleaseNotes.rst
docs/ReleaseProcess.rst
docs/ScudoHardenedAllocator.rst
docs/SourceLevelDebugging.rst
docs/SpeculativeLoadHardening.md [new file with mode: 0644]
docs/SystemLibrary.rst
docs/TableGen/BackEnds.rst
docs/TableGen/LangIntro.rst
docs/TableGen/LangRef.rst
docs/TableGen/index.rst
docs/TestingGuide.rst
docs/Vectorizers.rst
docs/XRay.rst
docs/XRayExample.rst
docs/XRayFDRFormat.rst
docs/YamlIO.rst
docs/conf.py
docs/doxygen.cfg.in
docs/index.rst
docs/speculative_load_hardening_microbenchmarks.png [new file with mode: 0644]
docs/tutorial/BuildingAJIT1.rst
docs/tutorial/BuildingAJIT2.rst
docs/tutorial/BuildingAJIT3.rst
docs/tutorial/LangImpl02.rst
docs/tutorial/LangImpl03.rst
docs/tutorial/LangImpl04.rst
docs/tutorial/LangImpl05.rst
docs/tutorial/LangImpl06.rst
docs/tutorial/LangImpl08.rst
docs/tutorial/OCamlLangImpl1.rst
examples/BrainF/BrainFDriver.cpp
examples/Kaleidoscope/BuildingAJIT/Chapter1/CMakeLists.txt
examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h
examples/Kaleidoscope/BuildingAJIT/Chapter2/CMakeLists.txt
examples/Kaleidoscope/BuildingAJIT/Chapter2/KaleidoscopeJIT.h
examples/Kaleidoscope/BuildingAJIT/Chapter3/KaleidoscopeJIT.h
examples/Kaleidoscope/BuildingAJIT/Chapter4/KaleidoscopeJIT.h
examples/Kaleidoscope/BuildingAJIT/Chapter5/KaleidoscopeJIT.h
examples/Kaleidoscope/BuildingAJIT/Chapter5/toy.cpp
examples/Kaleidoscope/Chapter4/CMakeLists.txt
examples/Kaleidoscope/Chapter4/toy.cpp
examples/Kaleidoscope/Chapter5/CMakeLists.txt
examples/Kaleidoscope/Chapter5/toy.cpp
examples/Kaleidoscope/Chapter6/CMakeLists.txt
examples/Kaleidoscope/Chapter6/toy.cpp
examples/Kaleidoscope/Chapter7/CMakeLists.txt
examples/Kaleidoscope/Chapter7/toy.cpp
examples/Kaleidoscope/Chapter8/toy.cpp
examples/Kaleidoscope/Chapter9/CMakeLists.txt
examples/Kaleidoscope/Chapter9/toy.cpp
examples/Kaleidoscope/MCJIT/lazy/toy-jit.cpp
examples/Kaleidoscope/include/KaleidoscopeJIT.h
examples/ModuleMaker/ModuleMaker.cpp
include/llvm-c/Comdat.h [new file with mode: 0644]
include/llvm-c/Core.h
include/llvm-c/DataTypes.h [moved from include/llvm/Support/DataTypes.h.cmake with 69% similarity]
include/llvm-c/DebugInfo.h
include/llvm-c/Disassembler.h
include/llvm-c/DisassemblerTypes.h [new file with mode: 0644]
include/llvm-c/ExecutionEngine.h
include/llvm-c/Initialization.h
include/llvm-c/OrcBindings.h
include/llvm-c/Support.h
include/llvm-c/TargetMachine.h
include/llvm-c/Transforms/InstCombine.h [new file with mode: 0644]
include/llvm-c/Transforms/Scalar.h
include/llvm-c/Transforms/Utils.h [new file with mode: 0644]
include/llvm-c/Transforms/Vectorize.h
include/llvm-c/Types.h
include/llvm-c/lto.h
include/llvm/ADT/APFloat.h
include/llvm/ADT/APInt.h
include/llvm/ADT/APSInt.h
include/llvm/ADT/Any.h [new file with mode: 0644]
include/llvm/ADT/ArrayRef.h
include/llvm/ADT/BitVector.h
include/llvm/ADT/CachedHashString.h
include/llvm/ADT/DenseMapInfo.h
include/llvm/ADT/DepthFirstIterator.h
include/llvm/ADT/EpochTracker.h
include/llvm/ADT/FunctionExtras.h [new file with mode: 0644]
include/llvm/ADT/GraphTraits.h
include/llvm/ADT/Hashing.h
include/llvm/ADT/ImmutableList.h
include/llvm/ADT/ImmutableMap.h
include/llvm/ADT/ImmutableSet.h
include/llvm/ADT/MapVector.h
include/llvm/ADT/None.h
include/llvm/ADT/Optional.h
include/llvm/ADT/PackedVector.h
include/llvm/ADT/PointerUnion.h
include/llvm/ADT/SCCIterator.h
include/llvm/ADT/STLExtras.h
include/llvm/ADT/ScopeExit.h
include/llvm/ADT/SetVector.h
include/llvm/ADT/SmallPtrSet.h
include/llvm/ADT/SmallSet.h
include/llvm/ADT/SmallVector.h
include/llvm/ADT/SparseMultiSet.h
include/llvm/ADT/SparseSet.h
include/llvm/ADT/Statistic.h
include/llvm/ADT/StringExtras.h
include/llvm/ADT/StringMap.h
include/llvm/ADT/StringRef.h
include/llvm/ADT/StringSwitch.h
include/llvm/ADT/TinyPtrVector.h
include/llvm/ADT/Triple.h
include/llvm/ADT/UniqueVector.h
include/llvm/ADT/VariadicFunction.h
include/llvm/ADT/edit_distance.h
include/llvm/ADT/ilist.h
include/llvm/ADT/ilist_node.h
include/llvm/ADT/ilist_node_options.h
include/llvm/ADT/iterator.h
include/llvm/ADT/iterator_range.h
include/llvm/Analysis/AliasAnalysis.h
include/llvm/Analysis/AliasAnalysisEvaluator.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/CaptureTracking.h
include/llvm/Analysis/CodeMetrics.h
include/llvm/Analysis/ConstantFolding.h
include/llvm/Analysis/DOTGraphTraitsPass.h
include/llvm/Analysis/DemandedBits.h
include/llvm/Analysis/DependenceAnalysis.h
include/llvm/Analysis/DivergenceAnalysis.h
include/llvm/Analysis/DominanceFrontier.h
include/llvm/Analysis/DominanceFrontierImpl.h
include/llvm/Analysis/EHPersonalities.h
include/llvm/Analysis/IndirectCallPromotionAnalysis.h
include/llvm/Analysis/InlineCost.h
include/llvm/Analysis/IteratedDominanceFrontier.h
include/llvm/Analysis/LazyBlockFrequencyInfo.h
include/llvm/Analysis/LazyBranchProbabilityInfo.h
include/llvm/Analysis/LazyValueInfo.h
include/llvm/Analysis/Lint.h
include/llvm/Analysis/LoopAccessAnalysis.h
include/llvm/Analysis/LoopAnalysisManager.h
include/llvm/Analysis/LoopInfo.h
include/llvm/Analysis/LoopInfoImpl.h
include/llvm/Analysis/LoopIterator.h
include/llvm/Analysis/LoopUnrollAnalyzer.h
include/llvm/Analysis/MemoryBuiltins.h
include/llvm/Analysis/MemoryDependenceAnalysis.h
include/llvm/Analysis/MemoryLocation.h
include/llvm/Analysis/MemorySSA.h
include/llvm/Analysis/MemorySSAUpdater.h
include/llvm/Analysis/MustExecute.h [new file with mode: 0644]
include/llvm/Analysis/ObjCARCAliasAnalysis.h
include/llvm/Analysis/ObjCARCAnalysisUtils.h
include/llvm/Analysis/ObjCARCInstKind.h
include/llvm/Analysis/ObjectUtils.h [deleted file]
include/llvm/Analysis/OptimizationRemarkEmitter.h
include/llvm/Analysis/OrderedBasicBlock.h
include/llvm/Analysis/PHITransAddr.h
include/llvm/Analysis/Passes.h
include/llvm/Analysis/PhiValues.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/RegionIterator.h
include/llvm/Analysis/RegionPass.h
include/llvm/Analysis/RegionPrinter.h
include/llvm/Analysis/ScalarEvolution.h
include/llvm/Analysis/ScalarEvolutionExpander.h
include/llvm/Analysis/ScalarEvolutionExpressions.h
include/llvm/Analysis/SparsePropagation.h
include/llvm/Analysis/SyntheticCountsUtils.h [new file with mode: 0644]
include/llvm/Analysis/TargetLibraryInfo.def
include/llvm/Analysis/TargetTransformInfo.h
include/llvm/Analysis/TargetTransformInfoImpl.h
include/llvm/Analysis/TypeMetadataUtils.h
include/llvm/Analysis/Utils/Local.h [new file with mode: 0644]
include/llvm/Analysis/ValueLattice.h
include/llvm/Analysis/ValueTracking.h
include/llvm/Analysis/VectorUtils.h
include/llvm/AsmParser/Parser.h
include/llvm/BinaryFormat/COFF.h
include/llvm/BinaryFormat/Dwarf.def
include/llvm/BinaryFormat/Dwarf.h
include/llvm/BinaryFormat/DynamicTags.def [new file with mode: 0644]
include/llvm/BinaryFormat/ELF.h
include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def
include/llvm/BinaryFormat/ELFRelocs/WebAssembly.def [deleted file]
include/llvm/BinaryFormat/MachO.h
include/llvm/BinaryFormat/Magic.h
include/llvm/BinaryFormat/Wasm.h
include/llvm/BinaryFormat/WasmRelocs.def
include/llvm/Bitcode/BitcodeWriter.h
include/llvm/Bitcode/BitcodeWriterPass.h
include/llvm/Bitcode/BitstreamReader.h
include/llvm/Bitcode/BitstreamWriter.h
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/CodeGen/AccelTable.h [new file with mode: 0644]
include/llvm/CodeGen/Analysis.h
include/llvm/CodeGen/AsmPrinter.h
include/llvm/CodeGen/AtomicExpandUtils.h
include/llvm/CodeGen/BasicTTIImpl.h
include/llvm/CodeGen/CalcSpillWeights.h
include/llvm/CodeGen/CallingConvLower.h
include/llvm/CodeGen/CommandFlags.inc [moved from include/llvm/CodeGen/CommandFlags.def with 92% similarity]
include/llvm/CodeGen/CostTable.h
include/llvm/CodeGen/DIE.h
include/llvm/CodeGen/DwarfStringPoolEntry.h
include/llvm/CodeGen/ExecutionDepsFix.h [deleted file]
include/llvm/CodeGen/ExecutionDomainFix.h [new file with mode: 0644]
include/llvm/CodeGen/FastISel.h
include/llvm/CodeGen/FunctionLoweringInfo.h
include/llvm/CodeGen/GCStrategy.h
include/llvm/CodeGen/GlobalISel/CallLowering.h
include/llvm/CodeGen/GlobalISel/Combiner.h [new file with mode: 0644]
include/llvm/CodeGen/GlobalISel/CombinerHelper.h [new file with mode: 0644]
include/llvm/CodeGen/GlobalISel/CombinerInfo.h [new file with mode: 0644]
include/llvm/CodeGen/GlobalISel/ConstantFoldingMIRBuilder.h [new file with mode: 0644]
include/llvm/CodeGen/GlobalISel/IRTranslator.h
include/llvm/CodeGen/GlobalISel/InstructionSelector.h
include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
include/llvm/CodeGen/GlobalISel/Localizer.h
include/llvm/CodeGen/GlobalISel/MIPatternMatch.h [new file with mode: 0644]
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
include/llvm/CodeGen/GlobalISel/RegBankSelect.h
include/llvm/CodeGen/GlobalISel/RegisterBank.h
include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h
include/llvm/CodeGen/GlobalISel/Utils.h
include/llvm/CodeGen/ISDOpcodes.h
include/llvm/CodeGen/LatencyPriorityQueue.h
include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h
include/llvm/CodeGen/LiveInterval.h
include/llvm/CodeGen/LiveIntervalUnion.h
include/llvm/CodeGen/LiveIntervals.h
include/llvm/CodeGen/LivePhysRegs.h
include/llvm/CodeGen/LiveRangeEdit.h
include/llvm/CodeGen/LiveRegMatrix.h
include/llvm/CodeGen/LiveRegUnits.h
include/llvm/CodeGen/LoopTraversal.h [new file with mode: 0644]
include/llvm/CodeGen/MIRParser/MIRParser.h
include/llvm/CodeGen/MIRPrinter.h
include/llvm/CodeGen/MIRYamlMapping.h
include/llvm/CodeGen/MachineBasicBlock.h
include/llvm/CodeGen/MachineConstantPool.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/MachineLoopInfo.h
include/llvm/CodeGen/MachineMemOperand.h
include/llvm/CodeGen/MachineOperand.h
include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h
include/llvm/CodeGen/MachineOutliner.h [new file with mode: 0644]
include/llvm/CodeGen/MachineRegisterInfo.h
include/llvm/CodeGen/MachineSSAUpdater.h
include/llvm/CodeGen/MachineScheduler.h
include/llvm/CodeGen/MacroFusion.h
include/llvm/CodeGen/PBQP/Graph.h
include/llvm/CodeGen/PBQP/Math.h
include/llvm/CodeGen/PBQP/ReductionRules.h
include/llvm/CodeGen/PBQP/Solution.h
include/llvm/CodeGen/PBQPRAConstraint.h
include/llvm/CodeGen/ParallelCG.h
include/llvm/CodeGen/Passes.h
include/llvm/CodeGen/ReachingDefAnalysis.h [new file with mode: 0644]
include/llvm/CodeGen/RegAllocPBQP.h
include/llvm/CodeGen/RegisterPressure.h
include/llvm/CodeGen/RegisterScavenging.h
include/llvm/CodeGen/RegisterUsageInfo.h
include/llvm/CodeGen/ResourcePriorityQueue.h
include/llvm/CodeGen/RuntimeLibcalls.h
include/llvm/CodeGen/ScheduleDAG.h
include/llvm/CodeGen/ScheduleDAGInstrs.h
include/llvm/CodeGen/ScheduleDFS.h
include/llvm/CodeGen/ScoreboardHazardRecognizer.h
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGAddressAnalysis.h
include/llvm/CodeGen/SelectionDAGISel.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/CodeGen/SlotIndexes.h
include/llvm/CodeGen/StackMaps.h
include/llvm/CodeGen/StackProtector.h
include/llvm/CodeGen/TargetCallingConv.h
include/llvm/CodeGen/TargetFrameLowering.h
include/llvm/CodeGen/TargetInstrInfo.h
include/llvm/CodeGen/TargetLowering.h
include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
include/llvm/CodeGen/TargetOpcodes.h
include/llvm/CodeGen/TargetPassConfig.h
include/llvm/CodeGen/TargetRegisterInfo.h
include/llvm/CodeGen/TargetSchedule.h
include/llvm/CodeGen/TargetSubtargetInfo.h
include/llvm/CodeGen/ValueTypes.h
include/llvm/CodeGen/ValueTypes.td
include/llvm/CodeGen/VirtRegMap.h
include/llvm/CodeGen/WasmEHFuncInfo.h [new file with mode: 0644]
include/llvm/Config/config.h.cmake
include/llvm/Config/llvm-config.h.cmake
include/llvm/DebugInfo/CodeView/CVRecord.h
include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
include/llvm/DebugInfo/CodeView/CodeView.h
include/llvm/DebugInfo/CodeView/CodeViewRegisters.def
include/llvm/DebugInfo/CodeView/CodeViewTypes.def
include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h
include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h
include/llvm/DebugInfo/CodeView/TypeHashing.h
include/llvm/DebugInfo/CodeView/TypeRecord.h
include/llvm/DebugInfo/CodeView/TypeStreamMerger.h
include/llvm/DebugInfo/DIContext.h
include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
include/llvm/DebugInfo/DWARF/DWARFAddressRange.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h
include/llvm/DebugInfo/DWARF/DWARFContext.h
include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h
include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h
include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h
include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h
include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARF/DWARFDie.h
include/llvm/DebugInfo/DWARF/DWARFExpression.h
include/llvm/DebugInfo/DWARF/DWARFFormValue.h
include/llvm/DebugInfo/DWARF/DWARFListTable.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARF/DWARFObject.h
include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
include/llvm/DebugInfo/DWARF/DWARFUnit.h
include/llvm/DebugInfo/DWARF/DWARFVerifier.h
include/llvm/DebugInfo/MSF/MSFBuilder.h
include/llvm/DebugInfo/MSF/MSFCommon.h
include/llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h
include/llvm/DebugInfo/PDB/DIA/DIASectionContrib.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/DIA/DIASession.h
include/llvm/DebugInfo/PDB/DIA/DIASupport.h
include/llvm/DebugInfo/PDB/DIA/DIAUtils.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/IPDBInjectedSource.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
include/llvm/DebugInfo/PDB/IPDBSectionContrib.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/IPDBSession.h
include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h
include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h
include/llvm/DebugInfo/PDB/Native/DbiStream.h
include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h
include/llvm/DebugInfo/PDB/Native/HashTable.h
include/llvm/DebugInfo/PDB/Native/InfoStream.h
include/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h
include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h
include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
include/llvm/DebugInfo/PDB/Native/NativeSession.h
include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h
include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h
include/llvm/DebugInfo/PDB/Native/RawConstants.h
include/llvm/DebugInfo/PDB/Native/RawTypes.h
include/llvm/DebugInfo/PDB/Native/TpiStream.h
include/llvm/DebugInfo/PDB/PDBExtras.h
include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h
include/llvm/DebugInfo/PDB/PDBSymbolData.h
include/llvm/DebugInfo/PDB/PDBSymbolFunc.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h
include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h
include/llvm/DebugInfo/PDB/PDBTypes.h
include/llvm/DebugInfo/Symbolize/Symbolize.h
include/llvm/Demangle/Demangle.h
include/llvm/ExecutionEngine/ExecutionEngine.h
include/llvm/ExecutionEngine/JITEventListener.h
include/llvm/ExecutionEngine/JITSymbol.h
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
include/llvm/ExecutionEngine/Orc/CompileUtils.h
include/llvm/ExecutionEngine/Orc/Core.h [new file with mode: 0644]
include/llvm/ExecutionEngine/Orc/ExecutionUtils.h
include/llvm/ExecutionEngine/Orc/GlobalMappingLayer.h
include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
include/llvm/ExecutionEngine/Orc/IRTransformLayer.h
include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
include/llvm/ExecutionEngine/Orc/LLJIT.h [new file with mode: 0644]
include/llvm/ExecutionEngine/Orc/LambdaResolver.h
include/llvm/ExecutionEngine/Orc/Layer.h [new file with mode: 0644]
include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
include/llvm/ExecutionEngine/Orc/Legacy.h [new file with mode: 0644]
include/llvm/ExecutionEngine/Orc/NullResolver.h
include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h
include/llvm/ExecutionEngine/Orc/OrcABISupport.h
include/llvm/ExecutionEngine/Orc/OrcError.h
include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h
include/llvm/ExecutionEngine/Orc/RPCUtils.h
include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h
include/llvm/ExecutionEngine/Orc/RemoteObjectLayer.h
include/llvm/ExecutionEngine/Orc/SymbolStringPool.h
include/llvm/ExecutionEngine/RTDyldMemoryManager.h
include/llvm/ExecutionEngine/RuntimeDyld.h
include/llvm/ExecutionEngine/RuntimeDyldChecker.h
include/llvm/ExecutionEngine/SectionMemoryManager.h
include/llvm/FuzzMutate/FuzzerCLI.h
include/llvm/FuzzMutate/OpDescriptor.h
include/llvm/IR/Attributes.h
include/llvm/IR/Attributes.td
include/llvm/IR/AutoUpgrade.h
include/llvm/IR/BasicBlock.h
include/llvm/IR/CFG.h
include/llvm/IR/CMakeLists.txt
include/llvm/IR/CallSite.h
include/llvm/IR/CallingConv.h
include/llvm/IR/Comdat.h
include/llvm/IR/Constant.h
include/llvm/IR/ConstantRange.h
include/llvm/IR/Constants.h
include/llvm/IR/DIBuilder.h
include/llvm/IR/DataLayout.h
include/llvm/IR/DebugInfo.h
include/llvm/IR/DebugInfoFlags.def
include/llvm/IR/DebugInfoMetadata.h
include/llvm/IR/DebugLoc.h
include/llvm/IR/DerivedTypes.h
include/llvm/IR/DiagnosticHandler.h
include/llvm/IR/DiagnosticInfo.h
include/llvm/IR/DiagnosticPrinter.h
include/llvm/IR/DomTreeUpdater.h [new file with mode: 0644]
include/llvm/IR/Dominators.h
include/llvm/IR/Function.h
include/llvm/IR/GlobalObject.h
include/llvm/IR/GlobalValue.h
include/llvm/IR/GlobalVariable.h
include/llvm/IR/IRBuilder.h
include/llvm/IR/IRPrintingPasses.h
include/llvm/IR/InstVisitor.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.h
include/llvm/IR/Intrinsics.td
include/llvm/IR/IntrinsicsAArch64.td
include/llvm/IR/IntrinsicsAMDGPU.td
include/llvm/IR/IntrinsicsARM.td
include/llvm/IR/IntrinsicsHexagon.td
include/llvm/IR/IntrinsicsNVVM.td
include/llvm/IR/IntrinsicsPowerPC.td
include/llvm/IR/IntrinsicsWebAssembly.td
include/llvm/IR/IntrinsicsX86.td
include/llvm/IR/LLVMContext.h
include/llvm/IR/LegacyPassManagers.h
include/llvm/IR/MDBuilder.h
include/llvm/IR/Mangler.h
include/llvm/IR/Metadata.def
include/llvm/IR/Metadata.h
include/llvm/IR/Module.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/PassManagerInternal.h
include/llvm/IR/PatternMatch.h
include/llvm/IR/ProfileSummary.h
include/llvm/IR/RuntimeLibcalls.def [moved from include/llvm/CodeGen/RuntimeLibcalls.def with 93% similarity]
include/llvm/IR/Statepoint.h
include/llvm/IR/TrackingMDRef.h
include/llvm/IR/Type.h
include/llvm/IR/Use.h
include/llvm/IR/UseListOrder.h
include/llvm/IR/User.h
include/llvm/IR/Value.h
include/llvm/IR/ValueHandle.h
include/llvm/IR/ValueMap.h
include/llvm/IR/ValueSymbolTable.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/ThinLTOCodeGenerator.h
include/llvm/LinkAllPasses.h
include/llvm/Linker/Linker.h
include/llvm/MC/MCAsmBackend.h
include/llvm/MC/MCAsmInfo.h
include/llvm/MC/MCAsmLayout.h
include/llvm/MC/MCAsmMacro.h [new file with mode: 0644]
include/llvm/MC/MCAssembler.h
include/llvm/MC/MCCodePadder.h
include/llvm/MC/MCCodeView.h
include/llvm/MC/MCContext.h
include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h
include/llvm/MC/MCDisassembler/MCRelocationInfo.h
include/llvm/MC/MCDisassembler/MCSymbolizer.h
include/llvm/MC/MCDwarf.h
include/llvm/MC/MCELFObjectWriter.h
include/llvm/MC/MCELFStreamer.h
include/llvm/MC/MCExpr.h
include/llvm/MC/MCFixup.h
include/llvm/MC/MCFixupKindInfo.h
include/llvm/MC/MCFragment.h
include/llvm/MC/MCInst.h
include/llvm/MC/MCInstBuilder.h
include/llvm/MC/MCInstPrinter.h
include/llvm/MC/MCInstrAnalysis.h
include/llvm/MC/MCInstrDesc.h
include/llvm/MC/MCInstrInfo.h
include/llvm/MC/MCInstrItineraries.h
include/llvm/MC/MCLabel.h
include/llvm/MC/MCMachObjectWriter.h
include/llvm/MC/MCObjectFileInfo.h
include/llvm/MC/MCObjectStreamer.h
include/llvm/MC/MCObjectWriter.h
include/llvm/MC/MCParser/MCAsmLexer.h
include/llvm/MC/MCParser/MCAsmParser.h
include/llvm/MC/MCParser/MCAsmParserExtension.h
include/llvm/MC/MCParser/MCAsmParserUtils.h
include/llvm/MC/MCParser/MCTargetAsmParser.h
include/llvm/MC/MCRegisterInfo.h
include/llvm/MC/MCSchedule.h
include/llvm/MC/MCSection.h
include/llvm/MC/MCSectionWasm.h
include/llvm/MC/MCStreamer.h
include/llvm/MC/MCSubtargetInfo.h
include/llvm/MC/MCSymbol.h
include/llvm/MC/MCSymbolMachO.h
include/llvm/MC/MCSymbolWasm.h
include/llvm/MC/MCTargetOptions.h
include/llvm/MC/MCTargetOptionsCommandFlags.inc [moved from include/llvm/MC/MCTargetOptionsCommandFlags.def with 100% similarity]
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/StringTableBuilder.h
include/llvm/Object/Archive.h
include/llvm/Object/Binary.h
include/llvm/Object/COFF.h
include/llvm/Object/COFFImportFile.h
include/llvm/Object/CVDebugRecord.h [moved from include/llvm/DebugInfo/CodeView/CVDebugRecord.h with 92% similarity]
include/llvm/Object/Decompressor.h
include/llvm/Object/ELF.h
include/llvm/Object/ELFObjectFile.h
include/llvm/Object/ELFTypes.h
include/llvm/Object/IRObjectFile.h
include/llvm/Object/MachO.h
include/llvm/Object/MachOUniversal.h
include/llvm/Object/ModuleSymbolTable.h
include/llvm/Object/ObjectFile.h
include/llvm/Object/RelocVisitor.h
include/llvm/Object/Wasm.h
include/llvm/Object/WasmTraits.h [new file with mode: 0644]
include/llvm/ObjectYAML/COFFYAML.h
include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h
include/llvm/ObjectYAML/CodeViewYAMLTypes.h
include/llvm/ObjectYAML/DWARFEmitter.h
include/llvm/ObjectYAML/DWARFYAML.h
include/llvm/ObjectYAML/ELFYAML.h
include/llvm/ObjectYAML/MachOYAML.h
include/llvm/ObjectYAML/WasmYAML.h
include/llvm/ObjectYAML/YAML.h
include/llvm/Option/Arg.h
include/llvm/Option/ArgList.h
include/llvm/Option/OptTable.h
include/llvm/Option/Option.h
include/llvm/Pass.h
include/llvm/PassAnalysisSupport.h
include/llvm/Passes/PassBuilder.h
include/llvm/Passes/PassPlugin.h [new file with mode: 0644]
include/llvm/ProfileData/Coverage/CoverageMapping.h
include/llvm/ProfileData/Coverage/CoverageMappingReader.h
include/llvm/ProfileData/Coverage/CoverageMappingWriter.h
include/llvm/ProfileData/GCOV.h
include/llvm/ProfileData/InstrProf.h
include/llvm/ProfileData/InstrProfData.inc
include/llvm/ProfileData/InstrProfReader.h
include/llvm/ProfileData/ProfileCommon.h
include/llvm/ProfileData/SampleProf.h
include/llvm/ProfileData/SampleProfReader.h
include/llvm/ProfileData/SampleProfWriter.h
include/llvm/Support/AArch64TargetParser.def
include/llvm/Support/AMDGPUKernelDescriptor.h [deleted file]
include/llvm/Support/AMDGPUMetadata.h
include/llvm/Support/AMDHSAKernelDescriptor.h [new file with mode: 0644]
include/llvm/Support/ARMTargetParser.def
include/llvm/Support/AlignOf.h
include/llvm/Support/Allocator.h
include/llvm/Support/AtomicOrdering.h
include/llvm/Support/BinaryByteStream.h
include/llvm/Support/BinaryStream.h
include/llvm/Support/BinaryStreamArray.h
include/llvm/Support/BinaryStreamReader.h
include/llvm/Support/BinaryStreamRef.h
include/llvm/Support/BinaryStreamWriter.h
include/llvm/Support/BlockFrequency.h
include/llvm/Support/BranchProbability.h
include/llvm/Support/CMakeLists.txt
include/llvm/Support/CachePruning.h
include/llvm/Support/Casting.h
include/llvm/Support/CheckedArithmetic.h [new file with mode: 0644]
include/llvm/Support/CodeGenCoverage.h
include/llvm/Support/CommandLine.h
include/llvm/Support/Compiler.h
include/llvm/Support/ConvertUTF.h
include/llvm/Support/CrashRecoveryContext.h
include/llvm/Support/DJB.h [new file with mode: 0644]
include/llvm/Support/DataExtractor.h
include/llvm/Support/DataTypes.h [new file with mode: 0644]
include/llvm/Support/Debug.h
include/llvm/Support/DebugCounter.h
include/llvm/Support/DynamicLibrary.h
include/llvm/Support/Endian.h
include/llvm/Support/EndianStream.h
include/llvm/Support/Errc.h
include/llvm/Support/Errno.h
include/llvm/Support/Error.h
include/llvm/Support/ErrorHandling.h
include/llvm/Support/ErrorOr.h
include/llvm/Support/FileOutputBuffer.h
include/llvm/Support/FileSystem.h
include/llvm/Support/FormatAdapters.h
include/llvm/Support/FormatVariadic.h
include/llvm/Support/FormatVariadicDetails.h
include/llvm/Support/GenericDomTree.h
include/llvm/Support/GenericDomTreeConstruction.h
include/llvm/Support/GraphWriter.h
include/llvm/Support/Host.h
include/llvm/Support/InitLLVM.h [new file with mode: 0644]
include/llvm/Support/JSON.h [new file with mode: 0644]
include/llvm/Support/JamCRC.h
include/llvm/Support/KnownBits.h
include/llvm/Support/LEB128.h
include/llvm/Support/LineIterator.h
include/llvm/Support/LockFileManager.h
include/llvm/Support/LowLevelTypeImpl.h
include/llvm/Support/MD5.h
include/llvm/Support/MachineValueType.h [moved from include/llvm/CodeGen/MachineValueType.h with 98% similarity]
include/llvm/Support/MathExtras.h
include/llvm/Support/MemAlloc.h [new file with mode: 0644]
include/llvm/Support/Memory.h
include/llvm/Support/MemoryBuffer.h
include/llvm/Support/MipsABIFlags.h
include/llvm/Support/Mutex.h
include/llvm/Support/MutexGuard.h
include/llvm/Support/OnDiskHashTable.h
include/llvm/Support/Options.h
include/llvm/Support/Parallel.h
include/llvm/Support/Path.h
include/llvm/Support/PointerLikeTypeTraits.h
include/llvm/Support/Process.h
include/llvm/Support/Program.h
include/llvm/Support/RWMutex.h
include/llvm/Support/Regex.h
include/llvm/Support/SMLoc.h
include/llvm/Support/SaveAndRestore.h
include/llvm/Support/ScaledNumber.h
include/llvm/Support/ScopedPrinter.h
include/llvm/Support/Signals.h
include/llvm/Support/SmallVectorMemoryBuffer.h [moved from include/llvm/ExecutionEngine/ObjectMemoryBuffer.h with 73% similarity]
include/llvm/Support/SourceMgr.h
include/llvm/Support/StringSaver.h
include/llvm/Support/SystemUtils.h
include/llvm/Support/TargetOpcodes.def [moved from include/llvm/CodeGen/TargetOpcodes.def with 95% similarity]
include/llvm/Support/TargetParser.h
include/llvm/Support/TargetRegistry.h
include/llvm/Support/TaskQueue.h [new file with mode: 0644]
include/llvm/Support/ThreadLocal.h
include/llvm/Support/ThreadPool.h
include/llvm/Support/Threading.h
include/llvm/Support/Timer.h
include/llvm/Support/ToolOutputFile.h
include/llvm/Support/TrailingObjects.h
include/llvm/Support/Unicode.h
include/llvm/Support/UnicodeCharRanges.h
include/llvm/Support/UniqueLock.h
include/llvm/Support/VersionTuple.h [new file with mode: 0644]
include/llvm/Support/Win64EH.h
include/llvm/Support/WithColor.h [new file with mode: 0644]
include/llvm/Support/X86DisassemblerDecoderCommon.h [moved from lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h with 97% similarity]
include/llvm/Support/X86TargetParser.def
include/llvm/Support/YAMLParser.h
include/llvm/Support/YAMLTraits.h
include/llvm/Support/raw_ostream.h
include/llvm/Support/type_traits.h
include/llvm/TableGen/Record.h
include/llvm/TableGen/SearchableTable.td
include/llvm/Target/CodeGenCWrappers.h [moved from include/llvm/Support/CodeGenCWrappers.h with 90% similarity]
include/llvm/Target/GenericOpcodes.td
include/llvm/Target/GlobalISel/SelectionDAGCompat.td
include/llvm/Target/GlobalISel/Target.td
include/llvm/Target/Target.td
include/llvm/Target/TargetInstrPredicate.td [new file with mode: 0644]
include/llvm/Target/TargetItinerary.td
include/llvm/Target/TargetLoweringObjectFile.h [moved from include/llvm/CodeGen/TargetLoweringObjectFile.h with 93% similarity]
include/llvm/Target/TargetMachine.h
include/llvm/Target/TargetOptions.h
include/llvm/Target/TargetSchedule.td
include/llvm/Target/TargetSelectionDAG.td
include/llvm/Testing/Support/Error.h
include/llvm/Testing/Support/SupportHelpers.h
include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h [new file with mode: 0644]
include/llvm/Transforms/IPO.h
include/llvm/Transforms/IPO/AlwaysInliner.h
include/llvm/Transforms/IPO/ArgumentPromotion.h
include/llvm/Transforms/IPO/FunctionImport.h
include/llvm/Transforms/IPO/Inliner.h
include/llvm/Transforms/IPO/LowerTypeTests.h
include/llvm/Transforms/IPO/SampleProfile.h [moved from include/llvm/Transforms/SampleProfile.h with 86% similarity]
include/llvm/Transforms/IPO/SyntheticCountsPropagation.h [new file with mode: 0644]
include/llvm/Transforms/IPO/WholeProgramDevirt.h
include/llvm/Transforms/InstCombine/InstCombine.h
include/llvm/Transforms/InstCombine/InstCombineWorklist.h
include/llvm/Transforms/Instrumentation.h
include/llvm/Transforms/Instrumentation/CGProfile.h [new file with mode: 0644]
include/llvm/Transforms/Instrumentation/GCOVProfiler.h [moved from include/llvm/Transforms/GCOVProfiler.h with 92% similarity]
include/llvm/Transforms/Instrumentation/InstrProfiling.h [moved from include/llvm/Transforms/InstrProfiling.h with 96% similarity]
include/llvm/Transforms/Instrumentation/PGOInstrumentation.h [moved from include/llvm/Transforms/PGOInstrumentation.h with 97% similarity]
include/llvm/Transforms/Scalar.h
include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h
include/llvm/Transforms/Scalar/CallSiteSplitting.h
include/llvm/Transforms/Scalar/ConstantHoisting.h
include/llvm/Transforms/Scalar/EarlyCSE.h
include/llvm/Transforms/Scalar/GVN.h
include/llvm/Transforms/Scalar/GVNExpression.h
include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/InstSimplifyPass.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/JumpThreading.h
include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h
include/llvm/Transforms/Scalar/LoopDataPrefetch.h
include/llvm/Transforms/Scalar/LoopPassManager.h
include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h
include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h
include/llvm/Transforms/Scalar/NewGVN.h
include/llvm/Transforms/Scalar/Reassociate.h
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
include/llvm/Transforms/Utils.h [new file with mode: 0644]
include/llvm/Transforms/Utils/BasicBlockUtils.h
include/llvm/Transforms/Utils/BuildLibCalls.h
include/llvm/Transforms/Utils/Cloning.h
include/llvm/Transforms/Utils/CodeExtractor.h
include/llvm/Transforms/Utils/Evaluator.h
include/llvm/Transforms/Utils/ImportedFunctionsInliningStatistics.h
include/llvm/Transforms/Utils/IntegerDivision.h
include/llvm/Transforms/Utils/Local.h
include/llvm/Transforms/Utils/LoopRotationUtils.h [new file with mode: 0644]
include/llvm/Transforms/Utils/LoopSimplify.h
include/llvm/Transforms/Utils/LoopUtils.h
include/llvm/Transforms/Utils/LoopVersioning.h
include/llvm/Transforms/Utils/ModuleUtils.h
include/llvm/Transforms/Utils/OrderedInstructions.h
include/llvm/Transforms/Utils/PredicateInfo.h
include/llvm/Transforms/Utils/PromoteMemToReg.h
include/llvm/Transforms/Utils/SSAUpdater.h
include/llvm/Transforms/Utils/SSAUpdaterBulk.h [new file with mode: 0644]
include/llvm/Transforms/Utils/SSAUpdaterImpl.h
include/llvm/Transforms/Utils/SimplifyInstructions.h [deleted file]
include/llvm/Transforms/Utils/SimplifyLibCalls.h
include/llvm/Transforms/Utils/UnrollLoop.h
include/llvm/Transforms/Vectorize.h
include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h [new file with mode: 0644]
include/llvm/Transforms/Vectorize/LoopVectorize.h
include/llvm/Transforms/Vectorize/SLPVectorizer.h
include/llvm/XRay/XRayRecord.h
include/llvm/XRay/YAMLXRayRecord.h
include/llvm/module.modulemap
lib/Analysis/AliasAnalysis.cpp
lib/Analysis/AliasAnalysisEvaluator.cpp
lib/Analysis/AliasAnalysisSummary.h
lib/Analysis/AliasSetTracker.cpp
lib/Analysis/Analysis.cpp
lib/Analysis/BasicAliasAnalysis.cpp
lib/Analysis/BlockFrequencyInfoImpl.cpp
lib/Analysis/BranchProbabilityInfo.cpp
lib/Analysis/CFGPrinter.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/CaptureTracking.cpp
lib/Analysis/CodeMetrics.cpp
lib/Analysis/ConstantFolding.cpp
lib/Analysis/Delinearization.cpp
lib/Analysis/DemandedBits.cpp
lib/Analysis/DependenceAnalysis.cpp
lib/Analysis/DivergenceAnalysis.cpp
lib/Analysis/DominanceFrontier.cpp
lib/Analysis/EHPersonalities.cpp
lib/Analysis/GlobalsModRef.cpp
lib/Analysis/IVUsers.cpp
lib/Analysis/IndirectCallPromotionAnalysis.cpp
lib/Analysis/InlineCost.cpp
lib/Analysis/InstructionSimplify.cpp
lib/Analysis/IteratedDominanceFrontier.cpp
lib/Analysis/LazyBlockFrequencyInfo.cpp
lib/Analysis/LazyBranchProbabilityInfo.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/MemoryBuiltins.cpp
lib/Analysis/MemoryDependenceAnalysis.cpp
lib/Analysis/MemoryLocation.cpp
lib/Analysis/MemorySSA.cpp
lib/Analysis/MemorySSAUpdater.cpp
lib/Analysis/ModuleSummaryAnalysis.cpp
lib/Analysis/MustExecute.cpp [new file with mode: 0644]
lib/Analysis/ObjCARCAnalysisUtils.cpp
lib/Analysis/ObjCARCInstKind.cpp
lib/Analysis/OrderedBasicBlock.cpp
lib/Analysis/PHITransAddr.cpp
lib/Analysis/PhiValues.cpp [new file with mode: 0644]
lib/Analysis/PostDominators.cpp
lib/Analysis/ProfileSummaryInfo.cpp
lib/Analysis/RegionInfo.cpp
lib/Analysis/RegionPass.cpp
lib/Analysis/ScalarEvolution.cpp
lib/Analysis/ScalarEvolutionExpander.cpp
lib/Analysis/StratifiedSets.h
lib/Analysis/SyntheticCountsUtils.cpp [new file with mode: 0644]
lib/Analysis/TargetLibraryInfo.cpp
lib/Analysis/TargetTransformInfo.cpp
lib/Analysis/Trace.cpp
lib/Analysis/TypeBasedAliasAnalysis.cpp
lib/Analysis/ValueTracking.cpp
lib/Analysis/VectorUtils.cpp
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLLexer.h
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h
lib/AsmParser/LLToken.h
lib/AsmParser/Parser.cpp
lib/BinaryFormat/CMakeLists.txt
lib/BinaryFormat/Dwarf.cpp
lib/BinaryFormat/Magic.cpp
lib/BinaryFormat/Wasm.cpp [new file with mode: 0644]
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Reader/MetadataLoader.cpp
lib/Bitcode/Reader/ValueList.cpp
lib/Bitcode/Writer/BitWriter.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Bitcode/Writer/BitcodeWriterPass.cpp
lib/Bitcode/Writer/ValueEnumerator.cpp
lib/CodeGen/AggressiveAntiDepBreaker.cpp
lib/CodeGen/AllocationOrder.cpp
lib/CodeGen/Analysis.cpp
lib/CodeGen/AsmPrinter/ARMException.cpp
lib/CodeGen/AsmPrinter/AccelTable.cpp [new file with mode: 0644]
lib/CodeGen/AsmPrinter/AddressPool.cpp
lib/CodeGen/AsmPrinter/AddressPool.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
lib/CodeGen/AsmPrinter/AsmPrinterHandler.h
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
lib/CodeGen/AsmPrinter/ByteStreamer.h
lib/CodeGen/AsmPrinter/CMakeLists.txt
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
lib/CodeGen/AsmPrinter/CodeViewDebug.h
lib/CodeGen/AsmPrinter/DIE.cpp
lib/CodeGen/AsmPrinter/DIEHash.cpp
lib/CodeGen/AsmPrinter/DIEHash.h
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/DebugLocStream.h
lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp [deleted file]
lib/CodeGen/AsmPrinter/DwarfAccelTable.h [deleted file]
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/DwarfException.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/DwarfUnit.h
lib/CodeGen/AsmPrinter/EHStreamer.cpp
lib/CodeGen/AsmPrinter/EHStreamer.h
lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp
lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
lib/CodeGen/AsmPrinter/WinCFGuard.cpp [new file with mode: 0644]
lib/CodeGen/AsmPrinter/WinCFGuard.h [new file with mode: 0644]
lib/CodeGen/AsmPrinter/WinException.cpp
lib/CodeGen/AsmPrinter/WinException.h
lib/CodeGen/AtomicExpandPass.cpp
lib/CodeGen/BranchFolding.cpp
lib/CodeGen/BranchFolding.h
lib/CodeGen/BranchRelaxation.cpp
lib/CodeGen/BreakFalseDeps.cpp [new file with mode: 0644]
lib/CodeGen/CFIInstrInserter.cpp [new file with mode: 0644]
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CalcSpillWeights.cpp
lib/CodeGen/CodeGen.cpp
lib/CodeGen/CodeGenPrepare.cpp
lib/CodeGen/CriticalAntiDepBreaker.cpp
lib/CodeGen/DFAPacketizer.cpp
lib/CodeGen/DeadMachineInstructionElim.cpp
lib/CodeGen/DetectDeadLanes.cpp
lib/CodeGen/DwarfEHPrepare.cpp
lib/CodeGen/EarlyIfConversion.cpp
lib/CodeGen/ExecutionDepsFix.cpp [deleted file]
lib/CodeGen/ExecutionDomainFix.cpp [new file with mode: 0644]
lib/CodeGen/ExpandMemCmp.cpp
lib/CodeGen/ExpandPostRAPseudos.cpp
lib/CodeGen/ExpandReductions.cpp
lib/CodeGen/FaultMaps.cpp
lib/CodeGen/FuncletLayout.cpp
lib/CodeGen/GCRootLowering.cpp
lib/CodeGen/GlobalISel/CMakeLists.txt
lib/CodeGen/GlobalISel/CallLowering.cpp
lib/CodeGen/GlobalISel/Combiner.cpp [new file with mode: 0644]
lib/CodeGen/GlobalISel/CombinerHelper.cpp [new file with mode: 0644]
lib/CodeGen/GlobalISel/IRTranslator.cpp
lib/CodeGen/GlobalISel/InstructionSelect.cpp
lib/CodeGen/GlobalISel/InstructionSelector.cpp
lib/CodeGen/GlobalISel/LegalityPredicates.cpp [new file with mode: 0644]
lib/CodeGen/GlobalISel/LegalizeMutations.cpp [new file with mode: 0644]
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/IndirectBrExpandPass.cpp [new file with mode: 0644]
lib/CodeGen/InlineSpiller.cpp
lib/CodeGen/InterferenceCache.cpp
lib/CodeGen/InterleavedAccessPass.cpp
lib/CodeGen/IntrinsicLowering.cpp
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/LatencyPriorityQueue.cpp
lib/CodeGen/LazyMachineBlockFrequencyInfo.cpp
lib/CodeGen/LexicalScopes.cpp
lib/CodeGen/LiveDebugValues.cpp
lib/CodeGen/LiveDebugVariables.cpp
lib/CodeGen/LiveInterval.cpp
lib/CodeGen/LiveIntervalUnion.cpp
lib/CodeGen/LiveIntervals.cpp
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/LiveVariables.cpp
lib/CodeGen/LocalStackSlotAllocation.cpp
lib/CodeGen/LoopTraversal.cpp [new file with mode: 0644]
lib/CodeGen/LowerEmuTLS.cpp
lib/CodeGen/MIRCanonicalizerPass.cpp
lib/CodeGen/MIRParser/MILexer.cpp
lib/CodeGen/MIRParser/MILexer.h
lib/CodeGen/MIRParser/MIParser.cpp
lib/CodeGen/MIRParser/MIParser.h
lib/CodeGen/MIRParser/MIRParser.cpp
lib/CodeGen/MIRPrinter.cpp
lib/CodeGen/MachineBasicBlock.cpp
lib/CodeGen/MachineBlockPlacement.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/MachineFunctionPass.cpp
lib/CodeGen/MachineInstr.cpp
lib/CodeGen/MachineLICM.cpp
lib/CodeGen/MachineLoopInfo.cpp
lib/CodeGen/MachineModuleInfo.cpp
lib/CodeGen/MachineOperand.cpp
lib/CodeGen/MachineOptimizationRemarkEmitter.cpp
lib/CodeGen/MachineOutliner.cpp
lib/CodeGen/MachinePipeliner.cpp
lib/CodeGen/MachineRegionInfo.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/PostRASchedulerList.cpp
lib/CodeGen/ProcessImplicitDefs.cpp
lib/CodeGen/PrologEpilogInserter.cpp
lib/CodeGen/ReachingDefAnalysis.cpp [new file with mode: 0644]
lib/CodeGen/RegAllocBase.cpp
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/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/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/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
lib/CodeGen/SelectionDAG/InstrEmitter.h
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.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/SDNodeDbgValue.h
lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
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/StatepointLowering.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/CodeGen/ShrinkWrap.cpp
lib/CodeGen/SjLjEHPrepare.cpp
lib/CodeGen/SlotIndexes.cpp
lib/CodeGen/SpillPlacement.cpp
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/TargetPassConfig.cpp
lib/CodeGen/TargetRegisterInfo.cpp
lib/CodeGen/TargetSchedule.cpp
lib/CodeGen/TargetSubtargetInfo.cpp
lib/CodeGen/TwoAddressInstructionPass.cpp
lib/CodeGen/ValueTypes.cpp [moved from lib/IR/ValueTypes.cpp with 98% similarity]
lib/CodeGen/VirtRegMap.cpp
lib/CodeGen/WasmEHPrepare.cpp [new file with mode: 0644]
lib/CodeGen/WinEHPrepare.cpp
lib/CodeGen/XRayInstrumentation.cpp
lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp
lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp
lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp
lib/DebugInfo/CodeView/GlobalTypeTableBuilder.cpp
lib/DebugInfo/CodeView/RecordName.cpp
lib/DebugInfo/CodeView/SymbolDumper.cpp
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
lib/DebugInfo/CodeView/TypeHashing.cpp
lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
lib/DebugInfo/CodeView/TypeStreamMerger.cpp
lib/DebugInfo/DWARF/CMakeLists.txt
lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
lib/DebugInfo/DWARF/DWARFAddressRange.cpp [new file with mode: 0644]
lib/DebugInfo/DWARF/DWARFCompileUnit.cpp
lib/DebugInfo/DWARF/DWARFContext.cpp
lib/DebugInfo/DWARF/DWARFDataExtractor.cpp
lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp
lib/DebugInfo/DWARF/DWARFDebugAranges.cpp
lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
lib/DebugInfo/DWARF/DWARFDebugLine.cpp
lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
lib/DebugInfo/DWARF/DWARFDebugMacro.cpp
lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp
lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp
lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp [new file with mode: 0644]
lib/DebugInfo/DWARF/DWARFDie.cpp
lib/DebugInfo/DWARF/DWARFExpression.cpp
lib/DebugInfo/DWARF/DWARFFormValue.cpp
lib/DebugInfo/DWARF/DWARFListTable.cpp [new file with mode: 0644]
lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
lib/DebugInfo/DWARF/DWARFUnit.cpp
lib/DebugInfo/DWARF/DWARFVerifier.cpp
lib/DebugInfo/DWARF/SyntaxHighlighting.cpp [deleted file]
lib/DebugInfo/DWARF/SyntaxHighlighting.h [deleted file]
lib/DebugInfo/MSF/MSFBuilder.cpp
lib/DebugInfo/MSF/MSFCommon.cpp
lib/DebugInfo/PDB/CMakeLists.txt
lib/DebugInfo/PDB/DIA/DIAEnumInjectedSources.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/DIA/DIAEnumSectionContribs.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/DIA/DIAInjectedSource.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp
lib/DebugInfo/PDB/DIA/DIASectionContrib.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/DIA/DIASession.cpp
lib/DebugInfo/PDB/GenericError.cpp
lib/DebugInfo/PDB/Native/DbiModuleDescriptor.cpp
lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
lib/DebugInfo/PDB/Native/DbiStream.cpp
lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp
lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
lib/DebugInfo/PDB/Native/HashTable.cpp
lib/DebugInfo/PDB/Native/InfoStream.cpp
lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp
lib/DebugInfo/PDB/Native/NamedStreamMap.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/TpiStream.cpp
lib/DebugInfo/PDB/PDBExtras.cpp
lib/DebugInfo/PDB/PDBInterfaceAnchors.cpp
lib/DebugInfo/PDB/PDBSymbolCompiland.cpp
lib/DebugInfo/PDB/PDBSymbolData.cpp
lib/DebugInfo/PDB/PDBSymbolFunc.cpp
lib/DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp
lib/DebugInfo/Symbolize/LLVMBuild.txt
lib/DebugInfo/Symbolize/Symbolize.cpp
lib/Demangle/CMakeLists.txt
lib/Demangle/Compiler.h [new file with mode: 0644]
lib/Demangle/ItaniumDemangle.cpp
lib/Demangle/MicrosoftDemangle.cpp [new file with mode: 0644]
lib/Demangle/StringView.h [new file with mode: 0644]
lib/Demangle/Utility.h [new file with mode: 0644]
lib/ExecutionEngine/CMakeLists.txt
lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/ExecutionEngineBindings.cpp
lib/ExecutionEngine/GDBRegistrationListener.cpp
lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp
lib/ExecutionEngine/IntelJITEvents/jitprofiling.c
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/ExecutionEngine/LLVMBuild.txt
lib/ExecutionEngine/MCJIT/MCJIT.cpp
lib/ExecutionEngine/MCJIT/MCJIT.h
lib/ExecutionEngine/MCJIT/ObjectBuffer.h [deleted file]
lib/ExecutionEngine/OProfileJIT/LLVMBuild.txt
lib/ExecutionEngine/OProfileJIT/OProfileJITEventListener.cpp
lib/ExecutionEngine/OProfileJIT/OProfileWrapper.cpp
lib/ExecutionEngine/Orc/CMakeLists.txt
lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp [new file with mode: 0644]
lib/ExecutionEngine/Orc/Core.cpp [new file with mode: 0644]
lib/ExecutionEngine/Orc/ExecutionUtils.cpp
lib/ExecutionEngine/Orc/IRCompileLayer.cpp [new file with mode: 0644]
lib/ExecutionEngine/Orc/IRTransformLayer.cpp [new file with mode: 0644]
lib/ExecutionEngine/Orc/IndirectionUtils.cpp
lib/ExecutionEngine/Orc/LLJIT.cpp [new file with mode: 0644]
lib/ExecutionEngine/Orc/LLVMBuild.txt
lib/ExecutionEngine/Orc/Layer.cpp [new file with mode: 0644]
lib/ExecutionEngine/Orc/Legacy.cpp [new file with mode: 0644]
lib/ExecutionEngine/Orc/NullResolver.cpp
lib/ExecutionEngine/Orc/ObjectTransformLayer.cpp [new file with mode: 0644]
lib/ExecutionEngine/Orc/OrcCBindings.cpp
lib/ExecutionEngine/Orc/OrcCBindingsStack.h
lib/ExecutionEngine/Orc/OrcError.cpp
lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h
lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp [new file with mode: 0644]
lib/ExecutionEngine/PerfJITEvents/CMakeLists.txt [new file with mode: 0644]
lib/ExecutionEngine/PerfJITEvents/LLVMBuild.txt [new file with mode: 0644]
lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp [new file with mode: 0644]
lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp
lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFI386.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h
lib/ExecutionEngine/SectionMemoryManager.cpp
lib/ExecutionEngine/TargetSelect.cpp
lib/FuzzMutate/FuzzerCLI.cpp
lib/FuzzMutate/IRMutator.cpp
lib/IR/AsmWriter.cpp
lib/IR/AttributeImpl.h
lib/IR/Attributes.cpp
lib/IR/AutoUpgrade.cpp
lib/IR/BasicBlock.cpp
lib/IR/CMakeLists.txt
lib/IR/Comdat.cpp
lib/IR/ConstantFold.cpp
lib/IR/ConstantRange.cpp
lib/IR/Constants.cpp
lib/IR/ConstantsContext.h
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
lib/IR/DiagnosticInfo.cpp
lib/IR/DomTreeUpdater.cpp [new file with mode: 0644]
lib/IR/Dominators.cpp
lib/IR/Function.cpp
lib/IR/Globals.cpp
lib/IR/IRBuilder.cpp
lib/IR/IRPrintingPasses.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/Mangler.cpp
lib/IR/Metadata.cpp
lib/IR/Module.cpp
lib/IR/ModuleSummaryIndex.cpp
lib/IR/Operator.cpp
lib/IR/OptBisect.cpp
lib/IR/Pass.cpp
lib/IR/ProfileSummary.cpp
lib/IR/SafepointIRVerifier.cpp
lib/IR/Type.cpp
lib/IR/TypeFinder.cpp
lib/IR/Value.cpp
lib/IR/ValueSymbolTable.cpp
lib/IR/Verifier.cpp
lib/IRReader/IRReader.cpp
lib/LTO/Caching.cpp
lib/LTO/LLVMBuild.txt
lib/LTO/LTO.cpp
lib/LTO/LTOBackend.cpp
lib/LTO/LTOCodeGenerator.cpp
lib/LTO/LTOModule.cpp
lib/LTO/ThinLTOCodeGenerator.cpp
lib/Linker/IRMover.cpp
lib/MC/CMakeLists.txt
lib/MC/ELFObjectWriter.cpp
lib/MC/LLVMBuild.txt
lib/MC/MCAsmBackend.cpp
lib/MC/MCAsmInfo.cpp
lib/MC/MCAsmInfoCOFF.cpp
lib/MC/MCAsmMacro.cpp [new file with mode: 0644]
lib/MC/MCAsmStreamer.cpp
lib/MC/MCAssembler.cpp
lib/MC/MCCodeView.cpp
lib/MC/MCContext.cpp
lib/MC/MCDisassembler/Disassembler.cpp
lib/MC/MCDwarf.cpp
lib/MC/MCELFStreamer.cpp
lib/MC/MCExpr.cpp
lib/MC/MCFragment.cpp
lib/MC/MCInst.cpp
lib/MC/MCInstrAnalysis.cpp
lib/MC/MCLabel.cpp
lib/MC/MCLinkerOptimizationHint.cpp
lib/MC/MCMachOStreamer.cpp
lib/MC/MCNullStreamer.cpp
lib/MC/MCObjectFileInfo.cpp
lib/MC/MCObjectStreamer.cpp
lib/MC/MCParser/AsmParser.cpp
lib/MC/MCParser/COFFAsmParser.cpp
lib/MC/MCParser/DarwinAsmParser.cpp
lib/MC/MCParser/ELFAsmParser.cpp
lib/MC/MCParser/MCAsmLexer.cpp
lib/MC/MCParser/MCAsmParser.cpp
lib/MC/MCSchedule.cpp
lib/MC/MCSection.cpp
lib/MC/MCSectionCOFF.cpp
lib/MC/MCSectionELF.cpp
lib/MC/MCStreamer.cpp
lib/MC/MCSubtargetInfo.cpp
lib/MC/MCSymbol.cpp
lib/MC/MCValue.cpp
lib/MC/MCWasmObjectTargetWriter.cpp
lib/MC/MCWasmStreamer.cpp
lib/MC/MCWinCOFFStreamer.cpp
lib/MC/MachObjectWriter.cpp
lib/MC/StringTableBuilder.cpp
lib/MC/SubtargetFeature.cpp
lib/MC/WasmObjectWriter.cpp
lib/MC/WinCOFFObjectWriter.cpp
lib/Object/Archive.cpp
lib/Object/ArchiveWriter.cpp
lib/Object/Binary.cpp
lib/Object/COFFImportFile.cpp
lib/Object/COFFModuleDefinition.cpp
lib/Object/COFFObjectFile.cpp
lib/Object/ELF.cpp
lib/Object/ELFObjectFile.cpp
lib/Object/IRSymtab.cpp
lib/Object/MachOObjectFile.cpp
lib/Object/ModuleSymbolTable.cpp
lib/Object/Object.cpp
lib/Object/ObjectFile.cpp
lib/Object/RecordStreamer.cpp
lib/Object/RecordStreamer.h
lib/Object/SymbolSize.cpp
lib/Object/SymbolicFile.cpp
lib/Object/WasmObjectFile.cpp
lib/Object/WindowsResource.cpp
lib/ObjectYAML/COFFYAML.cpp
lib/ObjectYAML/CodeViewYAMLSymbols.cpp
lib/ObjectYAML/CodeViewYAMLTypeHashing.cpp
lib/ObjectYAML/CodeViewYAMLTypes.cpp
lib/ObjectYAML/DWARFEmitter.cpp
lib/ObjectYAML/DWARFVisitor.h
lib/ObjectYAML/ELFYAML.cpp
lib/ObjectYAML/WasmYAML.cpp
lib/Option/Arg.cpp
lib/Option/ArgList.cpp
lib/Option/OptTable.cpp
lib/Option/Option.cpp
lib/Passes/CMakeLists.txt
lib/Passes/LLVMBuild.txt
lib/Passes/PassBuilder.cpp
lib/Passes/PassPlugin.cpp [new file with mode: 0644]
lib/Passes/PassRegistry.def
lib/ProfileData/Coverage/CoverageMapping.cpp
lib/ProfileData/Coverage/CoverageMappingReader.cpp
lib/ProfileData/Coverage/CoverageMappingWriter.cpp
lib/ProfileData/GCOV.cpp
lib/ProfileData/InstrProf.cpp
lib/ProfileData/InstrProfReader.cpp
lib/ProfileData/InstrProfWriter.cpp
lib/ProfileData/ProfileSummaryBuilder.cpp
lib/ProfileData/SampleProf.cpp
lib/ProfileData/SampleProfReader.cpp
lib/ProfileData/SampleProfWriter.cpp
lib/Support/AMDGPUMetadata.cpp
lib/Support/APFloat.cpp
lib/Support/APInt.cpp
lib/Support/ARMAttributeParser.cpp
lib/Support/BinaryStreamRef.cpp
lib/Support/BranchProbability.cpp
lib/Support/CMakeLists.txt
lib/Support/COM.cpp
lib/Support/CachePruning.cpp
lib/Support/Chrono.cpp
lib/Support/CodeGenCoverage.cpp
lib/Support/CommandLine.cpp
lib/Support/CrashRecoveryContext.cpp
lib/Support/DAGDeltaAlgorithm.cpp
lib/Support/DJB.cpp [new file with mode: 0644]
lib/Support/Debug.cpp
lib/Support/DebugCounter.cpp
lib/Support/DynamicLibrary.cpp
lib/Support/Error.cpp
lib/Support/ErrorHandling.cpp
lib/Support/FileOutputBuffer.cpp
lib/Support/FoldingSet.cpp
lib/Support/GraphWriter.cpp
lib/Support/Host.cpp
lib/Support/InitLLVM.cpp [new file with mode: 0644]
lib/Support/JSON.cpp [new file with mode: 0644]
lib/Support/Locale.cpp
lib/Support/LockFileManager.cpp
lib/Support/MD5.cpp
lib/Support/ManagedStatic.cpp
lib/Support/Memory.cpp
lib/Support/MemoryBuffer.cpp
lib/Support/Mutex.cpp
lib/Support/NativeFormatting.cpp
lib/Support/Parallel.cpp
lib/Support/Path.cpp
lib/Support/PrettyStackTrace.cpp
lib/Support/Process.cpp
lib/Support/Program.cpp
lib/Support/RWMutex.cpp
lib/Support/RandomNumberGenerator.cpp
lib/Support/Regex.cpp
lib/Support/SHA1.cpp
lib/Support/Signals.cpp
lib/Support/SmallPtrSet.cpp
lib/Support/SmallVector.cpp
lib/Support/SourceMgr.cpp
lib/Support/Statistic.cpp
lib/Support/StringExtras.cpp
lib/Support/StringMap.cpp
lib/Support/StringSaver.cpp
lib/Support/TarWriter.cpp
lib/Support/TargetParser.cpp
lib/Support/ThreadLocal.cpp
lib/Support/Threading.cpp
lib/Support/Timer.cpp
lib/Support/Triple.cpp
lib/Support/Twine.cpp
lib/Support/UnicodeCaseFold.cpp [new file with mode: 0644]
lib/Support/Unix/Host.inc
lib/Support/Unix/Memory.inc
lib/Support/Unix/Path.inc
lib/Support/Unix/Process.inc
lib/Support/Unix/Program.inc
lib/Support/Unix/Signals.inc
lib/Support/Unix/ThreadLocal.inc
lib/Support/Unix/Threading.inc
lib/Support/Unix/Unix.h
lib/Support/Unix/Watchdog.inc
lib/Support/VersionTuple.cpp [new file with mode: 0644]
lib/Support/Watchdog.cpp
lib/Support/Windows/DynamicLibrary.inc
lib/Support/Windows/Host.inc
lib/Support/Windows/Path.inc
lib/Support/Windows/Process.inc
lib/Support/Windows/Program.inc
lib/Support/Windows/RWMutex.inc
lib/Support/Windows/Signals.inc
lib/Support/Windows/WindowsSupport.h
lib/Support/WithColor.cpp [new file with mode: 0644]
lib/Support/YAMLParser.cpp
lib/Support/YAMLTraits.cpp
lib/Support/circular_raw_ostream.cpp
lib/Support/raw_ostream.cpp
lib/Support/regcomp.c
lib/Support/regengine.inc
lib/Support/xxhash.cpp
lib/TableGen/CMakeLists.txt
lib/TableGen/Error.cpp
lib/TableGen/JSONBackend.cpp [new file with mode: 0644]
lib/TableGen/Main.cpp
lib/TableGen/Record.cpp
lib/TableGen/TGLexer.cpp
lib/TableGen/TGLexer.h
lib/TableGen/TGParser.cpp
lib/TableGen/TGParser.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/AArch64CallingConvention.td
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/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/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/AArch64RegisterInfo.cpp
lib/Target/AArch64/AArch64RegisterInfo.h
lib/Target/AArch64/AArch64RegisterInfo.td
lib/Target/AArch64/AArch64SIMDInstrOpt.cpp
lib/Target/AArch64/AArch64SVEInstrInfo.td
lib/Target/AArch64/AArch64SchedA53.td
lib/Target/AArch64/AArch64SchedExynosM1.td [moved from lib/Target/AArch64/AArch64SchedM1.td with 98% similarity]
lib/Target/AArch64/AArch64SchedExynosM3.td [new file with mode: 0644]
lib/Target/AArch64/AArch64SchedFalkor.td
lib/Target/AArch64/AArch64SchedFalkorDetails.td
lib/Target/AArch64/AArch64SchedKryo.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/AArch64TargetObjectFile.h
lib/Target/AArch64/AArch64TargetTransformInfo.cpp
lib/Target/AArch64/AArch64TargetTransformInfo.h
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
lib/Target/AArch64/CMakeLists.txt
lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
lib/Target/AArch64/Disassembler/AArch64ExternalSymbolizer.cpp
lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp
lib/Target/AArch64/InstPrinter/AArch64InstPrinter.h
lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.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/AArch64MCCodeEmitter.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h
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
lib/Target/AArch64/Utils/AArch64BaseInfo.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/AMDGPUAlwaysInlinePass.cpp
lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp
lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.cpp
lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.h
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
lib/Target/AMDGPU/AMDGPUAsmPrinter.h
lib/Target/AMDGPU/AMDGPUCallLowering.cpp
lib/Target/AMDGPU/AMDGPUCallLowering.h
lib/Target/AMDGPU/AMDGPUCallingConv.td
lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
lib/Target/AMDGPU/AMDGPUFeatures.td [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUFrameLowering.h
lib/Target/AMDGPU/AMDGPUGISel.td [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUGenRegisterBankInfo.def
lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp [moved from lib/Target/AMDGPU/MCTargetDesc/AMDGPUHSAMetadataStreamer.cpp with 73% similarity]
lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.h [moved from lib/Target/AMDGPU/MCTargetDesc/AMDGPUHSAMetadataStreamer.h with 82% similarity]
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
lib/Target/AMDGPU/AMDGPUISelLowering.cpp
lib/Target/AMDGPU/AMDGPUISelLowering.h
lib/Target/AMDGPU/AMDGPUInline.cpp
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/AMDGPUIntrinsicInfo.cpp
lib/Target/AMDGPU/AMDGPUIntrinsicInfo.h
lib/Target/AMDGPU/AMDGPUIntrinsics.td
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
lib/Target/AMDGPU/AMDGPULegalizerInfo.h
lib/Target/AMDGPU/AMDGPULibCalls.cpp
lib/Target/AMDGPU/AMDGPULibFunc.h
lib/Target/AMDGPU/AMDGPULowerIntrinsics.cpp
lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUMCInstLower.cpp
lib/Target/AMDGPU/AMDGPUMCInstLower.h [deleted file]
lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp
lib/Target/AMDGPU/AMDGPUMachineFunction.cpp
lib/Target/AMDGPU/AMDGPUMachineFunction.h
lib/Target/AMDGPU/AMDGPUMachineModuleInfo.cpp
lib/Target/AMDGPU/AMDGPUMachineModuleInfo.h
lib/Target/AMDGPU/AMDGPUMacroFusion.cpp
lib/Target/AMDGPU/AMDGPUOpenCLEnqueuedBlockLowering.cpp
lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.h [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
lib/Target/AMDGPU/AMDGPURegisterBankInfo.h
lib/Target/AMDGPU/AMDGPURegisterBanks.td
lib/Target/AMDGPU/AMDGPURegisterInfo.cpp
lib/Target/AMDGPU/AMDGPURegisterInfo.h
lib/Target/AMDGPU/AMDGPURegisterInfo.td
lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp
lib/Target/AMDGPU/AMDGPUSearchableTables.td [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.h
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/AMDKernelCodeT.h
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
lib/Target/AMDGPU/BUFInstructions.td
lib/Target/AMDGPU/CMakeLists.txt
lib/Target/AMDGPU/DSInstructions.td
lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
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
lib/Target/AMDGPU/GCNIterativeScheduler.cpp
lib/Target/AMDGPU/GCNMinRegStrategy.cpp
lib/Target/AMDGPU/GCNProcessors.td
lib/Target/AMDGPU/GCNRegPressure.cpp
lib/Target/AMDGPU/GCNRegPressure.h
lib/Target/AMDGPU/GCNSchedStrategy.cpp
lib/Target/AMDGPU/GCNSchedStrategy.h
lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp
lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h
lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp
lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFObjectWriter.cpp
lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.cpp
lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.h
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.h
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/R600MCCodeEmitter.cpp
lib/Target/AMDGPU/MCTargetDesc/R600MCTargetDesc.cpp [new file with mode: 0644]
lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp
lib/Target/AMDGPU/MIMGInstructions.td
lib/Target/AMDGPU/Processors.td [deleted file]
lib/Target/AMDGPU/R600.td [new file with mode: 0644]
lib/Target/AMDGPU/R600AsmPrinter.cpp [new file with mode: 0644]
lib/Target/AMDGPU/R600AsmPrinter.h [new file with mode: 0644]
lib/Target/AMDGPU/R600ClauseMergePass.cpp
lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp
lib/Target/AMDGPU/R600Defines.h
lib/Target/AMDGPU/R600EmitClauseMarkers.cpp
lib/Target/AMDGPU/R600ExpandSpecialInstrs.cpp
lib/Target/AMDGPU/R600ISelLowering.cpp
lib/Target/AMDGPU/R600ISelLowering.h
lib/Target/AMDGPU/R600InstrFormats.td
lib/Target/AMDGPU/R600InstrInfo.cpp
lib/Target/AMDGPU/R600InstrInfo.h
lib/Target/AMDGPU/R600Instructions.td
lib/Target/AMDGPU/R600Intrinsics.td [deleted file]
lib/Target/AMDGPU/R600MachineScheduler.cpp
lib/Target/AMDGPU/R600MachineScheduler.h
lib/Target/AMDGPU/R600OpenCLImageTypeLoweringPass.cpp [moved from lib/Target/AMDGPU/AMDGPUOpenCLImageTypeLoweringPass.cpp with 96% similarity]
lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp
lib/Target/AMDGPU/R600Packetizer.cpp
lib/Target/AMDGPU/R600Processors.td
lib/Target/AMDGPU/R600RegisterInfo.cpp
lib/Target/AMDGPU/R600RegisterInfo.h
lib/Target/AMDGPU/R600RegisterInfo.td
lib/Target/AMDGPU/SIAnnotateControlFlow.cpp
lib/Target/AMDGPU/SIDebuggerInsertNops.cpp
lib/Target/AMDGPU/SIDefines.h
lib/Target/AMDGPU/SIFixSGPRCopies.cpp
lib/Target/AMDGPU/SIFixVGPRCopies.cpp
lib/Target/AMDGPU/SIFixWWMLiveness.cpp
lib/Target/AMDGPU/SIFoldOperands.cpp
lib/Target/AMDGPU/SIFormMemoryClauses.cpp [new file with mode: 0644]
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 [deleted file]
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
lib/Target/AMDGPU/SIOptimizeExecMasking.cpp
lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp
lib/Target/AMDGPU/SIPeepholeSDWA.cpp
lib/Target/AMDGPU/SIProgramInfo.h [new file with mode: 0644]
lib/Target/AMDGPU/SIRegisterInfo.cpp
lib/Target/AMDGPU/SIRegisterInfo.h
lib/Target/AMDGPU/SIRegisterInfo.td
lib/Target/AMDGPU/SISchedule.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/AMDGPUAsmUtils.cpp
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
lib/Target/AMDGPU/Utils/AMDGPULaneDominator.cpp [new file with mode: 0644]
lib/Target/AMDGPU/Utils/AMDGPULaneDominator.h [new file with mode: 0644]
lib/Target/AMDGPU/Utils/AMDKernelCodeTInfo.h
lib/Target/AMDGPU/Utils/CMakeLists.txt
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/ARCAsmPrinter.cpp
lib/Target/ARC/ARCBranchFinalize.cpp
lib/Target/ARC/ARCFrameLowering.cpp
lib/Target/ARC/ARCISelLowering.cpp
lib/Target/ARC/ARCISelLowering.h
lib/Target/ARC/ARCInstrFormats.td
lib/Target/ARC/ARCInstrInfo.cpp
lib/Target/ARC/ARCInstrInfo.td
lib/Target/ARC/ARCMCInstLower.cpp
lib/Target/ARC/ARCMCInstLower.h
lib/Target/ARC/ARCMachineFunctionInfo.h
lib/Target/ARC/ARCRegisterInfo.cpp
lib/Target/ARC/CMakeLists.txt
lib/Target/ARC/Disassembler/ARCDisassembler.cpp
lib/Target/ARC/InstPrinter/ARCInstPrinter.cpp
lib/Target/ARC/InstPrinter/ARCInstPrinter.h
lib/Target/ARC/MCTargetDesc/ARCInfo.h
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/ARMCallingConv.h
lib/Target/ARM/ARMCallingConv.td
lib/Target/ARM/ARMCodeGenPrepare.cpp [new file with mode: 0644]
lib/Target/ARM/ARMComputeBlockSize.cpp
lib/Target/ARM/ARMConstantIslandPass.cpp
lib/Target/ARM/ARMConstantPoolValue.cpp
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.cpp
lib/Target/ARM/ARMInstrInfo.h
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/ARMParallelDSP.cpp [new file with mode: 0644]
lib/Target/ARM/ARMRegisterBankInfo.cpp
lib/Target/ARM/ARMRegisterBanks.td
lib/Target/ARM/ARMRegisterInfo.td
lib/Target/ARM/ARMScheduleA57.td
lib/Target/ARM/ARMScheduleA9.td
lib/Target/ARM/ARMScheduleR52.td
lib/Target/ARM/ARMScheduleSwift.td
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
lib/Target/ARM/ARMTargetMachine.cpp
lib/Target/ARM/ARMTargetMachine.h
lib/Target/ARM/ARMTargetObjectFile.cpp
lib/Target/ARM/ARMTargetObjectFile.h
lib/Target/ARM/ARMTargetTransformInfo.cpp
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/CMakeLists.txt
lib/Target/ARM/Disassembler/ARMDisassembler.cpp
lib/Target/ARM/Disassembler/LLVMBuild.txt
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.h
lib/Target/ARM/LLVMBuild.txt
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h
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/ARMMCCodeEmitter.cpp
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
lib/Target/ARM/MCTargetDesc/ARMWinCOFFObjectWriter.cpp
lib/Target/ARM/MCTargetDesc/ARMWinCOFFStreamer.cpp
lib/Target/ARM/MCTargetDesc/CMakeLists.txt
lib/Target/ARM/MLxExpansionPass.cpp
lib/Target/ARM/README.txt
lib/Target/ARM/Thumb1FrameLowering.cpp
lib/Target/ARM/Thumb1InstrInfo.cpp
lib/Target/ARM/Thumb1InstrInfo.h
lib/Target/ARM/Thumb2ITBlockPass.cpp
lib/Target/ARM/Thumb2InstrInfo.cpp
lib/Target/ARM/Thumb2SizeReduction.cpp
lib/Target/ARM/ThumbRegisterInfo.cpp
lib/Target/AVR/AVR.h
lib/Target/AVR/AVRISelDAGToDAG.cpp
lib/Target/AVR/AVRISelLowering.cpp
lib/Target/AVR/AVRInstrInfo.cpp
lib/Target/AVR/AVRInstrInfo.td
lib/Target/AVR/AVRRegisterInfo.h
lib/Target/AVR/AVRTargetMachine.cpp
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/AVRMCELFStreamer.cpp
lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.h
lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.cpp
lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.h
lib/Target/BPF/AsmParser/BPFAsmParser.cpp
lib/Target/BPF/BPF.h
lib/Target/BPF/BPF.td
lib/Target/BPF/BPFCallingConv.td
lib/Target/BPF/BPFISelDAGToDAG.cpp
lib/Target/BPF/BPFISelLowering.cpp
lib/Target/BPF/BPFISelLowering.h
lib/Target/BPF/BPFInstrInfo.cpp
lib/Target/BPF/BPFInstrInfo.h
lib/Target/BPF/BPFInstrInfo.td
lib/Target/BPF/BPFMIPeephole.cpp [new file with mode: 0644]
lib/Target/BPF/BPFRegisterInfo.cpp
lib/Target/BPF/BPFRegisterInfo.h
lib/Target/BPF/BPFSelectionDAGInfo.cpp [new file with mode: 0644]
lib/Target/BPF/BPFSelectionDAGInfo.h [new file with mode: 0644]
lib/Target/BPF/BPFSubtarget.cpp
lib/Target/BPF/BPFSubtarget.h
lib/Target/BPF/BPFTargetMachine.cpp
lib/Target/BPF/CMakeLists.txt
lib/Target/BPF/Disassembler/BPFDisassembler.cpp
lib/Target/BPF/InstPrinter/BPFInstPrinter.cpp
lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp
lib/Target/BPF/MCTargetDesc/BPFELFObjectWriter.cpp
lib/Target/BPF/MCTargetDesc/BPFMCAsmInfo.h
lib/Target/BPF/MCTargetDesc/BPFMCCodeEmitter.cpp
lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.cpp
lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.h
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/HexagonBlockRanges.cpp
lib/Target/Hexagon/HexagonBranchRelaxation.cpp
lib/Target/Hexagon/HexagonCallingConv.td [new file with mode: 0644]
lib/Target/Hexagon/HexagonCommonGEP.cpp
lib/Target/Hexagon/HexagonConstExtenders.cpp
lib/Target/Hexagon/HexagonConstPropagation.cpp
lib/Target/Hexagon/HexagonCopyToCombine.cpp
lib/Target/Hexagon/HexagonDepArch.td
lib/Target/Hexagon/HexagonDepIICScalar.td
lib/Target/Hexagon/HexagonDepInstrInfo.td
lib/Target/Hexagon/HexagonDepMappings.td
lib/Target/Hexagon/HexagonEarlyIfConv.cpp
lib/Target/Hexagon/HexagonExpandCondsets.cpp
lib/Target/Hexagon/HexagonFixupHwLoops.cpp
lib/Target/Hexagon/HexagonFrameLowering.cpp
lib/Target/Hexagon/HexagonGatherPacketize.cpp
lib/Target/Hexagon/HexagonGenInsert.cpp
lib/Target/Hexagon/HexagonGenMux.cpp
lib/Target/Hexagon/HexagonGenPredicate.cpp
lib/Target/Hexagon/HexagonHardwareLoops.cpp
lib/Target/Hexagon/HexagonHazardRecognizer.cpp
lib/Target/Hexagon/HexagonHazardRecognizer.h
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
lib/Target/Hexagon/HexagonISelDAGToDAG.h
lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp
lib/Target/Hexagon/HexagonISelLowering.cpp
lib/Target/Hexagon/HexagonISelLowering.h
lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
lib/Target/Hexagon/HexagonInstrFormatsV60.td
lib/Target/Hexagon/HexagonInstrInfo.cpp
lib/Target/Hexagon/HexagonInstrInfo.h
lib/Target/Hexagon/HexagonIntrinsics.td
lib/Target/Hexagon/HexagonIntrinsicsV5.td
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
lib/Target/Hexagon/HexagonMachineScheduler.cpp
lib/Target/Hexagon/HexagonMachineScheduler.h
lib/Target/Hexagon/HexagonMapAsm2IntrinV65.gen.td
lib/Target/Hexagon/HexagonNewValueJump.cpp
lib/Target/Hexagon/HexagonOptAddrMode.cpp
lib/Target/Hexagon/HexagonPatterns.td
lib/Target/Hexagon/HexagonPatternsHVX.td [new file with mode: 0644]
lib/Target/Hexagon/HexagonPseudo.td
lib/Target/Hexagon/HexagonRegisterInfo.cpp
lib/Target/Hexagon/HexagonRegisterInfo.h
lib/Target/Hexagon/HexagonRegisterInfo.td
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/HexagonTargetObjectFile.cpp
lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
lib/Target/Hexagon/HexagonTargetTransformInfo.h
lib/Target/Hexagon/HexagonVExtract.cpp [new file with mode: 0644]
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
lib/Target/Hexagon/HexagonVLIWPacketizer.h
lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp
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/HexagonInstPrinter.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.h
lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.cpp
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/HexagonMCTargetDesc.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.h
lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp
lib/Target/Hexagon/RDFCopy.cpp
lib/Target/Hexagon/RDFDeadCode.cpp
lib/Target/Hexagon/RDFGraph.cpp
lib/Target/Hexagon/RDFLiveness.cpp
lib/Target/Hexagon/RDFLiveness.h
lib/Target/Hexagon/TargetInfo/HexagonTargetInfo.cpp
lib/Target/Lanai/AsmParser/LanaiAsmParser.cpp
lib/Target/Lanai/CMakeLists.txt
lib/Target/Lanai/LanaiDelaySlotFiller.cpp
lib/Target/Lanai/LanaiISelDAGToDAG.cpp
lib/Target/Lanai/LanaiISelLowering.cpp
lib/Target/Lanai/LanaiISelLowering.h
lib/Target/Lanai/LanaiInstrFormats.td
lib/Target/Lanai/LanaiInstrInfo.cpp
lib/Target/Lanai/LanaiInstrInfo.h
lib/Target/Lanai/LanaiInstrInfo.td
lib/Target/Lanai/LanaiMemAluCombiner.cpp
lib/Target/Lanai/LanaiTargetObjectFile.cpp
lib/Target/Lanai/MCTargetDesc/LanaiAsmBackend.cpp
lib/Target/Lanai/MCTargetDesc/LanaiELFObjectWriter.cpp
lib/Target/Lanai/MCTargetDesc/LanaiMCCodeEmitter.cpp
lib/Target/Lanai/MCTargetDesc/LanaiMCTargetDesc.cpp
lib/Target/Lanai/MCTargetDesc/LanaiMCTargetDesc.h
lib/Target/Lanai/TargetInfo/LanaiTargetInfo.cpp
lib/Target/MSP430/CMakeLists.txt
lib/Target/MSP430/MSP430BranchSelector.cpp
lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
lib/Target/MSP430/MSP430InstrInfo.cpp
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
lib/Target/Mips/CMakeLists.txt
lib/Target/Mips/Disassembler/MipsDisassembler.cpp
lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
lib/Target/Mips/InstPrinter/MipsInstPrinter.h
lib/Target/Mips/LLVMBuild.txt
lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.h
lib/Target/Mips/MCTargetDesc/MipsABIInfo.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/MipsFixupKinds.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/MicroMipsDSPInstrFormats.td
lib/Target/Mips/MicroMipsDSPInstrInfo.td
lib/Target/Mips/MicroMipsInstrFPU.td
lib/Target/Mips/MicroMipsInstrFormats.td
lib/Target/Mips/MicroMipsInstrInfo.td
lib/Target/Mips/MicroMipsSizeReduction.cpp
lib/Target/Mips/Mips.h
lib/Target/Mips/Mips.td
lib/Target/Mips/Mips16FrameLowering.cpp
lib/Target/Mips/Mips16HardFloat.cpp
lib/Target/Mips/Mips16ISelDAGToDAG.cpp
lib/Target/Mips/Mips16InstrInfo.cpp
lib/Target/Mips/Mips16InstrInfo.h
lib/Target/Mips/Mips16InstrInfo.td
lib/Target/Mips/Mips16RegisterInfo.cpp
lib/Target/Mips/Mips32r6InstrFormats.td
lib/Target/Mips/Mips32r6InstrInfo.td
lib/Target/Mips/Mips64InstrInfo.td
lib/Target/Mips/Mips64r6InstrInfo.td
lib/Target/Mips/MipsAsmPrinter.cpp
lib/Target/Mips/MipsBranchExpansion.cpp [moved from lib/Target/Mips/MipsLongBranch.cpp with 53% similarity]
lib/Target/Mips/MipsCallLowering.cpp [new file with mode: 0644]
lib/Target/Mips/MipsCallLowering.h [new file with mode: 0644]
lib/Target/Mips/MipsCondMov.td
lib/Target/Mips/MipsConstantIslandPass.cpp
lib/Target/Mips/MipsDSPInstrFormats.td
lib/Target/Mips/MipsDSPInstrInfo.td
lib/Target/Mips/MipsDelaySlotFiller.cpp
lib/Target/Mips/MipsEVAInstrFormats.td
lib/Target/Mips/MipsEVAInstrInfo.td
lib/Target/Mips/MipsExpandPseudo.cpp [new file with mode: 0644]
lib/Target/Mips/MipsFastISel.cpp
lib/Target/Mips/MipsFrameLowering.h
lib/Target/Mips/MipsHazardSchedule.cpp [deleted file]
lib/Target/Mips/MipsISelDAGToDAG.cpp
lib/Target/Mips/MipsISelDAGToDAG.h
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsISelLowering.h
lib/Target/Mips/MipsInstrFPU.td
lib/Target/Mips/MipsInstrFormats.td
lib/Target/Mips/MipsInstrInfo.cpp
lib/Target/Mips/MipsInstrInfo.h
lib/Target/Mips/MipsInstrInfo.td
lib/Target/Mips/MipsInstructionSelector.cpp [new file with mode: 0644]
lib/Target/Mips/MipsLegalizerInfo.cpp [new file with mode: 0644]
lib/Target/Mips/MipsLegalizerInfo.h [new file with mode: 0644]
lib/Target/Mips/MipsMCInstLower.cpp
lib/Target/Mips/MipsMCInstLower.h
lib/Target/Mips/MipsMSAInstrFormats.td
lib/Target/Mips/MipsMSAInstrInfo.td
lib/Target/Mips/MipsMTInstrFormats.td
lib/Target/Mips/MipsMachineFunction.cpp
lib/Target/Mips/MipsModuleISelDAGToDAG.cpp
lib/Target/Mips/MipsOptimizePICCall.cpp
lib/Target/Mips/MipsOs16.cpp
lib/Target/Mips/MipsRegisterBankInfo.cpp [new file with mode: 0644]
lib/Target/Mips/MipsRegisterBankInfo.h [new file with mode: 0644]
lib/Target/Mips/MipsRegisterBanks.td [moved from lib/Target/Hexagon/HexagonDepDecoders.h with 68% similarity]
lib/Target/Mips/MipsRegisterInfo.cpp
lib/Target/Mips/MipsRegisterInfo.h
lib/Target/Mips/MipsSEFrameLowering.cpp
lib/Target/Mips/MipsSEFrameLowering.h
lib/Target/Mips/MipsSEISelDAGToDAG.cpp
lib/Target/Mips/MipsSEISelDAGToDAG.h
lib/Target/Mips/MipsSEISelLowering.cpp
lib/Target/Mips/MipsSEISelLowering.h
lib/Target/Mips/MipsSEInstrInfo.cpp
lib/Target/Mips/MipsSEInstrInfo.h
lib/Target/Mips/MipsSERegisterInfo.cpp
lib/Target/Mips/MipsSchedule.td
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/NVPTX/CMakeLists.txt
lib/Target/NVPTX/MCTargetDesc/CMakeLists.txt
lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp
lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.h
lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp
lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp [new file with mode: 0644]
lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.h [new file with mode: 0644]
lib/Target/NVPTX/NVPTX.td
lib/Target/NVPTX/NVPTXAsmPrinter.cpp
lib/Target/NVPTX/NVPTXAsmPrinter.h
lib/Target/NVPTX/NVPTXAssignValidGlobalNames.cpp
lib/Target/NVPTX/NVPTXFrameLowering.cpp
lib/Target/NVPTX/NVPTXFrameLowering.h
lib/Target/NVPTX/NVPTXGenericToNVVM.cpp
lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
lib/Target/NVPTX/NVPTXISelDAGToDAG.h
lib/Target/NVPTX/NVPTXISelLowering.cpp
lib/Target/NVPTX/NVPTXInstrInfo.cpp
lib/Target/NVPTX/NVPTXInstrInfo.h
lib/Target/NVPTX/NVPTXInstrInfo.td
lib/Target/NVPTX/NVPTXIntrinsics.td
lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
lib/Target/NVPTX/NVPTXSection.h [deleted file]
lib/Target/NVPTX/NVPTXSubtarget.h
lib/Target/NVPTX/NVPTXTargetMachine.cpp
lib/Target/NVPTX/NVPTXTargetMachine.h
lib/Target/NVPTX/NVPTXTargetObjectFile.h
lib/Target/NVPTX/NVPTXTargetTransformInfo.h
lib/Target/NVPTX/NVVMReflect.cpp
lib/Target/Nios2/CMakeLists.txt
lib/Target/Nios2/MCTargetDesc/Nios2AsmBackend.cpp
lib/Target/Nios2/MCTargetDesc/Nios2AsmBackend.h
lib/Target/Nios2/MCTargetDesc/Nios2ELFObjectWriter.cpp
lib/Target/Nios2/MCTargetDesc/Nios2MCTargetDesc.h
lib/Target/Nios2/MCTargetDesc/Nios2TargetStreamer.cpp
lib/Target/Nios2/Nios2ISelDAGToDAG.cpp
lib/Target/Nios2/Nios2ISelLowering.cpp
lib/Target/Nios2/Nios2InstrFormats.td
lib/Target/Nios2/Nios2InstrInfo.cpp
lib/Target/Nios2/Nios2InstrInfo.h
lib/Target/Nios2/Nios2InstrInfo.td
lib/Target/Nios2/Nios2TargetObjectFile.h
lib/Target/Nios2/Nios2TargetStreamer.h
lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
lib/Target/PowerPC/CMakeLists.txt
lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.h
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.td
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/PowerPC/PPCBranchCoalescing.cpp
lib/Target/PowerPC/PPCCTRLoops.cpp
lib/Target/PowerPC/PPCCallingConv.td
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/PPCHazardRecognizers.cpp
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/PPCInstrQPX.td
lib/Target/PowerPC/PPCInstrSPE.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 [deleted file]
lib/Target/PowerPC/PPCMachineFunctionInfo.h
lib/Target/PowerPC/PPCPreEmitPeephole.cpp
lib/Target/PowerPC/PPCReduceCRLogicals.cpp
lib/Target/PowerPC/PPCRegisterInfo.cpp
lib/Target/PowerPC/PPCRegisterInfo.h
lib/Target/PowerPC/PPCRegisterInfo.td
lib/Target/PowerPC/PPCSchedule.td
lib/Target/PowerPC/PPCScheduleE500.td [new file with mode: 0644]
lib/Target/PowerPC/PPCScheduleE500mc.td
lib/Target/PowerPC/PPCScheduleP9.td
lib/Target/PowerPC/PPCSubtarget.cpp
lib/Target/PowerPC/PPCSubtarget.h
lib/Target/PowerPC/PPCTLSDynamicCall.cpp
lib/Target/PowerPC/PPCTargetMachine.cpp
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/RISCV/AsmParser/RISCVAsmParser.cpp
lib/Target/RISCV/CMakeLists.txt
lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
lib/Target/RISCV/InstPrinter/RISCVInstPrinter.cpp
lib/Target/RISCV/InstPrinter/RISCVInstPrinter.h
lib/Target/RISCV/MCTargetDesc/CMakeLists.txt
lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
lib/Target/RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp
lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp [new file with mode: 0644]
lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h [new file with mode: 0644]
lib/Target/RISCV/MCTargetDesc/RISCVFixupKinds.h
lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.cpp
lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp
lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.h
lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp
lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.h
lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp [new file with mode: 0644]
lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.h [new file with mode: 0644]
lib/Target/RISCV/RISCV.h
lib/Target/RISCV/RISCV.td
lib/Target/RISCV/RISCVAsmPrinter.cpp
lib/Target/RISCV/RISCVCallingConv.td
lib/Target/RISCV/RISCVFrameLowering.cpp
lib/Target/RISCV/RISCVFrameLowering.h
lib/Target/RISCV/RISCVISelDAGToDAG.cpp
lib/Target/RISCV/RISCVISelLowering.cpp
lib/Target/RISCV/RISCVISelLowering.h
lib/Target/RISCV/RISCVInstrFormats.td
lib/Target/RISCV/RISCVInstrInfo.cpp
lib/Target/RISCV/RISCVInstrInfo.h
lib/Target/RISCV/RISCVInstrInfo.td
lib/Target/RISCV/RISCVInstrInfoA.td
lib/Target/RISCV/RISCVInstrInfoC.td
lib/Target/RISCV/RISCVInstrInfoD.td
lib/Target/RISCV/RISCVInstrInfoF.td
lib/Target/RISCV/RISCVInstrInfoM.td
lib/Target/RISCV/RISCVMCInstLower.cpp
lib/Target/RISCV/RISCVMachineFunctionInfo.h [new file with mode: 0644]
lib/Target/RISCV/RISCVMergeBaseOffset.cpp [new file with mode: 0644]
lib/Target/RISCV/RISCVRegisterInfo.cpp
lib/Target/RISCV/RISCVRegisterInfo.h
lib/Target/RISCV/RISCVRegisterInfo.td
lib/Target/RISCV/RISCVSubtarget.h
lib/Target/RISCV/RISCVTargetMachine.cpp
lib/Target/RISCV/RISCVTargetObjectFile.cpp [new file with mode: 0644]
lib/Target/RISCV/RISCVTargetObjectFile.h [new file with mode: 0644]
lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
lib/Target/Sparc/CMakeLists.txt
lib/Target/Sparc/DelaySlotFiller.cpp
lib/Target/Sparc/LeonFeatures.td
lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp
lib/Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp
lib/Target/Sparc/MCTargetDesc/SparcFixupKinds.h
lib/Target/Sparc/MCTargetDesc/SparcMCCodeEmitter.cpp
lib/Target/Sparc/MCTargetDesc/SparcMCExpr.cpp
lib/Target/Sparc/MCTargetDesc/SparcMCExpr.h
lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.h
lib/Target/Sparc/Sparc.td
lib/Target/Sparc/SparcFrameLowering.cpp
lib/Target/Sparc/SparcISelDAGToDAG.cpp
lib/Target/Sparc/SparcISelLowering.cpp
lib/Target/Sparc/SparcInstrAliases.td
lib/Target/Sparc/SparcInstrInfo.cpp
lib/Target/Sparc/SparcInstrInfo.td
lib/Target/Sparc/SparcRegisterInfo.h
lib/Target/Sparc/SparcSubtarget.cpp
lib/Target/Sparc/SparcSubtarget.h
lib/Target/SystemZ/CMakeLists.txt
lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h
lib/Target/SystemZ/SystemZ.h
lib/Target/SystemZ/SystemZ.td
lib/Target/SystemZ/SystemZAsmPrinter.cpp
lib/Target/SystemZ/SystemZAsmPrinter.h
lib/Target/SystemZ/SystemZCallingConv.td
lib/Target/SystemZ/SystemZElimCompare.cpp
lib/Target/SystemZ/SystemZExpandPseudo.cpp
lib/Target/SystemZ/SystemZFeatures.td
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.td
lib/Target/SystemZ/SystemZLongBranch.cpp
lib/Target/SystemZ/SystemZMachineScheduler.cpp
lib/Target/SystemZ/SystemZMachineScheduler.h
lib/Target/SystemZ/SystemZOperands.td
lib/Target/SystemZ/SystemZOperators.td
lib/Target/SystemZ/SystemZRegisterInfo.cpp
lib/Target/SystemZ/SystemZRegisterInfo.h
lib/Target/SystemZ/SystemZRegisterInfo.td
lib/Target/SystemZ/SystemZSchedule.td
lib/Target/SystemZ/SystemZScheduleZ13.td
lib/Target/SystemZ/SystemZScheduleZ14.td
lib/Target/SystemZ/SystemZScheduleZ196.td
lib/Target/SystemZ/SystemZScheduleZEC12.td
lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
lib/Target/SystemZ/SystemZTargetMachine.cpp
lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
lib/Target/TargetLoweringObjectFile.cpp
lib/Target/TargetMachine.cpp
lib/Target/TargetMachineC.cpp
lib/Target/WebAssembly/AsmParser/CMakeLists.txt [new file with mode: 0644]
lib/Target/WebAssembly/AsmParser/LLVMBuild.txt [new file with mode: 0644]
lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp [new file with mode: 0644]
lib/Target/WebAssembly/CMakeLists.txt
lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp
lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.cpp
lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h
lib/Target/WebAssembly/LLVMBuild.txt
lib/Target/WebAssembly/MCTargetDesc/CMakeLists.txt
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyELFObjectWriter.cpp [deleted file]
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.h
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/README.txt
lib/Target/WebAssembly/TargetInfo/WebAssemblyTargetInfo.cpp
lib/Target/WebAssembly/WebAssembly.h
lib/Target/WebAssembly/WebAssembly.td
lib/Target/WebAssembly/WebAssemblyAddMissingPrototypes.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyArgumentMove.cpp
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
lib/Target/WebAssembly/WebAssemblyAsmPrinter.h
lib/Target/WebAssembly/WebAssemblyCFGSort.cpp
lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
lib/Target/WebAssembly/WebAssemblyCallIndirectFixup.cpp
lib/Target/WebAssembly/WebAssemblyExceptionInfo.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyExceptionInfo.h [new file with mode: 0644]
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/WebAssemblyISD.def
lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
lib/Target/WebAssembly/WebAssemblyISelLowering.h
lib/Target/WebAssembly/WebAssemblyInstrAtomics.td
lib/Target/WebAssembly/WebAssemblyInstrCall.td
lib/Target/WebAssembly/WebAssemblyInstrControl.td
lib/Target/WebAssembly/WebAssemblyInstrConv.td
lib/Target/WebAssembly/WebAssemblyInstrExceptRef.td [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyInstrFloat.td
lib/Target/WebAssembly/WebAssemblyInstrFormats.td
lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp
lib/Target/WebAssembly/WebAssemblyInstrInfo.h
lib/Target/WebAssembly/WebAssemblyInstrInfo.td
lib/Target/WebAssembly/WebAssemblyInstrInteger.td
lib/Target/WebAssembly/WebAssemblyInstrMemory.td
lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyLowerBrUnless.cpp
lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
lib/Target/WebAssembly/WebAssemblyLowerGlobalDtors.cpp
lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
lib/Target/WebAssembly/WebAssemblyMCInstLower.h
lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.cpp
lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h
lib/Target/WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp
lib/Target/WebAssembly/WebAssemblyOptimizeReturned.cpp
lib/Target/WebAssembly/WebAssemblyPeephole.cpp
lib/Target/WebAssembly/WebAssemblyPrepareForLiveIntervals.cpp
lib/Target/WebAssembly/WebAssemblyRegColoring.cpp
lib/Target/WebAssembly/WebAssemblyRegNumbering.cpp
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
lib/Target/WebAssembly/WebAssemblyRegisterInfo.cpp
lib/Target/WebAssembly/WebAssemblyRegisterInfo.h
lib/Target/WebAssembly/WebAssemblyRegisterInfo.td
lib/Target/WebAssembly/WebAssemblyReplacePhysRegs.cpp
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.h
lib/Target/WebAssembly/WebAssemblySelectionDAGInfo.cpp
lib/Target/WebAssembly/WebAssemblySelectionDAGInfo.h
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/WebAssemblyTargetObjectFile.cpp
lib/Target/WebAssembly/WebAssemblyTargetObjectFile.h
lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h
lib/Target/WebAssembly/WebAssemblyUtilities.cpp
lib/Target/WebAssembly/WebAssemblyUtilities.h
lib/Target/WebAssembly/known_gcc_test_failures.txt
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/InstPrinter/CMakeLists.txt
lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
lib/Target/X86/InstPrinter/X86ATTInstPrinter.h
lib/Target/X86/InstPrinter/X86InstComments.cpp
lib/Target/X86/InstPrinter/X86InstComments.h
lib/Target/X86/InstPrinter/X86InstPrinterCommon.cpp [new file with mode: 0644]
lib/Target/X86/InstPrinter/X86InstPrinterCommon.h [new file with mode: 0644]
lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp
lib/Target/X86/InstPrinter/X86IntelInstPrinter.h
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
lib/Target/X86/MCTargetDesc/X86BaseInfo.h
lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp
lib/Target/X86/MCTargetDesc/X86FixupKinds.h
lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
lib/Target/X86/MCTargetDesc/X86MCExpr.h [new file with mode: 0644]
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
lib/Target/X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp
lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp
lib/Target/X86/README-MMX.txt [deleted file]
lib/Target/X86/README-SSE.txt
lib/Target/X86/README-UNIMPLEMENTED.txt [deleted file]
lib/Target/X86/README.txt
lib/Target/X86/ShadowCallStack.cpp [new file with mode: 0644]
lib/Target/X86/Utils/X86ShuffleDecode.cpp
lib/Target/X86/Utils/X86ShuffleDecode.h
lib/Target/X86/X86.h
lib/Target/X86/X86.td
lib/Target/X86/X86AsmPrinter.cpp
lib/Target/X86/X86AsmPrinter.h
lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp [new file with mode: 0644]
lib/Target/X86/X86CallFrameOptimization.cpp
lib/Target/X86/X86CallLowering.cpp
lib/Target/X86/X86CallingConv.td
lib/Target/X86/X86CmovConversion.cpp
lib/Target/X86/X86DomainReassignment.cpp
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/X86FlagsCopyLowering.cpp [new file with mode: 0644]
lib/Target/X86/X86FloatingPoint.cpp
lib/Target/X86/X86FrameLowering.cpp
lib/Target/X86/X86FrameLowering.h
lib/Target/X86/X86ISelDAGToDAG.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
lib/Target/X86/X86IndirectBranchTracking.cpp [new file with mode: 0644]
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/X86InstrFMA3Info.cpp
lib/Target/X86/X86InstrFMA3Info.h
lib/Target/X86/X86InstrFPStack.td
lib/Target/X86/X86InstrFoldTables.cpp [new file with mode: 0644]
lib/Target/X86/X86InstrFoldTables.h [new file with mode: 0644]
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/X86InstrVMX.td
lib/Target/X86/X86InstrVecCompiler.td
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.h
lib/Target/X86/X86MacroFusion.cpp
lib/Target/X86/X86OptimizeLEAs.cpp
lib/Target/X86/X86PadShortFunction.cpp
lib/Target/X86/X86PfmCounters.td [new file with mode: 0644]
lib/Target/X86/X86RegisterBankInfo.cpp
lib/Target/X86/X86RegisterInfo.cpp
lib/Target/X86/X86RegisterInfo.td
lib/Target/X86/X86RetpolineThunks.cpp [new file with mode: 0644]
lib/Target/X86/X86SchedBroadwell.td
lib/Target/X86/X86SchedHaswell.td
lib/Target/X86/X86SchedPredicates.td [new file with mode: 0644]
lib/Target/X86/X86SchedSandyBridge.td
lib/Target/X86/X86SchedSkylakeClient.td
lib/Target/X86/X86SchedSkylakeServer.td
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/X86SpeculativeLoadHardening.cpp [new file with mode: 0644]
lib/Target/X86/X86Subtarget.cpp
lib/Target/X86/X86Subtarget.h
lib/Target/X86/X86TargetMachine.cpp
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/CMakeLists.txt
lib/Target/XCore/Disassembler/XCoreDisassembler.cpp
lib/Target/XCore/InstPrinter/XCoreInstPrinter.h
lib/Target/XCore/XCoreAsmPrinter.cpp
lib/Target/XCore/XCoreFrameLowering.cpp
lib/Target/XCore/XCoreISelLowering.cpp
lib/Target/XCore/XCoreInstrInfo.cpp
lib/Target/XCore/XCoreLowerThreadLocal.cpp
lib/Target/XCore/XCoreMCInstLower.cpp
lib/Target/XCore/XCoreMCInstLower.h
lib/Target/XCore/XCoreRegisterInfo.cpp
lib/Target/XCore/XCoreRegisterInfo.h
lib/Testing/Support/CMakeLists.txt
lib/Testing/Support/Error.cpp
lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp
lib/ToolDrivers/llvm-lib/LibDriver.cpp
lib/ToolDrivers/llvm-lib/Options.td
lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp [new file with mode: 0644]
lib/Transforms/AggressiveInstCombine/AggressiveInstCombineInternal.h [new file with mode: 0644]
lib/Transforms/AggressiveInstCombine/CMakeLists.txt [new file with mode: 0644]
lib/Transforms/AggressiveInstCombine/LLVMBuild.txt [new file with mode: 0644]
lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp [new file with mode: 0644]
lib/Transforms/CMakeLists.txt
lib/Transforms/Coroutines/CMakeLists.txt
lib/Transforms/Coroutines/CoroEarly.cpp
lib/Transforms/Coroutines/CoroElide.cpp
lib/Transforms/Coroutines/CoroFrame.cpp
lib/Transforms/Coroutines/CoroInternal.h
lib/Transforms/Coroutines/CoroSplit.cpp
lib/Transforms/Coroutines/Coroutines.cpp
lib/Transforms/IPO/AlwaysInliner.cpp
lib/Transforms/IPO/ArgumentPromotion.cpp
lib/Transforms/IPO/BarrierNoopPass.cpp
lib/Transforms/IPO/BlockExtractor.cpp [new file with mode: 0644]
lib/Transforms/IPO/CMakeLists.txt
lib/Transforms/IPO/CalledValuePropagation.cpp
lib/Transforms/IPO/CrossDSOCFI.cpp
lib/Transforms/IPO/DeadArgumentElimination.cpp
lib/Transforms/IPO/ExtractGV.cpp
lib/Transforms/IPO/ForceFunctionAttrs.cpp
lib/Transforms/IPO/FunctionAttrs.cpp
lib/Transforms/IPO/FunctionImport.cpp
lib/Transforms/IPO/GlobalOpt.cpp
lib/Transforms/IPO/IPO.cpp
lib/Transforms/IPO/InlineSimple.cpp
lib/Transforms/IPO/Inliner.cpp
lib/Transforms/IPO/Internalize.cpp
lib/Transforms/IPO/LLVMBuild.txt
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/SCCP.cpp [new file with mode: 0644]
lib/Transforms/IPO/SampleProfile.cpp
lib/Transforms/IPO/StripSymbols.cpp
lib/Transforms/IPO/SyntheticCountsPropagation.cpp [new file with mode: 0644]
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
lib/Transforms/IPO/WholeProgramDevirt.cpp
lib/Transforms/InstCombine/CMakeLists.txt
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/InstCombineTables.td [new file with mode: 0644]
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/CGProfile.cpp [new file with mode: 0644]
lib/Transforms/Instrumentation/CMakeLists.txt
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
lib/Transforms/Instrumentation/EfficiencySanitizer.cpp
lib/Transforms/Instrumentation/GCOVProfiling.cpp
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
lib/Transforms/Instrumentation/InstrProfiling.cpp
lib/Transforms/Instrumentation/MemorySanitizer.cpp
lib/Transforms/Instrumentation/PGOInstrumentation.cpp
lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp
lib/Transforms/Instrumentation/SanitizerCoverage.cpp
lib/Transforms/Instrumentation/ThreadSanitizer.cpp
lib/Transforms/LLVMBuild.txt
lib/Transforms/ObjCARC/BlotMapVector.h
lib/Transforms/ObjCARC/DependencyAnalysis.h
lib/Transforms/ObjCARC/ObjCARC.h
lib/Transforms/ObjCARC/ObjCARCAPElim.cpp
lib/Transforms/ObjCARC/ObjCARCContract.cpp
lib/Transforms/ObjCARC/ObjCARCExpand.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/AlignmentFromAssumptions.cpp
lib/Transforms/Scalar/BDCE.cpp
lib/Transforms/Scalar/CMakeLists.txt
lib/Transforms/Scalar/CallSiteSplitting.cpp
lib/Transforms/Scalar/ConstantHoisting.cpp
lib/Transforms/Scalar/ConstantProp.cpp
lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
lib/Transforms/Scalar/DCE.cpp
lib/Transforms/Scalar/DeadStoreElimination.cpp
lib/Transforms/Scalar/DivRemPairs.cpp
lib/Transforms/Scalar/EarlyCSE.cpp
lib/Transforms/Scalar/FlattenCFGPass.cpp
lib/Transforms/Scalar/Float2Int.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/InstSimplifyPass.cpp [moved from lib/Transforms/Utils/SimplifyInstructions.cpp with 62% similarity]
lib/Transforms/Scalar/JumpThreading.cpp
lib/Transforms/Scalar/LICM.cpp
lib/Transforms/Scalar/LLVMBuild.txt
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/LoopSimplifyCFG.cpp
lib/Transforms/Scalar/LoopSink.cpp
lib/Transforms/Scalar/LoopStrengthReduce.cpp
lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp [new file with mode: 0644]
lib/Transforms/Scalar/LoopUnrollPass.cpp
lib/Transforms/Scalar/LoopUnswitch.cpp
lib/Transforms/Scalar/LoopVersioningLICM.cpp
lib/Transforms/Scalar/LowerExpectIntrinsic.cpp
lib/Transforms/Scalar/MemCpyOptimizer.cpp
lib/Transforms/Scalar/MergeICmps.cpp
lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
lib/Transforms/Scalar/NaryReassociate.cpp
lib/Transforms/Scalar/NewGVN.cpp
lib/Transforms/Scalar/PlaceSafepoints.cpp
lib/Transforms/Scalar/Reassociate.cpp
lib/Transforms/Scalar/Reg2Mem.cpp
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
lib/Transforms/Scalar/SCCP.cpp
lib/Transforms/Scalar/SROA.cpp
lib/Transforms/Scalar/Scalar.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
lib/Transforms/Scalar/SpeculativeExecution.cpp
lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
lib/Transforms/Scalar/StructurizeCFG.cpp
lib/Transforms/Scalar/TailRecursionElimination.cpp
lib/Transforms/Utils/AddDiscriminators.cpp
lib/Transforms/Utils/BasicBlockUtils.cpp
lib/Transforms/Utils/BreakCriticalEdges.cpp
lib/Transforms/Utils/BuildLibCalls.cpp
lib/Transforms/Utils/BypassSlowDivision.cpp
lib/Transforms/Utils/CMakeLists.txt
lib/Transforms/Utils/CallPromotionUtils.cpp
lib/Transforms/Utils/CloneFunction.cpp
lib/Transforms/Utils/CloneModule.cpp
lib/Transforms/Utils/CodeExtractor.cpp
lib/Transforms/Utils/CtorUtils.cpp
lib/Transforms/Utils/DemoteRegToStack.cpp
lib/Transforms/Utils/EntryExitInstrumenter.cpp
lib/Transforms/Utils/EscapeEnumerator.cpp
lib/Transforms/Utils/Evaluator.cpp
lib/Transforms/Utils/FlattenCFG.cpp
lib/Transforms/Utils/FunctionComparator.cpp
lib/Transforms/Utils/FunctionImportUtils.cpp
lib/Transforms/Utils/GlobalStatus.cpp
lib/Transforms/Utils/ImportedFunctionsInliningStatistics.cpp
lib/Transforms/Utils/InlineFunction.cpp
lib/Transforms/Utils/InstructionNamer.cpp
lib/Transforms/Utils/IntegerDivision.cpp
lib/Transforms/Utils/LCSSA.cpp
lib/Transforms/Utils/LibCallsShrinkWrap.cpp
lib/Transforms/Utils/Local.cpp
lib/Transforms/Utils/LoopRotationUtils.cpp [new file with mode: 0644]
lib/Transforms/Utils/LoopSimplify.cpp
lib/Transforms/Utils/LoopUnroll.cpp
lib/Transforms/Utils/LoopUnrollAndJam.cpp [new file with mode: 0644]
lib/Transforms/Utils/LoopUnrollPeel.cpp
lib/Transforms/Utils/LoopUnrollRuntime.cpp
lib/Transforms/Utils/LoopUtils.cpp
lib/Transforms/Utils/LoopVersioning.cpp
lib/Transforms/Utils/LowerInvoke.cpp
lib/Transforms/Utils/LowerMemIntrinsics.cpp
lib/Transforms/Utils/LowerSwitch.cpp
lib/Transforms/Utils/Mem2Reg.cpp
lib/Transforms/Utils/MetaRenamer.cpp
lib/Transforms/Utils/OrderedInstructions.cpp
lib/Transforms/Utils/PredicateInfo.cpp
lib/Transforms/Utils/PromoteMemoryToRegister.cpp
lib/Transforms/Utils/SSAUpdater.cpp
lib/Transforms/Utils/SSAUpdaterBulk.cpp [new file with mode: 0644]
lib/Transforms/Utils/SimplifyCFG.cpp
lib/Transforms/Utils/SimplifyIndVar.cpp
lib/Transforms/Utils/SimplifyLibCalls.cpp
lib/Transforms/Utils/SplitModule.cpp
lib/Transforms/Utils/StripGCRelocates.cpp
lib/Transforms/Utils/StripNonLineTableDebugInfo.cpp
lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
lib/Transforms/Utils/Utils.cpp
lib/Transforms/Utils/VNCoercion.cpp
lib/Transforms/Utils/ValueMapper.cpp
lib/Transforms/Vectorize/CMakeLists.txt
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
lib/Transforms/Vectorize/LoopVectorizationLegality.cpp [new file with mode: 0644]
lib/Transforms/Vectorize/LoopVectorizationPlanner.h [new file with mode: 0644]
lib/Transforms/Vectorize/LoopVectorize.cpp
lib/Transforms/Vectorize/SLPVectorizer.cpp
lib/Transforms/Vectorize/VPRecipeBuilder.h [new file with mode: 0644]
lib/Transforms/Vectorize/VPlan.cpp
lib/Transforms/Vectorize/VPlan.h
lib/Transforms/Vectorize/VPlanBuilder.h [deleted file]
lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp [new file with mode: 0644]
lib/Transforms/Vectorize/VPlanHCFGBuilder.h [new file with mode: 0644]
lib/Transforms/Vectorize/VPlanHCFGTransforms.cpp [new file with mode: 0644]
lib/Transforms/Vectorize/VPlanHCFGTransforms.h [new file with mode: 0644]
lib/Transforms/Vectorize/VPlanValue.h
lib/Transforms/Vectorize/VPlanVerifier.cpp [new file with mode: 0644]
lib/Transforms/Vectorize/VPlanVerifier.h [new file with mode: 0644]
lib/Transforms/Vectorize/Vectorize.cpp
lib/XRay/Trace.cpp
runtimes/CMakeLists.txt
test/Analysis/AliasSet/memtransfer.ll
test/Analysis/BasicAA/assume.ll
test/Analysis/BasicAA/cs-cs.ll
test/Analysis/BasicAA/gep-and-alias.ll
test/Analysis/BasicAA/getmodrefinfo-cs-cs.ll
test/Analysis/BasicAA/guards.ll
test/Analysis/BasicAA/invariant_group.ll [new file with mode: 0644]
test/Analysis/BasicAA/modref.ll
test/Analysis/BasicAA/negoffset.ll
test/Analysis/BasicAA/pr35821.ll [new file with mode: 0644]
test/Analysis/BasicAA/pr35843.ll [new file with mode: 0644]
test/Analysis/BlockFrequencyInfo/loop_with_invoke.ll [new file with mode: 0644]
test/Analysis/BranchProbabilityInfo/loop.ll
test/Analysis/CFLAliasAnalysis/Steensgaard/const-exprs.ll [new file with mode: 0644]
test/Analysis/CallGraph/no-intrinsics.ll
test/Analysis/ConstantFolding/gep-constanfolding-error.ll
test/Analysis/ConstantFolding/gep-zeroinit-vector.ll [new file with mode: 0644]
test/Analysis/ConstantFolding/vectorgep-crash.ll
test/Analysis/CostModel/AArch64/div.ll [new file with mode: 0644]
test/Analysis/CostModel/AArch64/div_cte.ll [new file with mode: 0644]
test/Analysis/CostModel/AArch64/shuffle-select.ll [new file with mode: 0644]
test/Analysis/CostModel/AArch64/shuffle-transpose.ll [new file with mode: 0644]
test/Analysis/CostModel/AArch64/store.ll
test/Analysis/CostModel/AArch64/vector-reduce.ll [new file with mode: 0644]
test/Analysis/CostModel/AMDGPU/addrspacecast.ll
test/Analysis/CostModel/X86/alternate-shuffle-cost.ll
test/Analysis/CostModel/X86/arith-fma.ll [new file with mode: 0644]
test/Analysis/CostModel/X86/arith-fp.ll
test/Analysis/CostModel/X86/arith.ll
test/Analysis/CostModel/X86/bitreverse.ll
test/Analysis/CostModel/X86/bswap.ll
test/Analysis/CostModel/X86/cast.ll
test/Analysis/CostModel/X86/cmp.ll
test/Analysis/CostModel/X86/costmodel.ll
test/Analysis/CostModel/X86/ctlz.ll
test/Analysis/CostModel/X86/ctpop.ll
test/Analysis/CostModel/X86/cttz.ll
test/Analysis/CostModel/X86/div.ll
test/Analysis/CostModel/X86/fptosi.ll
test/Analysis/CostModel/X86/fptoui.ll
test/Analysis/CostModel/X86/fround.ll [new file with mode: 0644]
test/Analysis/CostModel/X86/intrinsic-cost.ll
test/Analysis/CostModel/X86/masked-intrinsic-cost.ll
test/Analysis/CostModel/X86/reduction.ll
test/Analysis/CostModel/X86/rem.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/sitofp.ll
test/Analysis/CostModel/X86/slm-arith-costs.ll
test/Analysis/CostModel/X86/sse-itoi.ll
test/Analysis/CostModel/X86/testshiftshl.ll
test/Analysis/CostModel/X86/trunc.ll
test/Analysis/CostModel/X86/uitofp.ll
test/Analysis/CostModel/X86/vdiv-cost.ll
test/Analysis/CostModel/X86/vector-extract.ll [new file with mode: 0644]
test/Analysis/CostModel/X86/vector-insert.ll [new file with mode: 0644]
test/Analysis/CostModel/X86/vselect-cost.ll
test/Analysis/CostModel/X86/vshift-ashr-cost.ll
test/Analysis/CostModel/X86/vshift-lshr-cost.ll
test/Analysis/CostModel/X86/vshift-shl-cost.ll
test/Analysis/Delinearization/a.ll
test/Analysis/Delinearization/iv_times_constant_in_subscript.ll
test/Analysis/Delinearization/multidim_two_accesses_different_delinearization.ll
test/Analysis/DependenceAnalysis/AA.ll [new file with mode: 0644]
test/Analysis/DependenceAnalysis/Banerjee.ll
test/Analysis/DependenceAnalysis/Coupled.ll
test/Analysis/DependenceAnalysis/DADelin.ll [new file with mode: 0644]
test/Analysis/DependenceAnalysis/ExactSIV.ll
test/Analysis/DependenceAnalysis/GCD.ll
test/Analysis/DependenceAnalysis/Invariant.ll
test/Analysis/DependenceAnalysis/NonAffineExpr.ll
test/Analysis/DependenceAnalysis/NonCanonicalizedSubscript.ll
test/Analysis/DependenceAnalysis/Preliminary.ll
test/Analysis/DependenceAnalysis/Propagating.ll
test/Analysis/DependenceAnalysis/Separability.ll
test/Analysis/DependenceAnalysis/StrongSIV.ll
test/Analysis/DependenceAnalysis/SymbolicSIV.ll
test/Analysis/DependenceAnalysis/WeakZeroDstSIV.ll
test/Analysis/DependenceAnalysis/WeakZeroSrcSIV.ll
test/Analysis/DivergenceAnalysis/AMDGPU/llvm.amdgcn.image.atomic.ll
test/Analysis/DivergenceAnalysis/AMDGPU/phi-undef.ll
test/Analysis/GlobalsModRef/memset-escape.ll
test/Analysis/GlobalsModRef/no-escape.ll
test/Analysis/GlobalsModRef/pr12351.ll
test/Analysis/GlobalsModRef/pr35899-dbg-value.ll [new file with mode: 0644]
test/Analysis/GlobalsModRef/volatile-instrs.ll
test/Analysis/IVUsers/deep_recursion_in_scev.ll [new file with mode: 0644]
test/Analysis/IVUsers/quadradic-exit-value.ll
test/Analysis/LazyValueAnalysis/lvi-after-jumpthreading.ll
test/Analysis/Lint/memintrin.ll [new file with mode: 0644]
test/Analysis/Lint/noalias-byval.ll
test/Analysis/LoopAccessAnalysis/number-of-memchecks.ll
test/Analysis/LoopAccessAnalysis/wrapping-pointer-ni.ll [new file with mode: 0644]
test/Analysis/LoopAccessAnalysis/wrapping-pointer-versioning.ll
test/Analysis/MemoryDependenceAnalysis/invariant.group-bug.ll [new file with mode: 0644]
test/Analysis/MemorySSA/basicaa-memcpy.ll
test/Analysis/MemorySSA/cyclicphi.ll
test/Analysis/MemorySSA/invariant-groups.ll
test/Analysis/MemorySSA/many-dom-backedge.ll
test/Analysis/MemorySSA/many-doms.ll
test/Analysis/MemorySSA/multi-edges.ll
test/Analysis/MemorySSA/multiple-backedges-hal.ll
test/Analysis/MemorySSA/optimize-use.ll
test/Analysis/MemorySSA/phi-translation.ll
test/Analysis/MemorySSA/pr36883.ll [new file with mode: 0644]
test/Analysis/MustExecute/const-cond.ll [new file with mode: 0644]
test/Analysis/MustExecute/loop-header.ll [new file with mode: 0644]
test/Analysis/PhiValues/basic.ll [new file with mode: 0644]
test/Analysis/PhiValues/big_phi.ll [new file with mode: 0644]
test/Analysis/PhiValues/long_phi_chain.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/2012-05-29-MulAddRec.ll
test/Analysis/ScalarEvolution/and-xor.ll
test/Analysis/ScalarEvolution/avoid-smax-1.ll
test/Analysis/ScalarEvolution/different-loops-recs.ll
test/Analysis/ScalarEvolution/exact_iter_count.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/extract-highbits-sameconstmask.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/extract-highbits-variablemask.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/extract-lowbits-sameconstmask.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/extract-lowbits-variablemask.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/flags-from-poison-dbg.ll
test/Analysis/ScalarEvolution/fold.ll
test/Analysis/ScalarEvolution/guards.ll
test/Analysis/ScalarEvolution/inner-loop-by-latch-cond-unknown.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/lshr-shl-differentconstmask.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/max-trip-count-address-space.ll
test/Analysis/ScalarEvolution/max-trip-count.ll
test/Analysis/ScalarEvolution/merge-add-rec-many-inputs.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/no-wrap-add-exprs.ll
test/Analysis/ScalarEvolution/nsw-offset-assume.ll
test/Analysis/ScalarEvolution/nsw-offset.ll
test/Analysis/ScalarEvolution/nsw.ll
test/Analysis/ScalarEvolution/pr35890.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/predicated-trip-count.ll
test/Analysis/ScalarEvolution/sext-inreg.ll
test/Analysis/ScalarEvolution/sext-mul.ll
test/Analysis/ScalarEvolution/shl-lshr-differentconstmask.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/strip-injective-zext.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/trip-count-pow2.ll
test/Analysis/ScalarEvolution/trip-count.ll
test/Analysis/ScalarEvolution/trip-count14.ll
test/Analysis/ScalarEvolution/trip-count3.ll
test/Analysis/ScalarEvolution/trunc-simplify.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/truncate.ll
test/Analysis/ScalarEvolution/unknown_phis.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/zext-divrem.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/zext-mul.ll [new file with mode: 0644]
test/Analysis/TypeBasedAliasAnalysis/aggregates.ll [new file with mode: 0644]
test/Analysis/TypeBasedAliasAnalysis/functionattrs.ll
test/Analysis/TypeBasedAliasAnalysis/memcpyopt.ll
test/Analysis/TypeBasedAliasAnalysis/tbaa-path-new.ll [new file with mode: 0644]
test/Analysis/ValueTracking/deref-bitcast-of-gep.ll
test/Analysis/ValueTracking/func-ptr-lsb.ll [new file with mode: 0644]
test/Analysis/ValueTracking/invariant.group.ll [new file with mode: 0644]
test/Analysis/ValueTracking/known-nonnull-at.ll
test/Analysis/ValueTracking/non-negative-phi-bits.ll [new file with mode: 0755]
test/Analysis/ValueTracking/numsignbits-from-assume.ll [new file with mode: 0644]
test/Analysis/ValueTracking/select-pattern.ll [new file with mode: 0644]
test/Assembler/2002-07-31-SlashInString.ll
test/Assembler/ConstantExprNoFold.ll
test/Assembler/DIEnumerator.ll [new file with mode: 0644]
test/Assembler/asm-path-writer.ll [new file with mode: 0644]
test/Assembler/call-nonzero-program-addrspace-2.ll [new file with mode: 0644]
test/Assembler/call-nonzero-program-addrspace.ll [new file with mode: 0644]
test/Assembler/datalayout-alloca-addrspace-mismatch-0.ll
test/Assembler/datalayout-alloca-addrspace-mismatch-1.ll
test/Assembler/datalayout-alloca-addrspace-mismatch-2.ll
test/Assembler/datalayout-program-addrspace.ll [new file with mode: 0644]
test/Assembler/debug-info.ll
test/Assembler/debug-label-bitcode.ll [new file with mode: 0644]
test/Assembler/disubprogram.ll
test/Assembler/drop-debug-info-nonzero-alloca.ll [new file with mode: 0644]
test/Assembler/drop-debug-info.ll
test/Assembler/ifunc-dsolocal.ll [moved from test/Assembler/ifunc-dsolocal-daig.ll with 50% similarity]
test/Assembler/invalid-datalayout-alloca-addrspace.ll
test/Assembler/invalid-datalayout-program-addrspace.ll [new file with mode: 0644]
test/Assembler/invalid-disubrange-count-node.ll [new file with mode: 0644]
test/Assembler/invoke-nonzero-program-addrspace.ll [new file with mode: 0644]
test/Assembler/return-column.s
test/Assembler/thinlto-bad-summary1.ll [new file with mode: 0644]
test/Assembler/thinlto-bad-summary2.ll [new file with mode: 0644]
test/Assembler/thinlto-bad-summary3.ll [new file with mode: 0644]
test/Assembler/thinlto-summary.ll [new file with mode: 0644]
test/Bindings/Go/lit.local.cfg
test/Bindings/OCaml/vectorize.ml
test/Bindings/llvm-c/debug_info.ll
test/Bindings/llvm-c/echo.ll
test/Bitcode/DILocalVariable-explicit-tags.ll
test/Bitcode/Inputs/infer_dso_local.bc [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
test/Bitcode/compatibility-6.0.ll [new file with mode: 0644]
test/Bitcode/compatibility-6.0.ll.bc [new file with mode: 0644]
test/Bitcode/compatibility.ll
test/Bitcode/dilocalvariable-3.9.ll
test/Bitcode/disubrange-v0.ll [new file with mode: 0644]
test/Bitcode/disubrange-v0.ll.bc [new file with mode: 0644]
test/Bitcode/disubrange.ll [new file with mode: 0644]
test/Bitcode/dso_location.ll
test/Bitcode/fcmp-fast.ll
test/Bitcode/infer_dso_local.ll [new file with mode: 0644]
test/Bitcode/metadata-source.ll [new file with mode: 0644]
test/Bitcode/metadata-source.ll.bc [new file with mode: 0644]
test/Bitcode/standardCIntrinsic.3.2.ll
test/Bitcode/stream-types.c [new file with mode: 0644]
test/Bitcode/stream-types.c.ast [new file with mode: 0644]
test/Bitcode/stream-types.c.ast.incomplete [new file with mode: 0644]
test/Bitcode/stream-types.c.dia [new file with mode: 0644]
test/Bitcode/stream-types.c.dia.incomplete [new file with mode: 0644]
test/Bitcode/thinlto-alias.ll
test/Bitcode/thinlto-deadstrip-flag.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-relbf.ll [new file with mode: 0644]
test/Bitcode/thinlto-function-summary-callgraph-sample-profile-summary.ll
test/Bitcode/thinlto-function-summary-callgraph.ll
test/Bitcode/thinlto-function-summary-originalnames.ll
test/Bitcode/thinlto-function-summary-refgraph.ll
test/Bitcode/thinlto-summary-linkage-types.ll
test/Bitcode/thinlto-summary-local-5.0.ll
test/Bitcode/thinlto-summary-section.ll
test/Bitcode/thinlto-type-tests.ll
test/Bitcode/thinlto-type-vcalls.ll
test/Bitcode/upgrade-dbg-checksum.ll [new file with mode: 0644]
test/Bitcode/upgrade-dbg-checksum.ll.bc [new file with mode: 0644]
test/Bitcode/upgrade-dbg-value.ll
test/Bitcode/upgrade-invariant-group-barrier.ll [new file with mode: 0644]
test/Bitcode/upgrade-memory-intrinsics.ll [new file with mode: 0644]
test/Bitcode/upgrade-objcretainrelease-asm.ll [new file with mode: 0644]
test/Bitcode/upgrade-objcretainrelease-asm.ll.bc [new file with mode: 0644]
test/Bitcode/upgrade-objcretainrelease.ll [new file with mode: 0644]
test/Bitcode/upgrade-objcretainrelease.ll.bc [new file with mode: 0644]
test/Bitcode/upgrade-pointer-address-space.ll
test/Bitcode/upgrade-subprogram-this.ll
test/Bitcode/value-with-long-name.ll [new file with mode: 0644]
test/BugPoint/compile-custom.ll
test/BugPoint/crash-narrowfunctiontest.ll
test/BugPoint/invalid-debuginfo.ll
test/BugPoint/metadata.ll
test/BugPoint/named-md.ll
test/BugPoint/remove_arguments_test.ll
test/BugPoint/replace-funcs-with-null.ll
test/BugPoint/unsymbolized.ll
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-fmuladd.ll [new file with mode: 0644]
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
test/CodeGen/AArch64/GlobalISel/debug-insts.ll
test/CodeGen/AArch64/GlobalISel/dynamic-alloca.ll
test/CodeGen/AArch64/GlobalISel/fallback-nofastisel.ll [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/fp128-legalize-crash-pr35690.mir
test/CodeGen/AArch64/GlobalISel/fp16-copy-gpr.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/gisel-commandline-option.ll
test/CodeGen/AArch64/GlobalISel/irtranslator-bitcast.ll
test/CodeGen/AArch64/GlobalISel/irtranslator-exceptions.ll
test/CodeGen/AArch64/GlobalISel/irtranslator-volatile-load-pr36018.ll [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/legalize-add.mir
test/CodeGen/AArch64/GlobalISel/legalize-and.mir
test/CodeGen/AArch64/GlobalISel/legalize-atomicrmw.mir
test/CodeGen/AArch64/GlobalISel/legalize-cmp.mir
test/CodeGen/AArch64/GlobalISel/legalize-cmpxchg-with-success.mir
test/CodeGen/AArch64/GlobalISel/legalize-cmpxchg.mir
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-extload.mir [new file with mode: 0644]
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-inttoptr-xfail-1.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/legalize-inttoptr-xfail-2.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/legalize-itofp.mir
test/CodeGen/AArch64/GlobalISel/legalize-load-store.mir
test/CodeGen/AArch64/GlobalISel/legalize-load-vector.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/legalize-merge-values.mir
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
test/CodeGen/AArch64/GlobalISel/legalize-pow.mir
test/CodeGen/AArch64/GlobalISel/legalize-property.mir
test/CodeGen/AArch64/GlobalISel/legalize-rem.mir
test/CodeGen/AArch64/GlobalISel/legalize-sextload.mir [new file with mode: 0644]
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
test/CodeGen/AArch64/GlobalISel/legalize-vaarg.mir
test/CodeGen/AArch64/GlobalISel/legalize-xor.mir
test/CodeGen/AArch64/GlobalISel/legalize-zextload.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/localizer-in-O0-pipeline.mir
test/CodeGen/AArch64/GlobalISel/localizer.mir
test/CodeGen/AArch64/GlobalISel/machine-cse-mid-pipeline.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/no-regclass.mir
test/CodeGen/AArch64/GlobalISel/reg-bank-128bit.mir
test/CodeGen/AArch64/GlobalISel/regbankselect-dbg-value.mir
test/CodeGen/AArch64/GlobalISel/regbankselect-default.mir
test/CodeGen/AArch64/GlobalISel/regbankselect-reg_sequence.mir
test/CodeGen/AArch64/GlobalISel/select-atomicrmw.mir
test/CodeGen/AArch64/GlobalISel/select-binop.mir
test/CodeGen/AArch64/GlobalISel/select-bitcast-bigendian.mir
test/CodeGen/AArch64/GlobalISel/select-bitcast.mir
test/CodeGen/AArch64/GlobalISel/select-br.mir
test/CodeGen/AArch64/GlobalISel/select-bswap.mir
test/CodeGen/AArch64/GlobalISel/select-cbz.mir
test/CodeGen/AArch64/GlobalISel/select-cmpxchg.mir
test/CodeGen/AArch64/GlobalISel/select-constant.mir
test/CodeGen/AArch64/GlobalISel/select-dbg-value.mir
test/CodeGen/AArch64/GlobalISel/select-extload.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/select-fma.mir
test/CodeGen/AArch64/GlobalISel/select-fp-casts.mir
test/CodeGen/AArch64/GlobalISel/select-gv-cmodel-large.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/select-imm.mir
test/CodeGen/AArch64/GlobalISel/select-implicit-def.mir
test/CodeGen/AArch64/GlobalISel/select-insert-extract.mir
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
test/CodeGen/AArch64/GlobalISel/select-intrinsic-aarch64-sdiv.mir
test/CodeGen/AArch64/GlobalISel/select-intrinsic-crypto-aesmc.mir
test/CodeGen/AArch64/GlobalISel/select-load.mir
test/CodeGen/AArch64/GlobalISel/select-mul.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/select-muladd.mir
test/CodeGen/AArch64/GlobalISel/select-neon-vcvtfxu2fp.mir
test/CodeGen/AArch64/GlobalISel/select-phi.mir
test/CodeGen/AArch64/GlobalISel/select-pr32733.mir
test/CodeGen/AArch64/GlobalISel/select-property.mir
test/CodeGen/AArch64/GlobalISel/select-sextload.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/select-store.mir
test/CodeGen/AArch64/GlobalISel/select-trap.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/select-trunc.mir
test/CodeGen/AArch64/GlobalISel/select-with-no-legality-check.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/select-xor.mir
test/CodeGen/AArch64/GlobalISel/select-zextload.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/select.mir
test/CodeGen/AArch64/GlobalISel/translate-constant-dag.ll [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/translate-gep.ll
test/CodeGen/AArch64/GlobalISel/unknown-intrinsic.ll [new file with mode: 0644]
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/O0-pipeline.ll [new file with mode: 0644]
test/CodeGen/AArch64/O3-pipeline.ll [new file with mode: 0644]
test/CodeGen/AArch64/PBQP-csr.ll
test/CodeGen/AArch64/aarch64-2014-08-11-MachineCombinerCrash.ll
test/CodeGen/AArch64/aarch64-DAGCombine-findBetterNeighborChains-crash.ll
test/CodeGen/AArch64/aarch64-be-bv.ll
test/CodeGen/AArch64/aarch64-combine-fmul-fsub.mir
test/CodeGen/AArch64/aarch64-fold-lslfast.ll
test/CodeGen/AArch64/aarch64-insert-subvector-undef.ll [new file with mode: 0644]
test/CodeGen/AArch64/aarch64-named-reg-w18.ll
test/CodeGen/AArch64/aarch64-named-reg-x18.ll
test/CodeGen/AArch64/aarch64-stp-cluster.ll
test/CodeGen/AArch64/aarch64-vuzp.ll [new file with mode: 0644]
test/CodeGen/AArch64/aarch64_f16_be.ll
test/CodeGen/AArch64/aarch64_tree_tests.ll
test/CodeGen/AArch64/and-mask-removal.ll
test/CodeGen/AArch64/andandshift.ll
test/CodeGen/AArch64/arm64-2012-05-07-MemcpyAlignBug.ll
test/CodeGen/AArch64/arm64-AdvSIMD-Scalar.ll
test/CodeGen/AArch64/arm64-EXT-undef-mask.ll
test/CodeGen/AArch64/arm64-aapcs.ll
test/CodeGen/AArch64/arm64-abi-varargs.ll
test/CodeGen/AArch64/arm64-abi.ll
test/CodeGen/AArch64/arm64-abi_align.ll
test/CodeGen/AArch64/arm64-addr-mode-folding.ll
test/CodeGen/AArch64/arm64-addrmode.ll
test/CodeGen/AArch64/arm64-alloca-frame-pointer-offset.ll
test/CodeGen/AArch64/arm64-arith.ll
test/CodeGen/AArch64/arm64-big-endian-bitconverts.ll
test/CodeGen/AArch64/arm64-build-vector.ll
test/CodeGen/AArch64/arm64-collect-loh.ll
test/CodeGen/AArch64/arm64-csel.ll
test/CodeGen/AArch64/arm64-csldst-mmo.ll
test/CodeGen/AArch64/arm64-elf-constpool.ll
test/CodeGen/AArch64/arm64-elf-globals.ll
test/CodeGen/AArch64/arm64-ext.ll
test/CodeGen/AArch64/arm64-fast-isel-alloca.ll
test/CodeGen/AArch64/arm64-fast-isel-br.ll
test/CodeGen/AArch64/arm64-fast-isel-call.ll
test/CodeGen/AArch64/arm64-fast-isel-conversion-fallback.ll
test/CodeGen/AArch64/arm64-fast-isel-conversion.ll
test/CodeGen/AArch64/arm64-fast-isel-fcmp.ll
test/CodeGen/AArch64/arm64-fast-isel-gv.ll
test/CodeGen/AArch64/arm64-fast-isel-icmp.ll
test/CodeGen/AArch64/arm64-fast-isel-intrinsic.ll
test/CodeGen/AArch64/arm64-fast-isel-materialize.ll
test/CodeGen/AArch64/arm64-fast-isel-noconvert.ll
test/CodeGen/AArch64/arm64-fast-isel-rem.ll
test/CodeGen/AArch64/arm64-fast-isel-ret.ll
test/CodeGen/AArch64/arm64-fast-isel.ll
test/CodeGen/AArch64/arm64-fold-lsl.ll
test/CodeGen/AArch64/arm64-fpcr.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-indexed-vector-ldst-2.ll
test/CodeGen/AArch64/arm64-ldp-cluster.ll
test/CodeGen/AArch64/arm64-ldst-unscaled-pre-post.mir
test/CodeGen/AArch64/arm64-long-shift.ll
test/CodeGen/AArch64/arm64-memcpy-inline.ll
test/CodeGen/AArch64/arm64-memset-inline.ll
test/CodeGen/AArch64/arm64-memset-to-bzero.ll
test/CodeGen/AArch64/arm64-misaligned-memcpy-inline.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-movi.ll
test/CodeGen/AArch64/arm64-neon-2velem.ll
test/CodeGen/AArch64/arm64-neon-compare-instructions.ll
test/CodeGen/AArch64/arm64-neon-copy.ll
test/CodeGen/AArch64/arm64-neon-mul-div-cte.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-neon-simd-ldst-one.ll
test/CodeGen/AArch64/arm64-nvcast.ll
test/CodeGen/AArch64/arm64-opt-remarks-lazy-bfi.ll
test/CodeGen/AArch64/arm64-patchpoint-webkit_jscc.ll
test/CodeGen/AArch64/arm64-platform-reg.ll
test/CodeGen/AArch64/arm64-register-offset-addressing.ll
test/CodeGen/AArch64/arm64-regress-opt-cmp.mir
test/CodeGen/AArch64/arm64-shrink-wrapping.ll
test/CodeGen/AArch64/arm64-simd-scalar-to-vector.ll
test/CodeGen/AArch64/arm64-spill-remarks-treshold-hotness.ll
test/CodeGen/AArch64/arm64-spill-remarks.ll
test/CodeGen/AArch64/arm64-st1.ll
test/CodeGen/AArch64/arm64-stp-aa.ll
test/CodeGen/AArch64/arm64-stp.ll
test/CodeGen/AArch64/arm64-stur.ll
test/CodeGen/AArch64/arm64-tls-dynamic-together.ll
test/CodeGen/AArch64/arm64-vabs.ll
test/CodeGen/AArch64/arm64-variadic-aapcs.ll
test/CodeGen/AArch64/arm64-vcvt_f.ll
test/CodeGen/AArch64/arm64-vector-insertion.ll
test/CodeGen/AArch64/arm64-vector-ldst.ll
test/CodeGen/AArch64/arm64-virtual_base.ll
test/CodeGen/AArch64/arm64-zero-cycle-regmov.ll
test/CodeGen/AArch64/arm64-zero-cycle-zeroing.ll
test/CodeGen/AArch64/atomic-ops-lse.ll
test/CodeGen/AArch64/big-callframe.ll [new file with mode: 0644]
test/CodeGen/AArch64/bitfield-extract.ll
test/CodeGen/AArch64/bitfield-insert.ll
test/CodeGen/AArch64/bitfield.ll
test/CodeGen/AArch64/br-cond-not-merge.ll
test/CodeGen/AArch64/branch-folder-oneinst.mir [new file with mode: 0644]
test/CodeGen/AArch64/build-one-lane.ll [new file with mode: 0644]
test/CodeGen/AArch64/build-pair-isel.ll [new file with mode: 0644]
test/CodeGen/AArch64/ccmp-successor-probs.mir
test/CodeGen/AArch64/cfi_restore.mir
test/CodeGen/AArch64/cmpwithshort.ll
test/CodeGen/AArch64/cmpxchg-O0.ll
test/CodeGen/AArch64/cmpxchg-idioms.ll
test/CodeGen/AArch64/copyprop.mir [new file with mode: 0644]
test/CodeGen/AArch64/cpus.ll
test/CodeGen/AArch64/cxx-tlscc.ll
test/CodeGen/AArch64/dllexport.ll
test/CodeGen/AArch64/dllimport.ll
test/CodeGen/AArch64/emutls.ll
test/CodeGen/AArch64/emutls_generic.ll
test/CodeGen/AArch64/expand-select.ll [new file with mode: 0644]
test/CodeGen/AArch64/extract-lowbits.ll [new file with mode: 0644]
test/CodeGen/AArch64/f16-instructions.ll
test/CodeGen/AArch64/fabs.ll [new file with mode: 0644]
test/CodeGen/AArch64/fadd-combines.ll
test/CodeGen/AArch64/falkor-hwpf-fix.mir
test/CodeGen/AArch64/fast-isel-atomic.ll
test/CodeGen/AArch64/fast-isel-gep.ll
test/CodeGen/AArch64/fast-isel-memcpy.ll
test/CodeGen/AArch64/fast-isel-sdiv.ll
test/CodeGen/AArch64/fast-isel-sp-adjust.ll
test/CodeGen/AArch64/fast-regalloc-empty-bb-with-liveins.mir [new file with mode: 0644]
test/CodeGen/AArch64/fcvt_combine.ll
test/CodeGen/AArch64/flags-multiuse.ll
test/CodeGen/AArch64/fold-global-offsets.ll [new file with mode: 0644]
test/CodeGen/AArch64/fp16-v4-instructions.ll
test/CodeGen/AArch64/fp16-v8-instructions.ll
test/CodeGen/AArch64/fp16-vector-load-store.ll
test/CodeGen/AArch64/fp16_intrinsic_lane.ll [new file with mode: 0644]
test/CodeGen/AArch64/fp16_intrinsic_scalar_1op.ll [new file with mode: 0644]
test/CodeGen/AArch64/fp16_intrinsic_scalar_2op.ll [new file with mode: 0644]
test/CodeGen/AArch64/fp16_intrinsic_scalar_3op.ll [new file with mode: 0644]
test/CodeGen/AArch64/fp16_intrinsic_vector_1op.ll [new file with mode: 0644]
test/CodeGen/AArch64/fp16_intrinsic_vector_2op.ll [new file with mode: 0644]
test/CodeGen/AArch64/fp16_intrinsic_vector_3op.ll [new file with mode: 0644]
test/CodeGen/AArch64/ftrunc.ll [new file with mode: 0644]
test/CodeGen/AArch64/func-argpassing.ll
test/CodeGen/AArch64/funnel-shift-rot.ll [new file with mode: 0644]
test/CodeGen/AArch64/funnel-shift.ll [new file with mode: 0644]
test/CodeGen/AArch64/global-merge-1.ll
test/CodeGen/AArch64/global-merge-2.ll
test/CodeGen/AArch64/global-merge-3.ll
test/CodeGen/AArch64/global-merge-4.ll
test/CodeGen/AArch64/global-merge-group-by-use.ll
test/CodeGen/AArch64/global-merge-ignore-single-use-minsize.ll
test/CodeGen/AArch64/global-merge-ignore-single-use.ll
test/CodeGen/AArch64/i128-fast-isel-fallback.ll
test/CodeGen/AArch64/illegal-float-ops.ll
test/CodeGen/AArch64/inlineasm-S-constraint.ll [new file with mode: 0644]
test/CodeGen/AArch64/lack-of-signed-truncation-check.ll [new file with mode: 0644]
test/CodeGen/AArch64/ldp-stp-scaled-unscaled-pairs.ll
test/CodeGen/AArch64/ldst-miflags.mir [new file with mode: 0644]
test/CodeGen/AArch64/ldst-opt-aa.mir
test/CodeGen/AArch64/ldst-opt-zr-clobber.mir
test/CodeGen/AArch64/ldst-opt.ll
test/CodeGen/AArch64/ldst-opt.mir
test/CodeGen/AArch64/ldst-paired-aliasing.ll
test/CodeGen/AArch64/ldst-zero.ll
test/CodeGen/AArch64/live-interval-analysis.mir
test/CodeGen/AArch64/load-combine.ll
test/CodeGen/AArch64/loh.mir
test/CodeGen/AArch64/machine-combiner-madd.ll
test/CodeGen/AArch64/machine-combiner.ll
test/CodeGen/AArch64/machine-combiner.mir
test/CodeGen/AArch64/machine-copy-remove.mir
test/CodeGen/AArch64/machine-dead-copy.mir
test/CodeGen/AArch64/machine-outliner-bad-adrp.mir [new file with mode: 0644]
test/CodeGen/AArch64/machine-outliner-bad-register.mir [new file with mode: 0644]
test/CodeGen/AArch64/machine-outliner-calls.mir [new file with mode: 0644]
test/CodeGen/AArch64/machine-outliner-flags.ll [new file with mode: 0644]
test/CodeGen/AArch64/machine-outliner-inline-asm-adrp.mir [new file with mode: 0644]
test/CodeGen/AArch64/machine-outliner-noredzone.ll [new file with mode: 0644]
test/CodeGen/AArch64/machine-outliner-remarks.ll
test/CodeGen/AArch64/machine-outliner-tail.ll [new file with mode: 0644]
test/CodeGen/AArch64/machine-outliner-thunk.ll [new file with mode: 0644]
test/CodeGen/AArch64/machine-outliner.ll
test/CodeGen/AArch64/machine-outliner.mir
test/CodeGen/AArch64/machine-scheduler.mir
test/CodeGen/AArch64/machine-sink-zr.mir
test/CodeGen/AArch64/machine-zero-copy-remove.mir
test/CodeGen/AArch64/macho-trap.ll [new file with mode: 0644]
test/CodeGen/AArch64/macro-fusion-last.mir [new file with mode: 0644]
test/CodeGen/AArch64/max-jump-table.ll
test/CodeGen/AArch64/memcpy-f128.ll
test/CodeGen/AArch64/merge-store-dependency.ll
test/CodeGen/AArch64/merge-store.ll
test/CodeGen/AArch64/mergestores_noimplicitfloat.ll
test/CodeGen/AArch64/minmax-of-minmax.ll [new file with mode: 0644]
test/CodeGen/AArch64/misched-fusion-addr.ll [new file with mode: 0644]
test/CodeGen/AArch64/misched-fusion-aes.ll
test/CodeGen/AArch64/misched-fusion-csel.ll [new file with mode: 0644]
test/CodeGen/AArch64/misched-fusion-lit.ll
test/CodeGen/AArch64/misched-stp.ll
test/CodeGen/AArch64/mlicm-stack-write-check.mir [new file with mode: 0644]
test/CodeGen/AArch64/movimm-wzr.mir
test/CodeGen/AArch64/neg-imm.ll
test/CodeGen/AArch64/neon-bitwise-instructions.ll
test/CodeGen/AArch64/neon-compare-instructions.ll
test/CodeGen/AArch64/neon-dot-product.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-extract.ll
test/CodeGen/AArch64/neon-fma-FMF.ll
test/CodeGen/AArch64/neon-idiv.ll
test/CodeGen/AArch64/neon-scalar-copy.ll
test/CodeGen/AArch64/neon-truncStore-extLoad.ll
test/CodeGen/AArch64/no-quad-ldp-stp.ll
test/CodeGen/AArch64/no-stack-arg-probe.ll [new file with mode: 0644]
test/CodeGen/AArch64/overlapping-copy-bundle-cycle.mir [new file with mode: 0644]
test/CodeGen/AArch64/overlapping-copy-bundle.mir [new file with mode: 0644]
test/CodeGen/AArch64/phi-dbg.ll
test/CodeGen/AArch64/post-ra-machine-sink.mir [new file with mode: 0644]
test/CodeGen/AArch64/pr33172.ll
test/CodeGen/AArch64/preferred-alignment.ll
test/CodeGen/AArch64/preferred-function-alignment.ll
test/CodeGen/AArch64/reg-scavenge-frame.mir
test/CodeGen/AArch64/regcoal-physreg.mir
test/CodeGen/AArch64/remat.ll
test/CodeGen/AArch64/reverse-csr-restore-seq.mir [new file with mode: 0644]
test/CodeGen/AArch64/rotate-extract.ll [new file with mode: 0644]
test/CodeGen/AArch64/scheduledag-constreg.mir
test/CodeGen/AArch64/sdivpow2.ll
test/CodeGen/AArch64/shadow-call-stack.ll [new file with mode: 0644]
test/CodeGen/AArch64/shift-mod.ll [new file with mode: 0644]
test/CodeGen/AArch64/shrink-wrapping-vla.ll [new file with mode: 0644]
test/CodeGen/AArch64/signbit-shift.ll [new file with mode: 0644]
test/CodeGen/AArch64/signed-truncation-check.ll [new file with mode: 0644]
test/CodeGen/AArch64/sink-copy-for-shrink-wrap.ll [new file with mode: 0644]
test/CodeGen/AArch64/spill-fold.mir [new file with mode: 0644]
test/CodeGen/AArch64/spill-stack-realignment.mir [new file with mode: 0644]
test/CodeGen/AArch64/spill-undef.mir
test/CodeGen/AArch64/sqrt-fastmath.ll
test/CodeGen/AArch64/stackguard-internal.ll [new file with mode: 0644]
test/CodeGen/AArch64/strqro.ll
test/CodeGen/AArch64/strqu.ll [new file with mode: 0644]
test/CodeGen/AArch64/sub1.ll [new file with mode: 0644]
test/CodeGen/AArch64/swift-return.ll
test/CodeGen/AArch64/swifterror.ll
test/CodeGen/AArch64/swiftself.ll
test/CodeGen/AArch64/tailcall-fastisel.ll
test/CodeGen/AArch64/tailcall-mem-intrinsics.ll
test/CodeGen/AArch64/tailcall-string-rvo.ll
test/CodeGen/AArch64/tailcall_misched_graph.ll
test/CodeGen/AArch64/taildup-cfi.ll [new file with mode: 0644]
test/CodeGen/AArch64/unfold-masked-merge-scalar-constmask-innerouter.ll [new file with mode: 0644]
test/CodeGen/AArch64/unfold-masked-merge-scalar-constmask-interleavedbits.ll [new file with mode: 0644]
test/CodeGen/AArch64/unfold-masked-merge-scalar-constmask-interleavedbytehalves.ll [new file with mode: 0644]
test/CodeGen/AArch64/unfold-masked-merge-scalar-constmask-lowhigh.ll [new file with mode: 0644]
test/CodeGen/AArch64/unfold-masked-merge-scalar-variablemask.ll [new file with mode: 0644]
test/CodeGen/AArch64/unfold-masked-merge-vector-variablemask-const.ll [new file with mode: 0644]
test/CodeGen/AArch64/unfold-masked-merge-vector-variablemask.ll [new file with mode: 0644]
test/CodeGen/AArch64/unreachable-emergency-spill-slot.mir [new file with mode: 0644]
test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll [new file with mode: 0644]
test/CodeGen/AArch64/win-alloca-no-stack-probe.ll [new file with mode: 0644]
test/CodeGen/AArch64/win-alloca.ll [new file with mode: 0644]
test/CodeGen/AArch64/win-tls.ll [new file with mode: 0644]
test/CodeGen/AArch64/win64_vararg.ll
test/CodeGen/AArch64/win_cst_pool.ll [new file with mode: 0644]
test/CodeGen/AArch64/zext-logic-shift-load.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.cvt.pkrtz.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.exp.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.kernarg.segment.ptr.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/inst-select-ashr.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/inst-select-bitcast.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/inst-select-constant.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/inst-select-copy.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/inst-select-fadd.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/inst-select-fmul.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/inst-select-fptoui.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/inst-select-implicit-def.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/inst-select-load-flat.mir
test/CodeGen/AMDGPU/GlobalISel/inst-select-load-smrd.mir
test/CodeGen/AMDGPU/GlobalISel/inst-select-maxnum.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/inst-select-minnum.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/inst-select-or.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/inst-select-sitofp.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/inst-select-store-flat.mir
test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgpu_kernel.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgpu_ps.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgpu_vs.ll
test/CodeGen/AMDGPU/GlobalISel/legalize-add.mir
test/CodeGen/AMDGPU/GlobalISel/legalize-and.mir
test/CodeGen/AMDGPU/GlobalISel/legalize-ashr.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/legalize-bitcast.mir
test/CodeGen/AMDGPU/GlobalISel/legalize-constant.mir
test/CodeGen/AMDGPU/GlobalISel/legalize-extract-vector-elt.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/legalize-extract.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/legalize-fadd.mir
test/CodeGen/AMDGPU/GlobalISel/legalize-fcmp.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/legalize-fmul.mir
test/CodeGen/AMDGPU/GlobalISel/legalize-fptosi.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/legalize-fptoui.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/legalize-gep.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/legalize-icmp.mir
test/CodeGen/AMDGPU/GlobalISel/legalize-implicit-def.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/legalize-insert-vector-elt.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/legalize-insert.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/legalize-load.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/legalize-merge-values.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/legalize-mul.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/legalize-or.mir
test/CodeGen/AMDGPU/GlobalISel/legalize-select.mir
test/CodeGen/AMDGPU/GlobalISel/legalize-shl.mir
test/CodeGen/AMDGPU/GlobalISel/legalize-sitofp.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/legalize-store.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/legalize-unmerge-values.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/legalize-xor.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/legalize-zext.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect-add.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn-exp-compr.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn-exp.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.cvt.pkrtz.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.kernarg.segment.ptr.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect-and.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect-bitcast.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect-default.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect-extract-vector-elt.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect-extract.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect-fadd.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect-fcmp.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect-fmul.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect-fptosi.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect-fptoui.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect-icmp.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect-insert-vector-elt.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect-maxnum.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect-merge-values.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect-minnum.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect-mul.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect-or.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect-shl.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect-sub.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect-trunc.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect-xor.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect-zext.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect.mir
test/CodeGen/AMDGPU/GlobalISel/smrd.ll
test/CodeGen/AMDGPU/GlobalISel/todo.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/InlineAsmCrash.ll
test/CodeGen/AMDGPU/add.ll
test/CodeGen/AMDGPU/add.v2i16.ll
test/CodeGen/AMDGPU/add_i64.ll
test/CodeGen/AMDGPU/addrspacecast-constantexpr.ll
test/CodeGen/AMDGPU/addrspacecast.ll
test/CodeGen/AMDGPU/adjust-writemask-invalid-copy.ll
test/CodeGen/AMDGPU/alloca.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/amdgcn.bitcast.ll
test/CodeGen/AMDGPU/amdgcn.private-memory.ll
test/CodeGen/AMDGPU/amdgpu-alias-analysis.ll
test/CodeGen/AMDGPU/amdgpu-codegenprepare-i16-to-i32.ll
test/CodeGen/AMDGPU/amdgpu-codegenprepare-idiv.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/amdgpu-inline.ll
test/CodeGen/AMDGPU/amdgpu.private-memory.ll
test/CodeGen/AMDGPU/amdhsa-trap-num-sgprs.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/amdpal.ll
test/CodeGen/AMDGPU/amdpal_scratch_mergedshader.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/and.ll
test/CodeGen/AMDGPU/annotate-kernel-features-hsa-call.ll
test/CodeGen/AMDGPU/annotate-kernel-features-hsa.ll
test/CodeGen/AMDGPU/array-ptr-calc-i32.ll
test/CodeGen/AMDGPU/ashr.v2i16.ll
test/CodeGen/AMDGPU/atomic_cmp_swap_local.ll
test/CodeGen/AMDGPU/atomic_load_local.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/atomic_store_local.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/attr-amdgpu-num-sgpr-spill-to-smem.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/attr-amdgpu-num-sgpr.ll
test/CodeGen/AMDGPU/basic-branch.ll
test/CodeGen/AMDGPU/basic-call-return.ll
test/CodeGen/AMDGPU/bfe-patterns.ll
test/CodeGen/AMDGPU/bfi_int.ll
test/CodeGen/AMDGPU/bitreverse.ll
test/CodeGen/AMDGPU/br_cc.f16.ll
test/CodeGen/AMDGPU/branch-relaxation.ll
test/CodeGen/AMDGPU/break-smem-soft-clauses.mir
test/CodeGen/AMDGPU/break-vmem-soft-clauses.mir
test/CodeGen/AMDGPU/bswap.ll
test/CodeGen/AMDGPU/buffer-schedule.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/byval-frame-setup.ll
test/CodeGen/AMDGPU/call-argument-types.ll
test/CodeGen/AMDGPU/call-graph-register-usage.ll
test/CodeGen/AMDGPU/call-preserved-registers.ll
test/CodeGen/AMDGPU/call-return-types.ll
test/CodeGen/AMDGPU/callee-frame-setup.ll
test/CodeGen/AMDGPU/callee-special-input-sgprs.ll
test/CodeGen/AMDGPU/callee-special-input-vgprs.ll
test/CodeGen/AMDGPU/captured-frame-index.ll
test/CodeGen/AMDGPU/cf-loop-on-constant.ll
test/CodeGen/AMDGPU/cgp-addressing-modes-flat.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/cluster-flat-loads-postra.mir
test/CodeGen/AMDGPU/cluster-flat-loads.mir
test/CodeGen/AMDGPU/cndmask-no-def-vcc.ll
test/CodeGen/AMDGPU/coalescer-extend-pruned-subrange.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/coalescer-identical-values-undef.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/coalescer-subrange-crash.ll [deleted file]
test/CodeGen/AMDGPU/coalescer-subranges-another-copymi-not-live.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/coalescer-subranges-another-prune-error.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/coalescer-subreg-join.mir
test/CodeGen/AMDGPU/coalescer-subregjoin-fullcopy.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/coalescer-with-subregs-bad-identical.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/coalescer_distribute.ll
test/CodeGen/AMDGPU/coalescing-with-subregs-in-loop-bug.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/code-object-v3.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/collapse-endcf.ll
test/CodeGen/AMDGPU/combine-cond-add-sub.ll
test/CodeGen/AMDGPU/comdat.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/commute-compares.ll
test/CodeGen/AMDGPU/commute-shifts.ll
test/CodeGen/AMDGPU/concat_vectors.ll
test/CodeGen/AMDGPU/constant-address-space-32bit.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/constant-fold-imm-immreg.mir
test/CodeGen/AMDGPU/control-flow-fastregalloc.ll
test/CodeGen/AMDGPU/copy-illegal-type.ll
test/CodeGen/AMDGPU/copy-to-reg.ll
test/CodeGen/AMDGPU/couldnt-join-subrange-3.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/ctlz.ll
test/CodeGen/AMDGPU/ctlz_zero_undef.ll
test/CodeGen/AMDGPU/ctpop.ll
test/CodeGen/AMDGPU/ctpop16.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/ctpop64.ll
test/CodeGen/AMDGPU/cttz_zero_undef.ll
test/CodeGen/AMDGPU/cvt_f32_ubyte.ll
test/CodeGen/AMDGPU/dagcombine-select.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/dagcombine-setcc-select.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/dead_copy.mir
test/CodeGen/AMDGPU/debug-value.ll
test/CodeGen/AMDGPU/debug-value2.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 [deleted file]
test/CodeGen/AMDGPU/detect-dead-lanes.mir
test/CodeGen/AMDGPU/diverge-extra-formal-args.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/diverge-interp-mov-lower.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/divrem24-assume.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/ds-combine-large-stride.ll
test/CodeGen/AMDGPU/ds_read2.ll
test/CodeGen/AMDGPU/early-if-convert-cost.ll
test/CodeGen/AMDGPU/early-if-convert.ll
test/CodeGen/AMDGPU/early-inline.ll
test/CodeGen/AMDGPU/elf-header-flags-mach.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/elf-header-flags-xnack.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/elf-header-osabi.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/elf-header.ll [deleted file]
test/CodeGen/AMDGPU/elf-notes.ll
test/CodeGen/AMDGPU/else.ll
test/CodeGen/AMDGPU/endpgm-dce.mir
test/CodeGen/AMDGPU/enqueue-kernel.ll
test/CodeGen/AMDGPU/extload-align.ll
test/CodeGen/AMDGPU/extload-private.ll
test/CodeGen/AMDGPU/extract-lowbits.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/extract_vector_elt-f16.ll
test/CodeGen/AMDGPU/extract_vector_elt-i16.ll
test/CodeGen/AMDGPU/extract_vector_elt-i8.ll
test/CodeGen/AMDGPU/fabs.f16.ll
test/CodeGen/AMDGPU/fabs.f64.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/fceil64.ll
test/CodeGen/AMDGPU/fcmp.f16.ll
test/CodeGen/AMDGPU/fcopysign.f16.ll
test/CodeGen/AMDGPU/fcopysign.f32.ll
test/CodeGen/AMDGPU/fcopysign.f64.ll
test/CodeGen/AMDGPU/fdiv.f16.ll
test/CodeGen/AMDGPU/fdiv32-to-rcp-folding.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fdot2.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fence-barrier.ll
test/CodeGen/AMDGPU/fix-vgpr-copies.mir
test/CodeGen/AMDGPU/fix-wwm-liveness.mir
test/CodeGen/AMDGPU/flat-address-space.ll
test/CodeGen/AMDGPU/flat-for-global-subtarget-feature.ll
test/CodeGen/AMDGPU/flat-load-clustering.mir
test/CodeGen/AMDGPU/flat_atomics.ll
test/CodeGen/AMDGPU/flat_atomics_i64.ll
test/CodeGen/AMDGPU/fma.ll
test/CodeGen/AMDGPU/fmax3.ll
test/CodeGen/AMDGPU/fmin3.ll
test/CodeGen/AMDGPU/fmin_legacy.ll
test/CodeGen/AMDGPU/fmul-2-combine-multi-use.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-fabs.f16.ll
test/CodeGen/AMDGPU/fneg-fabs.f64.ll
test/CodeGen/AMDGPU/fneg-fabs.ll
test/CodeGen/AMDGPU/fneg.f16.ll
test/CodeGen/AMDGPU/fneg.f64.ll
test/CodeGen/AMDGPU/fold-cndmask.mir
test/CodeGen/AMDGPU/fold-imm-f16-f32.mir [moved from test/CodeGen/MIR/AMDGPU/fold-imm-f16-f32.mir with 80% similarity]
test/CodeGen/AMDGPU/fold-immediate-output-mods.mir
test/CodeGen/AMDGPU/fold-implicit-operand.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/fold-multiple.mir [moved from test/CodeGen/MIR/AMDGPU/fold-multiple.mir with 73% similarity]
test/CodeGen/AMDGPU/fold-operands-order.mir
test/CodeGen/AMDGPU/force-alwaysinline-lds-global-address.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fp_to_sint.ll
test/CodeGen/AMDGPU/fp_to_uint.ll
test/CodeGen/AMDGPU/fpext.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/function-args.ll
test/CodeGen/AMDGPU/function-returns.ll
test/CodeGen/AMDGPU/global-constant.ll
test/CodeGen/AMDGPU/global-smrd-unknown.ll
test/CodeGen/AMDGPU/global_smrd.ll
test/CodeGen/AMDGPU/gv-const-addrspace.ll
test/CodeGen/AMDGPU/half.ll
test/CodeGen/AMDGPU/hazard-buffer-store-v-interp.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/hazard-inlineasm.mir
test/CodeGen/AMDGPU/hazard.mir
test/CodeGen/AMDGPU/hsa-func-align.ll
test/CodeGen/AMDGPU/hsa-func.ll
test/CodeGen/AMDGPU/hsa-metadata-enqueue-kernel.ll [moved from test/CodeGen/AMDGPU/hsa-metadata-enqueu-kernel.ll with 94% similarity]
test/CodeGen/AMDGPU/hsa-metadata-from-llvm-ir-full.ll
test/CodeGen/AMDGPU/hsa-metadata-hidden-args.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/hsa-metadata-images.ll
test/CodeGen/AMDGPU/hsa-metadata-kernel-code-props.ll
test/CodeGen/AMDGPU/hsa-metadata-kernel-debug-props.ll
test/CodeGen/AMDGPU/hsa-note-no-func.ll
test/CodeGen/AMDGPU/huge-private-buffer.ll
test/CodeGen/AMDGPU/i1-copy-from-loop.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/idiv-licm.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/image-schedule.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/imm.ll
test/CodeGen/AMDGPU/imm16.ll
test/CodeGen/AMDGPU/immv216.ll
test/CodeGen/AMDGPU/indirect-addressing-si.ll
test/CodeGen/AMDGPU/indirect-private-64.ll
test/CodeGen/AMDGPU/infinite-loop.ll
test/CodeGen/AMDGPU/inline-constraints.ll
test/CodeGen/AMDGPU/inlineasm-16.ll
test/CodeGen/AMDGPU/inlineasm-illegal-type.ll
test/CodeGen/AMDGPU/insert-skips-kill-uncond.mir
test/CodeGen/AMDGPU/insert-waitcnts-callee.mir [moved from test/CodeGen/AMDGPU/insert-waits-callee.mir with 65% similarity]
test/CodeGen/AMDGPU/insert-waitcnts-exp.mir [moved from test/CodeGen/AMDGPU/insert-waits-exp.mir with 57% similarity]
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/invalid-alloca.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/invariant-load-no-alias-store.ll
test/CodeGen/AMDGPU/invert-br-undef-vcc.mir
test/CodeGen/AMDGPU/jump-address.ll
test/CodeGen/AMDGPU/kernarg-stack-alignment.ll
test/CodeGen/AMDGPU/kernel-args.ll
test/CodeGen/AMDGPU/kernel-argument-dag-lowering.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/large-alloca-compute.ll
test/CodeGen/AMDGPU/large-alloca-graphics.ll
test/CodeGen/AMDGPU/large-work-group-promote-alloca.ll
test/CodeGen/AMDGPU/lds-alignment.ll
test/CodeGen/AMDGPU/lds-global-non-entry-func.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/lds_atomic_f32.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/legalize-fp-load-invariant.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/limit-coalesce.mir
test/CodeGen/AMDGPU/liveness.mir
test/CodeGen/AMDGPU/llvm.SI.load.dword.ll
test/CodeGen/AMDGPU/llvm.amdgcn.atomic.dec.ll
test/CodeGen/AMDGPU/llvm.amdgcn.atomic.inc.ll
test/CodeGen/AMDGPU/llvm.amdgcn.buffer.load.format.d16.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.buffer.store.format.d16.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.buffer.store.format.ll
test/CodeGen/AMDGPU/llvm.amdgcn.buffer.store.ll
test/CodeGen/AMDGPU/llvm.amdgcn.class.f16.ll
test/CodeGen/AMDGPU/llvm.amdgcn.class.ll
test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pk.i16.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pk.u16.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pknorm.i16.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pknorm.u16.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pkrtz.ll
test/CodeGen/AMDGPU/llvm.amdgcn.dispatch.ptr.ll
test/CodeGen/AMDGPU/llvm.amdgcn.div.fixup.f16.ll
test/CodeGen/AMDGPU/llvm.amdgcn.div.fixup.ll
test/CodeGen/AMDGPU/llvm.amdgcn.div.fmas.ll
test/CodeGen/AMDGPU/llvm.amdgcn.div.scale.ll
test/CodeGen/AMDGPU/llvm.amdgcn.fdot2.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.fmad.ftz.f16.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.fmad.ftz.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.image.atomic.dim.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.image.atomic.ll [deleted file]
test/CodeGen/AMDGPU/llvm.amdgcn.image.d16.dim.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.image.dim.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.image.gather4.d16.dim.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.image.gather4.dim.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.image.gather4.ll [deleted file]
test/CodeGen/AMDGPU/llvm.amdgcn.image.gather4.o.dim.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.image.getlod.dim.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.image.getlod.ll [deleted file]
test/CodeGen/AMDGPU/llvm.amdgcn.image.ll [deleted file]
test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.d16.dim.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.dim.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.ll [deleted file]
test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.o.dim.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.o.ll [deleted file]
test/CodeGen/AMDGPU/llvm.amdgcn.implicit.buffer.ptr.hsa.ll
test/CodeGen/AMDGPU/llvm.amdgcn.implicit.buffer.ptr.ll
test/CodeGen/AMDGPU/llvm.amdgcn.implicitarg.ptr.ll
test/CodeGen/AMDGPU/llvm.amdgcn.init.exec.ll
test/CodeGen/AMDGPU/llvm.amdgcn.interp.ll
test/CodeGen/AMDGPU/llvm.amdgcn.kernarg.segment.ptr.ll
test/CodeGen/AMDGPU/llvm.amdgcn.kill.ll
test/CodeGen/AMDGPU/llvm.amdgcn.mov.dpp.ll
test/CodeGen/AMDGPU/llvm.amdgcn.ps.live.ll
test/CodeGen/AMDGPU/llvm.amdgcn.queue.ptr.ll
test/CodeGen/AMDGPU/llvm.amdgcn.s.waitcnt.ll
test/CodeGen/AMDGPU/llvm.amdgcn.sdot2.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.sdot4.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.sdot8.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.sendmsg.ll
test/CodeGen/AMDGPU/llvm.amdgcn.tbuffer.load.d16.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.tbuffer.store.d16.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.tbuffer.store.ll
test/CodeGen/AMDGPU/llvm.amdgcn.udot2.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.udot4.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.udot8.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.update.dpp.ll
test/CodeGen/AMDGPU/llvm.amdgcn.writelane.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgpu.kilp.ll [deleted file]
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.exp2.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.ll
test/CodeGen/AMDGPU/llvm.log10.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.sin.f16.ll
test/CodeGen/AMDGPU/llvm.sqrt.f16.ll
test/CodeGen/AMDGPU/llvm.trunc.f16.ll
test/CodeGen/AMDGPU/load-constant-f32.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load-constant-f64.ll
test/CodeGen/AMDGPU/load-constant-i1.ll
test/CodeGen/AMDGPU/load-constant-i16.ll
test/CodeGen/AMDGPU/load-constant-i32.ll
test/CodeGen/AMDGPU/load-constant-i64.ll
test/CodeGen/AMDGPU/load-constant-i8.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
test/CodeGen/AMDGPU/load-lo16.ll
test/CodeGen/AMDGPU/load-local-f32-no-ds128.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-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-select-ptr.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/local-stack-slot-offset.ll
test/CodeGen/AMDGPU/loop_exit_with_xor.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/lower-kernargs.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/lower-mem-intrinsics.ll
test/CodeGen/AMDGPU/lshr.v2i16.ll
test/CodeGen/AMDGPU/macro-fusion-cluster-vcc-uses.mir
test/CodeGen/AMDGPU/mad-mix-lo.ll
test/CodeGen/AMDGPU/mad-mix.ll
test/CodeGen/AMDGPU/mad24-get-global-id.ll
test/CodeGen/AMDGPU/mad_64_32.ll
test/CodeGen/AMDGPU/madak.ll
test/CodeGen/AMDGPU/madmk.ll
test/CodeGen/AMDGPU/max.ll
test/CodeGen/AMDGPU/memory-legalizer-atomic-cmpxchg.ll
test/CodeGen/AMDGPU/memory-legalizer-atomic-fence.ll
test/CodeGen/AMDGPU/memory-legalizer-atomic-insert-end.mir [moved from test/CodeGen/MIR/AMDGPU/memory-legalizer-atomic-insert-end.mir with 67% similarity]
test/CodeGen/AMDGPU/memory-legalizer-atomic-rmw.ll
test/CodeGen/AMDGPU/memory-legalizer-invalid-addrspace.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/memory-legalizer-invalid-syncscope.ll
test/CodeGen/AMDGPU/memory-legalizer-load.ll
test/CodeGen/AMDGPU/memory-legalizer-local.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/memory-legalizer-multiple-mem-operands-atomics.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/memory-legalizer-multiple-mem-operands-nontemporal-1.mir [moved from test/CodeGen/MIR/AMDGPU/memory-legalizer-multiple-mem-operands-nontemporal-1.mir with 54% similarity]
test/CodeGen/AMDGPU/memory-legalizer-multiple-mem-operands-nontemporal-2.mir [moved from test/CodeGen/MIR/AMDGPU/memory-legalizer-multiple-mem-operands-nontemporal-2.mir with 54% similarity]
test/CodeGen/AMDGPU/memory-legalizer-region.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/memory-legalizer-store.ll
test/CodeGen/AMDGPU/memory_clause.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/memory_clause.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/merge-load-store-physreg.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/merge-load-store-vreg.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/merge-load-store.mir
test/CodeGen/AMDGPU/merge-m0.mir
test/CodeGen/AMDGPU/min.ll
test/CodeGen/AMDGPU/misched-killflags.mir
test/CodeGen/AMDGPU/missing-store.ll
test/CodeGen/AMDGPU/move-addr64-rsrc-dead-subreg-writes.ll
test/CodeGen/AMDGPU/move-to-valu-worklist.ll
test/CodeGen/AMDGPU/movrels-bug.mir
test/CodeGen/AMDGPU/mubuf-offset-private.ll
test/CodeGen/AMDGPU/mubuf-shader-vgpr.ll
test/CodeGen/AMDGPU/mubuf.ll
test/CodeGen/AMDGPU/mul.i16.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/mul.ll
test/CodeGen/AMDGPU/mul_int24.ll
test/CodeGen/AMDGPU/mul_uint24-amdgcn.ll
test/CodeGen/AMDGPU/multi-divergent-exit-region.ll
test/CodeGen/AMDGPU/multilevel-break.ll
test/CodeGen/AMDGPU/nested-calls.ll
test/CodeGen/AMDGPU/nested-loop-conditions.ll
test/CodeGen/AMDGPU/no-initializer-constant-addrspace.ll
test/CodeGen/AMDGPU/no-shrink-extloads.ll
test/CodeGen/AMDGPU/not-scalarize-volatile-load.ll
test/CodeGen/AMDGPU/nullptr.ll
test/CodeGen/AMDGPU/operand-spacing.ll
test/CodeGen/AMDGPU/opt-sgpr-to-vgpr-copy.mir
test/CodeGen/AMDGPU/optimize-if-exec-masking.mir
test/CodeGen/AMDGPU/or.ll
test/CodeGen/AMDGPU/pack.v2f16.ll
test/CodeGen/AMDGPU/pack.v2i16.ll
test/CodeGen/AMDGPU/parallelandifcollapse.ll
test/CodeGen/AMDGPU/partial-sgpr-to-vgpr-spills.ll
test/CodeGen/AMDGPU/partial-shift-shrink.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/perfhint.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/permute.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/pk_max_f16_literal.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/postra-norename.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/print-mir-custom-pseudo.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/private-access-no-objects.ll
test/CodeGen/AMDGPU/private-element-size.ll
test/CodeGen/AMDGPU/private-memory-atomics.ll
test/CodeGen/AMDGPU/private-memory-r600.ll
test/CodeGen/AMDGPU/promote-alloca-bitcast-function.ll
test/CodeGen/AMDGPU/promote-alloca-calling-conv.ll
test/CodeGen/AMDGPU/promote-alloca-globals.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-stored-pointer-value.ll
test/CodeGen/AMDGPU/r600-constant-array-fixup.ll
test/CodeGen/AMDGPU/r600.alu-limits.ll
test/CodeGen/AMDGPU/r600.extract-lowbits.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/r600.func-alignment.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/r600.private-memory.ll
test/CodeGen/AMDGPU/r600.work-item-intrinsics.ll
test/CodeGen/AMDGPU/rcp_iflag.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/readcyclecounter.ll
test/CodeGen/AMDGPU/readlane_exec0.mir
test/CodeGen/AMDGPU/reduce-build-vec-ext-to-ext-build-vec.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/reduce-saveexec.mir
test/CodeGen/AMDGPU/reduce-store-width-alignment.ll
test/CodeGen/AMDGPU/reduction.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/regcoal-subrange-join-seg.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/regcoal-subrange-join.mir
test/CodeGen/AMDGPU/regcoalesce-dbg.mir
test/CodeGen/AMDGPU/regcoalesce-prune.mir
test/CodeGen/AMDGPU/rename-independent-subregs-mac-operands.mir
test/CodeGen/AMDGPU/rename-independent-subregs.mir
test/CodeGen/AMDGPU/reqd-work-group-size.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/ret.ll
test/CodeGen/AMDGPU/ret_jump.ll
test/CodeGen/AMDGPU/rewrite-out-arguments.ll
test/CodeGen/AMDGPU/sad.ll
test/CodeGen/AMDGPU/salu-to-valu.ll
test/CodeGen/AMDGPU/scalar-branch-missing-and-exec.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/scalar-store-cache-flush.mir
test/CodeGen/AMDGPU/scalar_to_vector.ll
test/CodeGen/AMDGPU/sched-crash-dbg-value.mir
test/CodeGen/AMDGPU/schedule-kernel-arg-loads.ll
test/CodeGen/AMDGPU/schedule-regpressure-limit2.ll
test/CodeGen/AMDGPU/schedule-regpressure-limit3.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/schedule-regpressure.mir
test/CodeGen/AMDGPU/scratch-buffer.ll
test/CodeGen/AMDGPU/sdiv.ll
test/CodeGen/AMDGPU/sdivrem24.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
test/CodeGen/AMDGPU/sdwa-scalar-ops.mir
test/CodeGen/AMDGPU/sdwa-vop2-64bit.mir
test/CodeGen/AMDGPU/select-i1.ll
test/CodeGen/AMDGPU/select-opt.ll
test/CodeGen/AMDGPU/select-vectors.ll
test/CodeGen/AMDGPU/select.f16.ll
test/CodeGen/AMDGPU/sendmsg-m0-hazard.mir
test/CodeGen/AMDGPU/setcc-opt.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.ll
test/CodeGen/AMDGPU/sgpr-spill-wrong-stack-id.mir [new file with mode: 0644]
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-carry.mir
test/CodeGen/AMDGPU/shrink-vop3-carry-out.mir
test/CodeGen/AMDGPU/si-annotate-cf.ll
test/CodeGen/AMDGPU/si-fix-sgpr-copies.mir
test/CodeGen/AMDGPU/si-instr-info-correct-implicit-operands.ll
test/CodeGen/AMDGPU/si-lod-bias.ll [deleted file]
test/CodeGen/AMDGPU/si-lower-control-flow-kill.ll
test/CodeGen/AMDGPU/si-lower-control-flow.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/si-scheduler.ll
test/CodeGen/AMDGPU/si-sgpr-spill.ll
test/CodeGen/AMDGPU/si-triv-disjoint-mem-access.ll
test/CodeGen/AMDGPU/sibling-call.ll
test/CodeGen/AMDGPU/sign_extend.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-vccz-bug.ll
test/CodeGen/AMDGPU/smrd.ll
test/CodeGen/AMDGPU/spill-alloc-sgpr-init-bug.ll
test/CodeGen/AMDGPU/spill-csr-frame-ptr-reg-copy.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/spill-empty-live-interval.mir
test/CodeGen/AMDGPU/spill-m0.ll
test/CodeGen/AMDGPU/spill-offset-calculation.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/split-smrd.ll
test/CodeGen/AMDGPU/splitkit.mir
test/CodeGen/AMDGPU/sra.ll
test/CodeGen/AMDGPU/srl.ll
test/CodeGen/AMDGPU/stack-realign.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/stack-size-overflow.ll
test/CodeGen/AMDGPU/stack-slot-color-sgpr-vgpr-spills.mir
test/CodeGen/AMDGPU/store-global.ll
test/CodeGen/AMDGPU/store-hi16.ll
test/CodeGen/AMDGPU/store-private.ll
test/CodeGen/AMDGPU/store-v3i64.ll
test/CodeGen/AMDGPU/store-vector-ptrs.ll
test/CodeGen/AMDGPU/store-weird-sizes.ll
test/CodeGen/AMDGPU/stress-calls.ll
test/CodeGen/AMDGPU/sub.ll
test/CodeGen/AMDGPU/sub.v2i16.ll
test/CodeGen/AMDGPU/subreg-coalescer-crash.ll
test/CodeGen/AMDGPU/subreg-coalescer-undef-use.ll
test/CodeGen/AMDGPU/subreg-intervals.mir
test/CodeGen/AMDGPU/subreg-split-live-in-error.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/subreg_interference.mir
test/CodeGen/AMDGPU/syncscopes.ll
test/CodeGen/AMDGPU/target-cpu.ll
test/CodeGen/AMDGPU/trap.ll
test/CodeGen/AMDGPU/trunc-bitcast-vector.ll
test/CodeGen/AMDGPU/trunc-combine.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/trunc-store-i1.ll
test/CodeGen/AMDGPU/trunc.ll
test/CodeGen/AMDGPU/twoaddr-mad.mir
test/CodeGen/AMDGPU/udiv.ll
test/CodeGen/AMDGPU/udivrem.ll
test/CodeGen/AMDGPU/udivrem24.ll
test/CodeGen/AMDGPU/uint_to_fp.ll
test/CodeGen/AMDGPU/umed3.ll
test/CodeGen/AMDGPU/unaligned-load-store.ll
test/CodeGen/AMDGPU/undefined-physreg-sgpr-spill.mir
test/CodeGen/AMDGPU/undefined-subreg-liverange.ll
test/CodeGen/AMDGPU/uniform-PHI.ll [deleted file]
test/CodeGen/AMDGPU/uniform-cfg.ll
test/CodeGen/AMDGPU/uniform-crash.ll
test/CodeGen/AMDGPU/uniform-loop-inside-nonuniform.ll
test/CodeGen/AMDGPU/unigine-liveness-crash.ll
test/CodeGen/AMDGPU/unpack-half.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/unsupported-calls.ll
test/CodeGen/AMDGPU/use-sgpr-multiple-times.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-addrspacecast.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/vector-alloca-atomic.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/vector-legalizer-divergence.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/vertex-fetch-encoding.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/wait.ll
test/CodeGen/AMDGPU/waitcnt-back-edge-loop.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/waitcnt-debug.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/waitcnt-flat.ll
test/CodeGen/AMDGPU/waitcnt-loop-single-basic-block.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/waitcnt-looptest.ll
test/CodeGen/AMDGPU/waitcnt-no-redundant.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/waitcnt-permute.mir
test/CodeGen/AMDGPU/waitcnt.mir
test/CodeGen/AMDGPU/wave_dispatch_regs.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/widen-smrd-loads.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/widen_extending_scalar_loads.ll
test/CodeGen/AMDGPU/wqm.ll
test/CodeGen/AMDGPU/wqm.mir
test/CodeGen/AMDGPU/xnor.ll
test/CodeGen/AMDGPU/xor.ll
test/CodeGen/AMDGPU/zero_extend.ll
test/CodeGen/ARM/2009-03-07-SpillerBug.ll
test/CodeGen/ARM/2009-11-07-SubRegAsmPrinting.ll
test/CodeGen/ARM/2011-01-19-MergedGlobalDbg.ll
test/CodeGen/ARM/2011-03-10-DAGCombineCrash.ll
test/CodeGen/ARM/2011-08-02-MergedGlobalDbg.ll
test/CodeGen/ARM/2011-10-26-memset-inline.ll
test/CodeGen/ARM/2011-10-26-memset-with-neon.ll
test/CodeGen/ARM/2011-11-14-EarlyClobber.ll
test/CodeGen/ARM/2012-04-24-SplitEHCriticalEdge.ll
test/CodeGen/ARM/2012-06-12-SchedMemLatency.ll
test/CodeGen/ARM/2013-05-13-DAGCombiner-undef-mask.ll
test/CodeGen/ARM/2013-07-29-vector-or-combine.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/2018-02-13-PR36079.ll [new file with mode: 0644]
test/CodeGen/ARM/ARMLoadStoreDBG.mir
test/CodeGen/ARM/GlobalISel/arm-call-lowering.ll
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-legalize-divmod.mir
test/CodeGen/ARM/GlobalISel/arm-legalize-fp.mir
test/CodeGen/ARM/GlobalISel/arm-legalize-vfp4.mir [new file with mode: 0644]
test/CodeGen/ARM/GlobalISel/arm-legalizer.mir
test/CodeGen/ARM/GlobalISel/arm-param-lowering.ll
test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir
test/CodeGen/ARM/GlobalISel/arm-select-copy_to_regclass-of-fptosi.mir [new file with mode: 0644]
test/CodeGen/ARM/GlobalISel/arm-select-globals-pic.mir
test/CodeGen/ARM/GlobalISel/arm-select-globals-ropi-rwpi.mir
test/CodeGen/ARM/GlobalISel/arm-select-globals-static.mir
test/CodeGen/ARM/GlobalISel/arm-unsupported.ll
test/CodeGen/ARM/GlobalISel/select-pr35926.mir [new file with mode: 0644]
test/CodeGen/ARM/PR32721_ifcvt_triangle_unanalyzable.mir [moved from test/CodeGen/MIR/ARM/PR32721_ifcvt_triangle_unanalyzable.mir with 93% similarity]
test/CodeGen/ARM/PR35379.ll [new file with mode: 0644]
test/CodeGen/ARM/Windows/alloca-no-stack-arg-probe.ll [new file with mode: 0644]
test/CodeGen/ARM/Windows/alloca.ll
test/CodeGen/ARM/Windows/chkstk-movw-movt-isel.ll
test/CodeGen/ARM/Windows/chkstk-no-stack-arg-probe.ll [new file with mode: 0644]
test/CodeGen/ARM/Windows/dbzchk.ll
test/CodeGen/ARM/Windows/dllexport.ll
test/CodeGen/ARM/Windows/memset.ll
test/CodeGen/ARM/Windows/no-aeabi.ll
test/CodeGen/ARM/Windows/vla-cpsr.ll
test/CodeGen/ARM/Windows/vla.ll
test/CodeGen/ARM/a15-SD-dep.ll
test/CodeGen/ARM/add-like-or.ll [new file with mode: 0644]
test/CodeGen/ARM/alias_align.ll [new file with mode: 0644]
test/CodeGen/ARM/alias_store.ll
test/CodeGen/ARM/aliases.ll
test/CodeGen/ARM/and-cmpz.ll
test/CodeGen/ARM/and-load-combine.ll
test/CodeGen/ARM/arm-cgp-icmps.ll [new file with mode: 0644]
test/CodeGen/ARM/arm-cgp-phis-calls-ret.ll [new file with mode: 0644]
test/CodeGen/ARM/arm-cgp-signed.ll [new file with mode: 0644]
test/CodeGen/ARM/arm-eabi.ll
test/CodeGen/ARM/arm-shrink-wrapping-linux.ll
test/CodeGen/ARM/arm-shrink-wrapping.ll
test/CodeGen/ARM/arm-vld1.ll [new file with mode: 0644]
test/CodeGen/ARM/arm-vlddup-update.ll [new file with mode: 0644]
test/CodeGen/ARM/arm-vlddup.ll [new file with mode: 0644]
test/CodeGen/ARM/arm-vst1.ll [new file with mode: 0644]
test/CodeGen/ARM/atomic-cmpxchg.ll
test/CodeGen/ARM/atomic-op.ll
test/CodeGen/ARM/build-attributes.ll
test/CodeGen/ARM/cmn.ll
test/CodeGen/ARM/cmp.ll
test/CodeGen/ARM/cmp1-peephole-thumb.mir
test/CodeGen/ARM/cmp2-peephole-thumb.mir
test/CodeGen/ARM/cmpxchg-O0.ll
test/CodeGen/ARM/coalesce-dbgvalue.ll
test/CodeGen/ARM/coff-no-dead-strip.ll [new file with mode: 0644]
test/CodeGen/ARM/constant-islands-cfg.mir
test/CodeGen/ARM/constantpool-promote-dbg.ll
test/CodeGen/ARM/constantpool-promote-ldrh.ll
test/CodeGen/ARM/constantpool-promote.ll
test/CodeGen/ARM/cortexr52-misched-basic.ll
test/CodeGen/ARM/crash-O0.ll
test/CodeGen/ARM/dagcombine-anyexttozeroext.ll
test/CodeGen/ARM/darwin-eabi.ll
test/CodeGen/ARM/dbg-range-extension.mir
test/CodeGen/ARM/debug-frame-large-stack.ll
test/CodeGen/ARM/debug-frame-vararg.ll
test/CodeGen/ARM/debug-frame.ll
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-no-frame.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/debug-segmented-stacks.ll
test/CodeGen/ARM/deps-fix.ll
test/CodeGen/ARM/dsp-mlal.ll [new file with mode: 0644]
test/CodeGen/ARM/dwarf-eh.ll
test/CodeGen/ARM/dyn-stackalloc.ll
test/CodeGen/ARM/early-cfi-sections.ll
test/CodeGen/ARM/ehabi-handlerdata-nounwind.ll
test/CodeGen/ARM/ehabi-handlerdata.ll
test/CodeGen/ARM/emutls.ll
test/CodeGen/ARM/emutls_generic.ll
test/CodeGen/ARM/expand-pseudos.mir
test/CodeGen/ARM/fast-isel-call.ll
test/CodeGen/ARM/fast-isel-intrinsic.ll
test/CodeGen/ARM/fast-isel-select.ll
test/CodeGen/ARM/fast-isel-shift-materialize.ll
test/CodeGen/ARM/fast-isel-vararg.ll
test/CodeGen/ARM/fcmp-xo.ll [new file with mode: 0644]
test/CodeGen/ARM/float-helpers.s
test/CodeGen/ARM/fmacs.ll
test/CodeGen/ARM/fnmul.ll
test/CodeGen/ARM/fold-sext-sextload.ll [new file with mode: 0644]
test/CodeGen/ARM/fold-zext-zextload.ll [new file with mode: 0644]
test/CodeGen/ARM/fp16-instructions.ll [new file with mode: 0644]
test/CodeGen/ARM/fp16-intrinsic-vector-1op.ll [new file with mode: 0644]
test/CodeGen/ARM/fp16-intrinsic-vector-2op.ll [new file with mode: 0644]
test/CodeGen/ARM/fp16-litpool-arm.mir [new file with mode: 0644]
test/CodeGen/ARM/fp16-litpool-thumb.mir [new file with mode: 0644]
test/CodeGen/ARM/fp16-litpool2-arm.mir [new file with mode: 0644]
test/CodeGen/ARM/fp16-litpool3-arm.mir [new file with mode: 0644]
test/CodeGen/ARM/fp16-promote.ll
test/CodeGen/ARM/fp16-vminmaxnm-safe.ll [new file with mode: 0644]
test/CodeGen/ARM/fp16-vminmaxnm.ll [new file with mode: 0644]
test/CodeGen/ARM/fp16.ll
test/CodeGen/ARM/fpoffset_overflow.mir
test/CodeGen/ARM/fpvcvtr.ll [new file with mode: 0644]
test/CodeGen/ARM/ftrunc.ll [new file with mode: 0644]
test/CodeGen/ARM/func-argpassing-endian.ll
test/CodeGen/ARM/global-merge-1.ll
test/CodeGen/ARM/global-merge-alignment.ll [new file with mode: 0644]
test/CodeGen/ARM/global-merge-dllexport.ll [new file with mode: 0644]
test/CodeGen/ARM/global-merge-external.ll
test/CodeGen/ARM/global-merge.ll
test/CodeGen/ARM/ifcvt-branch-weight-bug.ll
test/CodeGen/ARM/ifcvt-branch-weight.ll
test/CodeGen/ARM/ifcvt-iter-indbr.ll
test/CodeGen/ARM/ifcvt10.ll
test/CodeGen/ARM/ifcvt_canFallThroughTo.mir [moved from test/CodeGen/MIR/ARM/ifcvt_canFallThroughTo.mir with 94% similarity]
test/CodeGen/ARM/ifcvt_diamond_unanalyzable.mir [moved from test/CodeGen/MIR/ARM/ifcvt_diamond_unanalyzable.mir with 54% similarity]
test/CodeGen/ARM/ifcvt_forked_diamond_unanalyzable.mir [moved from test/CodeGen/MIR/ARM/ifcvt_forked_diamond_unanalyzable.mir with 56% similarity]
test/CodeGen/ARM/ifcvt_simple_bad_zero_prob_succ.mir [moved from test/CodeGen/MIR/ARM/ifcvt_simple_bad_zero_prob_succ.mir with 84% similarity]
test/CodeGen/ARM/ifcvt_simple_unanalyzable.mir [moved from test/CodeGen/MIR/ARM/ifcvt_simple_unanalyzable.mir with 67% similarity]
test/CodeGen/ARM/ifcvt_triangleWoCvtToNextEdge.mir [moved from test/CodeGen/MIR/ARM/ifcvt_triangleWoCvtToNextEdge.mir with 63% similarity]
test/CodeGen/ARM/imm-peephole-arm.mir
test/CodeGen/ARM/imm-peephole-thumb.mir
test/CodeGen/ARM/indirectbr.ll
test/CodeGen/ARM/inline-asm-operand-implicit-cast.ll [new file with mode: 0644]
test/CodeGen/ARM/inlineasm-error-t-toofewregs.ll [new file with mode: 0644]
test/CodeGen/ARM/inlineasm.ll
test/CodeGen/ARM/interval-update-remat.ll
test/CodeGen/ARM/intrinsics-overflow.ll
test/CodeGen/ARM/large-vector.ll [new file with mode: 0644]
test/CodeGen/ARM/ldm-stm-base-materialization.ll
test/CodeGen/ARM/ldrd-memoper.ll
test/CodeGen/ARM/ldrd.ll
test/CodeGen/ARM/load-combine-big-endian.ll
test/CodeGen/ARM/load-combine.ll
test/CodeGen/ARM/load_i1_select.ll
test/CodeGen/ARM/load_store_opt_kill.mir
test/CodeGen/ARM/long-setcc.ll
test/CodeGen/ARM/longMAC.ll
test/CodeGen/ARM/machine-copyprop.mir
test/CodeGen/ARM/machine-cse-cmp.ll
test/CodeGen/ARM/macho-embedded-float.ll [new file with mode: 0644]
test/CodeGen/ARM/macho-trap.ll [new file with mode: 0644]
test/CodeGen/ARM/memcpy-inline.ll
test/CodeGen/ARM/memcpy-ldm-stm.ll
test/CodeGen/ARM/memcpy-no-inline.ll
test/CodeGen/ARM/memfunc.ll
test/CodeGen/ARM/memset-inline.ll
test/CodeGen/ARM/misched-fusion-lit.ll [new file with mode: 0644]
test/CodeGen/ARM/misched-int-basic-thumb2.mir
test/CodeGen/ARM/misched-int-basic.mir
test/CodeGen/ARM/neon-dot-product.ll [new file with mode: 0644]
test/CodeGen/ARM/noreturn-csr-skip.mir [new file with mode: 0644]
test/CodeGen/ARM/overflow-intrinsic-optimizations.ll [new file with mode: 0644]
test/CodeGen/ARM/peephole-phi.mir [new file with mode: 0644]
test/CodeGen/ARM/pei-swiftself.mir
test/CodeGen/ARM/pr25838.ll
test/CodeGen/ARM/pr36577.ll [new file with mode: 0644]
test/CodeGen/ARM/prera-ldst-aliasing.mir
test/CodeGen/ARM/prera-ldst-insertpt.mir
test/CodeGen/ARM/reg_sequence.ll
test/CodeGen/ARM/relax-per-target-feature.ll [new file with mode: 0644]
test/CodeGen/ARM/sat-to-bitop.ll [new file with mode: 0644]
test/CodeGen/ARM/scavenging.mir
test/CodeGen/ARM/sched-it-debug-nodes.mir
test/CodeGen/ARM/segmented-stacks.ll
test/CodeGen/ARM/select-imm.ll
test/CodeGen/ARM/select_xform.ll
test/CodeGen/ARM/setcc-logic.ll
test/CodeGen/ARM/shift-combine.ll
test/CodeGen/ARM/shift-i64.ll
test/CodeGen/ARM/single-issue-r52.mir
test/CodeGen/ARM/sjljeh-swifterror.ll
test/CodeGen/ARM/smlad0.ll [new file with mode: 0644]
test/CodeGen/ARM/smlad1.ll [new file with mode: 0644]
test/CodeGen/ARM/smlad10.ll [new file with mode: 0644]
test/CodeGen/ARM/smlad11.ll [new file with mode: 0644]
test/CodeGen/ARM/smlad12.ll [new file with mode: 0644]
test/CodeGen/ARM/smlad2.ll [new file with mode: 0644]
test/CodeGen/ARM/smlad3.ll [new file with mode: 0644]
test/CodeGen/ARM/smlad4.ll [new file with mode: 0644]
test/CodeGen/ARM/smlad5.ll [new file with mode: 0644]
test/CodeGen/ARM/smlad6.ll [new file with mode: 0644]
test/CodeGen/ARM/smlad7.ll [new file with mode: 0644]
test/CodeGen/ARM/smlad8.ll [new file with mode: 0644]
test/CodeGen/ARM/smlad9.ll [new file with mode: 0644]
test/CodeGen/ARM/smml.ll
test/CodeGen/ARM/spill-q.ll
test/CodeGen/ARM/splitkit.ll [new file with mode: 0644]
test/CodeGen/ARM/stack-protector-bmovpcb_call.ll
test/CodeGen/ARM/stack-size-section.ll [new file with mode: 0644]
test/CodeGen/ARM/struct-byval-frame-index.ll
test/CodeGen/ARM/struct_byval_arm_t1_t2.ll
test/CodeGen/ARM/su-addsub-overflow.ll [deleted file]
test/CodeGen/ARM/sub-cmp-peephole.ll
test/CodeGen/ARM/subreg-remat.ll
test/CodeGen/ARM/swifterror.ll
test/CodeGen/ARM/tail-dup-bundle.mir
test/CodeGen/ARM/tail-merge-branch-weight.ll
test/CodeGen/ARM/tailcall-mem-intrinsics.ll
test/CodeGen/ARM/taildup-branch-weight.ll
test/CodeGen/ARM/thumb1-ldst-opt.ll
test/CodeGen/ARM/trap-unreachable.ll [new file with mode: 0644]
test/CodeGen/ARM/unaligned_load_store_vector.ll
test/CodeGen/ARM/useaa.ll [new file with mode: 0644]
test/CodeGen/ARM/v6-jumptable-clobber.mir
test/CodeGen/ARM/v8m-tail-call.ll
test/CodeGen/ARM/vector-load.ll
test/CodeGen/ARM/vfp-regs-dwarf.ll
test/CodeGen/ARM/virtregrewriter-subregliveness.mir
test/CodeGen/ARM/vld3.ll
test/CodeGen/ARM/vld4.ll
test/CodeGen/ARM/vldm-liveness.mir
test/CodeGen/ARM/vrint.ll [new file with mode: 0644]
test/CodeGen/ARM/vst3.ll
test/CodeGen/ARM/vst4.ll
test/CodeGen/ARM/vuzp.ll
test/CodeGen/ARM/wide-compares.ll
test/CodeGen/ARM/zext-logic-shift-load.ll [new file with mode: 0644]
test/CodeGen/AVR/div.ll
test/CodeGen/AVR/issue-regalloc-stackframe-folding-earlyclobber.ll [new file with mode: 0644]
test/CodeGen/AVR/lower-formal-args-struct-return.ll [new file with mode: 0644]
test/CodeGen/AVR/pseudo/ADCWRdRr.mir
test/CodeGen/AVR/pseudo/ADDWRdRr.mir
test/CodeGen/AVR/pseudo/ANDIWRdK.mir
test/CodeGen/AVR/pseudo/ANDWRdRr.mir
test/CodeGen/AVR/pseudo/ASRWRd.mir
test/CodeGen/AVR/pseudo/COMWRd.mir
test/CodeGen/AVR/pseudo/CPCWRdRr.mir
test/CodeGen/AVR/pseudo/CPWRdRr.mir
test/CodeGen/AVR/pseudo/EORWRdRr.mir
test/CodeGen/AVR/pseudo/FRMIDX.mir
test/CodeGen/AVR/pseudo/INWRdA.mir
test/CodeGen/AVR/pseudo/LDDWRdPtrQ-same-src-dst.mir
test/CodeGen/AVR/pseudo/LDDWRdPtrQ.mir
test/CodeGen/AVR/pseudo/LDDWRdYQ.mir
test/CodeGen/AVR/pseudo/LDIWRdK.mir
test/CodeGen/AVR/pseudo/LDSWRdK.mir
test/CodeGen/AVR/pseudo/LDWRdPtr-same-src-dst.mir
test/CodeGen/AVR/pseudo/LDWRdPtr.mir
test/CodeGen/AVR/pseudo/LDWRdPtrPd.mir
test/CodeGen/AVR/pseudo/LDWRdPtrPi.mir
test/CodeGen/AVR/pseudo/LSLWRd.mir
test/CodeGen/AVR/pseudo/LSRWRd.mir
test/CodeGen/AVR/pseudo/ORIWRdK.mir
test/CodeGen/AVR/pseudo/ORWRdRr.mir
test/CodeGen/AVR/pseudo/OUTWARr.mir
test/CodeGen/AVR/pseudo/POPWRd.mir
test/CodeGen/AVR/pseudo/PUSHWRr.mir
test/CodeGen/AVR/pseudo/SBCIWRdK.mir
test/CodeGen/AVR/pseudo/SBCWRdRr.mir
test/CodeGen/AVR/pseudo/SEXT.mir
test/CodeGen/AVR/pseudo/STDWPtrQRr.mir
test/CodeGen/AVR/pseudo/STSWKRr.mir
test/CodeGen/AVR/pseudo/STWPtrPdRr.mir
test/CodeGen/AVR/pseudo/STWPtrPiRr.mir
test/CodeGen/AVR/pseudo/STWPtrRr.mir
test/CodeGen/AVR/pseudo/SUBIWRdK.mir
test/CodeGen/AVR/pseudo/SUBWRdRr.mir
test/CodeGen/AVR/pseudo/ZEXT.mir
test/CodeGen/AVR/relax-mem/STDWPtrQRr.mir
test/CodeGen/AVR/rust-avr-bug-99.ll [new file with mode: 0644]
test/CodeGen/AVR/select-must-add-unconditional-jump.ll
test/CodeGen/AVR/std-ldd-immediate-overflow.ll
test/CodeGen/AVR/zext.ll
test/CodeGen/BPF/32-bit-subreg-alu.ll [new file with mode: 0644]
test/CodeGen/BPF/32-bit-subreg-cond-select.ll [new file with mode: 0644]
test/CodeGen/BPF/32-bit-subreg-load-store.ll [new file with mode: 0644]
test/CodeGen/BPF/32-bit-subreg-peephole.ll [new file with mode: 0644]
test/CodeGen/BPF/alu8.ll
test/CodeGen/BPF/basictest.ll
test/CodeGen/BPF/byval.ll
test/CodeGen/BPF/cmp.ll
test/CodeGen/BPF/dwarfdump.ll
test/CodeGen/BPF/ex1.ll
test/CodeGen/BPF/fi_ri.ll
test/CodeGen/BPF/intrinsics.ll
test/CodeGen/BPF/memcpy-expand-in-order.ll [new file with mode: 0644]
test/CodeGen/BPF/objdump_intrinsics.ll
test/CodeGen/BPF/reloc.ll
test/CodeGen/BPF/remove_truncate_3.ll
test/CodeGen/BPF/remove_truncate_4.ll [new file with mode: 0644]
test/CodeGen/BPF/remove_truncate_5.ll [new file with mode: 0644]
test/CodeGen/BPF/rodata_1.ll
test/CodeGen/BPF/rodata_2.ll
test/CodeGen/BPF/rodata_3.ll
test/CodeGen/BPF/rodata_4.ll
test/CodeGen/BPF/sanity.ll
test/CodeGen/BPF/select_ri.ll
test/CodeGen/BPF/shifts.ll
test/CodeGen/BPF/sockex2.ll
test/CodeGen/BPF/undef.ll
test/CodeGen/BPF/warn-call.ll
test/CodeGen/BPF/warn-stack.ll
test/CodeGen/Generic/ForceStackAlign.ll
test/CodeGen/Generic/MachineBranchProb.ll
test/CodeGen/Generic/cfi-sections.ll
test/CodeGen/Generic/dag-combine-ossfuzz-crash.ll [new file with mode: 0644]
test/CodeGen/Generic/dwarf-md5.ll [new file with mode: 0644]
test/CodeGen/Generic/dwarf-source.ll [new file with mode: 0644]
test/CodeGen/Generic/expand-experimental-reductions.ll
test/CodeGen/Generic/intrinsics.ll
test/CodeGen/Generic/invalid-memcpy.ll
test/CodeGen/Generic/llc-start-stop.ll
test/CodeGen/Hexagon/Halide_vec_cast_trunc1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/Halide_vec_cast_trunc2.ll [new file with mode: 0644]
test/CodeGen/Hexagon/M4_mpyri_addi_global.ll [new file with mode: 0644]
test/CodeGen/Hexagon/M4_mpyrr_addi_global.ll [new file with mode: 0644]
test/CodeGen/Hexagon/P08214.ll [new file with mode: 0644]
test/CodeGen/Hexagon/S3_2op.ll [new file with mode: 0644]
test/CodeGen/Hexagon/SUnit-boundary-prob.ll
test/CodeGen/Hexagon/V60-VDblNew.ll [new file with mode: 0644]
test/CodeGen/Hexagon/abs.ll [new file with mode: 0644]
test/CodeGen/Hexagon/absaddr-store.ll
test/CodeGen/Hexagon/absimm.ll
test/CodeGen/Hexagon/add-use.ll [new file with mode: 0644]
test/CodeGen/Hexagon/add_int_double.ll [new file with mode: 0644]
test/CodeGen/Hexagon/add_mpi_RRR.ll [new file with mode: 0644]
test/CodeGen/Hexagon/addasl-address.ll [new file with mode: 0644]
test/CodeGen/Hexagon/adde.ll [deleted file]
test/CodeGen/Hexagon/addr-calc-opt.ll
test/CodeGen/Hexagon/addr-mode-opt.ll [new file with mode: 0644]
test/CodeGen/Hexagon/addrmode-align.ll [new file with mode: 0644]
test/CodeGen/Hexagon/addrmode-globoff.mir
test/CodeGen/Hexagon/addrmode-keepdeadphis.ll [new file with mode: 0644]
test/CodeGen/Hexagon/addrmode-keepdeadphis.mir
test/CodeGen/Hexagon/addrmode-offset.ll [new file with mode: 0644]
test/CodeGen/Hexagon/addrmode-rr-to-io.mir
test/CodeGen/Hexagon/addrmode.ll [new file with mode: 0644]
test/CodeGen/Hexagon/addsubcarry.ll [new file with mode: 0644]
test/CodeGen/Hexagon/adjust-latency-stackST.ll
test/CodeGen/Hexagon/aggr-antidep-tied.ll [new file with mode: 0644]
test/CodeGen/Hexagon/aggr-copy-order.ll [new file with mode: 0644]
test/CodeGen/Hexagon/aggr-licm.ll [new file with mode: 0644]
test/CodeGen/Hexagon/aggressive_licm.ll [new file with mode: 0644]
test/CodeGen/Hexagon/align_Os.ll [new file with mode: 0644]
test/CodeGen/Hexagon/align_test.ll [new file with mode: 0644]
test/CodeGen/Hexagon/always-ext.ll
test/CodeGen/Hexagon/anti-dep-partial.mir
test/CodeGen/Hexagon/args.ll
test/CodeGen/Hexagon/asr-rnd.ll [new file with mode: 0644]
test/CodeGen/Hexagon/asr-rnd64.ll [new file with mode: 0644]
test/CodeGen/Hexagon/assert-postinc-ptr-not-value.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/align-128b.ll
test/CodeGen/Hexagon/autohvx/align-64b.ll
test/CodeGen/Hexagon/autohvx/align2-128b.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/align2-64b.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/arith.ll
test/CodeGen/Hexagon/autohvx/bitcount-128b.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/bitcount-64b.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/bitwise-pred-128b.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/bitwise-pred-64b.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/bswap.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/ctpop-split.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/float-cost.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/isel-anyext-inreg.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/isel-anyext-pair.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/isel-bitcast-vsplat.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/isel-bitcast-vsplat2.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/isel-bool-vector.ll
test/CodeGen/Hexagon/autohvx/isel-build-undef.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/isel-concat-multiple.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/isel-concat-vectors-bool.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/isel-const-splat-bitcast.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/isel-const-splat.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/isel-const-vector.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/isel-expand-unaligned-loads-noindexed.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/isel-expand-unaligned-loads.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/isel-extractelt-illegal-type.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/isel-qfalse.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/isel-setcc-pair.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/isel-sext-inreg.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/isel-shift-byte.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/isel-shuffle-pack.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/isel-truncate.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/isel-vec-ext.ll
test/CodeGen/Hexagon/autohvx/isel-vsplat-pair.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/maximize-bandwidth.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/reg-sequence.ll
test/CodeGen/Hexagon/autohvx/shift-128b.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/shift-64b.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/vdd0.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/vector-compare-128b.ll
test/CodeGen/Hexagon/autohvx/vector-compare-64b.ll
test/CodeGen/Hexagon/autohvx/vext-128b.ll
test/CodeGen/Hexagon/autohvx/vext-64b.ll
test/CodeGen/Hexagon/avoidVectorLowering.ll [new file with mode: 0644]
test/CodeGen/Hexagon/bank-conflict-load.mir
test/CodeGen/Hexagon/bank-conflict.mir [new file with mode: 0644]
test/CodeGen/Hexagon/barrier-flag.ll
test/CodeGen/Hexagon/base-offset-post.ll
test/CodeGen/Hexagon/base-offset-stv4.ll [new file with mode: 0644]
test/CodeGen/Hexagon/bit-addr-align.mir [new file with mode: 0644]
test/CodeGen/Hexagon/bit-bitsplit-at.ll
test/CodeGen/Hexagon/bit-eval.ll
test/CodeGen/Hexagon/bit-loop.ll
test/CodeGen/Hexagon/bitconvert-vector.ll
test/CodeGen/Hexagon/bkfir.ll [new file with mode: 0644]
test/CodeGen/Hexagon/block-addr.ll
test/CodeGen/Hexagon/block-address.ll [new file with mode: 0644]
test/CodeGen/Hexagon/blockaddr-fpic.ll [new file with mode: 0644]
test/CodeGen/Hexagon/branch-folder-hoist-kills.mir
test/CodeGen/Hexagon/branchfolder-insert-impdef.mir
test/CodeGen/Hexagon/branchfolder-keep-impdef.ll
test/CodeGen/Hexagon/brcond-setne.ll [new file with mode: 0644]
test/CodeGen/Hexagon/brev_ld.ll
test/CodeGen/Hexagon/brev_st.ll
test/CodeGen/Hexagon/bss-local.ll [new file with mode: 0644]
test/CodeGen/Hexagon/bug-aa4463-ifconv-vecpred.ll [new file with mode: 0644]
test/CodeGen/Hexagon/bug-allocframe-size.ll [new file with mode: 0644]
test/CodeGen/Hexagon/bug-hcp-tied-kill.ll [new file with mode: 0644]
test/CodeGen/Hexagon/bug14859-iv-cleanup-lpad.ll [new file with mode: 0644]
test/CodeGen/Hexagon/bug14859-split-const-block-addr.ll [new file with mode: 0644]
test/CodeGen/Hexagon/bug15515-shuffle.ll [new file with mode: 0644]
test/CodeGen/Hexagon/bug17276.ll [new file with mode: 0644]
test/CodeGen/Hexagon/bug17386.ll [new file with mode: 0644]
test/CodeGen/Hexagon/bug18008.ll [new file with mode: 0644]
test/CodeGen/Hexagon/bug18491-optsize.ll [new file with mode: 0644]
test/CodeGen/Hexagon/bug19076.ll [new file with mode: 0644]
test/CodeGen/Hexagon/bug19119.ll [new file with mode: 0644]
test/CodeGen/Hexagon/bug19254-ifconv-vec.ll [new file with mode: 0644]
test/CodeGen/Hexagon/bug27085.ll [new file with mode: 0644]
test/CodeGen/Hexagon/bug31839.ll [new file with mode: 0644]
test/CodeGen/Hexagon/bug6757-endloop.ll [new file with mode: 0644]
test/CodeGen/Hexagon/bug9049.ll [new file with mode: 0644]
test/CodeGen/Hexagon/bug9963.ll [new file with mode: 0644]
test/CodeGen/Hexagon/builtin-expect.ll
test/CodeGen/Hexagon/builtin-prefetch-offset.ll
test/CodeGen/Hexagon/call-long1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/call-v4.ll [new file with mode: 0644]
test/CodeGen/Hexagon/callR_noreturn.ll [new file with mode: 0644]
test/CodeGen/Hexagon/calling-conv-2.ll
test/CodeGen/Hexagon/calling-conv.ll [new file with mode: 0644]
test/CodeGen/Hexagon/callr-dep-edge.ll
test/CodeGen/Hexagon/cext-check.ll
test/CodeGen/Hexagon/cext-ice.ll [new file with mode: 0644]
test/CodeGen/Hexagon/cext-opt-basic.mir
test/CodeGen/Hexagon/cext-opt-negative-fi.mir [new file with mode: 0644]
test/CodeGen/Hexagon/cext-opt-numops.mir
test/CodeGen/Hexagon/cext-opt-range-assert.mir [new file with mode: 0644]
test/CodeGen/Hexagon/cext-opt-range-offset.mir
test/CodeGen/Hexagon/cext-opt-shifted-range.mir [new file with mode: 0644]
test/CodeGen/Hexagon/cext-opt-stack-no-rr.mir [new file with mode: 0644]
test/CodeGen/Hexagon/cext-unnamed-global.mir [new file with mode: 0644]
test/CodeGen/Hexagon/cext-valid-packet2.ll
test/CodeGen/Hexagon/cext.ll
test/CodeGen/Hexagon/cexti16.ll
test/CodeGen/Hexagon/cfi-late-and-regpressure-init.ll [new file with mode: 0644]
test/CodeGen/Hexagon/cfi-late.ll
test/CodeGen/Hexagon/cfi_offset.ll [new file with mode: 0644]
test/CodeGen/Hexagon/cfi_offset2.ll [new file with mode: 0644]
test/CodeGen/Hexagon/check-dot-new.ll [new file with mode: 0644]
test/CodeGen/Hexagon/circ_ld.ll
test/CodeGen/Hexagon/circ_ldd_bug.ll
test/CodeGen/Hexagon/circ_ldw.ll
test/CodeGen/Hexagon/circ_new.ll [new file with mode: 0644]
test/CodeGen/Hexagon/circ_pcr_assert.ll [new file with mode: 0644]
test/CodeGen/Hexagon/circ_st.ll
test/CodeGen/Hexagon/clr_set_toggle.ll
test/CodeGen/Hexagon/cmp-extend.ll
test/CodeGen/Hexagon/cmp-to-genreg.ll
test/CodeGen/Hexagon/cmp-to-predreg.ll
test/CodeGen/Hexagon/cmp_pred.ll
test/CodeGen/Hexagon/cmp_pred2.ll
test/CodeGen/Hexagon/cmp_pred_reg.ll
test/CodeGen/Hexagon/cmpb-eq.ll
test/CodeGen/Hexagon/cmpb_gtu.ll [new file with mode: 0644]
test/CodeGen/Hexagon/cmpb_pred.ll
test/CodeGen/Hexagon/cmpbeq.ll [new file with mode: 0644]
test/CodeGen/Hexagon/cmpy-round.ll [new file with mode: 0644]
test/CodeGen/Hexagon/coalesce_tfri.ll [new file with mode: 0644]
test/CodeGen/Hexagon/coalescing-hvx-across-calls.ll [new file with mode: 0644]
test/CodeGen/Hexagon/combine-imm-ext.ll [new file with mode: 0644]
test/CodeGen/Hexagon/combine-imm-ext2.ll [new file with mode: 0644]
test/CodeGen/Hexagon/combine.ll
test/CodeGen/Hexagon/combine_ir.ll
test/CodeGen/Hexagon/combine_lh.ll [new file with mode: 0644]
test/CodeGen/Hexagon/combiner-lts.ll [new file with mode: 0644]
test/CodeGen/Hexagon/common-gep-basic.ll
test/CodeGen/Hexagon/common-gep-inbounds.ll
test/CodeGen/Hexagon/common-global-addr.ll [new file with mode: 0644]
test/CodeGen/Hexagon/concat-vectors-legalize.ll [new file with mode: 0644]
test/CodeGen/Hexagon/const-combine.ll [new file with mode: 0644]
test/CodeGen/Hexagon/constext-call.ll [new file with mode: 0644]
test/CodeGen/Hexagon/constext-immstore.ll [new file with mode: 0644]
test/CodeGen/Hexagon/constext-replace.ll [new file with mode: 0644]
test/CodeGen/Hexagon/constp-andir-global.mir [new file with mode: 0644]
test/CodeGen/Hexagon/constp-clb.ll
test/CodeGen/Hexagon/constp-ctb.ll
test/CodeGen/Hexagon/constp-rewrite-branches.ll
test/CodeGen/Hexagon/constp-vsplat.ll
test/CodeGen/Hexagon/convert_const_i1_to_i8.ll
test/CodeGen/Hexagon/copy-to-combine-dbg.ll
test/CodeGen/Hexagon/count_0s.ll [new file with mode: 0644]
test/CodeGen/Hexagon/countbits-basic.ll [new file with mode: 0644]
test/CodeGen/Hexagon/csr-stubs-spill-threshold.ll [new file with mode: 0644]
test/CodeGen/Hexagon/csr_stub_calls_dwarf_frame_info.ll [new file with mode: 0644]
test/CodeGen/Hexagon/dag-combine-select-or0.ll [new file with mode: 0644]
test/CodeGen/Hexagon/dag-indexed.ll [new file with mode: 0644]
test/CodeGen/Hexagon/dccleana.ll [new file with mode: 0644]
test/CodeGen/Hexagon/dead-store-stack.ll
test/CodeGen/Hexagon/dealloc-store.ll [new file with mode: 0644]
test/CodeGen/Hexagon/dealloc_return.ll [new file with mode: 0644]
test/CodeGen/Hexagon/debug-line_table_start.ll [new file with mode: 0644]
test/CodeGen/Hexagon/debug-prologue-loc.ll [new file with mode: 0644]
test/CodeGen/Hexagon/debug-prologue.ll [new file with mode: 0644]
test/CodeGen/Hexagon/def-undef-deps.ll [new file with mode: 0644]
test/CodeGen/Hexagon/default-align.ll [new file with mode: 0644]
test/CodeGen/Hexagon/deflate.ll [new file with mode: 0644]
test/CodeGen/Hexagon/dhry.ll [new file with mode: 0644]
test/CodeGen/Hexagon/dhry_proc8.ll [new file with mode: 0644]
test/CodeGen/Hexagon/dhry_stall.ll [new file with mode: 0644]
test/CodeGen/Hexagon/dont_rotate_pregs_at_O2.ll [new file with mode: 0644]
test/CodeGen/Hexagon/doubleconvert-ieee-rnd-near.ll [deleted file]
test/CodeGen/Hexagon/duplex-addi-global-imm.mir
test/CodeGen/Hexagon/dwarf-discriminator.ll [new file with mode: 0644]
test/CodeGen/Hexagon/early-if-conv-lifetime.mir [new file with mode: 0644]
test/CodeGen/Hexagon/early-if-conversion-bug1.ll
test/CodeGen/Hexagon/early-if-debug.mir
test/CodeGen/Hexagon/early-if-low8.mir [new file with mode: 0644]
test/CodeGen/Hexagon/early-if-spare.ll
test/CodeGen/Hexagon/early-if.ll
test/CodeGen/Hexagon/eh_return-r30.ll [new file with mode: 0644]
test/CodeGen/Hexagon/eh_save_restore.ll [new file with mode: 0644]
test/CodeGen/Hexagon/ehabi.ll [new file with mode: 0644]
test/CodeGen/Hexagon/entryBB-isLoopHdr.ll [new file with mode: 0644]
test/CodeGen/Hexagon/expand-condsets-copy-lis.ll [new file with mode: 0644]
test/CodeGen/Hexagon/expand-condsets-dead.ll [new file with mode: 0644]
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-impuse2.mir [new file with mode: 0644]
test/CodeGen/Hexagon/expand-condsets-phys-reg.mir [new file with mode: 0644]
test/CodeGen/Hexagon/expand-condsets-pred-undef2.ll [new file with mode: 0644]
test/CodeGen/Hexagon/expand-condsets-rm-reg.mir
test/CodeGen/Hexagon/expand-condsets-rm-segment.ll
test/CodeGen/Hexagon/expand-condsets-same-inputs.mir
test/CodeGen/Hexagon/expand-condsets.ll [new file with mode: 0644]
test/CodeGen/Hexagon/expand-vselect-kill.ll [deleted file]
test/CodeGen/Hexagon/expand-vselect-kill.mir [new file with mode: 0644]
test/CodeGen/Hexagon/extlow.ll [new file with mode: 0644]
test/CodeGen/Hexagon/extract_0bits.ll [new file with mode: 0644]
test/CodeGen/Hexagon/extractu_0bits.ll [new file with mode: 0644]
test/CodeGen/Hexagon/feature-memops.ll [new file with mode: 0644]
test/CodeGen/Hexagon/find-loop.ll [new file with mode: 0644]
test/CodeGen/Hexagon/float-bitcast.ll [new file with mode: 0644]
test/CodeGen/Hexagon/float-const64-G0.ll [new file with mode: 0644]
test/CodeGen/Hexagon/float-gen-cmpop.ll [new file with mode: 0644]
test/CodeGen/Hexagon/fltnvjump.ll [new file with mode: 0644]
test/CodeGen/Hexagon/fmadd.ll [new file with mode: 0644]
test/CodeGen/Hexagon/formal-args-i1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/fp_latency.ll [new file with mode: 0644]
test/CodeGen/Hexagon/frame-offset-overflow.ll
test/CodeGen/Hexagon/generic-cpu.ll [new file with mode: 0644]
test/CodeGen/Hexagon/getBlockAddress.ll [new file with mode: 0644]
test/CodeGen/Hexagon/glob-align-volatile.ll [new file with mode: 0644]
test/CodeGen/Hexagon/global-const-gep.ll [new file with mode: 0644]
test/CodeGen/Hexagon/global-ctor-pcrel.ll [new file with mode: 0644]
test/CodeGen/Hexagon/global64bitbug.ll [new file with mode: 0644]
test/CodeGen/Hexagon/gp-plus-offset-load.ll
test/CodeGen/Hexagon/gp-plus-offset-store.ll
test/CodeGen/Hexagon/gp-rel.ll
test/CodeGen/Hexagon/hasfp-crash1.ll
test/CodeGen/Hexagon/hasfp-crash2.ll
test/CodeGen/Hexagon/hello-world-v55.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hello-world-v60.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hexagon-cond-jumpr31.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hexagon-tfr-add.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hexagon-verify-implicit-use.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hexagon_cfi_offset.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hidden-relocation.ll [new file with mode: 0644]
test/CodeGen/Hexagon/honor-optsize.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hrc-stack-coloring.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hvx-byte-store-double.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hvx-byte-store.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hvx-dbl-dual-output.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hvx-double-vzero.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hvx-dual-output.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hvx-loopidiom-memcpy.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hvx-vzero.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hwloop-dbg.ll
test/CodeGen/Hexagon/hwloop-ice.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hwloop-long.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hwloop-phi-subreg.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hwloop-redef-imm.mir
test/CodeGen/Hexagon/hwloop-subreg.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hwloop-swap.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hwloop-with-return-call.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hx_V6_lo_hi.ll [new file with mode: 0644]
test/CodeGen/Hexagon/i128-bitop.ll [new file with mode: 0644]
test/CodeGen/Hexagon/idxload-with-zero-offset.ll
test/CodeGen/Hexagon/ifcvt-common-kill.mir
test/CodeGen/Hexagon/ifcvt-diamond-bug-2016-08-26.ll
test/CodeGen/Hexagon/ifcvt-diamond-ret.mir [new file with mode: 0644]
test/CodeGen/Hexagon/ifcvt-edge-weight.ll
test/CodeGen/Hexagon/ifcvt-impuse-livein.mir
test/CodeGen/Hexagon/ifcvt-live-subreg.mir
test/CodeGen/Hexagon/ignore-terminal-mbb.ll [new file with mode: 0644]
test/CodeGen/Hexagon/initial-exec.ll [new file with mode: 0644]
test/CodeGen/Hexagon/inline-asm-clobber-lr.ll [new file with mode: 0644]
test/CodeGen/Hexagon/inline-asm-error.ll [new file with mode: 0644]
test/CodeGen/Hexagon/insert.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics-v60-alu.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics-v60-misc.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics-v60-permute.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics-v60-shift.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics-v60-vcmp.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics-v60-vmpy-acc-128B.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics-v60-vmpy-acc.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics-v60-vmpy.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics/atomic_load.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics/atomicrmw_addsub_native.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics/atomicrmw_bitwise_native.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics/atomicrmw_nand.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics/fence.ll [new file with mode: 0644]
test/CodeGen/Hexagon/invalid-dotnew-attempt.mir
test/CodeGen/Hexagon/invalid-memrefs.ll [new file with mode: 0644]
test/CodeGen/Hexagon/isel-global-offset-alignment.ll [new file with mode: 0644]
test/CodeGen/Hexagon/isel-setcc-i1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/isel-simplify-crash.ll [new file with mode: 0644]
test/CodeGen/Hexagon/isel-vacopy.ll [new file with mode: 0644]
test/CodeGen/Hexagon/isel-zext-vNi1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/jump-prob.ll [new file with mode: 0644]
test/CodeGen/Hexagon/jump-table-g0.ll [new file with mode: 0644]
test/CodeGen/Hexagon/jump-table-isel.ll [new file with mode: 0644]
test/CodeGen/Hexagon/large-number-of-preds.ll [new file with mode: 0644]
test/CodeGen/Hexagon/late-pred.ll [new file with mode: 0644]
test/CodeGen/Hexagon/late_instr.ll [new file with mode: 0644]
test/CodeGen/Hexagon/lcomm.ll [new file with mode: 0644]
test/CodeGen/Hexagon/livephysregs-add-pristines.mir
test/CodeGen/Hexagon/livephysregs-lane-masks.mir
test/CodeGen/Hexagon/livephysregs-lane-masks2.mir
test/CodeGen/Hexagon/livephysregs-regmask-clobber.mir [new file with mode: 0644]
test/CodeGen/Hexagon/load-abs.ll [new file with mode: 0644]
test/CodeGen/Hexagon/local-exec.ll [new file with mode: 0644]
test/CodeGen/Hexagon/loop-rotate-bug.ll [new file with mode: 0644]
test/CodeGen/Hexagon/loop-rotate-liveins.ll [new file with mode: 0644]
test/CodeGen/Hexagon/loop_correctness.ll [new file with mode: 0644]
test/CodeGen/Hexagon/lower-i1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/lsr-post-inc-cross-use-offsets.ll [new file with mode: 0644]
test/CodeGen/Hexagon/machine-sink.ll [new file with mode: 0644]
test/CodeGen/Hexagon/maddsubu.ll [new file with mode: 0644]
test/CodeGen/Hexagon/mapped_intrinsics.ll [new file with mode: 0644]
test/CodeGen/Hexagon/mem-fi-add.ll
test/CodeGen/Hexagon/mem-load-circ.ll [new file with mode: 0644]
test/CodeGen/Hexagon/mem-ops-sub.ll [new file with mode: 0644]
test/CodeGen/Hexagon/mem-ops-sub_01.ll [new file with mode: 0644]
test/CodeGen/Hexagon/mem-ops-sub_i16.ll [new file with mode: 0644]
test/CodeGen/Hexagon/mem-ops-sub_i16_01.ll [new file with mode: 0644]
test/CodeGen/Hexagon/memcmp.ll [new file with mode: 0644]
test/CodeGen/Hexagon/memcpy-likely-aligned.ll
test/CodeGen/Hexagon/memcpy-memmove-inline.ll [new file with mode: 0644]
test/CodeGen/Hexagon/memop-bit18.ll [new file with mode: 0644]
test/CodeGen/Hexagon/memops.ll
test/CodeGen/Hexagon/memops1.ll
test/CodeGen/Hexagon/memops2.ll
test/CodeGen/Hexagon/memops3.ll
test/CodeGen/Hexagon/memops_global.ll [new file with mode: 0644]
test/CodeGen/Hexagon/memset-inline.ll [new file with mode: 0644]
test/CodeGen/Hexagon/mipi-double-small.ll [new file with mode: 0644]
test/CodeGen/Hexagon/misched-top-rptracker-sync.ll
test/CodeGen/Hexagon/mlong-calls.ll [new file with mode: 0644]
test/CodeGen/Hexagon/mpysin-imm.ll [new file with mode: 0644]
test/CodeGen/Hexagon/mul64-sext.ll
test/CodeGen/Hexagon/mul64.ll [new file with mode: 0644]
test/CodeGen/Hexagon/multi-cycle.ll
test/CodeGen/Hexagon/mux-kill1.mir
test/CodeGen/Hexagon/mux-kill2.mir
test/CodeGen/Hexagon/mux-kill3.mir
test/CodeGen/Hexagon/muxii-crash.ll [new file with mode: 0644]
test/CodeGen/Hexagon/neg.ll [new file with mode: 0644]
test/CodeGen/Hexagon/newvaluejump-c4.mir
test/CodeGen/Hexagon/newvaluejump-float.mir [new file with mode: 0644]
test/CodeGen/Hexagon/newvaluejump-kill.ll
test/CodeGen/Hexagon/newvaluejump-kill2.mir
test/CodeGen/Hexagon/newvaluejump-postinc.ll [new file with mode: 0644]
test/CodeGen/Hexagon/newvaluejump-solo.mir
test/CodeGen/Hexagon/newvaluestore2.ll [new file with mode: 0644]
test/CodeGen/Hexagon/no-falign-function-for-size.ll [new file with mode: 0644]
test/CodeGen/Hexagon/no-packets-gather.ll [new file with mode: 0644]
test/CodeGen/Hexagon/no-packets.ll [new file with mode: 0644]
test/CodeGen/Hexagon/noFalignAfterCallAtO2.ll [new file with mode: 0644]
test/CodeGen/Hexagon/no_struct_element.ll [new file with mode: 0644]
test/CodeGen/Hexagon/noreturn-noepilog.ll [new file with mode: 0644]
test/CodeGen/Hexagon/noreturn-notail.ll [new file with mode: 0644]
test/CodeGen/Hexagon/not-op.ll [new file with mode: 0644]
test/CodeGen/Hexagon/ntstbit.ll [new file with mode: 0644]
test/CodeGen/Hexagon/nv_store_vec.ll [new file with mode: 0644]
test/CodeGen/Hexagon/opt-addr-mode-subreg-use.ll [new file with mode: 0644]
test/CodeGen/Hexagon/opt-glob-addrs-000.ll [new file with mode: 0644]
test/CodeGen/Hexagon/opt-glob-addrs-001.ll [new file with mode: 0644]
test/CodeGen/Hexagon/opt-glob-addrs-003.ll [new file with mode: 0644]
test/CodeGen/Hexagon/opt-sext-intrinsics.ll [new file with mode: 0644]
test/CodeGen/Hexagon/optimize-mux.ll [new file with mode: 0644]
test/CodeGen/Hexagon/packed-store.ll [new file with mode: 0644]
test/CodeGen/Hexagon/packetize-allocframe.ll [new file with mode: 0644]
test/CodeGen/Hexagon/packetize-call-r29.ll [new file with mode: 0644]
test/CodeGen/Hexagon/packetize-dccleana.mir [new file with mode: 0644]
test/CodeGen/Hexagon/packetize-impdef-1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/packetize-impdef.ll [new file with mode: 0644]
test/CodeGen/Hexagon/packetize-l2fetch.ll [new file with mode: 0644]
test/CodeGen/Hexagon/packetize-load-store-aliasing.mir
test/CodeGen/Hexagon/packetize-nvj-no-prune.mir
test/CodeGen/Hexagon/packetize-update-offset.mir [new file with mode: 0644]
test/CodeGen/Hexagon/packetize-volatiles.ll [new file with mode: 0644]
test/CodeGen/Hexagon/peephole-move-phi.ll [new file with mode: 0644]
test/CodeGen/Hexagon/phi-elim.ll [new file with mode: 0644]
test/CodeGen/Hexagon/pic-jt-big.ll [new file with mode: 0644]
test/CodeGen/Hexagon/pic-jumptables.ll
test/CodeGen/Hexagon/pic-regusage.ll
test/CodeGen/Hexagon/pmpyw_acc.ll [new file with mode: 0644]
test/CodeGen/Hexagon/post-inc-aa-metadata.ll
test/CodeGen/Hexagon/post-ra-kill-update.mir
test/CodeGen/Hexagon/postinc-aggr-dag-cycle.ll [new file with mode: 0644]
test/CodeGen/Hexagon/postinc-baseoffset.mir
test/CodeGen/Hexagon/postinc-float.ll [new file with mode: 0644]
test/CodeGen/Hexagon/postinc-load.ll
test/CodeGen/Hexagon/postinc-offset.ll
test/CodeGen/Hexagon/postinc-order.ll [new file with mode: 0644]
test/CodeGen/Hexagon/postinc-store.ll
test/CodeGen/Hexagon/pred-absolute-store.ll
test/CodeGen/Hexagon/pred-gp.ll
test/CodeGen/Hexagon/pred-instrs.ll
test/CodeGen/Hexagon/pred-sched.ll [new file with mode: 0644]
test/CodeGen/Hexagon/pred-simp.ll [new file with mode: 0644]
test/CodeGen/Hexagon/pred-taken-jump.ll [new file with mode: 0644]
test/CodeGen/Hexagon/predtfrs.ll [new file with mode: 0644]
test/CodeGen/Hexagon/prefetch-intr.ll [new file with mode: 0644]
test/CodeGen/Hexagon/prefetch-shuffler-ice.ll [new file with mode: 0644]
test/CodeGen/Hexagon/prob-types.ll [new file with mode: 0644]
test/CodeGen/Hexagon/prof-early-if.ll [new file with mode: 0644]
test/CodeGen/Hexagon/ps_call_nr.ll [new file with mode: 0644]
test/CodeGen/Hexagon/rdf-copy-renamable-reserved.mir [new file with mode: 0644]
test/CodeGen/Hexagon/rdf-copy-undef.ll [new file with mode: 0644]
test/CodeGen/Hexagon/rdf-ehlabel-live.mir
test/CodeGen/Hexagon/rdf-filter-defs.ll
test/CodeGen/Hexagon/rdf-kill-last-op.ll [new file with mode: 0644]
test/CodeGen/Hexagon/redundant-branching2.ll [new file with mode: 0644]
test/CodeGen/Hexagon/reg-eq-cmp.ll [new file with mode: 0644]
test/CodeGen/Hexagon/reg-scav-imp-use-dbl-vec.ll [new file with mode: 0644]
test/CodeGen/Hexagon/reg-scavengebug-2.ll [new file with mode: 0644]
test/CodeGen/Hexagon/reg-scavengebug-4.ll [new file with mode: 0644]
test/CodeGen/Hexagon/reg-scavengebug-5.ll [new file with mode: 0644]
test/CodeGen/Hexagon/reg-scavengebug.ll [new file with mode: 0644]
test/CodeGen/Hexagon/reg_seq.ll [new file with mode: 0644]
test/CodeGen/Hexagon/regalloc-bad-undef.mir
test/CodeGen/Hexagon/regalloc-block-overlap.ll
test/CodeGen/Hexagon/regalloc-coal-fullreg-undef.mir [new file with mode: 0644]
test/CodeGen/Hexagon/regalloc-liveout-undef.mir
test/CodeGen/Hexagon/registerscav-missing-spill-slot.ll [new file with mode: 0644]
test/CodeGen/Hexagon/registerscavenger-fail1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/regp-underflow.ll [new file with mode: 0644]
test/CodeGen/Hexagon/regscav-wrong-super-sub-regs.ll [new file with mode: 0644]
test/CodeGen/Hexagon/regscavenger_fail_hwloop.ll [new file with mode: 0644]
test/CodeGen/Hexagon/regscavengerbug.ll [new file with mode: 0644]
test/CodeGen/Hexagon/relax.ll
test/CodeGen/Hexagon/retval-redundant-copy.ll [new file with mode: 0644]
test/CodeGen/Hexagon/rotate.ll [new file with mode: 0644]
test/CodeGen/Hexagon/rotl-i64.ll [new file with mode: 0644]
test/CodeGen/Hexagon/save-kill-csr.ll [new file with mode: 0644]
test/CodeGen/Hexagon/save-regs-thresh.ll [new file with mode: 0644]
test/CodeGen/Hexagon/sdata-expand-const.ll [new file with mode: 0644]
test/CodeGen/Hexagon/sdata-opaque-type.ll [new file with mode: 0644]
test/CodeGen/Hexagon/sdata-stack-guard.ll [new file with mode: 0644]
test/CodeGen/Hexagon/sdiv-minsigned.ll [new file with mode: 0644]
test/CodeGen/Hexagon/sdr-global.mir [new file with mode: 0644]
test/CodeGen/Hexagon/sdr-nosplit1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/sdr-reg-profit.ll [new file with mode: 0644]
test/CodeGen/Hexagon/select-instr-align.ll
test/CodeGen/Hexagon/setmemrefs.ll [new file with mode: 0644]
test/CodeGen/Hexagon/sfmin_dce.ll [new file with mode: 0644]
test/CodeGen/Hexagon/sfmpyacc_scale.ll [new file with mode: 0644]
test/CodeGen/Hexagon/simplify64bitops_7223.ll [new file with mode: 0644]
test/CodeGen/Hexagon/split-muxii.ll [new file with mode: 0644]
test/CodeGen/Hexagon/split-vecpred.ll [new file with mode: 0644]
test/CodeGen/Hexagon/stack-guard-acceptable-type.ll [new file with mode: 0644]
test/CodeGen/Hexagon/store-AbsSet.ll [new file with mode: 0644]
test/CodeGen/Hexagon/store-abs.ll [new file with mode: 0644]
test/CodeGen/Hexagon/store-constant.ll [new file with mode: 0644]
test/CodeGen/Hexagon/store-imm-byte.ll [new file with mode: 0644]
test/CodeGen/Hexagon/store-imm-halword.ll [new file with mode: 0644]
test/CodeGen/Hexagon/store-imm-stack-object.ll
test/CodeGen/Hexagon/store-imm-word.ll [new file with mode: 0644]
test/CodeGen/Hexagon/store-widen-subreg.ll [new file with mode: 0644]
test/CodeGen/Hexagon/store1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/store_abs.ll [new file with mode: 0644]
test/CodeGen/Hexagon/struct-const.ll [new file with mode: 0644]
test/CodeGen/Hexagon/struct_copy.ll [new file with mode: 0644]
test/CodeGen/Hexagon/struct_copy_sched_r16.ll [new file with mode: 0644]
test/CodeGen/Hexagon/sub-add.ll [new file with mode: 0644]
test/CodeGen/Hexagon/sube.ll [deleted file]
test/CodeGen/Hexagon/subh-shifted.ll [new file with mode: 0644]
test/CodeGen/Hexagon/subh.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swiz.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-bad-sched.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-badorder.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-carried-1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-chain-refs.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-change-dep-cycle.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-change-dep.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-change-dep1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-change-deps.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-check-offset.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-const-tc1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-const-tc2.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-const-tc3.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-conv3x3-nested.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-cse-phi.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-dag-phi1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-dead-regseq.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-dep-neg-offset.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-disable-Os.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-epilog-numphis.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-epilog-phi2.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-epilog-phi4.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-epilog-phi5.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-epilog-phi6.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-epilog-phi7.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-epilog-phi8.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-epilog-phi9.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-epilog-phis.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-epilog-reuse-1.ll
test/CodeGen/Hexagon/swp-epilog-reuse2.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-epilog-reuse3.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-epilog-reuse4.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-exit-fixup.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-fix-last-use.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-fix-last-use1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-intreglow8.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-kernel-last-use.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-kernel-phi1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-large-rec.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-listen-loop3.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-loop-carried-crash.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-loop-carried-unknown.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-loop-carried.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-loopval.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-lots-deps.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-max-stage3.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-maxstart.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-memrefs-epilog.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-memrefs-epilog1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-more-phi.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-multi-phi-refs.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-new-phi.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-node-order.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-order-carried.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-order-deps1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-order-deps3.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-order-deps4.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-order-deps5.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-order-deps6.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-order-deps7.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-order-prec.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-order.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-order1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-phi-ch-offset.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-phi-chains.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-phi-def-use.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-phi-dep.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-phi-dep1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-phi-order.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-phi-ref.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-phi-ref1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-phi-start.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-phi.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-physreg.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-prolog-phi.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-regseq.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-remove-dep-ice.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-rename-dead-phi.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-rename.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-replace-uses1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-resmii-1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-resmii.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-reuse-phi-1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-reuse-phi-2.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-reuse-phi-4.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-reuse-phi-5.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-reuse-phi-6.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-reuse-phi.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-sigma.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-stages.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-stages3.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-stages4.ll
test/CodeGen/Hexagon/swp-subreg.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-swap.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-tfri.ll [new file with mode: 0644]
test/CodeGen/Hexagon/swp-vmult.ll
test/CodeGen/Hexagon/swp-vsum.ll
test/CodeGen/Hexagon/swp-xxh2.ll [new file with mode: 0644]
test/CodeGen/Hexagon/tail-call-mem-intrinsics.ll
test/CodeGen/Hexagon/tail-dup-subreg-map.ll
test/CodeGen/Hexagon/target-flag-ext.mir
test/CodeGen/Hexagon/tcm-zext.ll [new file with mode: 0644]
test/CodeGen/Hexagon/testbits.ll [new file with mode: 0644]
test/CodeGen/Hexagon/tfr-cleanup.ll [new file with mode: 0644]
test/CodeGen/Hexagon/tfr-mux-nvj.ll [new file with mode: 0644]
test/CodeGen/Hexagon/tied_oper.ll [new file with mode: 0644]
test/CodeGen/Hexagon/tls_gd.ll [new file with mode: 0644]
test/CodeGen/Hexagon/trap-unreachable.ll
test/CodeGen/Hexagon/trivialmemaliascheck.ll [new file with mode: 0644]
test/CodeGen/Hexagon/trunc-mpy.ll [new file with mode: 0644]
test/CodeGen/Hexagon/tstbit.ll [new file with mode: 0644]
test/CodeGen/Hexagon/twoaddressbug.ll [new file with mode: 0644]
test/CodeGen/Hexagon/undef-ret.ll [new file with mode: 0644]
test/CodeGen/Hexagon/unordered-fcmp.ll [new file with mode: 0644]
test/CodeGen/Hexagon/unreachable-mbb-phi-subreg.mir
test/CodeGen/Hexagon/upper-mpy.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v5_insns.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v6-inlasm1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v6-inlasm2.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v6-inlasm3.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v6-inlasm4.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v6-shuffl.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v6-spill1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v6-unaligned-spill.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v6-vecpred-copy.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v60-align.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v60-haar-postinc.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v60-halide-vcombinei8.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v60-vec-128b-1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v60-vecpred-spill.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v60-vsel2.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v60Intrins.ll
test/CodeGen/Hexagon/v60_Q6_P_rol_PI.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v60_sort16.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v60rol-instrs.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v62-CJAllSlots.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v62-inlasm4.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v6vassignp.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v6vec-vmemcur-prob.mir [new file with mode: 0644]
test/CodeGen/Hexagon/v6vec-vmemu1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v6vec-vmemu2.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v6vec-vshuff.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v6vec_inc1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v6vec_zero.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v6vect-dbl-fail1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v6vect-dbl-spill.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v6vect-dbl.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v6vect-dh1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v6vect-locals1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v6vect-no-sideeffects.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v6vect-pred2.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v6vect-spill-kill.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v6vect-vmem1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v6vect-vsplat.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vadd1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vararg-formal.ll [new file with mode: 0644]
test/CodeGen/Hexagon/varargs-memv.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vasrh.select.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vcombine128_to_req_seq.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vcombine_subreg.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vcombine_to_req_seq.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vdotprod.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vec-align.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vec-call-full1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vec-pred-spill1.ll
test/CodeGen/Hexagon/vec-vararg-align.ll
test/CodeGen/Hexagon/vecPred2Vec.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect-any_extend.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect-dbl-post-inc.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect-downscale.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect-set_cc_v2i32.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect-vd0.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect-zero_extend.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/bit4x8.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/build-vect64.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/extract-elt-vNi1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/setcc-not.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/setcc-v2i32.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/setcc-v32.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/shuff-32.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/shuff-64.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-bool-basic-compile.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-bool-isel-crash.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-load-v4i16.ll
test/CodeGen/Hexagon/vect/vect-shuffle.ll
test/CodeGen/Hexagon/vect/vect-truncate.ll
test/CodeGen/Hexagon/vect/vect-v4i16.ll
test/CodeGen/Hexagon/vect/vsplat-v8i8.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/zext-v4i1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect_setcc.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect_setcc_v2i16.ll [new file with mode: 0644]
test/CodeGen/Hexagon/verify-sink-code.ll [new file with mode: 0644]
test/CodeGen/Hexagon/verify-undef.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vextract-basic.mir [new file with mode: 0644]
test/CodeGen/Hexagon/vmemu-128.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vrcmpys.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vsplat-ext.ll [new file with mode: 0644]
test/CodeGen/Hexagon/wcsrtomb.ll [new file with mode: 0644]
test/CodeGen/Lanai/comparisons_i64.ll
test/CodeGen/Lanai/peephole-compare.mir
test/CodeGen/MIR/AArch64/addrspace-memoperands.mir [new file with mode: 0644]
test/CodeGen/MIR/AArch64/atomic-memoperands.mir
test/CodeGen/MIR/AArch64/cfi.mir
test/CodeGen/MIR/AArch64/expected-target-flag-name.mir
test/CodeGen/MIR/AArch64/generic-virtual-registers-error.mir
test/CodeGen/MIR/AArch64/generic-virtual-registers-with-regbank-error.mir
test/CodeGen/MIR/AArch64/intrinsics.mir
test/CodeGen/MIR/AArch64/invalid-target-flag-name.mir
test/CodeGen/MIR/AArch64/invalid-target-memoperands.mir
test/CodeGen/MIR/AArch64/mirCanonCopyCopyProp.mir [new file with mode: 0644]
test/CodeGen/MIR/AArch64/mirCanonIdempotent.mir [new file with mode: 0644]
test/CodeGen/MIR/AArch64/multiple-lhs-operands.mir
test/CodeGen/MIR/AArch64/namedvregs.mir [new file with mode: 0644]
test/CodeGen/MIR/AArch64/parse-low-level-type-invalid0.mir [new file with mode: 0644]
test/CodeGen/MIR/AArch64/parse-low-level-type-invalid1.mir [new file with mode: 0644]
test/CodeGen/MIR/AArch64/parse-low-level-type-invalid2.mir [new file with mode: 0644]
test/CodeGen/MIR/AArch64/parse-low-level-type-invalid3.mir [new file with mode: 0644]
test/CodeGen/MIR/AArch64/print-parse-overloaded-intrinsics.mir [new file with mode: 0644]
test/CodeGen/MIR/AArch64/print-parse-vector-of-pointers-llt.mir [new file with mode: 0644]
test/CodeGen/MIR/AArch64/print-parse-verify-failedISel-property.mir [new file with mode: 0644]
test/CodeGen/MIR/AArch64/register-operand-bank.mir
test/CodeGen/MIR/AArch64/spill-fold.mir [deleted file]
test/CodeGen/MIR/AArch64/stack-object-local-offset.mir
test/CodeGen/MIR/AArch64/swp.mir
test/CodeGen/MIR/AArch64/target-flags.mir
test/CodeGen/MIR/AArch64/target-memoperands.mir
test/CodeGen/MIR/AMDGPU/expected-target-index-name.mir
test/CodeGen/MIR/AMDGPU/intrinsics.mir
test/CodeGen/MIR/AMDGPU/invalid-target-index-operand.mir
test/CodeGen/MIR/AMDGPU/memory-legalizer-multiple-mem-operands-atomics.mir [deleted file]
test/CodeGen/MIR/AMDGPU/mir-canon-multi.mir [new file with mode: 0644]
test/CodeGen/MIR/AMDGPU/syncscopes.mir
test/CodeGen/MIR/AMDGPU/target-flags.mir
test/CodeGen/MIR/AMDGPU/target-index-operands.mir
test/CodeGen/MIR/ARM/bundled-instructions.mir
test/CodeGen/MIR/ARM/cfi-same-value.mir
test/CodeGen/MIR/ARM/expected-closing-brace.mir
test/CodeGen/MIR/ARM/extraneous-closing-brace-error.mir
test/CodeGen/MIR/ARM/nested-instruction-bundle-error.mir
test/CodeGen/MIR/Generic/frame-info.mir
test/CodeGen/MIR/Generic/parse-integer-true-false.mir [new file with mode: 0644]
test/CodeGen/MIR/Hexagon/parse-lane-masks.mir
test/CodeGen/MIR/Hexagon/target-flags.mir
test/CodeGen/MIR/Mips/expected-global-value-or-symbol-after-call-entry.mir
test/CodeGen/MIR/Mips/memory-operands.mir
test/CodeGen/MIR/NVPTX/expected-floating-point-literal.mir
test/CodeGen/MIR/NVPTX/floating-point-immediate-operands.mir
test/CodeGen/MIR/NVPTX/floating-point-invalid-type-error.mir
test/CodeGen/MIR/PowerPC/ifcvt-diamond-ret.mir [new file with mode: 0644]
test/CodeGen/MIR/PowerPC/unordered-implicit-registers.mir
test/CodeGen/MIR/WebAssembly/int-type-register-class-name.mir [new file with mode: 0644]
test/CodeGen/MIR/WebAssembly/lit.local.cfg [new file with mode: 0644]
test/CodeGen/MIR/WebAssembly/typed-immediate-operand-invalid0.mir [new file with mode: 0644]
test/CodeGen/MIR/WebAssembly/typed-immediate-operand-invalid1.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/auto-successor.mir
test/CodeGen/MIR/X86/basic-block-liveins.mir
test/CodeGen/MIR/X86/basic-block-not-at-start-of-line-error.mir
test/CodeGen/MIR/X86/block-address-operands.mir
test/CodeGen/MIR/X86/branch-probabilities.mir
test/CodeGen/MIR/X86/callee-saved-info.mir
test/CodeGen/MIR/X86/cfi-def-cfa-offset.mir
test/CodeGen/MIR/X86/cfi-def-cfa-register.mir
test/CodeGen/MIR/X86/cfi-offset.mir
test/CodeGen/MIR/X86/constant-pool.mir
test/CodeGen/MIR/X86/dead-register-flag.mir
test/CodeGen/MIR/X86/def-register-already-tied-error.mir
test/CodeGen/MIR/X86/diexpr-win32.mir
test/CodeGen/MIR/X86/duplicate-memory-operand-flag.mir
test/CodeGen/MIR/X86/duplicate-register-flag-error.mir
test/CodeGen/MIR/X86/early-clobber-register-flag.mir
test/CodeGen/MIR/X86/empty0.mir
test/CodeGen/MIR/X86/empty1.mir
test/CodeGen/MIR/X86/empty2.mir
test/CodeGen/MIR/X86/expected-align-in-memory-operand.mir
test/CodeGen/MIR/X86/expected-alignment-after-align-in-memory-operand.mir
test/CodeGen/MIR/X86/expected-basic-block-at-start-of-body.mir
test/CodeGen/MIR/X86/expected-block-reference-in-blockaddress.mir
test/CodeGen/MIR/X86/expected-comma-after-cfi-register.mir
test/CodeGen/MIR/X86/expected-comma-after-memory-operand.mir
test/CodeGen/MIR/X86/expected-different-implicit-operand.mir
test/CodeGen/MIR/X86/expected-different-implicit-register-flag.mir
test/CodeGen/MIR/X86/expected-function-reference-after-blockaddress.mir
test/CodeGen/MIR/X86/expected-global-value-after-blockaddress.mir
test/CodeGen/MIR/X86/expected-integer-after-offset-sign.mir
test/CodeGen/MIR/X86/expected-integer-after-tied-def.mir
test/CodeGen/MIR/X86/expected-integer-in-successor-weight.mir
test/CodeGen/MIR/X86/expected-load-or-store-in-memory-operand.mir
test/CodeGen/MIR/X86/expected-machine-operand.mir
test/CodeGen/MIR/X86/expected-metadata-node-after-debug-location.mir
test/CodeGen/MIR/X86/expected-metadata-node-after-exclaim.mir
test/CodeGen/MIR/X86/expected-metadata-node-in-stack-object.mir
test/CodeGen/MIR/X86/expected-named-register-in-allocation-hint.mir
test/CodeGen/MIR/X86/expected-named-register-in-callee-saved-register.mir
test/CodeGen/MIR/X86/expected-named-register-livein.mir
test/CodeGen/MIR/X86/expected-newline-at-end-of-list.mir
test/CodeGen/MIR/X86/expected-number-after-bb.mir
test/CodeGen/MIR/X86/expected-offset-after-cfi-operand.mir
test/CodeGen/MIR/X86/expected-pointer-value-in-memory-operand.mir
test/CodeGen/MIR/X86/expected-positive-alignment-after-align.mir
test/CodeGen/MIR/X86/expected-register-after-cfi-operand.mir
test/CodeGen/MIR/X86/expected-register-after-flags.mir
test/CodeGen/MIR/X86/expected-size-integer-after-memory-operation.mir
test/CodeGen/MIR/X86/expected-stack-object.mir
test/CodeGen/MIR/X86/expected-subregister-after-colon.mir
test/CodeGen/MIR/X86/expected-target-flag-name.mir
test/CodeGen/MIR/X86/expected-tied-def-after-lparen.mir
test/CodeGen/MIR/X86/expected-value-in-memory-operand.mir
test/CodeGen/MIR/X86/expected-virtual-register-in-functions-livein.mir
test/CodeGen/MIR/X86/external-symbol-operands.mir
test/CodeGen/MIR/X86/fastmath.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/fixed-stack-di.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/fixed-stack-memory-operands.mir
test/CodeGen/MIR/X86/fixed-stack-object-redefinition-error.mir
test/CodeGen/MIR/X86/fixed-stack-objects.mir
test/CodeGen/MIR/X86/frame-info-save-restore-points.mir
test/CodeGen/MIR/X86/frame-info-stack-references.mir
test/CodeGen/MIR/X86/frame-setup-instruction-flag.mir
test/CodeGen/MIR/X86/function-liveins.mir
test/CodeGen/MIR/X86/generic-instr-type.mir
test/CodeGen/MIR/X86/global-value-operands.mir
test/CodeGen/MIR/X86/immediate-operands.mir
test/CodeGen/MIR/X86/implicit-register-flag.mir
test/CodeGen/MIR/X86/inline-asm-registers.mir
test/CodeGen/MIR/X86/inline-asm.mir
test/CodeGen/MIR/X86/instructions-debug-location.mir
test/CodeGen/MIR/X86/invalid-constant-pool-item.mir
test/CodeGen/MIR/X86/invalid-metadata-node-type.mir
test/CodeGen/MIR/X86/invalid-target-flag-name.mir
test/CodeGen/MIR/X86/invalid-tied-def-index-error.mir
test/CodeGen/MIR/X86/jump-table-info.mir
test/CodeGen/MIR/X86/jump-table-redefinition-error.mir
test/CodeGen/MIR/X86/killed-register-flag.mir
test/CodeGen/MIR/X86/large-cfi-offset-number-error.mir
test/CodeGen/MIR/X86/large-immediate-operand-error.mir
test/CodeGen/MIR/X86/large-index-number-error.mir
test/CodeGen/MIR/X86/large-offset-number-error.mir
test/CodeGen/MIR/X86/large-size-in-memory-operand-error.mir
test/CodeGen/MIR/X86/liveout-register-mask.mir
test/CodeGen/MIR/X86/machine-basic-block-operands.mir
test/CodeGen/MIR/X86/machine-instructions.mir
test/CodeGen/MIR/X86/machine-verifier.mir
test/CodeGen/MIR/X86/memory-operands.mir
test/CodeGen/MIR/X86/metadata-operands.mir
test/CodeGen/MIR/X86/missing-closing-quote.mir
test/CodeGen/MIR/X86/missing-comma.mir
test/CodeGen/MIR/X86/missing-implicit-operand.mir
test/CodeGen/MIR/X86/named-registers.mir
test/CodeGen/MIR/X86/newline-handling.mir
test/CodeGen/MIR/X86/null-register-operands.mir
test/CodeGen/MIR/X86/register-mask-operands.mir
test/CodeGen/MIR/X86/register-operand-class-invalid0.mir
test/CodeGen/MIR/X86/register-operand-class-invalid1.mir
test/CodeGen/MIR/X86/register-operand-class.mir
test/CodeGen/MIR/X86/register-operands-target-flag-error.mir
test/CodeGen/MIR/X86/renamable-register-flag.mir
test/CodeGen/MIR/X86/roundtrip.mir
test/CodeGen/MIR/X86/simple-register-allocation-hints.mir
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-invalid-name.mir
test/CodeGen/MIR/X86/stack-object-operand-name-mismatch-error.mir
test/CodeGen/MIR/X86/stack-object-operands.mir
test/CodeGen/MIR/X86/stack-object-redefinition-error.mir
test/CodeGen/MIR/X86/stack-objects.mir
test/CodeGen/MIR/X86/standalone-register-error.mir
test/CodeGen/MIR/X86/subreg-on-physreg.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/successor-basic-blocks.mir
test/CodeGen/MIR/X86/tied-def-operand-invalid.mir
test/CodeGen/MIR/X86/tied-physical-regs-match.mir
test/CodeGen/MIR/X86/undef-register-flag.mir
test/CodeGen/MIR/X86/undefined-fixed-stack-object.mir
test/CodeGen/MIR/X86/undefined-global-value.mir
test/CodeGen/MIR/X86/undefined-ir-block-in-blockaddress.mir
test/CodeGen/MIR/X86/undefined-ir-block-slot-in-blockaddress.mir
test/CodeGen/MIR/X86/undefined-jump-table-id.mir
test/CodeGen/MIR/X86/undefined-named-global-value.mir
test/CodeGen/MIR/X86/undefined-stack-object.mir
test/CodeGen/MIR/X86/undefined-value-in-memory-operand.mir
test/CodeGen/MIR/X86/undefined-virtual-register.mir
test/CodeGen/MIR/X86/unexpected-type-phys.mir
test/CodeGen/MIR/X86/unknown-machine-basic-block.mir
test/CodeGen/MIR/X86/unknown-metadata-keyword.mir
test/CodeGen/MIR/X86/unknown-metadata-node.mir
test/CodeGen/MIR/X86/unknown-named-machine-basic-block.mir
test/CodeGen/MIR/X86/unknown-register.mir
test/CodeGen/MIR/X86/unknown-subregister-index-op.mir
test/CodeGen/MIR/X86/unknown-subregister-index.mir
test/CodeGen/MIR/X86/variable-sized-stack-objects.mir
test/CodeGen/MIR/X86/virtual-registers.mir
test/CodeGen/MSP430/jumptable.ll
test/CodeGen/MSP430/memset.ll
test/CodeGen/Mips/2008-08-08-bswap.ll [deleted file]
test/CodeGen/Mips/2010-07-20-Switch.ll
test/CodeGen/Mips/2012-12-12-ExpandMemcpy.ll
test/CodeGen/Mips/Fast-ISel/callabi.ll
test/CodeGen/Mips/Fast-ISel/icmpbr1.ll [new file with mode: 0644]
test/CodeGen/Mips/Fast-ISel/icmpi1.ll [new file with mode: 0644]
test/CodeGen/Mips/Fast-ISel/memtest1.ll
test/CodeGen/Mips/Fast-ISel/sel1.ll
test/CodeGen/Mips/Fast-ISel/simplestore.ll
test/CodeGen/Mips/Fast-ISel/simplestorei.ll
test/CodeGen/Mips/GlobalISel/instruction-select/add.mir [new file with mode: 0644]
test/CodeGen/Mips/GlobalISel/instruction-select/pointers.mir [new file with mode: 0644]
test/CodeGen/Mips/GlobalISel/instruction-select/stack_args.mir [new file with mode: 0644]
test/CodeGen/Mips/GlobalISel/irtranslator/add.ll [new file with mode: 0644]
test/CodeGen/Mips/GlobalISel/irtranslator/call.ll [new file with mode: 0644]
test/CodeGen/Mips/GlobalISel/irtranslator/pointers.ll [new file with mode: 0644]
test/CodeGen/Mips/GlobalISel/irtranslator/ret.ll [new file with mode: 0644]
test/CodeGen/Mips/GlobalISel/irtranslator/stack_args.ll [new file with mode: 0644]
test/CodeGen/Mips/GlobalISel/legalizer/add.mir [new file with mode: 0644]
test/CodeGen/Mips/GlobalISel/legalizer/pointers.mir [new file with mode: 0644]
test/CodeGen/Mips/GlobalISel/legalizer/stack_args.mir [new file with mode: 0644]
test/CodeGen/Mips/GlobalISel/llvm-ir/add.ll [new file with mode: 0644]
test/CodeGen/Mips/GlobalISel/llvm-ir/call.ll [new file with mode: 0644]
test/CodeGen/Mips/GlobalISel/llvm-ir/pointers.ll [new file with mode: 0644]
test/CodeGen/Mips/GlobalISel/llvm-ir/ret.ll [new file with mode: 0644]
test/CodeGen/Mips/GlobalISel/llvm-ir/stack_args.ll [new file with mode: 0644]
test/CodeGen/Mips/GlobalISel/regbankselect/add.mir [new file with mode: 0644]
test/CodeGen/Mips/GlobalISel/regbankselect/pointers.mir [new file with mode: 0644]
test/CodeGen/Mips/GlobalISel/regbankselect/stack_args.mir [new file with mode: 0644]
test/CodeGen/Mips/address-selection.ll [new file with mode: 0644]
test/CodeGen/Mips/analyzebranch.ll
test/CodeGen/Mips/ase_warnings.ll [new file with mode: 0644]
test/CodeGen/Mips/atomic.ll
test/CodeGen/Mips/atomic64.ll [new file with mode: 0644]
test/CodeGen/Mips/atomicCmpSwapPW.ll
test/CodeGen/Mips/biggot.ll
test/CodeGen/Mips/blez_bgez.ll
test/CodeGen/Mips/br-jmp.ll
test/CodeGen/Mips/branch-relaxation-with-hazard.ll [new file with mode: 0644]
test/CodeGen/Mips/brdelayslot.ll
test/CodeGen/Mips/bswap.ll
test/CodeGen/Mips/cconv/arguments-hard-float-varargs.ll
test/CodeGen/Mips/cconv/arguments-small-structures-bigger-than-32bits.ll
test/CodeGen/Mips/cconv/arguments-varargs-small-structs-byte.ll
test/CodeGen/Mips/cconv/arguments-varargs-small-structs-combinations.ll
test/CodeGen/Mips/cconv/arguments-varargs.ll
test/CodeGen/Mips/cconv/byval.ll [new file with mode: 0644]
test/CodeGen/Mips/cconv/callee-saved-float.ll
test/CodeGen/Mips/cconv/callee-saved.ll
test/CodeGen/Mips/cconv/return-struct.ll
test/CodeGen/Mips/cconv/vector.ll
test/CodeGen/Mips/coalesce-partial-redundant-reguse-terminator.mir [new file with mode: 0644]
test/CodeGen/Mips/compactbranches/compact-branch-implicit-def.mir
test/CodeGen/Mips/compactbranches/empty-block.mir
test/CodeGen/Mips/const-mult.ll
test/CodeGen/Mips/constraint-c-err.ll [new file with mode: 0644]
test/CodeGen/Mips/constraint-c.ll [new file with mode: 0644]
test/CodeGen/Mips/cstmaterialization/isel-materialization.ll [new file with mode: 0644]
test/CodeGen/Mips/delay-slot-kill.ll
test/CodeGen/Mips/dins.ll
test/CodeGen/Mips/double2int.ll
test/CodeGen/Mips/emutls_generic.ll
test/CodeGen/Mips/fastcc_byval.ll [new file with mode: 0644]
test/CodeGen/Mips/fp-contract.ll [new file with mode: 0644]
test/CodeGen/Mips/frameindex.ll [new file with mode: 0644]
test/CodeGen/Mips/gprestore.ll
test/CodeGen/Mips/hf16call32_body.ll
test/CodeGen/Mips/indirect-jump-hazard/calls.ll [new file with mode: 0644]
test/CodeGen/Mips/indirect-jump-hazard/guards-verify-call.mir [new file with mode: 0644]
test/CodeGen/Mips/indirect-jump-hazard/guards-verify-tailcall.mir [new file with mode: 0644]
test/CodeGen/Mips/indirect-jump-hazard/jumptables.ll [new file with mode: 0644]
test/CodeGen/Mips/indirect-jump-hazard/long-branch.ll [new file with mode: 0644]
test/CodeGen/Mips/indirect-jump-hazard/long-calls.ll [new file with mode: 0644]
test/CodeGen/Mips/indirect-jump-hazard/unsupported-micromips.ll [new file with mode: 0644]
test/CodeGen/Mips/indirect-jump-hazard/unsupported-mips32.ll [new file with mode: 0644]
test/CodeGen/Mips/inlineasm-cnstrnt-bad-l1.ll [new file with mode: 0644]
test/CodeGen/Mips/inlineasm-cnstrnt-reg.ll
test/CodeGen/Mips/inlineasm-opcode-bad-y.ll [new file with mode: 0644]
test/CodeGen/Mips/inlineasm-operand-code.ll
test/CodeGen/Mips/inlineasmmemop.ll
test/CodeGen/Mips/instverify/dext-pos.mir
test/CodeGen/Mips/instverify/dext-size.mir
test/CodeGen/Mips/instverify/dextm-pos-size.mir
test/CodeGen/Mips/instverify/dextm-pos.mir
test/CodeGen/Mips/instverify/dextm-size.mir
test/CodeGen/Mips/instverify/dextu-pos-size.mir
test/CodeGen/Mips/instverify/dextu-pos.mir
test/CodeGen/Mips/instverify/dextu-size-valid.mir
test/CodeGen/Mips/instverify/dextu-size.mir
test/CodeGen/Mips/instverify/dins-pos-size.mir
test/CodeGen/Mips/instverify/dins-pos.mir
test/CodeGen/Mips/instverify/dins-size.mir
test/CodeGen/Mips/instverify/dinsm-pos-size.mir
test/CodeGen/Mips/instverify/dinsm-pos.mir
test/CodeGen/Mips/instverify/dinsm-size.mir
test/CodeGen/Mips/instverify/dinsu-pos-size.mir
test/CodeGen/Mips/instverify/dinsu-pos.mir
test/CodeGen/Mips/instverify/dinsu-size.mir
test/CodeGen/Mips/instverify/ext-pos-size.mir
test/CodeGen/Mips/instverify/ext-pos.mir
test/CodeGen/Mips/instverify/ext-size.mir
test/CodeGen/Mips/instverify/ins-pos-size.mir
test/CodeGen/Mips/instverify/ins-pos.mir
test/CodeGen/Mips/instverify/ins-size.mir
test/CodeGen/Mips/jump-table-mul.ll [new file with mode: 0644]
test/CodeGen/Mips/largeimmprinting.ll
test/CodeGen/Mips/llvm-ir/abs.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/add-dsp.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/add.ll
test/CodeGen/Mips/llvm-ir/and.ll
test/CodeGen/Mips/llvm-ir/arith-fp.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/ashr.ll
test/CodeGen/Mips/llvm-ir/bitcast.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/call.ll
test/CodeGen/Mips/llvm-ir/cvt.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/isel.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/load.ll [new file with mode: 0644]
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/select-int.ll
test/CodeGen/Mips/llvm-ir/shl.ll
test/CodeGen/Mips/llvm-ir/sqrt.ll
test/CodeGen/Mips/llvm-ir/srem.ll
test/CodeGen/Mips/llvm-ir/store.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/sub.ll
test/CodeGen/Mips/llvm-ir/trap.ll [new file with mode: 0644]
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-calls.ll
test/CodeGen/Mips/longbranch.ll
test/CodeGen/Mips/longbranch/branch-limits-fp-micromips.mir [new file with mode: 0644]
test/CodeGen/Mips/longbranch/branch-limits-fp-micromipsr6.mir [new file with mode: 0644]
test/CodeGen/Mips/longbranch/branch-limits-fp-mips.mir [new file with mode: 0644]
test/CodeGen/Mips/longbranch/branch-limits-fp-mipsr6.mir [new file with mode: 0644]
test/CodeGen/Mips/longbranch/branch-limits-int-microMIPS.mir [new file with mode: 0644]
test/CodeGen/Mips/longbranch/branch-limits-int-micromipsr6.mir [new file with mode: 0644]
test/CodeGen/Mips/longbranch/branch-limits-int-mips64.mir [new file with mode: 0644]
test/CodeGen/Mips/longbranch/branch-limits-int-mips64r6.mir [new file with mode: 0644]
test/CodeGen/Mips/longbranch/branch-limits-int-mipsr6.mir [new file with mode: 0644]
test/CodeGen/Mips/longbranch/branch-limits-int.mir [new file with mode: 0644]
test/CodeGen/Mips/longbranch/branch-limits-msa.mir [new file with mode: 0644]
test/CodeGen/Mips/madd-msub.ll
test/CodeGen/Mips/memcpy.ll
test/CodeGen/Mips/micromips-atomic.ll
test/CodeGen/Mips/micromips-eva.mir [new file with mode: 0644]
test/CodeGen/Mips/micromips-short-delay-slot.mir [new file with mode: 0644]
test/CodeGen/Mips/micromips-sizereduction/micromips-lwp-swp.ll [new file with mode: 0644]
test/CodeGen/Mips/micromips-sizereduction/micromips-lwp-swp.mir [new file with mode: 0644]
test/CodeGen/Mips/micromips-sizereduction/micromips-no-lwp-swp.mir [new file with mode: 0644]
test/CodeGen/Mips/micromips64-unsupported.ll [new file with mode: 0644]
test/CodeGen/Mips/micromips64r6-unsupported.ll [deleted file]
test/CodeGen/Mips/mips16ex.ll
test/CodeGen/Mips/mips3-spill-slot.ll [new file with mode: 0644]
test/CodeGen/Mips/mirparser/target-flags-pic-mxgot-tls.mir
test/CodeGen/Mips/mirparser/target-flags-pic-o32.mir
test/CodeGen/Mips/mirparser/target-flags-pic.mir
test/CodeGen/Mips/mirparser/target-flags-static-tls.mir
test/CodeGen/Mips/msa/3r_splat.ll
test/CodeGen/Mips/msa/arithmetic_float.ll
test/CodeGen/Mips/msa/basic_operations.ll
test/CodeGen/Mips/msa/compare.ll
test/CodeGen/Mips/msa/emergency-spill.mir
test/CodeGen/Mips/no-odd-spreg.ll
test/CodeGen/Mips/o32_cc_byval.ll
test/CodeGen/Mips/pr33978.ll
test/CodeGen/Mips/pr34975.ll
test/CodeGen/Mips/pr35071.ll
test/CodeGen/Mips/pr36061.ll [new file with mode: 0644]
test/CodeGen/Mips/select.ll
test/CodeGen/Mips/shrink-wrapping.ll [new file with mode: 0644]
test/CodeGen/Mips/sll-micromips-r6-encoding.mir
test/CodeGen/Mips/tailcall/tailcall.ll
test/CodeGen/Mips/tglobaladdr-wrapper.ll [new file with mode: 0644]
test/CodeGen/Mips/tls.ll
test/CodeGen/Mips/unaligned-memops-mapping.mir [new file with mode: 0644]
test/CodeGen/Mips/unaligned-memops.ll [new file with mode: 0644]
test/CodeGen/Mips/unsized-global.ll [new file with mode: 0644]
test/CodeGen/NVPTX/access-non-generic.ll
test/CodeGen/NVPTX/addrspacecast.ll
test/CodeGen/NVPTX/ctlz.ll
test/CodeGen/NVPTX/debug-file-loc.ll [deleted file]
test/CodeGen/NVPTX/f16x2-instructions.ll
test/CodeGen/NVPTX/generic-to-nvvm-ir.ll
test/CodeGen/NVPTX/generic-to-nvvm.ll
test/CodeGen/NVPTX/half.ll
test/CodeGen/NVPTX/implicit-def.ll [deleted file]
test/CodeGen/NVPTX/intrinsic-old.ll
test/CodeGen/NVPTX/ld-addrspace.ll
test/CodeGen/NVPTX/ldg-invariant.ll
test/CodeGen/NVPTX/lower-aggr-copies.ll
test/CodeGen/NVPTX/param-load-store.ll
test/CodeGen/NVPTX/read-global-variable-constant.ll [new file with mode: 0644]
test/CodeGen/NVPTX/st-addrspace.ll
test/CodeGen/NVPTX/wmma.py
test/CodeGen/Nios2/add-sub.ll [new file with mode: 0644]
test/CodeGen/Nios2/mul-div.ll [new file with mode: 0644]
test/CodeGen/Nios2/shift-rotate.ll [new file with mode: 0644]
test/CodeGen/PowerPC/2006-07-07-ComputeMaskedBits.ll
test/CodeGen/PowerPC/2008-10-28-f128-i32.ll
test/CodeGen/PowerPC/2011-12-05-NoSpillDupCR.ll
test/CodeGen/PowerPC/2011-12-06-SpillAndRestoreCR.ll
test/CodeGen/PowerPC/2016-04-28-setjmp.ll
test/CodeGen/PowerPC/Frames-large.ll
test/CodeGen/PowerPC/MCSE-caller-preserved-reg.ll
test/CodeGen/PowerPC/MMO-flags-assertion.ll
test/CodeGen/PowerPC/MergeConsecutiveStores.ll
test/CodeGen/PowerPC/PR35812-neg-cmpxchg.ll [new file with mode: 0644]
test/CodeGen/PowerPC/aantidep-def-ec.mir
test/CodeGen/PowerPC/aantidep-inline-asm-use.ll
test/CodeGen/PowerPC/addegluecrash.ll
test/CodeGen/PowerPC/addi-offset-fold.ll
test/CodeGen/PowerPC/addisdtprelha-nonr3.mir
test/CodeGen/PowerPC/addrspacecast.ll [new file with mode: 0644]
test/CodeGen/PowerPC/aggressive-anti-dep-breaker-subreg.ll
test/CodeGen/PowerPC/asm-printer-topological-order.ll
test/CodeGen/PowerPC/atomics-regression.ll
test/CodeGen/PowerPC/bitcasts-direct-move.ll
test/CodeGen/PowerPC/bitfieldinsert.ll [new file with mode: 0644]
test/CodeGen/PowerPC/bool-math.ll [new file with mode: 0644]
test/CodeGen/PowerPC/bperm.ll
test/CodeGen/PowerPC/branch_coalesce.ll
test/CodeGen/PowerPC/build-vector-tests.ll
test/CodeGen/PowerPC/builtins-ppc-p9-f128.ll [new file with mode: 0644]
test/CodeGen/PowerPC/byval-agg-info.ll
test/CodeGen/PowerPC/coalesce-ext.ll
test/CodeGen/PowerPC/coldcc.ll [new file with mode: 0644]
test/CodeGen/PowerPC/coldcc2.ll [new file with mode: 0644]
test/CodeGen/PowerPC/combine_loads_from_build_pair.ll
test/CodeGen/PowerPC/convert-rr-to-ri-instrs-R0-special-handling.mir
test/CodeGen/PowerPC/convert-rr-to-ri-instrs-out-of-range.mir [new file with mode: 0644]
test/CodeGen/PowerPC/convert-rr-to-ri-instrs.mir
test/CodeGen/PowerPC/ctrloop-reg.ll
test/CodeGen/PowerPC/ctrloops-hot-exit.ll [new file with mode: 0644]
test/CodeGen/PowerPC/dbg.ll
test/CodeGen/PowerPC/debuginfo-split-int.ll
test/CodeGen/PowerPC/debuginfo-stackarg.ll
test/CodeGen/PowerPC/duplicate-returns-for-tailcall.ll
test/CodeGen/PowerPC/emptystruct.ll
test/CodeGen/PowerPC/emutls_generic.ll
test/CodeGen/PowerPC/expand-isel-1.mir
test/CodeGen/PowerPC/expand-isel-10.mir
test/CodeGen/PowerPC/expand-isel-2.mir
test/CodeGen/PowerPC/expand-isel-3.mir
test/CodeGen/PowerPC/expand-isel-4.mir
test/CodeGen/PowerPC/expand-isel-5.mir
test/CodeGen/PowerPC/expand-isel-6.mir
test/CodeGen/PowerPC/expand-isel-7.mir
test/CodeGen/PowerPC/expand-isel-8.mir
test/CodeGen/PowerPC/expand-isel-9.mir
test/CodeGen/PowerPC/expand-isel.ll
test/CodeGen/PowerPC/extra-toc-reg-deps.ll
test/CodeGen/PowerPC/f128-aggregates.ll [new file with mode: 0644]
test/CodeGen/PowerPC/f128-arith.ll [new file with mode: 0644]
test/CodeGen/PowerPC/f128-compare.ll [new file with mode: 0644]
test/CodeGen/PowerPC/f128-conv.ll [new file with mode: 0644]
test/CodeGen/PowerPC/f128-fma.ll [new file with mode: 0644]
test/CodeGen/PowerPC/f128-passByValue.ll [new file with mode: 0644]
test/CodeGen/PowerPC/f128-rounding.ll [new file with mode: 0644]
test/CodeGen/PowerPC/f128-truncateNconv.ll [new file with mode: 0644]
test/CodeGen/PowerPC/f128-vecExtractNconv.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fabs.ll
test/CodeGen/PowerPC/fast-isel-cmp-imm.ll
test/CodeGen/PowerPC/fast-isel-conversion.ll
test/CodeGen/PowerPC/fast-isel-load-store-vsx.ll
test/CodeGen/PowerPC/fast-isel-load-store.ll
test/CodeGen/PowerPC/fastcc_stacksize.ll [new file with mode: 0644]
test/CodeGen/PowerPC/float-to-int.ll
test/CodeGen/PowerPC/fma-aggr-FMF.ll
test/CodeGen/PowerPC/fma-mutate.ll
test/CodeGen/PowerPC/fmf-propagation.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fp-int128-fp-combine.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fp-to-int-to-fp.ll
test/CodeGen/PowerPC/fp128-bitcast-after-operation.ll
test/CodeGen/PowerPC/fp64-to-int16.ll
test/CodeGen/PowerPC/fsl-e500mc.ll
test/CodeGen/PowerPC/fsl-e5500.ll
test/CodeGen/PowerPC/fsub-fneg.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ftrunc-vec.ll [new file with mode: 0644]
test/CodeGen/PowerPC/funnel-shift-rot.ll [new file with mode: 0644]
test/CodeGen/PowerPC/funnel-shift.ll [new file with mode: 0644]
test/CodeGen/PowerPC/glob-comp-aa-crash.ll
test/CodeGen/PowerPC/gpr-vsr-spill.ll
test/CodeGen/PowerPC/i1-ext-fold.ll
test/CodeGen/PowerPC/i1-to-double.ll
test/CodeGen/PowerPC/i64-to-float.ll
test/CodeGen/PowerPC/i64_fp_round.ll
test/CodeGen/PowerPC/isel-rc-nox0.ll
test/CodeGen/PowerPC/licm-remat.ll
test/CodeGen/PowerPC/licm-tocReg.ll
test/CodeGen/PowerPC/livephysregs.mir
test/CodeGen/PowerPC/load-two-flts.ll
test/CodeGen/PowerPC/loop-hoist-toc-save.ll [new file with mode: 0644]
test/CodeGen/PowerPC/lsa.ll
test/CodeGen/PowerPC/lxv-aligned-stack-slots.ll
test/CodeGen/PowerPC/machine-combiner.ll
test/CodeGen/PowerPC/mature-mc-support.ll
test/CodeGen/PowerPC/mcm-12.ll
test/CodeGen/PowerPC/mcm-4.ll
test/CodeGen/PowerPC/memCmpUsedInZeroEqualityComparison.ll
test/CodeGen/PowerPC/memcmp-mergeexpand.ll [new file with mode: 0644]
test/CodeGen/PowerPC/memcpy-vec.ll
test/CodeGen/PowerPC/memcpy_dereferenceable.ll
test/CodeGen/PowerPC/memset-nc-le.ll
test/CodeGen/PowerPC/memset-nc.ll
test/CodeGen/PowerPC/merge-st-chain-op.ll
test/CodeGen/PowerPC/no-ctr-loop-if-exit-in-nested-loop.ll [new file with mode: 0644]
test/CodeGen/PowerPC/no-dup-of-bdnz.ll [new file with mode: 0644]
test/CodeGen/PowerPC/no-extra-fp-conv-ldst.ll
test/CodeGen/PowerPC/no-rlwimi-trivial-commute.mir
test/CodeGen/PowerPC/noPermuteFormasking.ll [new file with mode: 0644]
test/CodeGen/PowerPC/non-simple-args-intrin.ll [new file with mode: 0644]
test/CodeGen/PowerPC/opt-cmp-inst-cr0-live.ll
test/CodeGen/PowerPC/opt-li-add-to-addi.ll
test/CodeGen/PowerPC/opt-sub-inst-cr0-live.mir
test/CodeGen/PowerPC/p8-isel-sched.ll
test/CodeGen/PowerPC/p9-vinsert-vextract.ll
test/CodeGen/PowerPC/peephole-align.ll
test/CodeGen/PowerPC/ppc-empty-fs.ll
test/CodeGen/PowerPC/ppc-label.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc-shrink-wrapping.ll
test/CodeGen/PowerPC/ppc32-pic-large.ll
test/CodeGen/PowerPC/ppc32-vacopy.ll
test/CodeGen/PowerPC/ppc64-P9-vabsd.ll
test/CodeGen/PowerPC/ppc64-align-long-double.ll
test/CodeGen/PowerPC/ppc64-byval-align.ll
test/CodeGen/PowerPC/ppc64-func-desc-hoist.ll
test/CodeGen/PowerPC/ppc64-gep-opt.ll
test/CodeGen/PowerPC/ppc64-sibcall.ll
test/CodeGen/PowerPC/ppcf128-endian.ll
test/CodeGen/PowerPC/pr15632.ll
test/CodeGen/PowerPC/pr17168.ll
test/CodeGen/PowerPC/pr24546.ll
test/CodeGen/PowerPC/pr27078.ll
test/CodeGen/PowerPC/pr27350.ll
test/CodeGen/PowerPC/pr30715.ll
test/CodeGen/PowerPC/pr33093.ll
test/CodeGen/PowerPC/pr33547.ll [new file with mode: 0644]
test/CodeGen/PowerPC/pr35402.ll [new file with mode: 0644]
test/CodeGen/PowerPC/pr35688.ll [new file with mode: 0644]
test/CodeGen/PowerPC/pr36068.ll [new file with mode: 0644]
test/CodeGen/PowerPC/pr36292.ll [new file with mode: 0644]
test/CodeGen/PowerPC/preincprep-i64-check.ll [new file with mode: 0644]
test/CodeGen/PowerPC/pwr7-gt-nop.ll
test/CodeGen/PowerPC/qpx-bv-sint.ll
test/CodeGen/PowerPC/qpx-recipest.ll
test/CodeGen/PowerPC/quadint-return.ll
test/CodeGen/PowerPC/resolvefi-basereg.ll
test/CodeGen/PowerPC/resolvefi-disp.ll
test/CodeGen/PowerPC/rlwinm-zero-ext.ll
test/CodeGen/PowerPC/rlwinm_rldicl_to_andi.mir [new file with mode: 0644]
test/CodeGen/PowerPC/save-cr-ppc32svr4.ll
test/CodeGen/PowerPC/save-crbp-ppc32svr4.ll
test/CodeGen/PowerPC/scavenging.mir
test/CodeGen/PowerPC/select-addrRegRegOnly.ll
test/CodeGen/PowerPC/select-i1-vs-i1.ll
test/CodeGen/PowerPC/select_const.ll
test/CodeGen/PowerPC/setcc-logic.ll
test/CodeGen/PowerPC/shift128.ll
test/CodeGen/PowerPC/signbit-shift.ll [new file with mode: 0644]
test/CodeGen/PowerPC/simplifyConstCmpToISEL.ll
test/CodeGen/PowerPC/spe.ll [new file with mode: 0644]
test/CodeGen/PowerPC/store-constant.ll
test/CodeGen/PowerPC/store_fptoi.ll [new file with mode: 0644]
test/CodeGen/PowerPC/structsinmem.ll
test/CodeGen/PowerPC/structsinregs.ll
test/CodeGen/PowerPC/stwu8.ll
test/CodeGen/PowerPC/swaps-le-1.ll
test/CodeGen/PowerPC/swaps-le-6.ll
test/CodeGen/PowerPC/swaps-le-7.ll
test/CodeGen/PowerPC/tail-dup-layout.ll
test/CodeGen/PowerPC/tailcall-string-rvo.ll
test/CodeGen/PowerPC/test-and-cmp-folding.ll [new file with mode: 0644]
test/CodeGen/PowerPC/testBitReverse.ll
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
test/CodeGen/PowerPC/testComparesigesi.ll
test/CodeGen/PowerPC/testComparesigesll.ll
test/CodeGen/PowerPC/testComparesigess.ll
test/CodeGen/PowerPC/testComparesilesc.ll
test/CodeGen/PowerPC/testComparesilesi.ll
test/CodeGen/PowerPC/testComparesilesll.ll
test/CodeGen/PowerPC/testComparesiless.ll
test/CodeGen/PowerPC/testComparesinesll.ll
test/CodeGen/PowerPC/testComparesineuc.ll
test/CodeGen/PowerPC/testComparesineull.ll
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
test/CodeGen/PowerPC/testComparesllgesi.ll
test/CodeGen/PowerPC/testComparesllgesll.ll
test/CodeGen/PowerPC/testComparesllgess.ll
test/CodeGen/PowerPC/testCompareslllesc.ll
test/CodeGen/PowerPC/testCompareslllesi.ll
test/CodeGen/PowerPC/testCompareslllesll.ll
test/CodeGen/PowerPC/testComparesllless.ll
test/CodeGen/PowerPC/testComparesllnesll.ll
test/CodeGen/PowerPC/testComparesllneull.ll
test/CodeGen/PowerPC/tls-pie-xform.ll [new file with mode: 0644]
test/CodeGen/PowerPC/tls.ll
test/CodeGen/PowerPC/tls_get_addr_fence1.mir
test/CodeGen/PowerPC/tls_get_addr_fence2.mir
test/CodeGen/PowerPC/toc-float.ll [new file with mode: 0644]
test/CodeGen/PowerPC/toc-load-sched-bug.ll
test/CodeGen/PowerPC/trunc-srl-load.ll [new file with mode: 0644]
test/CodeGen/PowerPC/unal-altivec.ll
test/CodeGen/PowerPC/unal-vec-ldst.ll
test/CodeGen/PowerPC/unal-vec-negarith.ll
test/CodeGen/PowerPC/unaligned.ll
test/CodeGen/PowerPC/unwind-dw2-g.ll
test/CodeGen/PowerPC/vec_extract_p9_2.ll
test/CodeGen/PowerPC/vec_rotate_shift.ll
test/CodeGen/PowerPC/vselect-constants.ll
test/CodeGen/PowerPC/vsx-p9.ll
test/CodeGen/PowerPC/vsx.ll
test/CodeGen/PowerPC/vsxD-Form-spills.ll
test/CodeGen/PowerPC/vsx_insert_extract_le.ll
test/CodeGen/PowerPC/vsx_scalar_ld_st.ll
test/CodeGen/RISCV/addc-adde-sube-subc.ll
test/CodeGen/RISCV/align.ll [new file with mode: 0644]
test/CodeGen/RISCV/alloca.ll
test/CodeGen/RISCV/alu32.ll
test/CodeGen/RISCV/analyze-branch.ll [new file with mode: 0644]
test/CodeGen/RISCV/arith-with-overflow.ll [new file with mode: 0644]
test/CodeGen/RISCV/atomic-cmpxchg.ll [new file with mode: 0644]
test/CodeGen/RISCV/atomic-fence.ll [new file with mode: 0644]
test/CodeGen/RISCV/atomic-load-store.ll [new file with mode: 0644]
test/CodeGen/RISCV/atomic-rmw.ll [new file with mode: 0644]
test/CodeGen/RISCV/bare-select.ll
test/CodeGen/RISCV/blockaddress.ll
test/CodeGen/RISCV/branch-relaxation.ll [new file with mode: 0644]
test/CodeGen/RISCV/branch.ll
test/CodeGen/RISCV/bswap-ctlz-cttz-ctpop.ll
test/CodeGen/RISCV/byval.ll
test/CodeGen/RISCV/calling-conv-sext-zext.ll
test/CodeGen/RISCV/calling-conv.ll
test/CodeGen/RISCV/calls.ll
test/CodeGen/RISCV/compress-inline-asm.ll [new file with mode: 0644]
test/CodeGen/RISCV/compress.ll [new file with mode: 0644]
test/CodeGen/RISCV/disable-tail-calls.ll [new file with mode: 0644]
test/CodeGen/RISCV/div.ll
test/CodeGen/RISCV/double-arith.ll [new file with mode: 0644]
test/CodeGen/RISCV/double-br-fcmp.ll [new file with mode: 0644]
test/CodeGen/RISCV/double-calling-conv.ll [new file with mode: 0644]
test/CodeGen/RISCV/double-convert.ll [new file with mode: 0644]
test/CodeGen/RISCV/double-fcmp.ll [new file with mode: 0644]
test/CodeGen/RISCV/double-imm.ll [new file with mode: 0644]
test/CodeGen/RISCV/double-intrinsics.ll [new file with mode: 0644]
test/CodeGen/RISCV/double-mem.ll [new file with mode: 0644]
test/CodeGen/RISCV/double-previous-failure.ll [new file with mode: 0644]
test/CodeGen/RISCV/double-select-fcmp.ll [new file with mode: 0644]
test/CodeGen/RISCV/double-stack-spill-restore.ll [new file with mode: 0644]
test/CodeGen/RISCV/float-arith.ll [new file with mode: 0644]
test/CodeGen/RISCV/float-br-fcmp.ll [new file with mode: 0644]
test/CodeGen/RISCV/float-convert.ll [new file with mode: 0644]
test/CodeGen/RISCV/float-fcmp.ll [new file with mode: 0644]
test/CodeGen/RISCV/float-imm.ll [new file with mode: 0644]
test/CodeGen/RISCV/float-mem.ll [new file with mode: 0644]
test/CodeGen/RISCV/float-select-fcmp.ll [new file with mode: 0644]
test/CodeGen/RISCV/fp128.ll
test/CodeGen/RISCV/frame.ll
test/CodeGen/RISCV/frameaddr-returnaddr.ll [new file with mode: 0644]
test/CodeGen/RISCV/get-setcc-result-type.ll [new file with mode: 0644]
test/CodeGen/RISCV/hoist-global-addr-base.ll [new file with mode: 0644]
test/CodeGen/RISCV/i32-icmp.ll
test/CodeGen/RISCV/imm-cse.ll [new file with mode: 0644]
test/CodeGen/RISCV/imm.ll
test/CodeGen/RISCV/indirectbr.ll
test/CodeGen/RISCV/init-array.ll [new file with mode: 0644]
test/CodeGen/RISCV/inline-asm.ll [new file with mode: 0644]
test/CodeGen/RISCV/interrupt-attr-args-error.ll [new file with mode: 0644]
test/CodeGen/RISCV/interrupt-attr-invalid.ll [new file with mode: 0644]
test/CodeGen/RISCV/interrupt-attr-nocall.ll [new file with mode: 0644]
test/CodeGen/RISCV/interrupt-attr-ret-error.ll [new file with mode: 0644]
test/CodeGen/RISCV/interrupt-attr.ll [new file with mode: 0644]
test/CodeGen/RISCV/jumptable.ll
test/CodeGen/RISCV/large-stack.ll [new file with mode: 0644]
test/CodeGen/RISCV/lsr-legaladdimm.ll [new file with mode: 0644]
test/CodeGen/RISCV/mem.ll
test/CodeGen/RISCV/mul.ll
test/CodeGen/RISCV/musttail-call.ll [new file with mode: 0644]
test/CodeGen/RISCV/option-norvc.ll [new file with mode: 0644]
test/CodeGen/RISCV/option-rvc.ll [new file with mode: 0644]
test/CodeGen/RISCV/rem.ll
test/CodeGen/RISCV/remat.ll [new file with mode: 0644]
test/CodeGen/RISCV/rotl-rotr.ll
test/CodeGen/RISCV/select-cc.ll
test/CodeGen/RISCV/sext-zext-trunc.ll
test/CodeGen/RISCV/shifts.ll
test/CodeGen/RISCV/tail-calls.ll [new file with mode: 0644]
test/CodeGen/RISCV/vararg.ll [new file with mode: 0644]
test/CodeGen/RISCV/wide-mem.ll
test/CodeGen/RISCV/zext-with-load-is-free.ll [new file with mode: 0644]
test/CodeGen/SPARC/2011-01-11-FrameAddr.ll
test/CodeGen/SPARC/32abi.ll
test/CodeGen/SPARC/64abi.ll
test/CodeGen/SPARC/64cond.ll
test/CodeGen/SPARC/LeonReplaceSDIVPassUT.ll [deleted file]
test/CodeGen/SPARC/atomics.ll
test/CodeGen/SPARC/imm.ll [new file with mode: 0644]
test/CodeGen/SPARC/inlineasm-bad.ll [new file with mode: 0644]
test/CodeGen/SPARC/inlineasm-v9.ll
test/CodeGen/SPARC/inlineasm.ll
test/CodeGen/SPARC/pic.ll [new file with mode: 0644]
test/CodeGen/SPARC/rem.ll
test/CodeGen/SPARC/soft-float.ll
test/CodeGen/SPARC/soft-mul-div.ll
test/CodeGen/SPARC/stack-align.ll
test/CodeGen/SPARC/tls.ll
test/CodeGen/SPARC/trap.ll
test/CodeGen/SPARC/varargs-v8.ll [new file with mode: 0644]
test/CodeGen/SPARC/vector-extract-elt.ll
test/CodeGen/SystemZ/Large/branch-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/Large/lit.local.cfg
test/CodeGen/SystemZ/RAbasic-invalid-LR-update.mir
test/CodeGen/SystemZ/addr-01.ll
test/CodeGen/SystemZ/addr-02.ll
test/CodeGen/SystemZ/addr-03.ll
test/CodeGen/SystemZ/alias-01.ll
test/CodeGen/SystemZ/and-01.ll
test/CodeGen/SystemZ/and-03.ll
test/CodeGen/SystemZ/and-05.ll
test/CodeGen/SystemZ/and-06.ll
test/CodeGen/SystemZ/and-08.ll
test/CodeGen/SystemZ/anyregcc-novec.ll [new file with mode: 0644]
test/CodeGen/SystemZ/anyregcc-vec.ll [new file with mode: 0644]
test/CodeGen/SystemZ/anyregcc.ll [new file with mode: 0644]
test/CodeGen/SystemZ/asm-18.ll
test/CodeGen/SystemZ/asm-19.ll [new file with mode: 0644]
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/backchain.ll
test/CodeGen/SystemZ/branch-02.ll
test/CodeGen/SystemZ/branch-03.ll
test/CodeGen/SystemZ/branch-04.ll
test/CodeGen/SystemZ/branch-06.ll
test/CodeGen/SystemZ/branch-07.ll
test/CodeGen/SystemZ/branch-08.ll
test/CodeGen/SystemZ/branch-folder-hoist-livein.mir [new file with mode: 0644]
test/CodeGen/SystemZ/bswap-02.ll
test/CodeGen/SystemZ/bswap-03.ll
test/CodeGen/SystemZ/bswap-04.ll
test/CodeGen/SystemZ/bswap-05.ll
test/CodeGen/SystemZ/bswap-06.ll
test/CodeGen/SystemZ/bswap-07.ll
test/CodeGen/SystemZ/cc-liveness.ll [new file with mode: 0644]
test/CodeGen/SystemZ/clear-liverange-spillreg.mir
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-06.ll
test/CodeGen/SystemZ/codegenprepare-splitstore.ll [new file with mode: 0644]
test/CodeGen/SystemZ/cond-load-01.ll
test/CodeGen/SystemZ/cond-load-02.ll
test/CodeGen/SystemZ/cond-load-03.ll
test/CodeGen/SystemZ/cond-move-02.ll
test/CodeGen/SystemZ/cond-move-04.mir
test/CodeGen/SystemZ/cond-move-05.mir
test/CodeGen/SystemZ/cond-store-01.ll
test/CodeGen/SystemZ/cond-store-02.ll
test/CodeGen/SystemZ/cond-store-03.ll
test/CodeGen/SystemZ/cond-store-04.ll
test/CodeGen/SystemZ/cond-store-05.ll
test/CodeGen/SystemZ/cond-store-06.ll
test/CodeGen/SystemZ/cond-store-07.ll
test/CodeGen/SystemZ/cond-store-08.ll
test/CodeGen/SystemZ/dag-combine-02.ll
test/CodeGen/SystemZ/dag-combine-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/dag-combine-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-abs-01.ll
test/CodeGen/SystemZ/fp-abs-02.ll
test/CodeGen/SystemZ/fp-abs-03.ll
test/CodeGen/SystemZ/fp-abs-04.ll
test/CodeGen/SystemZ/fp-add-01.ll
test/CodeGen/SystemZ/fp-add-02.ll
test/CodeGen/SystemZ/fp-add-03.ll
test/CodeGen/SystemZ/fp-cmp-01.ll
test/CodeGen/SystemZ/fp-cmp-02.ll
test/CodeGen/SystemZ/fp-cmp-03.ll
test/CodeGen/SystemZ/fp-cmp-04.ll
test/CodeGen/SystemZ/fp-cmp-07.mir
test/CodeGen/SystemZ/fp-conv-01.ll
test/CodeGen/SystemZ/fp-conv-02.ll
test/CodeGen/SystemZ/fp-conv-03.ll
test/CodeGen/SystemZ/fp-conv-04.ll
test/CodeGen/SystemZ/fp-conv-09.ll
test/CodeGen/SystemZ/fp-conv-10.ll
test/CodeGen/SystemZ/fp-conv-11.ll
test/CodeGen/SystemZ/fp-conv-12.ll
test/CodeGen/SystemZ/fp-conv-14.ll
test/CodeGen/SystemZ/fp-conv-16.ll
test/CodeGen/SystemZ/fp-conv-17.mir
test/CodeGen/SystemZ/fp-copysign-01.ll
test/CodeGen/SystemZ/fp-div-01.ll
test/CodeGen/SystemZ/fp-div-02.ll
test/CodeGen/SystemZ/fp-div-03.ll
test/CodeGen/SystemZ/fp-move-01.ll
test/CodeGen/SystemZ/fp-move-02.ll
test/CodeGen/SystemZ/fp-move-03.ll
test/CodeGen/SystemZ/fp-move-04.ll
test/CodeGen/SystemZ/fp-move-05.ll
test/CodeGen/SystemZ/fp-move-09.ll
test/CodeGen/SystemZ/fp-move-12.ll
test/CodeGen/SystemZ/fp-move-13.ll
test/CodeGen/SystemZ/fp-mul-01.ll
test/CodeGen/SystemZ/fp-mul-02.ll
test/CodeGen/SystemZ/fp-mul-03.ll
test/CodeGen/SystemZ/fp-mul-04.ll
test/CodeGen/SystemZ/fp-mul-05.ll
test/CodeGen/SystemZ/fp-mul-06.ll
test/CodeGen/SystemZ/fp-mul-07.ll
test/CodeGen/SystemZ/fp-mul-08.ll
test/CodeGen/SystemZ/fp-mul-09.ll
test/CodeGen/SystemZ/fp-neg-01.ll
test/CodeGen/SystemZ/fp-neg-02.ll
test/CodeGen/SystemZ/fp-round-01.ll
test/CodeGen/SystemZ/fp-round-02.ll
test/CodeGen/SystemZ/fp-round-03.ll
test/CodeGen/SystemZ/fp-sqrt-01.ll
test/CodeGen/SystemZ/fp-sqrt-02.ll
test/CodeGen/SystemZ/fp-sqrt-03.ll
test/CodeGen/SystemZ/fp-sub-01.ll
test/CodeGen/SystemZ/fp-sub-02.ll
test/CodeGen/SystemZ/fp-sub-03.ll
test/CodeGen/SystemZ/frame-02.ll
test/CodeGen/SystemZ/frame-03.ll
test/CodeGen/SystemZ/frame-04.ll
test/CodeGen/SystemZ/frame-05.ll
test/CodeGen/SystemZ/frame-06.ll
test/CodeGen/SystemZ/frame-07.ll
test/CodeGen/SystemZ/frame-08.ll
test/CodeGen/SystemZ/frame-09.ll
test/CodeGen/SystemZ/frame-13.ll
test/CodeGen/SystemZ/frame-14.ll
test/CodeGen/SystemZ/frame-15.ll
test/CodeGen/SystemZ/frame-16.ll
test/CodeGen/SystemZ/frame-17.ll
test/CodeGen/SystemZ/frame-18.ll
test/CodeGen/SystemZ/hoist-const-stores.ll [new file with mode: 0644]
test/CodeGen/SystemZ/insert-01.ll
test/CodeGen/SystemZ/insert-02.ll
test/CodeGen/SystemZ/insert-05.ll
test/CodeGen/SystemZ/insert-06.ll
test/CodeGen/SystemZ/int-add-01.ll
test/CodeGen/SystemZ/int-add-02.ll
test/CodeGen/SystemZ/int-add-03.ll
test/CodeGen/SystemZ/int-add-04.ll
test/CodeGen/SystemZ/int-add-05.ll
test/CodeGen/SystemZ/int-add-08.ll
test/CodeGen/SystemZ/int-add-09.ll
test/CodeGen/SystemZ/int-add-10.ll
test/CodeGen/SystemZ/int-add-11.ll
test/CodeGen/SystemZ/int-add-12.ll
test/CodeGen/SystemZ/int-cmp-01.ll
test/CodeGen/SystemZ/int-cmp-02.ll
test/CodeGen/SystemZ/int-cmp-03.ll
test/CodeGen/SystemZ/int-cmp-04.ll
test/CodeGen/SystemZ/int-cmp-05.ll
test/CodeGen/SystemZ/int-cmp-06.ll
test/CodeGen/SystemZ/int-cmp-07.ll
test/CodeGen/SystemZ/int-cmp-08.ll
test/CodeGen/SystemZ/int-cmp-15.ll
test/CodeGen/SystemZ/int-cmp-16.ll
test/CodeGen/SystemZ/int-cmp-17.ll
test/CodeGen/SystemZ/int-cmp-18.ll
test/CodeGen/SystemZ/int-cmp-19.ll
test/CodeGen/SystemZ/int-cmp-20.ll
test/CodeGen/SystemZ/int-cmp-21.ll
test/CodeGen/SystemZ/int-cmp-22.ll
test/CodeGen/SystemZ/int-cmp-23.ll
test/CodeGen/SystemZ/int-cmp-24.ll
test/CodeGen/SystemZ/int-cmp-25.ll
test/CodeGen/SystemZ/int-cmp-26.ll
test/CodeGen/SystemZ/int-cmp-27.ll
test/CodeGen/SystemZ/int-cmp-28.ll
test/CodeGen/SystemZ/int-cmp-29.ll
test/CodeGen/SystemZ/int-cmp-30.ll
test/CodeGen/SystemZ/int-cmp-31.ll
test/CodeGen/SystemZ/int-cmp-32.ll
test/CodeGen/SystemZ/int-cmp-33.ll
test/CodeGen/SystemZ/int-cmp-34.ll
test/CodeGen/SystemZ/int-cmp-35.ll
test/CodeGen/SystemZ/int-cmp-36.ll
test/CodeGen/SystemZ/int-cmp-37.ll
test/CodeGen/SystemZ/int-cmp-38.ll
test/CodeGen/SystemZ/int-cmp-39.ll
test/CodeGen/SystemZ/int-cmp-40.ll
test/CodeGen/SystemZ/int-cmp-41.ll
test/CodeGen/SystemZ/int-cmp-42.ll
test/CodeGen/SystemZ/int-cmp-43.ll
test/CodeGen/SystemZ/int-cmp-44.ll
test/CodeGen/SystemZ/int-cmp-45.ll
test/CodeGen/SystemZ/int-cmp-48.ll
test/CodeGen/SystemZ/int-cmp-55.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-conv-01.ll
test/CodeGen/SystemZ/int-conv-02.ll
test/CodeGen/SystemZ/int-conv-03.ll
test/CodeGen/SystemZ/int-conv-04.ll
test/CodeGen/SystemZ/int-conv-05.ll
test/CodeGen/SystemZ/int-conv-06.ll
test/CodeGen/SystemZ/int-conv-07.ll
test/CodeGen/SystemZ/int-conv-08.ll
test/CodeGen/SystemZ/int-conv-09.ll
test/CodeGen/SystemZ/int-conv-10.ll
test/CodeGen/SystemZ/int-conv-11.ll
test/CodeGen/SystemZ/int-conv-12.ll
test/CodeGen/SystemZ/int-conv-13.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-move-02.ll
test/CodeGen/SystemZ/int-move-03.ll
test/CodeGen/SystemZ/int-move-08.ll
test/CodeGen/SystemZ/int-move-09.ll
test/CodeGen/SystemZ/int-mul-01.ll
test/CodeGen/SystemZ/int-mul-02.ll
test/CodeGen/SystemZ/int-mul-03.ll
test/CodeGen/SystemZ/int-mul-04.ll
test/CodeGen/SystemZ/int-mul-08.ll
test/CodeGen/SystemZ/int-mul-10.ll
test/CodeGen/SystemZ/int-sadd-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-sadd-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-sadd-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-sadd-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-sadd-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-sadd-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-sadd-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-sadd-08.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-sadd-09.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-ssub-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-ssub-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-ssub-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-ssub-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-ssub-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-ssub-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-ssub-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-ssub-08.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-ssub-09.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-sub-01.ll
test/CodeGen/SystemZ/int-sub-02.ll
test/CodeGen/SystemZ/int-sub-03.ll
test/CodeGen/SystemZ/int-sub-04.ll
test/CodeGen/SystemZ/int-sub-05.ll
test/CodeGen/SystemZ/int-sub-06.ll
test/CodeGen/SystemZ/int-sub-07.ll
test/CodeGen/SystemZ/int-uadd-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-uadd-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-uadd-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-uadd-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-uadd-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-uadd-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-uadd-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-uadd-08.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-uadd-09.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-uadd-10.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-uadd-11.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-usub-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-usub-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-usub-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-usub-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-usub-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-usub-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-usub-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-usub-08.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-usub-09.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-usub-10.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-usub-11.ll [new file with mode: 0644]
test/CodeGen/SystemZ/ipra-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/ipra.ll [new file with mode: 0644]
test/CodeGen/SystemZ/knownbits-intrinsics-binop.ll [new file with mode: 0644]
test/CodeGen/SystemZ/knownbits-intrinsics-unpack.ll [new file with mode: 0644]
test/CodeGen/SystemZ/knownbits.ll [new file with mode: 0644]
test/CodeGen/SystemZ/load-and-test.mir [new file with mode: 0644]
test/CodeGen/SystemZ/loop-01.ll
test/CodeGen/SystemZ/loop-02.ll
test/CodeGen/SystemZ/loop-03.ll
test/CodeGen/SystemZ/loop-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/lower-copy-undef-src.mir
test/CodeGen/SystemZ/memchr-01.ll
test/CodeGen/SystemZ/memcmp-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/memcpy-01.ll
test/CodeGen/SystemZ/memcpy-02.ll
test/CodeGen/SystemZ/memset-01.ll
test/CodeGen/SystemZ/memset-02.ll
test/CodeGen/SystemZ/memset-03.ll
test/CodeGen/SystemZ/memset-04.ll
test/CodeGen/SystemZ/multiselect.ll [new file with mode: 0644]
test/CodeGen/SystemZ/no-postra-sink.mir [new file with mode: 0644]
test/CodeGen/SystemZ/or-01.ll
test/CodeGen/SystemZ/or-03.ll
test/CodeGen/SystemZ/or-05.ll
test/CodeGen/SystemZ/or-06.ll
test/CodeGen/SystemZ/or-08.ll
test/CodeGen/SystemZ/patchpoint-invoke.ll [new file with mode: 0644]
test/CodeGen/SystemZ/patchpoint.ll [new file with mode: 0644]
test/CodeGen/SystemZ/pr32505.ll
test/CodeGen/SystemZ/pr36164.ll [new file with mode: 0644]
test/CodeGen/SystemZ/regalloc-fast-invalid-kill-flag.mir
test/CodeGen/SystemZ/selectcc-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/setcc-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/setcc-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/shift-01.ll
test/CodeGen/SystemZ/shift-02.ll
test/CodeGen/SystemZ/shift-03.ll
test/CodeGen/SystemZ/shift-04.ll
test/CodeGen/SystemZ/shift-05.ll
test/CodeGen/SystemZ/shift-06.ll
test/CodeGen/SystemZ/shift-07.ll
test/CodeGen/SystemZ/shift-08.ll
test/CodeGen/SystemZ/signbits-intrinsics-binop.ll [new file with mode: 0644]
test/CodeGen/SystemZ/signbits-intrinsics-unpack.ll [new file with mode: 0644]
test/CodeGen/SystemZ/signbits.ll [new file with mode: 0644]
test/CodeGen/SystemZ/spill-01.ll
test/CodeGen/SystemZ/stack-size-section.ll [new file with mode: 0644]
test/CodeGen/SystemZ/stackmap-nops.ll [new file with mode: 0644]
test/CodeGen/SystemZ/stackmap-shadow-optimization.ll [new file with mode: 0644]
test/CodeGen/SystemZ/stackmap.ll [new file with mode: 0644]
test/CodeGen/SystemZ/store_nonbytesized_vecs.ll [new file with mode: 0644]
test/CodeGen/SystemZ/strcpy-01.ll
test/CodeGen/SystemZ/strcpy-nobuiltin.ll
test/CodeGen/SystemZ/tail-call-mem-intrinsics.ll
test/CodeGen/SystemZ/unaligned-01.ll
test/CodeGen/SystemZ/vec-cmp-cmp-logic-select.ll
test/CodeGen/SystemZ/vec-intrinsics-01.ll
test/CodeGen/SystemZ/vec-intrinsics-02.ll
test/CodeGen/SystemZ/vec-load-element.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-move-17.ll
test/CodeGen/SystemZ/vec-sub-01.ll
test/CodeGen/SystemZ/vec-trunc-to-i1.ll
test/CodeGen/SystemZ/xor-01.ll
test/CodeGen/SystemZ/xor-03.ll
test/CodeGen/SystemZ/xor-05.ll
test/CodeGen/SystemZ/xor-06.ll
test/CodeGen/SystemZ/xor-08.ll
test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll
test/CodeGen/Thumb/PR35481.ll [new file with mode: 0644]
test/CodeGen/Thumb/PR36658.mir [new file with mode: 0644]
test/CodeGen/Thumb/bic_imm.ll
test/CodeGen/Thumb/branchless-cmp.ll
test/CodeGen/Thumb/constants.ll
test/CodeGen/Thumb/dyn-stackalloc.ll
test/CodeGen/Thumb/frame-access.ll [new file with mode: 0644]
test/CodeGen/Thumb/i8-phi-ext.ll [new file with mode: 0644]
test/CodeGen/Thumb/ldm-stm-base-materialization-thumb2.ll
test/CodeGen/Thumb/ldm-stm-base-materialization.ll
test/CodeGen/Thumb/long-setcc.ll
test/CodeGen/Thumb/long.ll
test/CodeGen/Thumb/machine-cse-physreg.mir
test/CodeGen/Thumb/mvn.ll [new file with mode: 0644]
test/CodeGen/Thumb/pr35836.ll [new file with mode: 0644]
test/CodeGen/Thumb/pr35836_2.ll [new file with mode: 0644]
test/CodeGen/Thumb/shift-and.ll [new file with mode: 0644]
test/CodeGen/Thumb/stack-coloring-without-frame-ptr.ll
test/CodeGen/Thumb/stm-scavenging.ll [new file with mode: 0644]
test/CodeGen/Thumb/tbb-reuse.mir
test/CodeGen/Thumb/thumb-shrink-wrapping.ll
test/CodeGen/Thumb/thumb1-cmp.ll [new file with mode: 0644]
test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug.ll
test/CodeGen/Thumb2/2010-03-15-AsmCCClobber.ll
test/CodeGen/Thumb2/2010-06-14-NEONCoalescer.ll
test/CodeGen/Thumb2/2010-11-22-EpilogueBug.ll
test/CodeGen/Thumb2/2012-01-13-CBNZBug.ll
test/CodeGen/Thumb2/aapcs.ll
test/CodeGen/Thumb2/cmp-frame.ll [new file with mode: 0644]
test/CodeGen/Thumb2/cross-rc-coalescing-2.ll
test/CodeGen/Thumb2/float-cmp.ll
test/CodeGen/Thumb2/ifcvt-neon-deprecated.mir
test/CodeGen/Thumb2/ifcvt-no-branch-predictor.ll
test/CodeGen/Thumb2/t2sizereduction.mir
test/CodeGen/Thumb2/tbb-removeadd.mir
test/CodeGen/Thumb2/thumb2-cmn.ll
test/CodeGen/Thumb2/thumb2-cmn2.ll
test/CodeGen/Thumb2/thumb2-cmp.ll
test/CodeGen/Thumb2/thumb2-ifcvt2.ll
test/CodeGen/Thumb2/thumb2-jtb.ll
test/CodeGen/Thumb2/thumb2-select_xform.ll
test/CodeGen/Thumb2/thumb2-spill-q.ll
test/CodeGen/Thumb2/thumb2-teq.ll
test/CodeGen/Thumb2/thumb2-teq2.ll
test/CodeGen/Thumb2/thumb2-tst.ll
test/CodeGen/Thumb2/thumb2-tst2.ll
test/CodeGen/Thumb2/thumb2-uxtb.ll
test/CodeGen/WebAssembly/add-prototypes.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/address-offsets.ll
test/CodeGen/WebAssembly/atomic-mem-consistency.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/atomic-rmw.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/byval.ll
test/CodeGen/WebAssembly/call.ll
test/CodeGen/WebAssembly/cfg-stackify.ll
test/CodeGen/WebAssembly/cfi.ll
test/CodeGen/WebAssembly/comdat.ll [deleted file]
test/CodeGen/WebAssembly/comparisons_f32.ll
test/CodeGen/WebAssembly/comparisons_f64.ll
test/CodeGen/WebAssembly/comparisons_i32.ll
test/CodeGen/WebAssembly/comparisons_i64.ll
test/CodeGen/WebAssembly/conv-trap.ll
test/CodeGen/WebAssembly/conv.ll
test/CodeGen/WebAssembly/copysign-casts.ll
test/CodeGen/WebAssembly/cpus.ll
test/CodeGen/WebAssembly/custom-sections.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/dbgvalue.ll
test/CodeGen/WebAssembly/dead-vreg.ll
test/CodeGen/WebAssembly/divrem-constant.ll
test/CodeGen/WebAssembly/exception.ll
test/CodeGen/WebAssembly/explicit-locals.mir [new file with mode: 0644]
test/CodeGen/WebAssembly/f16.ll
test/CodeGen/WebAssembly/f32.ll
test/CodeGen/WebAssembly/f64.ll
test/CodeGen/WebAssembly/fast-isel-br-i1.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/fast-isel-i24.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/fast-isel-i256.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/fast-isel-noreg.ll
test/CodeGen/WebAssembly/fast-isel.ll
test/CodeGen/WebAssembly/frem.ll
test/CodeGen/WebAssembly/func.ll
test/CodeGen/WebAssembly/function-bitcasts-varargs.ll
test/CodeGen/WebAssembly/function-bitcasts.ll
test/CodeGen/WebAssembly/global.ll
test/CodeGen/WebAssembly/globl.ll
test/CodeGen/WebAssembly/i128-returned.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/i128.ll
test/CodeGen/WebAssembly/i32-load-store-alignment.ll
test/CodeGen/WebAssembly/i32.ll
test/CodeGen/WebAssembly/i64-load-store-alignment.ll
test/CodeGen/WebAssembly/i64.ll
test/CodeGen/WebAssembly/ident.ll
test/CodeGen/WebAssembly/immediates.ll
test/CodeGen/WebAssembly/implicit-def.ll
test/CodeGen/WebAssembly/import-module.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/inline-asm-m.ll
test/CodeGen/WebAssembly/inline-asm.ll
test/CodeGen/WebAssembly/irreducible-cfg.ll
test/CodeGen/WebAssembly/legalize.ll
test/CodeGen/WebAssembly/libcalls.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/load-ext-atomic.ll
test/CodeGen/WebAssembly/load-ext.ll
test/CodeGen/WebAssembly/load-store-i1.ll
test/CodeGen/WebAssembly/load.ll
test/CodeGen/WebAssembly/lower-em-ehsjlj-options.ll
test/CodeGen/WebAssembly/lower-em-exceptions-whitelist.ll
test/CodeGen/WebAssembly/lower-em-exceptions.ll
test/CodeGen/WebAssembly/lower-em-sjlj.ll
test/CodeGen/WebAssembly/lower-global-dtors.ll
test/CodeGen/WebAssembly/main-declaration.ll
test/CodeGen/WebAssembly/main.ll
test/CodeGen/WebAssembly/mem-intrinsics.ll
test/CodeGen/WebAssembly/memory-addr32.ll
test/CodeGen/WebAssembly/muloti4.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/negative-base-reg.ll
test/CodeGen/WebAssembly/non-executable-stack.ll
test/CodeGen/WebAssembly/offset-atomics.ll
test/CodeGen/WebAssembly/offset-fastisel.ll
test/CodeGen/WebAssembly/offset-folding.ll
test/CodeGen/WebAssembly/offset.ll
test/CodeGen/WebAssembly/phi.ll
test/CodeGen/WebAssembly/reg-stackify.ll
test/CodeGen/WebAssembly/return-int32.ll
test/CodeGen/WebAssembly/return-void.ll
test/CodeGen/WebAssembly/returned.ll
test/CodeGen/WebAssembly/select.ll
test/CodeGen/WebAssembly/signext-arg.ll
test/CodeGen/WebAssembly/signext-inreg.ll
test/CodeGen/WebAssembly/signext-zeroext.ll
test/CodeGen/WebAssembly/simd-arith.ll
test/CodeGen/WebAssembly/stack-alignment.ll
test/CodeGen/WebAssembly/store-trunc-atomic.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/store-trunc.ll
test/CodeGen/WebAssembly/store.ll
test/CodeGen/WebAssembly/switch.ll
test/CodeGen/WebAssembly/tls.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/umulo-i64.ll
test/CodeGen/WebAssembly/unreachable.ll
test/CodeGen/WebAssembly/unsupported-function-bitcasts.ll
test/CodeGen/WebAssembly/unused-argument.ll
test/CodeGen/WebAssembly/userstack.ll
test/CodeGen/WebAssembly/varargs.ll
test/CodeGen/WebAssembly/vector-sdiv.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/vtable.ll
test/CodeGen/WebAssembly/wasmehprepare.ll [new file with mode: 0644]
test/CodeGen/WinCFGuard/cfguard.ll [new file with mode: 0644]
test/CodeGen/WinCFGuard/lit.local.cfg [new file with mode: 0644]
test/CodeGen/WinEH/wineh-cloning.ll
test/CodeGen/X86/2006-03-01-InstrSchedBug.ll
test/CodeGen/X86/2006-11-17-IllegalMove.ll
test/CodeGen/X86/2007-05-15-maskmovq.ll
test/CodeGen/X86/2007-07-03-GR64ToVR64.ll
test/CodeGen/X86/2007-09-06-ExtWeakAliasee.ll
test/CodeGen/X86/2007-10-15-CoalescerCrash.ll
test/CodeGen/X86/2008-09-05-sinttofp-2xi32.ll
test/CodeGen/X86/2008-09-29-VolatileBug.ll
test/CodeGen/X86/2009-01-25-NoSSE.ll
test/CodeGen/X86/2009-02-26-MachineLICMBug.ll
test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll
test/CodeGen/X86/2009-10-19-atomic-cmp-eflags.ll
test/CodeGen/X86/2009-11-16-UnfoldMemOpBug.ll
test/CodeGen/X86/2010-02-19-TailCallRetAddrBug.ll
test/CodeGen/X86/2010-04-08-CoalescerBug.ll
test/CodeGen/X86/2010-04-21-CoalescerBug.ll
test/CodeGen/X86/2010-05-12-FastAllocKills.ll
test/CodeGen/X86/2010-05-25-DotDebugLoc.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-25-CoalescerSubRegDefDead.ll
test/CodeGen/X86/2010-09-17-SideEffectsInChain.ll
test/CodeGen/X86/2010-11-02-DbgParameter.ll
test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll
test/CodeGen/X86/2011-10-19-widen_vselect.ll
test/CodeGen/X86/2011-12-8-bitcastintprom.ll
test/CodeGen/X86/2012-01-10-UndefExceptionEdge.ll
test/CodeGen/X86/2012-01-12-extract-sv.ll
test/CodeGen/X86/2012-01-18-vbitcast.ll
test/CodeGen/X86/2012-04-26-sdglue.ll
test/CodeGen/X86/2012-08-16-setcc.ll
test/CodeGen/X86/3addr-16bit.ll
test/CodeGen/X86/3addr-or.ll
test/CodeGen/X86/3dnow-intrinsics.ll
test/CodeGen/X86/3dnow-schedule.ll
test/CodeGen/X86/GlobalISel/add-scalar.ll
test/CodeGen/X86/GlobalISel/ashr-scalar.ll [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/avoid-matchtable-crash.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/brcond.ll
test/CodeGen/X86/GlobalISel/callingconv.ll
test/CodeGen/X86/GlobalISel/ext-x86-64.ll
test/CodeGen/X86/GlobalISel/ext.ll
test/CodeGen/X86/GlobalISel/frameIndex.ll
test/CodeGen/X86/GlobalISel/gep.ll
test/CodeGen/X86/GlobalISel/inttoptr.ll [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/irtranslator-callingconv.ll
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-ashr-scalar.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/legalize-brcond.mir
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
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-lshr-scalar.mir [new file with mode: 0644]
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
test/CodeGen/X86/GlobalISel/legalize-shl-scalar.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
test/CodeGen/X86/GlobalISel/legalize-xor-scalar.mir
test/CodeGen/X86/GlobalISel/lshr-scalar.ll [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/ptrtoint.ll [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/regbankselect-AVX2.mir
test/CodeGen/X86/GlobalISel/regbankselect-AVX512.mir
test/CodeGen/X86/GlobalISel/regbankselect-X32.mir
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-ashr-scalar.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/select-blsi.mir
test/CodeGen/X86/GlobalISel/select-blsr.mir
test/CodeGen/X86/GlobalISel/select-br.mir
test/CodeGen/X86/GlobalISel/select-brcond.mir
test/CodeGen/X86/GlobalISel/select-cmp.mir
test/CodeGen/X86/GlobalISel/select-constant.mir
test/CodeGen/X86/GlobalISel/select-copy.mir
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
test/CodeGen/X86/GlobalISel/select-fdiv-scalar.mir
test/CodeGen/X86/GlobalISel/select-fmul-scalar.mir
test/CodeGen/X86/GlobalISel/select-fpext-scalar.mir
test/CodeGen/X86/GlobalISel/select-frameIndex.mir [deleted file]
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
test/CodeGen/X86/GlobalISel/select-leaf-constant.mir
test/CodeGen/X86/GlobalISel/select-lshr-scalar.mir [new file with mode: 0644]
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
test/CodeGen/X86/GlobalISel/select-shl-scalar.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
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/shl-scalar-widening.ll [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/shl-scalar.ll [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/x32-select-frameIndex.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/x86-legalize-GV.mir [moved from test/CodeGen/X86/GlobalISel/legalize-GV.mir with 57% similarity]
test/CodeGen/X86/GlobalISel/x86-legalize-inttoptr.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/x86-legalize-ptrtoint.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/x86-legalize-sdiv.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/x86-select-frameIndex.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/x86-select-inttoptr.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/x86-select-ptrtoint.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/x86-select-sdiv.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/x86_64-fallback.ll
test/CodeGen/X86/GlobalISel/x86_64-irtranslator.ll [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/x86_64-legalize-GV.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/x86_64-legalize-inttoptr.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/x86_64-legalize-ptrtoint.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/x86_64-legalize-sdiv.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/x86_64-legalize-sitofp.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/x86_64-legalize-zext.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/x86_64-select-frameIndex.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/x86_64-select-inttoptr.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/x86_64-select-ptrtoint.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/x86_64-select-sdiv.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/x86_64-select-sitofp.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/x86_64-select-zext.mir [new file with mode: 0644]
test/CodeGen/X86/MachineBranchProb.ll
test/CodeGen/X86/MachineSink-DbgValue.ll
test/CodeGen/X86/O0-pipeline.ll
test/CodeGen/X86/O3-pipeline.ll [new file with mode: 0644]
test/CodeGen/X86/PR34565.ll
test/CodeGen/X86/PR37310.mir [new file with mode: 0644]
test/CodeGen/X86/TruncAssertZext.ll
test/CodeGen/X86/add-i64.ll [new file with mode: 0644]
test/CodeGen/X86/add-sub-nsw-nuw.ll
test/CodeGen/X86/add.ll
test/CodeGen/X86/addcarry.ll
test/CodeGen/X86/addcarry2.ll [new file with mode: 0644]
test/CodeGen/X86/addrsig.ll [new file with mode: 0644]
test/CodeGen/X86/adx-schedule.ll
test/CodeGen/X86/aes-schedule.ll
test/CodeGen/X86/alias-gep.ll
test/CodeGen/X86/aliases.ll
test/CodeGen/X86/alignment-2.ll
test/CodeGen/X86/and-encoding.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/apm.ll
test/CodeGen/X86/arg-copy-elide.ll
test/CodeGen/X86/asm-reject-rex.ll [new file with mode: 0644]
test/CodeGen/X86/asm-reject-xmm16.ll [new file with mode: 0644]
test/CodeGen/X86/atom-shuf.ll
test/CodeGen/X86/atomic-eflags-reuse.ll
test/CodeGen/X86/atomic32.ll
test/CodeGen/X86/avg-mask.ll
test/CodeGen/X86/avg.ll
test/CodeGen/X86/avoid-sfb-kill-flags.mir [new file with mode: 0644]
test/CodeGen/X86/avoid-sfb-offset.mir [new file with mode: 0644]
test/CodeGen/X86/avoid-sfb-overlaps.ll [new file with mode: 0644]
test/CodeGen/X86/avoid-sfb.ll [new file with mode: 0644]
test/CodeGen/X86/avx-brcond.ll
test/CodeGen/X86/avx-cast.ll
test/CodeGen/X86/avx-cmp.ll
test/CodeGen/X86/avx-cvt.ll
test/CodeGen/X86/avx-cvttp2si.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-schedule.ll
test/CodeGen/X86/avx-splat.ll
test/CodeGen/X86/avx-vbroadcast.ll
test/CodeGen/X86/avx-vbroadcastf128.ll
test/CodeGen/X86/avx-vinsertf128.ll
test/CodeGen/X86/avx-vperm2x128.ll
test/CodeGen/X86/avx-vzeroupper.ll
test/CodeGen/X86/avx2-conversions.ll
test/CodeGen/X86/avx2-fma-fneg-combine.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-masked-gather.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/avx512-any_extend_load.ll
test/CodeGen/X86/avx512-arith.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-cvttp2i.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-ext.ll
test/CodeGen/X86/avx512-extract-subvector-load-store.ll
test/CodeGen/X86/avx512-extract-subvector.ll
test/CodeGen/X86/avx512-fma-intrinsics-upgrade.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-fma-intrinsics.ll
test/CodeGen/X86/avx512-fsel.ll
test/CodeGen/X86/avx512-gfni-intrinsics.ll
test/CodeGen/X86/avx512-hadd-hsub.ll
test/CodeGen/X86/avx512-i1test.ll
test/CodeGen/X86/avx512-insert-extract.ll
test/CodeGen/X86/avx512-insert-extract_i1.ll
test/CodeGen/X86/avx512-intel-ocl.ll
test/CodeGen/X86/avx512-intrinsics-canonical.ll [new file with mode: 0644]
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
test/CodeGen/X86/avx512-mask-op.ll
test/CodeGen/X86/avx512-mask-zext-bugfix.ll
test/CodeGen/X86/avx512-masked-memop-64-32.ll
test/CodeGen/X86/avx512-memfold.ll
test/CodeGen/X86/avx512-mov.ll
test/CodeGen/X86/avx512-regcall-Mask.ll
test/CodeGen/X86/avx512-regcall-NoMask.ll
test/CodeGen/X86/avx512-rndscale.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-rotate.ll
test/CodeGen/X86/avx512-scalar.ll
test/CodeGen/X86/avx512-scalar_mask.ll
test/CodeGen/X86/avx512-schedule.ll
test/CodeGen/X86/avx512-select.ll
test/CodeGen/X86/avx512-shift.ll
test/CodeGen/X86/avx512-shuffle-schedule.ll
test/CodeGen/X86/avx512-shuffles/broadcast-scalar-fp.ll
test/CodeGen/X86/avx512-shuffles/broadcast-scalar-int.ll
test/CodeGen/X86/avx512-shuffles/broadcast-vector-int.ll
test/CodeGen/X86/avx512-shuffles/duplicate-high.ll
test/CodeGen/X86/avx512-shuffles/duplicate-low.ll
test/CodeGen/X86/avx512-shuffles/in_lane_permute.ll
test/CodeGen/X86/avx512-shuffles/partial_permute.ll
test/CodeGen/X86/avx512-shuffles/permute.ll
test/CodeGen/X86/avx512-shuffles/shuffle-interleave.ll
test/CodeGen/X86/avx512-shuffles/shuffle-vec.ll
test/CodeGen/X86/avx512-shuffles/shuffle.ll
test/CodeGen/X86/avx512-shuffles/unpack.ll
test/CodeGen/X86/avx512-skx-insert-subvec.ll
test/CodeGen/X86/avx512-trunc.ll
test/CodeGen/X86/avx512-vbroadcast.ll
test/CodeGen/X86/avx512-vbroadcasti128.ll
test/CodeGen/X86/avx512-vec-cmp.ll
test/CodeGen/X86/avx512-vec3-crash.ll
test/CodeGen/X86/avx512-vpclmulqdq.ll
test/CodeGen/X86/avx512-vpternlog-commute.ll
test/CodeGen/X86/avx512-vselect.ll
test/CodeGen/X86/avx512bw-arith.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
test/CodeGen/X86/avx512bwvl-arith.ll
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
test/CodeGen/X86/avx512cd-intrinsics-fast-isel.ll
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-fast-isel.ll [new file with mode: 0644]
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-fast-isel.ll [new file with mode: 0644]
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
test/CodeGen/X86/avx512ifma-intrinsics-fast-isel.ll [new file with mode: 0644]
test/CodeGen/X86/avx512ifma-intrinsics-upgrade.ll [new file with mode: 0644]
test/CodeGen/X86/avx512ifma-intrinsics.ll
test/CodeGen/X86/avx512ifmavl-intrinsics-fast-isel.ll [new file with mode: 0644]
test/CodeGen/X86/avx512ifmavl-intrinsics-upgrade.ll [new file with mode: 0644]
test/CodeGen/X86/avx512ifmavl-intrinsics.ll
test/CodeGen/X86/avx512vbmi-intrinsics-fast-isel.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vbmi-intrinsics-upgrade.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vbmi-intrinsics.ll
test/CodeGen/X86/avx512vbmi2-intrinsics-fast-isel.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vbmi2-intrinsics-upgrade.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vbmi2-intrinsics.ll
test/CodeGen/X86/avx512vbmi2vl-intrinsics-fast-isel.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vbmi2vl-intrinsics-upgrade.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vbmi2vl-intrinsics.ll
test/CodeGen/X86/avx512vbmivl-intrinsics-fast-isel.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vbmivl-intrinsics-upgrade.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vbmivl-intrinsics.ll
test/CodeGen/X86/avx512vl-arith.ll
test/CodeGen/X86/avx512vl-intrinsics-canonical.ll [new file with mode: 0644]
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-mov.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
test/CodeGen/X86/avx512vl-vpclmulqdq.ll
test/CodeGen/X86/avx512vl_vnni-intrinsics-upgrade.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vl_vnni-intrinsics.ll
test/CodeGen/X86/avx512vlcd-intrinsics-fast-isel.ll
test/CodeGen/X86/avx512vnni-intrinsics-upgrade.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vnni-intrinsics.ll
test/CodeGen/X86/avx512vpopcntdq-intrinsics.ll
test/CodeGen/X86/avx512vpopcntdq-schedule.ll
test/CodeGen/X86/backpropmask.ll [new file with mode: 0644]
test/CodeGen/X86/bad-tls-fold.mir [new file with mode: 0644]
test/CodeGen/X86/bit-piece-comment.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-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/bitcnt-false-dep.ll [new file with mode: 0644]
test/CodeGen/X86/bitreverse.ll
test/CodeGen/X86/block-placement.ll
test/CodeGen/X86/block-placement.mir
test/CodeGen/X86/bmi-intrinsics-fast-isel.ll
test/CodeGen/X86/bmi-schedule.ll
test/CodeGen/X86/bmi-x86_64.ll [new file with mode: 0644]
test/CodeGen/X86/bmi.ll
test/CodeGen/X86/bmi2-schedule.ll
test/CodeGen/X86/bmi2-x86_64.ll [new file with mode: 0644]
test/CodeGen/X86/bmi2.ll
test/CodeGen/X86/bool-math.ll [new file with mode: 0644]
test/CodeGen/X86/bool-simplify.ll
test/CodeGen/X86/bool-vector.ll
test/CodeGen/X86/br-fold.ll
test/CodeGen/X86/branchfolding-debugloc.ll
test/CodeGen/X86/branchfolding-undef.mir
test/CodeGen/X86/brcond.ll
test/CodeGen/X86/break-false-dep.ll
test/CodeGen/X86/broadcast-elm-cross-splat-vec.ll
test/CodeGen/X86/broadcastm-lowering.ll
test/CodeGen/X86/bswap.ll
test/CodeGen/X86/btc_bts_btr.ll [new file with mode: 0644]
test/CodeGen/X86/bug26810.ll
test/CodeGen/X86/bug37521.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/cast-vsel.ll
test/CodeGen/X86/catch.ll
test/CodeGen/X86/catchpad-weight.ll
test/CodeGen/X86/catchret-empty-fallthrough.ll
test/CodeGen/X86/cfi-inserter-cfg-with-merge.mir [new file with mode: 0644]
test/CodeGen/X86/cfi-inserter-check-order.ll [new file with mode: 0644]
test/CodeGen/X86/cfi-inserter-verify-inconsistent-offset.mir [new file with mode: 0644]
test/CodeGen/X86/cfi-inserter-verify-inconsistent-register.mir [new file with mode: 0644]
test/CodeGen/X86/cldemote-intrinsic.ll [new file with mode: 0644]
test/CodeGen/X86/cleanuppad-large-codemodel.ll
test/CodeGen/X86/clear-highbits.ll [new file with mode: 0644]
test/CodeGen/X86/clear-lowbits.ll [new file with mode: 0644]
test/CodeGen/X86/clear_upper_vector_element_bits.ll
test/CodeGen/X86/clobber-fi0.ll [deleted file]
test/CodeGen/X86/clwb-schedule.ll
test/CodeGen/X86/clwb.ll
test/CodeGen/X86/clz.ll
test/CodeGen/X86/clzero-schedule.ll
test/CodeGen/X86/cmov-into-branch.ll
test/CodeGen/X86/cmov-promotion.ll
test/CodeGen/X86/cmov-schedule.ll
test/CodeGen/X86/cmov.ll
test/CodeGen/X86/cmp.ll
test/CodeGen/X86/cmpxchg-clobber-flags.ll
test/CodeGen/X86/cmpxchg-i128-i1.ll
test/CodeGen/X86/cmpxchg16b.ll
test/CodeGen/X86/cmpxchg8b.ll [new file with mode: 0644]
test/CodeGen/X86/coalesce_commute_movsd.ll
test/CodeGen/X86/code-model-elf.ll [new file with mode: 0644]
test/CodeGen/X86/coff-comdat.ll
test/CodeGen/X86/coff-feat00.ll
test/CodeGen/X86/coff-no-dead-strip.ll [new file with mode: 0644]
test/CodeGen/X86/combine-abs.ll
test/CodeGen/X86/combine-and.ll
test/CodeGen/X86/combine-fabs.ll [new file with mode: 0644]
test/CodeGen/X86/combine-fcopysign.ll
test/CodeGen/X86/combine-mul.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-select.ll [new file with mode: 0644]
test/CodeGen/X86/combine-shl.ll
test/CodeGen/X86/combine-smax.ll [new file with mode: 0644]
test/CodeGen/X86/combine-smin.ll [new file with mode: 0644]
test/CodeGen/X86/combine-sra.ll
test/CodeGen/X86/combine-srem.ll
test/CodeGen/X86/combine-srl.ll
test/CodeGen/X86/combine-testm-and.ll
test/CodeGen/X86/combine-udiv.ll
test/CodeGen/X86/combine-umax.ll [new file with mode: 0644]
test/CodeGen/X86/combine-umin.ll [new file with mode: 0644]
test/CodeGen/X86/combine-urem.ll
test/CodeGen/X86/commute-blend-avx2.ll
test/CodeGen/X86/commute-blend-sse41.ll
test/CodeGen/X86/commute-fcmp.ll
test/CodeGen/X86/commute-xop.ll
test/CodeGen/X86/commuted-blend-mask.ll
test/CodeGen/X86/complex-fastmath.ll
test/CodeGen/X86/compress_expand.ll
test/CodeGen/X86/conditional-tailcall-samedest.mir
test/CodeGen/X86/copy-eflags.ll
test/CodeGen/X86/cpus.ll
test/CodeGen/X86/critical-edge-split-2.ll
test/CodeGen/X86/ctpop-combine.ll
test/CodeGen/X86/cvtv2f32.ll
test/CodeGen/X86/dagcombine-cse.ll
test/CodeGen/X86/dagcombine-select.ll [new file with mode: 0644]
test/CodeGen/X86/dagcombine-unsafe-math.ll
test/CodeGen/X86/darwin-bzero.ll
test/CodeGen/X86/dbg-baseptr.ll
test/CodeGen/X86/dbg-changes-codegen-branch-folding.ll
test/CodeGen/X86/dbg-changes-codegen-branch-folding2.mir [new file with mode: 0644]
test/CodeGen/X86/dbg-combine.ll
test/CodeGen/X86/dbg-line-0-no-discriminator.ll
test/CodeGen/X86/debug-nodebug-crash.ll
test/CodeGen/X86/debugloc-argsize.ll
test/CodeGen/X86/debugloc-no-line-0.ll
test/CodeGen/X86/deopt-intrinsic-cconv.ll
test/CodeGen/X86/divide-by-constant.ll
test/CodeGen/X86/divrem.ll
test/CodeGen/X86/divrem8_ext.ll
test/CodeGen/X86/dllexport-x86_64.ll
test/CodeGen/X86/dllexport.ll
test/CodeGen/X86/domain-reassignment-implicit-def.ll [new file with mode: 0644]
test/CodeGen/X86/domain-reassignment-test.ll [new file with mode: 0644]
test/CodeGen/X86/domain-reassignment.mir
test/CodeGen/X86/dwarf-comp-dir.ll
test/CodeGen/X86/dwarf-headers.ll
test/CodeGen/X86/dwarf-split-line-1.ll [new file with mode: 0644]
test/CodeGen/X86/dwarf-split-line-2.ll [new file with mode: 0644]
test/CodeGen/X86/dynamic-regmask.ll [moved from test/CodeGen/MIR/X86/dynamic-regmask.ll with 51% similarity]
test/CodeGen/X86/early-cfi-sections.ll
test/CodeGen/X86/eflags-copy-expansion.mir [deleted file]
test/CodeGen/X86/eh-frame-unreachable.ll
test/CodeGen/X86/eh-label.ll
test/CodeGen/X86/eh-unknown.ll
test/CodeGen/X86/eip-addressing-i386.ll [new file with mode: 0644]
test/CodeGen/X86/element-wise-atomic-memory-intrinsics.ll
test/CodeGen/X86/empty-functions.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-cfi-fp.ll [new file with mode: 0644]
test/CodeGen/X86/epilogue-cfi-no-fp.ll [new file with mode: 0644]
test/CodeGen/X86/evex-to-vex-compress.mir
test/CodeGen/X86/expand-vr64-gr64-copy.mir
test/CodeGen/X86/extend-set-cc-uses-dbg.ll [new file with mode: 0644]
test/CodeGen/X86/extract-insert.ll [new file with mode: 0644]
test/CodeGen/X86/extract-lowbits.ll [new file with mode: 0644]
test/CodeGen/X86/extract-store.ll
test/CodeGen/X86/extractelement-index.ll
test/CodeGen/X86/extractelement-legalization-store-ordering.ll
test/CodeGen/X86/extractelement-load.ll
test/CodeGen/X86/f16c-intrinsics-fast-isel.ll
test/CodeGen/X86/f16c-schedule.ll
test/CodeGen/X86/fabs.ll
test/CodeGen/X86/fadd-combines.ll
test/CodeGen/X86/fast-isel-bc.ll
test/CodeGen/X86/fast-isel-call-cleanup.ll
test/CodeGen/X86/fast-isel-call.ll
test/CodeGen/X86/fast-isel-cmp.ll
test/CodeGen/X86/fast-isel-deadcode.ll
test/CodeGen/X86/fast-isel-emutls.ll
test/CodeGen/X86/fast-isel-fptrunc-fpext.ll
test/CodeGen/X86/fast-isel-int-float-conversion-x86-64.ll
test/CodeGen/X86/fast-isel-int-float-conversion.ll
test/CodeGen/X86/fast-isel-nontemporal.ll
test/CodeGen/X86/fast-isel-sext-zext.ll
test/CodeGen/X86/fast-isel-shift.ll
test/CodeGen/X86/fast-isel-store.ll
test/CodeGen/X86/fast-isel-uint-float-conversion-x86-64.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-uint-float-conversion.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-x86-64.ll
test/CodeGen/X86/finite-libcalls.ll
test/CodeGen/X86/fixed-stack-di-mir.ll [new file with mode: 0644]
test/CodeGen/X86/fixup-bw-copy.ll
test/CodeGen/X86/fixup-bw-copy.mir
test/CodeGen/X86/fixup-bw-inst.mir
test/CodeGen/X86/flags-copy-lowering.mir [new file with mode: 0644]
test/CodeGen/X86/fltused.ll
test/CodeGen/X86/fltused_function_pointer.ll
test/CodeGen/X86/fma-commute-x86.ll
test/CodeGen/X86/fma-fneg-combine.ll
test/CodeGen/X86/fma-intrinsics-canonical.ll [new file with mode: 0644]
test/CodeGen/X86/fma-intrinsics-fast-isel.ll [new file with mode: 0644]
test/CodeGen/X86/fma-intrinsics-x86-upgrade.ll [new file with mode: 0644]
test/CodeGen/X86/fma-intrinsics-x86.ll
test/CodeGen/X86/fma-scalar-combine.ll [new file with mode: 0644]
test/CodeGen/X86/fma-scalar-memfold.ll
test/CodeGen/X86/fma-schedule.ll
test/CodeGen/X86/fma.ll
test/CodeGen/X86/fma4-commute-x86.ll
test/CodeGen/X86/fma4-intrinsics-x86-upgrade.ll [new file with mode: 0644]
test/CodeGen/X86/fma4-intrinsics-x86.ll
test/CodeGen/X86/fma4-scalar-memfold.ll
test/CodeGen/X86/fma4-schedule.ll
test/CodeGen/X86/fmaddsub-combine.ll
test/CodeGen/X86/fmaxnum.ll
test/CodeGen/X86/fmf-flags.ll
test/CodeGen/X86/fmf-propagation.ll [new file with mode: 0644]
test/CodeGen/X86/fminnum.ll
test/CodeGen/X86/fmsubadd-combine.ll
test/CodeGen/X86/fmul-combines.ll
test/CodeGen/X86/fold-load-unops.ll
test/CodeGen/X86/fold-load-vec.ll
test/CodeGen/X86/fold-rmw-ops.ll
test/CodeGen/X86/fold-sext-trunc.ll
test/CodeGen/X86/fold-vector-sext-crash.ll
test/CodeGen/X86/fold-zext-trunc.ll
test/CodeGen/X86/force-align-stack-alloca.ll
test/CodeGen/X86/fp-arith.ll [new file with mode: 0644]
test/CodeGen/X86/fp-cvt.ll [new file with mode: 0644]
test/CodeGen/X86/fp-fold.ll [new file with mode: 0644]
test/CodeGen/X86/fp-intrinsics.ll
test/CodeGen/X86/fp-undef.ll [new file with mode: 0644]
test/CodeGen/X86/fp128-cast.ll
test/CodeGen/X86/fp128-extract.ll
test/CodeGen/X86/fp128-g.ll
test/CodeGen/X86/fp128-i128.ll
test/CodeGen/X86/fp128-select.ll
test/CodeGen/X86/fpstack-debuginstr-kill.ll
test/CodeGen/X86/fptosi-constant.ll [new file with mode: 0644]
test/CodeGen/X86/frame-lowering-debug-intrinsic-2.ll
test/CodeGen/X86/frame-lowering-debug-intrinsic.ll
test/CodeGen/X86/frame-order.ll
test/CodeGen/X86/fsgsbase-schedule.ll
test/CodeGen/X86/ftrunc.ll [new file with mode: 0644]
test/CodeGen/X86/funnel-shift-rot.ll [new file with mode: 0644]
test/CodeGen/X86/funnel-shift.ll [new file with mode: 0644]
test/CodeGen/X86/gather-addresses.ll
test/CodeGen/X86/global-access-pie-copyrelocs.ll
test/CodeGen/X86/global-access-pie.ll
test/CodeGen/X86/global-sections.ll
test/CodeGen/X86/gpr-to-mask.ll
test/CodeGen/X86/greedy_regalloc_bad_eviction_sequence.ll
test/CodeGen/X86/h-registers-0.ll
test/CodeGen/X86/h-registers-1.ll
test/CodeGen/X86/haddsub-2.ll
test/CodeGen/X86/haddsub-3.ll [new file with mode: 0644]
test/CodeGen/X86/haddsub-shuf.ll
test/CodeGen/X86/haddsub-undef.ll
test/CodeGen/X86/half.ll
test/CodeGen/X86/hidden-vis-3.ll
test/CodeGen/X86/hipe-cc64.ll
test/CodeGen/X86/hoist-spill.ll
test/CodeGen/X86/horizontal-reduce-smax.ll
test/CodeGen/X86/horizontal-reduce-smin.ll
test/CodeGen/X86/horizontal-reduce-umax.ll
test/CodeGen/X86/horizontal-reduce-umin.ll
test/CodeGen/X86/i128-mul.ll
test/CodeGen/X86/i256-add.ll
test/CodeGen/X86/i386-shrink-wrapping.ll
test/CodeGen/X86/i64-to-float.ll
test/CodeGen/X86/iabs.ll
test/CodeGen/X86/icall-branch-funnel.ll [new file with mode: 0644]
test/CodeGen/X86/icmp-opt.ll [new file with mode: 0644]
test/CodeGen/X86/ifunc-asm.ll
test/CodeGen/X86/illegal-bitfield-loadstore.ll
test/CodeGen/X86/immediate_merging.ll
test/CodeGen/X86/immediate_merging64.ll
test/CodeGen/X86/implicit-null-checks.mir
test/CodeGen/X86/implicit-null-chk-reg-rewrite.mir [new file with mode: 0644]
test/CodeGen/X86/implicit-use-spill.mir
test/CodeGen/X86/imul.ll
test/CodeGen/X86/indirect-branch-tracking.ll [new file with mode: 0644]
test/CodeGen/X86/inline-asm-A-constraint.ll
test/CodeGen/X86/inline-asm-bad-modifier.ll [new file with mode: 0644]
test/CodeGen/X86/inline-asm-fpstack.ll
test/CodeGen/X86/inline-asm-modifier-V.ll [new file with mode: 0644]
test/CodeGen/X86/inreg.ll
test/CodeGen/X86/ins_subreg_coalesce-1.ll
test/CodeGen/X86/insert-into-constant-vector.ll
test/CodeGen/X86/insertelement-ones.ll
test/CodeGen/X86/insertelement-shuffle.ll
test/CodeGen/X86/insertelement-zero.ll
test/CodeGen/X86/invalid-liveness.mir
test/CodeGen/X86/invpcid-intrinsic.ll [new file with mode: 0644]
test/CodeGen/X86/ipra-inline-asm.ll
test/CodeGen/X86/ipra-local-linkage.ll
test/CodeGen/X86/ipra-reg-alias.ll
test/CodeGen/X86/ipra-reg-usage.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
test/CodeGen/X86/lack-of-signed-truncation-check.ll [new file with mode: 0644]
test/CodeGen/X86/late-address-taken.ll
test/CodeGen/X86/lea-3.ll
test/CodeGen/X86/lea-opt-cse1.ll
test/CodeGen/X86/lea-opt-cse2.ll
test/CodeGen/X86/lea-opt-cse3.ll
test/CodeGen/X86/lea-opt-cse4.ll
test/CodeGen/X86/lea-opt-memop-check-1.ll
test/CodeGen/X86/lea-opt-with-debug.mir
test/CodeGen/X86/lea-opt.ll
test/CodeGen/X86/lea32-schedule.ll
test/CodeGen/X86/lea64-schedule.ll
test/CodeGen/X86/leaFixup32.mir
test/CodeGen/X86/leaFixup64.mir
test/CodeGen/X86/legalize-shift-64.ll
test/CodeGen/X86/legalize-shift.ll [new file with mode: 0644]
test/CodeGen/X86/legalize-shl-vec.ll
test/CodeGen/X86/legalize-types-remapid.ll [new file with mode: 0644]
test/CodeGen/X86/limit-split-cost.mir [new file with mode: 0644]
test/CodeGen/X86/live-out-reg-info.ll
test/CodeGen/X86/load-combine.ll
test/CodeGen/X86/load-slice.ll
test/CodeGen/X86/loadStore_vectorizer.ll [new file with mode: 0644]
test/CodeGen/X86/loc-remat.ll
test/CodeGen/X86/localescape.ll
test/CodeGen/X86/loop-search.ll
test/CodeGen/X86/lower-vec-shift.ll
test/CodeGen/X86/lsr-crash-empty-uses.ll [new file with mode: 0644]
test/CodeGen/X86/lsr-loop-exit-cond.ll
test/CodeGen/X86/lsr-normalization.ll
test/CodeGen/X86/lsr-static-addr.ll
test/CodeGen/X86/lzcnt-schedule.ll
test/CodeGen/X86/lzcnt-tzcnt.ll
test/CodeGen/X86/lzcnt-zext-cmp.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-debug.mir [new file with mode: 0644]
test/CodeGen/X86/machine-cp.ll
test/CodeGen/X86/machine-cse.ll
test/CodeGen/X86/machine-outliner-debuginfo.ll
test/CodeGen/X86/machine-outliner-disubprogram.ll [new file with mode: 0644]
test/CodeGen/X86/machine-outliner-noredzone.ll [new file with mode: 0644]
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
test/CodeGen/X86/machinesink-null-debuginfo.ll
test/CodeGen/X86/macho-trap.ll [new file with mode: 0644]
test/CodeGen/X86/madd.ll
test/CodeGen/X86/mangle-question-mark.ll [new file with mode: 0644]
test/CodeGen/X86/masked_gather_scatter.ll
test/CodeGen/X86/masked_memop.ll
test/CodeGen/X86/mcu-abi.ll
test/CodeGen/X86/mem-intrin-base-reg.ll
test/CodeGen/X86/memcmp-mergeexpand.ll [new file with mode: 0644]
test/CodeGen/X86/memcmp-optsize.ll
test/CodeGen/X86/memcmp.ll
test/CodeGen/X86/memcpy-2.ll
test/CodeGen/X86/memcpy-from-string.ll
test/CodeGen/X86/memcpy.ll
test/CodeGen/X86/memset-2.ll
test/CodeGen/X86/memset-3.ll
test/CodeGen/X86/memset-nonzero.ll
test/CodeGen/X86/memset-sse-stack-realignment.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.ll
test/CodeGen/X86/merge-sp-updates-cfi.ll [new file with mode: 0644]
test/CodeGen/X86/merge-store-partially-alias-loads.ll
test/CodeGen/X86/mingw-comdats-xdata.ll [new file with mode: 0644]
test/CodeGen/X86/mingw-comdats.ll [new file with mode: 0644]
test/CodeGen/X86/misaligned-memset.ll
test/CodeGen/X86/misched-code-difference-with-debug.ll
test/CodeGen/X86/misched-copy.ll
test/CodeGen/X86/misched-matrix.ll
test/CodeGen/X86/misched-new.ll
test/CodeGen/X86/mmx-arith.ll
test/CodeGen/X86/mmx-bitcast.ll
test/CodeGen/X86/mmx-build-vector.ll [new file with mode: 0644]
test/CodeGen/X86/mmx-cvt.ll
test/CodeGen/X86/mmx-fold-load.ll
test/CodeGen/X86/mmx-fold-zero.ll [new file with mode: 0644]
test/CodeGen/X86/mmx-schedule.ll
test/CodeGen/X86/movbe-schedule.ll
test/CodeGen/X86/movdir-intrinsic-x86.ll [new file with mode: 0644]
test/CodeGen/X86/movdir-intrinsic-x86_64.ll [new file with mode: 0644]
test/CodeGen/X86/movmsk.ll
test/CodeGen/X86/movpc32-check.ll
test/CodeGen/X86/movtopush.ll
test/CodeGen/X86/movtopush.mir
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/mul128.ll
test/CodeGen/X86/mulvi32.ll
test/CodeGen/X86/mulx32.ll
test/CodeGen/X86/musttail-varargs.ll
test/CodeGen/X86/mwaitx-schedule.ll
test/CodeGen/X86/negate-add-zero.ll
test/CodeGen/X86/negate-i1.ll
test/CodeGen/X86/no-plt-libcalls.ll [new file with mode: 0644]
test/CodeGen/X86/no-plt.ll
test/CodeGen/X86/no-stack-arg-probe.ll [new file with mode: 0644]
test/CodeGen/X86/nocf_check.ll [new file with mode: 0644]
test/CodeGen/X86/non-value-mem-operand.mir
test/CodeGen/X86/nontemporal-2.ll
test/CodeGen/X86/nontemporal-loads.ll
test/CodeGen/X86/nontemporal.ll
test/CodeGen/X86/note-cet-property.ll [new file with mode: 0644]
test/CodeGen/X86/oddshuffles.ll
test/CodeGen/X86/opt_phis.mir [moved from test/CodeGen/MIR/X86/opt_phis.mir with 100% similarity]
test/CodeGen/X86/optimize-max-0.ll
test/CodeGen/X86/or-branch.ll
test/CodeGen/X86/or-lea.ll
test/CodeGen/X86/packss.ll
test/CodeGen/X86/patchpoint-invoke.ll
test/CodeGen/X86/patchpoint-verifiable.mir
test/CodeGen/X86/patchpoint.ll
test/CodeGen/X86/peephole-na-phys-copy-folding.ll
test/CodeGen/X86/peephole-recurrence.mir
test/CodeGen/X86/pku.ll
test/CodeGen/X86/pmovsx-inreg.ll
test/CodeGen/X86/pmul.ll
test/CodeGen/X86/pmulh.ll [new file with mode: 0644]
test/CodeGen/X86/popcnt-schedule.ll
test/CodeGen/X86/popcnt.ll
test/CodeGen/X86/post-ra-sched-with-debug.mir
test/CodeGen/X86/postra-ignore-dbg-instrs.mir [new file with mode: 0644]
test/CodeGen/X86/powi.ll
test/CodeGen/X86/pr11334.ll
test/CodeGen/X86/pr11985.ll
test/CodeGen/X86/pr12360.ll
test/CodeGen/X86/pr13577.ll
test/CodeGen/X86/pr14088.ll
test/CodeGen/X86/pr14333.ll
test/CodeGen/X86/pr18344.ll
test/CodeGen/X86/pr20011.ll
test/CodeGen/X86/pr21792.ll
test/CodeGen/X86/pr22019.ll
test/CodeGen/X86/pr22970.ll
test/CodeGen/X86/pr23103.ll
test/CodeGen/X86/pr23246.ll
test/CodeGen/X86/pr27591.ll
test/CodeGen/X86/pr27681.mir
test/CodeGen/X86/pr28173.ll
test/CodeGen/X86/pr28560.ll
test/CodeGen/X86/pr29010.ll
test/CodeGen/X86/pr29061.ll
test/CodeGen/X86/pr29112.ll
test/CodeGen/X86/pr29222.ll [new file with mode: 0644]
test/CodeGen/X86/pr30290.ll [new file with mode: 0644]
test/CodeGen/X86/pr30430.ll
test/CodeGen/X86/pr30821.mir [new file with mode: 0644]
test/CodeGen/X86/pr31045.ll
test/CodeGen/X86/pr31593.ll [new file with mode: 0644]
test/CodeGen/X86/pr31956.ll
test/CodeGen/X86/pr32108.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/pr32420.ll
test/CodeGen/X86/pr32451.ll
test/CodeGen/X86/pr32484.ll
test/CodeGen/X86/pr33349.ll
test/CodeGen/X86/pr33747.ll [new file with mode: 0644]
test/CodeGen/X86/pr33844.ll
test/CodeGen/X86/pr33960.ll
test/CodeGen/X86/pr34080-2.ll
test/CodeGen/X86/pr34080.ll
test/CodeGen/X86/pr34088.ll
test/CodeGen/X86/pr34137.ll
test/CodeGen/X86/pr34149.ll
test/CodeGen/X86/pr34177.ll
test/CodeGen/X86/pr34421.ll
test/CodeGen/X86/pr34592.ll [new file with mode: 0644]
test/CodeGen/X86/pr34605.ll
test/CodeGen/X86/pr34653.ll
test/CodeGen/X86/pr35272.ll
test/CodeGen/X86/pr35316.ll [new file with mode: 0644]
test/CodeGen/X86/pr35636.ll
test/CodeGen/X86/pr35761.ll [new file with mode: 0644]
test/CodeGen/X86/pr35763.ll [new file with mode: 0644]
test/CodeGen/X86/pr35765.ll [new file with mode: 0644]
test/CodeGen/X86/pr35918.ll [new file with mode: 0644]
test/CodeGen/X86/pr35972.ll [new file with mode: 0644]
test/CodeGen/X86/pr35982.ll [new file with mode: 0644]
test/CodeGen/X86/pr36199.ll [new file with mode: 0644]
test/CodeGen/X86/pr36274.ll [new file with mode: 0644]
test/CodeGen/X86/pr36312.ll [new file with mode: 0644]
test/CodeGen/X86/pr36553.ll [new file with mode: 0644]
test/CodeGen/X86/pr36602.ll [new file with mode: 0644]
test/CodeGen/X86/pr36865.ll [new file with mode: 0644]
test/CodeGen/X86/pr37063.ll [new file with mode: 0644]
test/CodeGen/X86/pr37264.ll [new file with mode: 0644]
test/CodeGen/X86/pr37359.ll [new file with mode: 0644]
test/CodeGen/X86/pr37499.ll [new file with mode: 0644]
test/CodeGen/X86/pr37820.ll [new file with mode: 0644]
test/CodeGen/X86/pr37826.ll [new file with mode: 0644]
test/CodeGen/X86/pr37879.ll [new file with mode: 0644]
test/CodeGen/X86/pr37916.ll [new file with mode: 0644]
test/CodeGen/X86/pr38038.ll [new file with mode: 0644]
test/CodeGen/X86/pr38185.ll [new file with mode: 0644]
test/CodeGen/X86/pr9517.ll [new file with mode: 0644]
test/CodeGen/X86/pr9743.ll
test/CodeGen/X86/pre-coalesce.mir
test/CodeGen/X86/prefer-avx256-lzcnt.ll [new file with mode: 0644]
test/CodeGen/X86/prefer-avx256-mask-extend.ll [new file with mode: 0644]
test/CodeGen/X86/prefer-avx256-mask-shuffle.ll [new file with mode: 0644]
test/CodeGen/X86/prefer-avx256-popcnt.ll [new file with mode: 0644]
test/CodeGen/X86/prefer-avx256-shift.ll [new file with mode: 0644]
test/CodeGen/X86/prefer-avx256-trunc.ll [new file with mode: 0644]
test/CodeGen/X86/prefer-avx256-wide-mul.ll [new file with mode: 0644]
test/CodeGen/X86/prologue-epilogue-remarks.mir
test/CodeGen/X86/promote-i16.ll
test/CodeGen/X86/promote-vec3.ll
test/CodeGen/X86/promote.ll
test/CodeGen/X86/psubus.ll
test/CodeGen/X86/ptest.ll [moved from test/CodeGen/X86/pr12312.ll with 59% similarity]
test/CodeGen/X86/ptwrite32-intrinsic.ll [new file with mode: 0644]
test/CodeGen/X86/ptwrite64-intrinsic.ll [new file with mode: 0644]
test/CodeGen/X86/push-cfi-debug.ll
test/CodeGen/X86/push-cfi-obj.ll
test/CodeGen/X86/push-cfi.ll
test/CodeGen/X86/ragreedy-hoist-spill.ll
test/CodeGen/X86/rdpid-schedule.ll [new file with mode: 0644]
test/CodeGen/X86/rdpid.ll [new file with mode: 0644]
test/CodeGen/X86/rdpmc.ll
test/CodeGen/X86/rdrand-schedule.ll
test/CodeGen/X86/rdrand.ll
test/CodeGen/X86/rdseed-schedule.ll
test/CodeGen/X86/rdtsc.ll
test/CodeGen/X86/recip-fastmath.ll
test/CodeGen/X86/recip-fastmath2.ll
test/CodeGen/X86/reduce-trunc-shl.ll
test/CodeGen/X86/regalloc-advanced-split-cost.ll [new file with mode: 0644]
test/CodeGen/X86/regparm.ll
test/CodeGen/X86/remat-fold-load.ll
test/CodeGen/X86/remat-phys-dead.ll
test/CodeGen/X86/replace_unsupported_masked_mem_intrin.ll
test/CodeGen/X86/required-vector-width.ll [new file with mode: 0644]
test/CodeGen/X86/retpoline-external.ll [new file with mode: 0644]
test/CodeGen/X86/retpoline-regparm.ll [new file with mode: 0644]
test/CodeGen/X86/retpoline.ll [new file with mode: 0644]
test/CodeGen/X86/return-ext.ll
test/CodeGen/X86/rotate-extract-vector.ll [new file with mode: 0644]
test/CodeGen/X86/rotate-extract.ll [new file with mode: 0644]
test/CodeGen/X86/rotate.ll
test/CodeGen/X86/rotate2.ll
test/CodeGen/X86/rotate4.ll
test/CodeGen/X86/rounding-ops.ll
test/CodeGen/X86/rtm-schedule.ll
test/CodeGen/X86/rtm.ll
test/CodeGen/X86/sad.ll
test/CodeGen/X86/sad_variations.ll
test/CodeGen/X86/safestack.ll
test/CodeGen/X86/safestack_inline.ll [new file with mode: 0644]
test/CodeGen/X86/sar_fold64.ll
test/CodeGen/X86/scalar-fp-to-i64.ll
test/CodeGen/X86/scalar-int-to-fp.ll
test/CodeGen/X86/scalar_widen_div.ll
test/CodeGen/X86/scavenger.mir
test/CodeGen/X86/schedule-x86-64-shld.ll [new file with mode: 0644]
test/CodeGen/X86/schedule-x86_32.ll
test/CodeGen/X86/schedule-x86_64.ll
test/CodeGen/X86/segmented-stacks.ll
test/CodeGen/X86/seh-catch-all-win32.ll
test/CodeGen/X86/seh-catchpad.ll
test/CodeGen/X86/seh-finally.ll
test/CodeGen/X86/seh-no-invokes.ll
test/CodeGen/X86/seh-stack-realign.ll
test/CodeGen/X86/select-1-or-neg1.ll [new file with mode: 0644]
test/CodeGen/X86/select-mmx.ll
test/CodeGen/X86/select.ll
test/CodeGen/X86/select_const.ll
test/CodeGen/X86/selectcc-to-shiftand.ll [new file with mode: 0644]
test/CodeGen/X86/selectiondag-debug-loc.ll [new file with mode: 0644]
test/CodeGen/X86/setcc-lowering.ll
test/CodeGen/X86/setcc-wide-types.ll
test/CodeGen/X86/sext-i1.ll
test/CodeGen/X86/sha-schedule.ll
test/CodeGen/X86/shadow-call-stack.mir [new file with mode: 0644]
test/CodeGen/X86/shadow-stack.ll [new file with mode: 0644]
test/CodeGen/X86/shift-combine.ll
test/CodeGen/X86/shift-double.ll
test/CodeGen/X86/shift-pair.ll
test/CodeGen/X86/shrink-compare.ll
test/CodeGen/X86/shrink-wrap-chkstk-x86_64.ll [new file with mode: 0644]
test/CodeGen/X86/shrink-wrap-chkstk.ll
test/CodeGen/X86/shrink-wrapping-vla.ll [new file with mode: 0644]
test/CodeGen/X86/shrink_vmul.ll
test/CodeGen/X86/shrink_wrap_dbg_value.mir [moved from test/CodeGen/MIR/X86/shrink_wrap_dbg_value.mir with 81% similarity]
test/CodeGen/X86/shuffle-of-splat-multiuses.ll
test/CodeGen/X86/shuffle-strided-with-offset-128.ll
test/CodeGen/X86/shuffle-strided-with-offset-256.ll
test/CodeGen/X86/shuffle-strided-with-offset-512.ll
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/sibcall.ll
test/CodeGen/X86/signbit-shift.ll [new file with mode: 0644]
test/CodeGen/X86/signed-truncation-check.ll [new file with mode: 0644]
test/CodeGen/X86/simple-register-allocation-read-undef.mir [moved from test/CodeGen/MIR/X86/simple-register-allocation-read-undef.mir with 80% similarity]
test/CodeGen/X86/sink-local-value.ll [new file with mode: 0644]
test/CodeGen/X86/sitofp.ll [new file with mode: 0644]
test/CodeGen/X86/slow-pmulld.ll
test/CodeGen/X86/slow-unaligned-mem.ll
test/CodeGen/X86/small-byval-memcpy.ll
test/CodeGen/X86/speculative-load-hardening-gather.ll [new file with mode: 0644]
test/CodeGen/X86/speculative-load-hardening-indirect.ll [new file with mode: 0644]
test/CodeGen/X86/speculative-load-hardening.ll [new file with mode: 0644]
test/CodeGen/X86/split-extend-vector-inreg.ll
test/CodeGen/X86/split-store.ll
test/CodeGen/X86/sqrt-fastmath-mir.ll
test/CodeGen/X86/sqrt-fastmath.ll
test/CodeGen/X86/sse-cvttp2si.ll [new file with mode: 0644]
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-upgrade.ll [new file with mode: 0644]
test/CodeGen/X86/sse-intrinsics-x86_64.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/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-upgrade.ll [new file with mode: 0644]
test/CodeGen/X86/sse2-intrinsics-x86_64.ll
test/CodeGen/X86/sse2-schedule.ll
test/CodeGen/X86/sse2.ll
test/CodeGen/X86/sse3-avx-addsub-2.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-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-align.ll
test/CodeGen/X86/stack-folding-fp-avx1.ll
test/CodeGen/X86/stack-folding-fp-avx512.ll
test/CodeGen/X86/stack-folding-fp-avx512vl.ll
test/CodeGen/X86/stack-folding-fp-sse42.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-tbm.ll
test/CodeGen/X86/stack-probe-red-zone.ll
test/CodeGen/X86/stack-protector-dbginfo.ll
test/CodeGen/X86/stack-protector-weight.ll
test/CodeGen/X86/stack-protector.ll
test/CodeGen/X86/stack-size-section-function-sections.ll [new file with mode: 0644]
test/CodeGen/X86/stack-size-section.ll
test/CodeGen/X86/statepoint-call-lowering.ll
test/CodeGen/X86/statepoint-gctransition-call-lowering.ll
test/CodeGen/X86/statepoint-invoke.ll
test/CodeGen/X86/statepoint-live-in.ll
test/CodeGen/X86/statepoint-stack-usage.ll
test/CodeGen/X86/statepoint-vector.ll
test/CodeGen/X86/store_op_load_fold2.ll
test/CodeGen/X86/sttni.ll [new file with mode: 0644]
test/CodeGen/X86/subcarry.ll
test/CodeGen/X86/subvector-broadcast.ll
test/CodeGen/X86/swift-return.ll
test/CodeGen/X86/switch-edge-weight.ll
test/CodeGen/X86/switch-jump-table.ll
test/CodeGen/X86/switch-lower-peel-top-case.ll
test/CodeGen/X86/tail-call-conditional.mir
test/CodeGen/X86/tail-dup-debugloc.ll
test/CodeGen/X86/tail-dup-merge-loop-headers.ll
test/CodeGen/X86/tail-merge-after-mbp.mir
test/CodeGen/X86/tail-merge-debugloc.ll
test/CodeGen/X86/tailcall-64.ll
test/CodeGen/X86/tailcall-mem-intrinsics.ll
test/CodeGen/X86/tailjmp_gotpcrel_relax_relocation.ll [new file with mode: 0644]
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-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/tbm-schedule.ll
test/CodeGen/X86/tbm_patterns.ll
test/CodeGen/X86/test-shrink-bug.ll
test/CodeGen/X86/test-shrink.ll
test/CodeGen/X86/test-vs-bittest.ll [new file with mode: 0644]
test/CodeGen/X86/testb-je-fusion.ll
test/CodeGen/X86/throws-cfi-fp.ll [new file with mode: 0644]
test/CodeGen/X86/throws-cfi-no-fp.ll [new file with mode: 0644]
test/CodeGen/X86/tls-android-negative.ll
test/CodeGen/X86/tls-android.ll
test/CodeGen/X86/tlv-1.ll
test/CodeGen/X86/trunc-store.ll
test/CodeGen/X86/trunc-subvector.ll [new file with mode: 0644]
test/CodeGen/X86/umul-with-overflow.ll
test/CodeGen/X86/unaligned-load.ll
test/CodeGen/X86/undef-globals-bss.ll [new file with mode: 0644]
test/CodeGen/X86/undef-label.ll
test/CodeGen/X86/undef-ops.ll [new file with mode: 0644]
test/CodeGen/X86/unfold-masked-merge-scalar-constmask-innerouter.ll [new file with mode: 0644]
test/CodeGen/X86/unfold-masked-merge-scalar-constmask-interleavedbits.ll [new file with mode: 0644]
test/CodeGen/X86/unfold-masked-merge-scalar-constmask-interleavedbytehalves.ll [new file with mode: 0644]
test/CodeGen/X86/unfold-masked-merge-scalar-constmask-lowhigh.ll [new file with mode: 0644]
test/CodeGen/X86/unfold-masked-merge-scalar-variablemask.ll [new file with mode: 0644]
test/CodeGen/X86/unfold-masked-merge-vector-variablemask-const.ll [new file with mode: 0644]
test/CodeGen/X86/unfold-masked-merge-vector-variablemask.ll [new file with mode: 0644]
test/CodeGen/X86/unreachable-mbb-undef-phi.mir [moved from test/CodeGen/MIR/X86/unreachable-mbb-undef-phi.mir with 94% similarity]
test/CodeGen/X86/unreachable-trap.ll [new file with mode: 0644]
test/CodeGen/X86/unused_stackslots.ll
test/CodeGen/X86/unwindraise.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/var-permute-128.ll
test/CodeGen/X86/var-permute-256.ll
test/CodeGen/X86/variable-sized-darwin-bzero.ll
test/CodeGen/X86/variadic-node-pic.ll
test/CodeGen/X86/vastart-defs-eflags.ll
test/CodeGen/X86/vec-copysign-avx512.ll
test/CodeGen/X86/vec_cast.ll
test/CodeGen/X86/vec_cast2.ll
test/CodeGen/X86/vec_cast3.ll [new file with mode: 0644]
test/CodeGen/X86/vec_cmp_sint-128.ll
test/CodeGen/X86/vec_cmp_uint-128.ll
test/CodeGen/X86/vec_extract-avx.ll
test/CodeGen/X86/vec_fabs.ll
test/CodeGen/X86/vec_floor.ll
test/CodeGen/X86/vec_fp_to_int.ll
test/CodeGen/X86/vec_fpext.ll
test/CodeGen/X86/vec_ins_extract-1.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-mmx.ll
test/CodeGen/X86/vec_int_to_fp.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_set-H.ll
test/CodeGen/X86/vec_setcc-2.ll
test/CodeGen/X86/vec_shift4.ll
test/CodeGen/X86/vec_shift6.ll
test/CodeGen/X86/vec_shift7.ll
test/CodeGen/X86/vec_ss_load_fold.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-results.ll
test/CodeGen/X86/vector-compare-simplify.ll [new file with mode: 0644]
test/CodeGen/X86/vector-constrained-fp-intrinsics.ll [new file with mode: 0644]
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-lzcnt-128.ll
test/CodeGen/X86/vector-lzcnt-256.ll
test/CodeGen/X86/vector-lzcnt-512.ll
test/CodeGen/X86/vector-mul.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-reduce-add.ll [new file with mode: 0644]
test/CodeGen/X86/vector-reduce-and.ll [new file with mode: 0644]
test/CodeGen/X86/vector-reduce-fadd-fast.ll [new file with mode: 0644]
test/CodeGen/X86/vector-reduce-fadd.ll [new file with mode: 0644]
test/CodeGen/X86/vector-reduce-fmax-nnan.ll [new file with mode: 0644]
test/CodeGen/X86/vector-reduce-fmax.ll [new file with mode: 0644]
test/CodeGen/X86/vector-reduce-fmin-nnan.ll [new file with mode: 0644]
test/CodeGen/X86/vector-reduce-fmin.ll [new file with mode: 0644]
test/CodeGen/X86/vector-reduce-fmul-fast.ll [new file with mode: 0644]
test/CodeGen/X86/vector-reduce-fmul.ll [new file with mode: 0644]
test/CodeGen/X86/vector-reduce-mul.ll [new file with mode: 0644]
test/CodeGen/X86/vector-reduce-or.ll [new file with mode: 0644]
test/CodeGen/X86/vector-reduce-smax.ll [new file with mode: 0644]
test/CodeGen/X86/vector-reduce-smin.ll [new file with mode: 0644]
test/CodeGen/X86/vector-reduce-umax.ll [new file with mode: 0644]
test/CodeGen/X86/vector-reduce-umin.ll [new file with mode: 0644]
test/CodeGen/X86/vector-reduce-xor.ll [new file with mode: 0644]
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-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-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-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-v1.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-packus.ll [new file with mode: 0644]
test/CodeGen/X86/vector-trunc-ssat.ll [new file with mode: 0644]
test/CodeGen/X86/vector-trunc-usat.ll [new file with mode: 0644]
test/CodeGen/X86/vector-trunc.ll
test/CodeGen/X86/vector-tzcnt-128.ll
test/CodeGen/X86/vector-tzcnt-256.ll
test/CodeGen/X86/vector-zext.ll
test/CodeGen/X86/vectorcall.ll
test/CodeGen/X86/verifier-generic-extend-truncate.mir [new file with mode: 0644]
test/CodeGen/X86/verifier-generic-types-1.mir [new file with mode: 0644]
test/CodeGen/X86/verifier-generic-types-2.mir [new file with mode: 0644]
test/CodeGen/X86/verifier-phi-fail0.mir
test/CodeGen/X86/verifier-phi.mir
test/CodeGen/X86/virtual-registers-cleared-in-machine-functions-liveins.ll
test/CodeGen/X86/vmaskmov-offset.ll [new file with mode: 0644]
test/CodeGen/X86/vpshufbitqbm-intrinsics.ll
test/CodeGen/X86/vsel-cmp-load.ll [new file with mode: 0644]
test/CodeGen/X86/vselect-2.ll
test/CodeGen/X86/vselect-avx.ll
test/CodeGen/X86/vselect-minmax.ll
test/CodeGen/X86/vselect-packss.ll
test/CodeGen/X86/vselect-pcmp.ll
test/CodeGen/X86/vselect.ll
test/CodeGen/X86/waitpkg-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/wbinvd-intrinsic.ll [new file with mode: 0644]
test/CodeGen/X86/wbnoinvd-intrinsic.ll [new file with mode: 0644]
test/CodeGen/X86/wide-integer-cmp.ll
test/CodeGen/X86/widen_arith-2.ll
test/CodeGen/X86/widen_arith-4.ll
test/CodeGen/X86/widen_arith-5.ll
test/CodeGen/X86/widen_bitops-0.ll
test/CodeGen/X86/widen_conv-1.ll
test/CodeGen/X86/widen_conv-3.ll
test/CodeGen/X86/widen_conv-4.ll
test/CodeGen/X86/widen_load-2.ll
test/CodeGen/X86/widened-broadcast.ll
test/CodeGen/X86/win-smallparams.ll [new file with mode: 0644]
test/CodeGen/X86/win32-bool.ll [new file with mode: 0644]
test/CodeGen/X86/win32-ssp.ll [new file with mode: 0644]
test/CodeGen/X86/win32_sret.ll
test/CodeGen/X86/win64-bool.ll [new file with mode: 0644]
test/CodeGen/X86/win64-long-double.ll [new file with mode: 0644]
test/CodeGen/X86/win64_frame.ll
test/CodeGen/X86/win_cst_pool.ll
test/CodeGen/X86/x32-cet-intrinsics.ll
test/CodeGen/X86/x64-cet-intrinsics.ll
test/CodeGen/X86/x86-64-baseptr.ll
test/CodeGen/X86/x86-64-bittest-logic.ll [new file with mode: 0644]
test/CodeGen/X86/x86-64-dead-stack-adjust.ll [deleted file]
test/CodeGen/X86/x86-64-double-precision-shift-left.ll
test/CodeGen/X86/x86-64-double-precision-shift-right.ll
test/CodeGen/X86/x86-64-double-shifts-Oz-Os-O2.ll
test/CodeGen/X86/x86-64-psub.ll
test/CodeGen/X86/x86-64-static-relo-movl.ll
test/CodeGen/X86/x86-cmov-converter.ll
test/CodeGen/X86/x86-framelowering-trap.ll
test/CodeGen/X86/x86-interleaved-access.ll
test/CodeGen/X86/x86-interrupt_cc.ll
test/CodeGen/X86/x86-no_caller_saved_registers-preserve.ll
test/CodeGen/X86/x86-repmov-copy-eflags.ll
test/CodeGen/X86/x86-shrink-wrap-unwind.ll
test/CodeGen/X86/x86-shrink-wrapping.ll
test/CodeGen/X86/x86-upgrade-avx2-vbroadcast.ll
test/CodeGen/X86/x87-schedule.ll
test/CodeGen/X86/xop-ifma.ll
test/CodeGen/X86/xop-schedule.ll
test/CodeGen/X86/xor-combine-debugloc.ll
test/CodeGen/X86/xor-icmp.ll
test/CodeGen/X86/xor.ll
test/CodeGen/X86/xray-attribute-instrumentation.ll
test/CodeGen/X86/xray-custom-log.ll
test/CodeGen/X86/xray-empty-firstmbb.mir
test/CodeGen/X86/xray-empty-function.mir
test/CodeGen/X86/xray-log-args.ll
test/CodeGen/X86/xray-loop-detection.ll
test/CodeGen/X86/xray-multiplerets-in-blocks.mir
test/CodeGen/X86/xray-section-group.ll
test/CodeGen/X86/xray-selective-instrumentation.ll
test/CodeGen/X86/xray-tail-call-sled.ll
test/CodeGen/X86/xray-typed-event-log.ll [new file with mode: 0644]
test/CodeGen/X86/zext-demanded.ll [new file with mode: 0644]
test/CodeGen/X86/zext-fold.ll
test/CodeGen/X86/zext-logicop-shift-load.ll [new file with mode: 0644]
test/CodeGen/XCore/ashr.ll
test/CodeGen/XCore/byVal.ll
test/CodeGen/XCore/dwarf_debug.ll
test/CodeGen/XCore/exception.ll
test/CodeGen/XCore/globals.ll
test/CodeGen/XCore/linkage.ll
test/CodeGen/XCore/memcpy.ll
test/DebugInfo/AArch64/asan-stack-vars.ll
test/DebugInfo/AArch64/cfi-eof-prologue.ll
test/DebugInfo/AArch64/coalescing.ll
test/DebugInfo/AArch64/constant-dbgloc.ll
test/DebugInfo/AArch64/dagcombine-zext.ll
test/DebugInfo/AArch64/dbg-value-i16.ll [new file with mode: 0644]
test/DebugInfo/AArch64/dbg-value-i8.ll [new file with mode: 0644]
test/DebugInfo/AArch64/dwarfdump.ll
test/DebugInfo/AArch64/frameindices.ll
test/DebugInfo/AArch64/inlined-argument.ll
test/DebugInfo/AArch64/line-header.ll
test/DebugInfo/AArch64/machine-outliner.ll [new file with mode: 0644]
test/DebugInfo/AArch64/prologue_end.ll
test/DebugInfo/AArch64/struct_by_value.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/cfi-eof-prologue.ll
test/DebugInfo/ARM/constant-dbgloc.ll
test/DebugInfo/ARM/float-args.ll
test/DebugInfo/ARM/header.ll
test/DebugInfo/ARM/illegal-fragment.ll
test/DebugInfo/ARM/lowerbdgdeclare_vla.ll
test/DebugInfo/ARM/multiple-constant-uses-drops-dbgloc.ll
test/DebugInfo/ARM/partial-subreg.ll
test/DebugInfo/ARM/prologue_end.ll
test/DebugInfo/ARM/s-super-register.ll
test/DebugInfo/ARM/salvage-debug-info.ll
test/DebugInfo/ARM/sdag-split-arg.ll
test/DebugInfo/ARM/sdag-split-arg1.ll
test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll
test/DebugInfo/ARM/split-complex.ll
test/DebugInfo/ARM/sroa-complex.ll
test/DebugInfo/COFF/array-odr-violation.ll
test/DebugInfo/COFF/asan-module-ctor.ll
test/DebugInfo/COFF/asan-module-without-functions.ll
test/DebugInfo/COFF/asm.ll
test/DebugInfo/COFF/bitfields.ll
test/DebugInfo/COFF/comdat.ll
test/DebugInfo/COFF/const-unnamed-member.ll [new file with mode: 0644]
test/DebugInfo/COFF/cpp-mangling.ll
test/DebugInfo/COFF/defer-complete-type.ll
test/DebugInfo/COFF/dlang.ll
test/DebugInfo/COFF/enum.ll
test/DebugInfo/COFF/fp-stack.ll
test/DebugInfo/COFF/fpo-argsize.ll
test/DebugInfo/COFF/fpo-csrs.ll
test/DebugInfo/COFF/fpo-funclet.ll
test/DebugInfo/COFF/fpo-realign-alloca.ll
test/DebugInfo/COFF/fpo-shrink-wrap.ll
test/DebugInfo/COFF/fpo-stack-protect.ll
test/DebugInfo/COFF/global-type-hashes.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-padding.ll
test/DebugInfo/COFF/inlining-same-name.ll
test/DebugInfo/COFF/inlining.ll
test/DebugInfo/COFF/lambda.ll [new file with mode: 0644]
test/DebugInfo/COFF/lexicalblock.ll [new file with mode: 0644]
test/DebugInfo/COFF/lines-bb-start.ll
test/DebugInfo/COFF/lines-difile.ll
test/DebugInfo/COFF/local-constant.ll
test/DebugInfo/COFF/local-variable-gap.ll
test/DebugInfo/COFF/local-variables.ll
test/DebugInfo/COFF/long-name.ll
test/DebugInfo/COFF/multifile.ll
test/DebugInfo/COFF/multifunction.ll
test/DebugInfo/COFF/nested-types.ll
test/DebugInfo/COFF/parameter-order.ll
test/DebugInfo/COFF/pieces.ll
test/DebugInfo/COFF/pr28747.ll
test/DebugInfo/COFF/pr37492.ll [new file with mode: 0644]
test/DebugInfo/COFF/purge-typedef-udts.ll
test/DebugInfo/COFF/register-variables.ll
test/DebugInfo/COFF/retained-types.ll
test/DebugInfo/COFF/scopes.ll
test/DebugInfo/COFF/simple.ll
test/DebugInfo/COFF/static-methods.ll
test/DebugInfo/COFF/synthetic.ll
test/DebugInfo/COFF/tail-call-without-lexical-scopes.ll
test/DebugInfo/COFF/thunk.ll [new file with mode: 0644]
test/DebugInfo/COFF/type-quals.ll [new file with mode: 0644]
test/DebugInfo/COFF/typedef.ll
test/DebugInfo/COFF/types-array-advanced.ll
test/DebugInfo/COFF/types-array.ll
test/DebugInfo/COFF/types-basic.ll
test/DebugInfo/COFF/types-calling-conv.ll
test/DebugInfo/COFF/types-cvarargs.ll [new file with mode: 0644]
test/DebugInfo/COFF/types-data-members.ll
test/DebugInfo/COFF/types-non-virtual-methods.ll
test/DebugInfo/COFF/types-recursive-struct.ll
test/DebugInfo/COFF/types-recursive-unnamed.ll [new file with mode: 0644]
test/DebugInfo/COFF/udts.ll
test/DebugInfo/COFF/unnamed.ll [new file with mode: 0644]
test/DebugInfo/COFF/vftables.ll
test/DebugInfo/COFF/virtual-method-kinds.ll
test/DebugInfo/COFF/virtual-methods.ll
test/DebugInfo/COFF/vtable-optzn-array.ll
test/DebugInfo/Generic/2009-11-10-CurrentFn.ll
test/DebugInfo/Generic/2010-06-29-InlinedFnLocalVar.ll
test/DebugInfo/Generic/2010-10-01-crash.ll
test/DebugInfo/Generic/PR20038.ll
test/DebugInfo/Generic/PR37395.ll [new file with mode: 0644]
test/DebugInfo/Generic/accel-table-hash-collisions.ll
test/DebugInfo/Generic/block-asan.ll
test/DebugInfo/Generic/constant-pointers.ll
test/DebugInfo/Generic/constant-sdnodes-have-dbg-location.ll [deleted file]
test/DebugInfo/Generic/constantfp-sdnodes-have-dbg-location.ll [deleted file]
test/DebugInfo/Generic/containing-type-extension.ll
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-range-hole.ll
test/DebugInfo/Generic/cu-ranges.ll
test/DebugInfo/Generic/dead-argument-order.ll
test/DebugInfo/Generic/debug-info-enum.ll [new file with mode: 0644]
test/DebugInfo/Generic/debug-info-qualifiers.ll
test/DebugInfo/Generic/debug-label-mi.ll [new file with mode: 0644]
test/DebugInfo/Generic/debug-label-opt.ll [new file with mode: 0644]
test/DebugInfo/Generic/debug-names-empty-cu.ll [new file with mode: 0644]
test/DebugInfo/Generic/debug-names-empty-name.ll [new file with mode: 0644]
test/DebugInfo/Generic/debug-names-hash-collisions.ll [new file with mode: 0644]
test/DebugInfo/Generic/debug-names-index-type.ll [new file with mode: 0644]
test/DebugInfo/Generic/debug-names-linkage-name.ll [new file with mode: 0644]
test/DebugInfo/Generic/debug-names-many-cu.ll [new file with mode: 0644]
test/DebugInfo/Generic/debug-names-name-collisions.ll [new file with mode: 0644]
test/DebugInfo/Generic/debug-names-one-cu.ll [new file with mode: 0644]
test/DebugInfo/Generic/debug-names-two-cu.ll [new file with mode: 0644]
test/DebugInfo/Generic/debuginfofinder-imported-global-variable.ll [new file with mode: 0644]
test/DebugInfo/Generic/debuginfofinder-inlined-cu.ll
test/DebugInfo/Generic/debuginfofinder-multiple-cu.ll
test/DebugInfo/Generic/def-line.ll
test/DebugInfo/Generic/discriminated-union.ll [new file with mode: 0644]
test/DebugInfo/Generic/discriminator.ll
test/DebugInfo/Generic/disubrange_vla.ll [new file with mode: 0644]
test/DebugInfo/Generic/disubrange_vla_no_dbgvalue.ll [new file with mode: 0644]
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/extended-loc-directive.ll [new file with mode: 0644]
test/DebugInfo/Generic/global-sra-array.ll
test/DebugInfo/Generic/global-sra-single-member.ll
test/DebugInfo/Generic/global-sra-struct.ll
test/DebugInfo/Generic/global.ll
test/DebugInfo/Generic/gmlt_profiling.ll
test/DebugInfo/Generic/gvn.ll
test/DebugInfo/Generic/imported-name-inlined.ll
test/DebugInfo/Generic/incorrect-variable-debugloc.ll
test/DebugInfo/Generic/incorrect-variable-debugloc1.ll
test/DebugInfo/Generic/indvar-discriminator.ll
test/DebugInfo/Generic/inline-debug-info-multiret.ll
test/DebugInfo/Generic/inline-debug-info.ll
test/DebugInfo/Generic/inline-debug-loc.ll
test/DebugInfo/Generic/inline-no-debug-info.ll
test/DebugInfo/Generic/inline-scopes.ll
test/DebugInfo/Generic/inlined-arguments.ll
test/DebugInfo/Generic/inlined-strings.ll [new file with mode: 0644]
test/DebugInfo/Generic/inlined-vars.ll
test/DebugInfo/Generic/instcombine-phi.ll
test/DebugInfo/Generic/licm-hoist-debug-loc.ll
test/DebugInfo/Generic/linear-dbg-value.ll [new file with mode: 0644]
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/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/noscopes.ll
test/DebugInfo/Generic/pass-by-value.ll [new file with mode: 0644]
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/sroa-larger.ll
test/DebugInfo/Generic/sroa-samesize.ll
test/DebugInfo/Generic/store-tail-merge.ll
test/DebugInfo/Generic/string-offsets-form.ll [new file with mode: 0644]
test/DebugInfo/Generic/sugared-constants.ll
test/DebugInfo/Generic/sunk-compare.ll
test/DebugInfo/Generic/tu-composite.ll
test/DebugInfo/Generic/two-cus-from-same-file.ll
test/DebugInfo/Generic/unconditional-branch.ll
test/DebugInfo/Generic/univariant-discriminated-union.ll [new file with mode: 0644]
test/DebugInfo/Generic/varargs.ll
test/DebugInfo/Generic/version.ll
test/DebugInfo/Generic/virtual-index.ll
test/DebugInfo/Generic/volatile-alloca.ll [new file with mode: 0644]
test/DebugInfo/Inputs/gmlt.ll
test/DebugInfo/Inputs/invalid.linetable [new file with mode: 0644]
test/DebugInfo/Inputs/line.ll
test/DebugInfo/Inputs/llvm-symbolizer-local-mem-func-gcc.elf-x86-64 [new file with mode: 0755]
test/DebugInfo/Inputs/precomp-a.obj [new file with mode: 0644]
test/DebugInfo/Inputs/precomp.obj [new file with mode: 0644]
test/DebugInfo/Inputs/split-dwarf-no-skel-address.dwo [new file with mode: 0644]
test/DebugInfo/Inputs/split-dwarf-no-skel-address.o [new file with mode: 0644]
test/DebugInfo/MIR/AArch64/clobber-sp.mir
test/DebugInfo/MIR/AArch64/implicit-def-dead-scope.mir
test/DebugInfo/MIR/ARM/live-debug-values-reg-copy.mir [new file with mode: 0644]
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/Mips/last-inst-bundled.mir [new file with mode: 0644]
test/DebugInfo/MIR/Mips/lit.local.cfg [new file with mode: 0644]
test/DebugInfo/MIR/Mips/live-debug-values-reg-copy.mir [new file with mode: 0644]
test/DebugInfo/MIR/X86/bit-piece-dh.mir
test/DebugInfo/MIR/X86/empty-inline.mir
test/DebugInfo/MIR/X86/kill-after-spill.mir [new file with mode: 0644]
test/DebugInfo/MIR/X86/live-debug-values-3preds.mir
test/DebugInfo/MIR/X86/live-debug-values-reg-copy.mir [new file with mode: 0644]
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
test/DebugInfo/MIR/X86/live-debug-vars-unused-arg.mir
test/DebugInfo/MIR/X86/livedebugvalues-limit.mir
test/DebugInfo/MIR/X86/mlicm-hoist.mir
test/DebugInfo/MIR/X86/no-cfi-loc.mir
test/DebugInfo/MIR/X86/regcoalescer.mir
test/DebugInfo/MSP430/sdagsplit-1.ll
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/fn-call-line.ll
test/DebugInfo/Mips/prologue_end.ll
test/DebugInfo/NVPTX/cu-range-hole.ll [new file with mode: 0644]
test/DebugInfo/NVPTX/dbg-declare-alloca.ll [new file with mode: 0644]
test/DebugInfo/NVPTX/debug-file-loc.ll [new file with mode: 0644]
test/DebugInfo/NVPTX/debug-info.ll [new file with mode: 0644]
test/DebugInfo/NVPTX/debug-loc-offset.ll [new file with mode: 0644]
test/DebugInfo/NVPTX/lit.local.cfg [new file with mode: 0644]
test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test
test/DebugInfo/PDB/obj-globalhash.test
test/DebugInfo/PDB/pdbdump-headers.test
test/DebugInfo/PDB/write-fpm.test
test/DebugInfo/Sparc/gnu-window-save.ll
test/DebugInfo/Sparc/prologue_end.ll
test/DebugInfo/Sparc/subreg.ll
test/DebugInfo/SystemZ/prologue_end.ll
test/DebugInfo/SystemZ/variable-loc.ll
test/DebugInfo/WebAssembly/dbg-declare.ll
test/DebugInfo/WebAssembly/dbg-loop-loc.ll [new file with mode: 0644]
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_stmt_list_sec_offset.ll
test/DebugInfo/X86/FrameIndexExprs.ll
test/DebugInfo/X86/InlinedFnLocalVar.ll
test/DebugInfo/X86/PR26148.ll
test/DebugInfo/X86/PR37234.ll [new file with mode: 0644]
test/DebugInfo/X86/abbr_offset.s [new file with mode: 0644]
test/DebugInfo/X86/abstract_origin.ll
test/DebugInfo/X86/accel-tables-dwarf5.ll [new file with mode: 0644]
test/DebugInfo/X86/accel-tables.ll [new file with mode: 0644]
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/arguments.ll
test/DebugInfo/X86/array.ll
test/DebugInfo/X86/array2.ll
test/DebugInfo/X86/bbjoin.ll
test/DebugInfo/X86/bitcast-di.ll [new file with mode: 0644]
test/DebugInfo/X86/block-capture.ll
test/DebugInfo/X86/byvalstruct.ll
test/DebugInfo/X86/clone-module-2.ll [new file with mode: 0644]
test/DebugInfo/X86/clone-module.ll [new file with mode: 0644]
test/DebugInfo/X86/coff_debug_info_type.ll
test/DebugInfo/X86/coff_relative_names.ll
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
test/DebugInfo/X86/cu-ranges-odr.ll
test/DebugInfo/X86/cu-ranges.ll
test/DebugInfo/X86/dbg-abstract-vars-g-gmlt.ll
test/DebugInfo/X86/dbg-addr-dse.ll
test/DebugInfo/X86/dbg-addr.ll
test/DebugInfo/X86/dbg-const-int.ll
test/DebugInfo/X86/dbg-const.ll
test/DebugInfo/X86/dbg-declare-alloca.ll
test/DebugInfo/X86/dbg-declare-arg.ll
test/DebugInfo/X86/dbg-declare-inalloca.ll
test/DebugInfo/X86/dbg-file-name.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-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
test/DebugInfo/X86/dbg-vector-size.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg_value_direct.ll
test/DebugInfo/X86/debug-dead-local-var.ll
test/DebugInfo/X86/debug-info-access.ll
test/DebugInfo/X86/debug-info-block-captured-self.ll
test/DebugInfo/X86/debug-info-blocks.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-names-split-dwarf.ll [new file with mode: 0644]
test/DebugInfo/X86/debug-ranges-offset.ll
test/DebugInfo/X86/debug_and_nodebug_CUs.ll
test/DebugInfo/X86/debugger-tune.ll
test/DebugInfo/X86/decl-derived-member.ll
test/DebugInfo/X86/discriminator.ll
test/DebugInfo/X86/discriminator2.ll
test/DebugInfo/X86/discriminator3.ll
test/DebugInfo/X86/double-declare.ll
test/DebugInfo/X86/dw_op_minus.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-no-source-loc.ll
test/DebugInfo/X86/dwarf-public-names.ll
test/DebugInfo/X86/dwarf-pubnames-split.ll
test/DebugInfo/X86/dwarfdump-bogus-LNE.s
test/DebugInfo/X86/dwarfdump-debug-loc-simple.test
test/DebugInfo/X86/dwarfdump-debug-names.s [new file with mode: 0644]
test/DebugInfo/X86/dwarfdump-header-64.s
test/DebugInfo/X86/dwarfdump-header.s
test/DebugInfo/X86/dwarfdump-line-dwo.s
test/DebugInfo/X86/dwarfdump-line-mismatch.s [new file with mode: 0644]
test/DebugInfo/X86/dwarfdump-line-only.s
test/DebugInfo/X86/dwarfdump-ranges-baseaddr-exe.s
test/DebugInfo/X86/dwarfdump-ranges-baseaddr.s
test/DebugInfo/X86/dwarfdump-ranges-unrelocated.s
test/DebugInfo/X86/dwarfdump-rnglists.s [new file with mode: 0644]
test/DebugInfo/X86/dwarfdump-str-offsets-invalid-3.s
test/DebugInfo/X86/dwarfdump-str-offsets-invalid-4.s
test/DebugInfo/X86/dwarfdump-str-offsets-invalid-6.s
test/DebugInfo/X86/dwarfdump-str-offsets-macho.s
test/DebugInfo/X86/dwarfdump-str-offsets.s
test/DebugInfo/X86/elf-names.ll
test/DebugInfo/X86/empty-and-one-elem-array.ll
test/DebugInfo/X86/empty_macinfo.ll [new file with mode: 0644]
test/DebugInfo/X86/enum-class.ll
test/DebugInfo/X86/fi-expr.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/fragment-offset-order.ll [new file with mode: 0644]
test/DebugInfo/X86/frame-register.ll
test/DebugInfo/X86/generate-odr-hash.ll
test/DebugInfo/X86/ghost-sdnode-dbgvalues.ll
test/DebugInfo/X86/global-expression.ll [new file with mode: 0644]
test/DebugInfo/X86/global-sra-fp80-array.ll [new file with mode: 0644]
test/DebugInfo/X86/global-sra-fp80-struct.ll [new file with mode: 0644]
test/DebugInfo/X86/gnu-public-names-gmlt.ll
test/DebugInfo/X86/gnu-public-names.ll
test/DebugInfo/X86/header.ll
test/DebugInfo/X86/inline-asm-locs.ll
test/DebugInfo/X86/inline-member-function.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/instcombine-instrinsics.ll
test/DebugInfo/X86/invalid-prologue-end.ll [new file with mode: 0644]
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/live-debug-values.ll
test/DebugInfo/X86/live-debug-variables.ll
test/DebugInfo/X86/live-debug-vars-discard-invalid.mir [new file with mode: 0644]
test/DebugInfo/X86/live-debug-vars-dse.mir
test/DebugInfo/X86/live-debug-vars-keep-undef.ll [new file with mode: 0644]
test/DebugInfo/X86/low-pc-cu.ll
test/DebugInfo/X86/mem2reg_fp80.ll [new file with mode: 0644]
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-at-const-val.ll
test/DebugInfo/X86/no-public-sections.ll [new file with mode: 0644]
test/DebugInfo/X86/no_debug_ranges.ll [new file with mode: 0644]
test/DebugInfo/X86/nodebug.ll
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-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/pr12831.ll
test/DebugInfo/X86/pr13303.ll
test/DebugInfo/X86/pr19307.ll
test/DebugInfo/X86/pr28270.ll
test/DebugInfo/X86/pr34545.ll
test/DebugInfo/X86/prologue-stack.ll
test/DebugInfo/X86/range_reloc.ll
test/DebugInfo/X86/range_reloc_base.ll [new file with mode: 0644]
test/DebugInfo/X86/reference-argument.ll
test/DebugInfo/X86/rematerialize.ll
test/DebugInfo/X86/rnglists_base_attr.ll [new file with mode: 0644]
test/DebugInfo/X86/rnglists_curanges.ll [new file with mode: 0644]
test/DebugInfo/X86/rvalue-ref.ll
test/DebugInfo/X86/safestack-byval.ll
test/DebugInfo/X86/sdag-combine.ll [new file with mode: 0644]
test/DebugInfo/X86/sdag-dangling-dbgvalue.ll [new file with mode: 0644]
test/DebugInfo/X86/sdag-dbgvalue-phi-use-1.ll [new file with mode: 0644]
test/DebugInfo/X86/sdag-dbgvalue-phi-use-2.ll [new file with mode: 0644]
test/DebugInfo/X86/sdag-dbgvalue-phi-use-3.ll [new file with mode: 0644]
test/DebugInfo/X86/sdag-dbgvalue-phi-use-4.ll [new file with mode: 0644]
test/DebugInfo/X86/sdag-salvage-add.ll
test/DebugInfo/X86/sdag-split-arg.ll
test/DebugInfo/X86/sdagsplit-1.ll
test/DebugInfo/X86/sections_as_references.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
test/DebugInfo/X86/spill-nontrivial-param.ll
test/DebugInfo/X86/spill-nospill.ll
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/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
test/DebugInfo/X86/stack-args.ll
test/DebugInfo/X86/stack-value-dwarf2.ll
test/DebugInfo/X86/stack-value-piece.ll
test/DebugInfo/X86/stmt-list-multiple-compile-units.ll
test/DebugInfo/X86/string-offsets-multiple-cus.ll [new file with mode: 0644]
test/DebugInfo/X86/string-offsets-table.ll [new file with mode: 0644]
test/DebugInfo/X86/strip-broken-debuginfo.ll [new file with mode: 0644]
test/DebugInfo/X86/subrange-type.ll
test/DebugInfo/X86/subregisters.ll
test/DebugInfo/X86/tail-merge.ll
test/DebugInfo/X86/template.ll
test/DebugInfo/X86/this-stack_value.ll
test/DebugInfo/X86/tls.ll
test/DebugInfo/X86/union-const.ll
test/DebugInfo/X86/union-template.ll
test/DebugInfo/X86/vla-dependencies.ll [new file with mode: 0644]
test/DebugInfo/X86/vla-global.ll [new file with mode: 0644]
test/DebugInfo/X86/vla-multi.ll [new file with mode: 0644]
test/DebugInfo/X86/vla.ll
test/DebugInfo/X86/void-typedef.ll [new file with mode: 0644]
test/DebugInfo/X86/xray-split-dwarf-interaction.ll
test/DebugInfo/X86/zextload.ll
test/DebugInfo/check-debugify-preserves-analyses.ll [new file with mode: 0644]
test/DebugInfo/cross-cu-scope.ll
test/DebugInfo/debugify-bogus-dbg-value.ll [new file with mode: 0644]
test/DebugInfo/debugify-each.ll [new file with mode: 0644]
test/DebugInfo/debugify-export.ll [new file with mode: 0644]
test/DebugInfo/debugify-report-missing-locs-only.ll [new file with mode: 0644]
test/DebugInfo/debugify.ll
test/DebugInfo/debuglineinfo-path.ll [new file with mode: 0644]
test/DebugInfo/debugmacinfo.test
test/DebugInfo/dwarfdump-accel.test
test/DebugInfo/dwarfdump-invalid-line-table.test [new file with mode: 0644]
test/DebugInfo/dwarfdump-macho-universal.test
test/DebugInfo/dwarfdump-ranges.test
test/DebugInfo/llvm-symbolizer-split-dwarf-empty.test
test/DebugInfo/llvm-symbolizer-split-dwarf-no-skel-address.test [new file with mode: 0644]
test/DebugInfo/llvm-symbolizer.test
test/DebugInfo/omit-empty.ll
test/DebugInfo/precomp.test [new file with mode: 0644]
test/DebugInfo/strip-loop-metadata.ll
test/DebugInfo/strip-module-flags.ll [new file with mode: 0644]
test/DebugInfo/unrolled-loop-remainder.ll
test/Demangle/ms-arg-qualifiers.test [new file with mode: 0644]
test/Demangle/ms-back-references.test [new file with mode: 0644]
test/Demangle/ms-basic.test [new file with mode: 0644]
test/Demangle/ms-mangle.test [new file with mode: 0644]
test/Demangle/ms-windows.test [new file with mode: 0644]
test/ExecutionEngine/Interpreter/alias.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/eh-lg-pic.ll
test/ExecutionEngine/MCJIT/eh.ll
test/ExecutionEngine/MCJIT/multi-module-eh-a.ll
test/ExecutionEngine/MCJIT/remote/eh.ll
test/ExecutionEngine/OrcLazy/hello.ll
test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll
test/ExecutionEngine/OrcMCJIT/eh.ll
test/ExecutionEngine/OrcMCJIT/multi-module-eh-a.ll
test/ExecutionEngine/OrcMCJIT/remote/eh.ll
test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s
test/ExecutionEngine/RuntimeDyld/ARM/MachO_Thumb_Relocations.s
test/ExecutionEngine/RuntimeDyld/PowerPC/Inputs/ppc64_elf_module_b.s [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/PowerPC/ppc64_elf.s [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/PowerPC/ppc64_reloc.s [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/X86/COFF_x86_64_IMGREL.s [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/X86/ELF-large-pic-relocations.s [new file with mode: 0644]
test/Feature/elf-linker-options.ll [new file with mode: 0644]
test/FileCheck/check-dag-not-dag.txt [new file with mode: 0644]
test/FileCheck/check-dag-overlap-torture.txt [new file with mode: 0644]
test/FileCheck/check-dag-overlap.txt [new file with mode: 0644]
test/FileCheck/check-empty-tag.txt [new file with mode: 0644]
test/FileCheck/check-empty.txt
test/FileCheck/check-empty2.txt [new file with mode: 0644]
test/FileCheck/check-label-dag.txt
test/FileCheck/check-multiple-prefixes-nomatch-2.txt
test/FileCheck/check-multiple-prefixes-nomatch.txt
test/FileCheck/check-not-diaginfo.txt
test/FileCheck/defines.txt
test/FileCheck/implicit-check-not.txt
test/FileCheck/match-full-lines.txt
test/FileCheck/verbose.txt [new file with mode: 0644]
test/FileCheck/verbose_mode.txt [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/basic-myriad.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/basic.ll
test/Instrumentation/AddressSanitizer/debug_info.ll
test/Instrumentation/AddressSanitizer/do-not-instrument-profiling-globals.ll
test/Instrumentation/AddressSanitizer/global_lto_merge.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/global_metadata.ll
test/Instrumentation/AddressSanitizer/global_metadata_array.ll
test/Instrumentation/AddressSanitizer/instrument_global.ll
test/Instrumentation/AddressSanitizer/local_stack_base.ll
test/Instrumentation/AddressSanitizer/stack-poisoning-byval-args.ll
test/Instrumentation/AddressSanitizer/win-sorted-sections.ll [new file with mode: 0644]
test/Instrumentation/BoundsChecking/opt.ll [new file with mode: 0644]
test/Instrumentation/DataFlowSanitizer/Inputs/abilist.txt
test/Instrumentation/DataFlowSanitizer/custom_fun_callback_attributes.ll [new file with mode: 0644]
test/Instrumentation/DataFlowSanitizer/custom_fun_varargs_attributes.ll [new file with mode: 0644]
test/Instrumentation/DataFlowSanitizer/debug.ll
test/Instrumentation/DataFlowSanitizer/memset.ll
test/Instrumentation/DataFlowSanitizer/uninstrumented_local_functions.ll [new file with mode: 0644]
test/Instrumentation/EfficiencySanitizer/working_set_basic.ll
test/Instrumentation/EfficiencySanitizer/working_set_slow.ll
test/Instrumentation/HWAddressSanitizer/X86/atomic.ll [new file with mode: 0644]
test/Instrumentation/HWAddressSanitizer/X86/basic.ll [new file with mode: 0644]
test/Instrumentation/HWAddressSanitizer/X86/kernel.ll [new file with mode: 0644]
test/Instrumentation/HWAddressSanitizer/X86/with-calls.ll [new file with mode: 0644]
test/Instrumentation/HWAddressSanitizer/alloca-with-calls.ll [new file with mode: 0644]
test/Instrumentation/HWAddressSanitizer/alloca.ll [new file with mode: 0644]
test/Instrumentation/HWAddressSanitizer/atomic.ll
test/Instrumentation/HWAddressSanitizer/basic.ll
test/Instrumentation/HWAddressSanitizer/kernel-alloca.ll [new file with mode: 0644]
test/Instrumentation/HWAddressSanitizer/kernel-inline.ll [new file with mode: 0644]
test/Instrumentation/HWAddressSanitizer/kernel.ll [new file with mode: 0644]
test/Instrumentation/HWAddressSanitizer/with-calls.ll
test/Instrumentation/InstrProfiling/early-exit.ll [new file with mode: 0644]
test/Instrumentation/InstrProfiling/linkage.ll
test/Instrumentation/InstrProfiling/no-counters.ll
test/Instrumentation/InstrProfiling/profiling.ll
test/Instrumentation/MemorySanitizer/AArch64/vararg.ll
test/Instrumentation/MemorySanitizer/Mips/vararg-mips64.ll
test/Instrumentation/MemorySanitizer/Mips/vararg-mips64el.ll
test/Instrumentation/MemorySanitizer/PowerPC/vararg-ppc64.ll
test/Instrumentation/MemorySanitizer/PowerPC/vararg-ppc64le.ll
test/Instrumentation/MemorySanitizer/alloca.ll
test/Instrumentation/MemorySanitizer/byval-alignment.ll
test/Instrumentation/MemorySanitizer/check_access_address.ll
test/Instrumentation/MemorySanitizer/manual-shadow.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/masked-store-load.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/msan_basic.ll
test/Instrumentation/MemorySanitizer/msan_x86_bts_asm.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/store-origin.ll
test/Instrumentation/MemorySanitizer/vector_cvt.ll
test/Instrumentation/SanitizerCoverage/abort-in-entry-block.ll [new file with mode: 0644]
test/Instrumentation/SanitizerCoverage/coverage-dbg.ll
test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll
test/Instrumentation/ThreadSanitizer/atomic.ll
test/Instrumentation/ThreadSanitizer/tsan_basic.ll
test/Instrumentation/cgprofile.ll [new file with mode: 0644]
test/JitListener/multiple.ll
test/JitListener/simple.ll
test/LTO/Resolution/X86/Inputs/alias-alias-1.ll [new file with mode: 0644]
test/LTO/Resolution/X86/Inputs/not-prevailing.ll [new file with mode: 0644]
test/LTO/Resolution/X86/alias-alias.ll [new file with mode: 0644]
test/LTO/Resolution/X86/cache-dso-local.ll [new file with mode: 0644]
test/LTO/Resolution/X86/cache-dso-local2.ll [new file with mode: 0644]
test/LTO/Resolution/X86/cache-prevailing.ll [new file with mode: 0644]
test/LTO/Resolution/X86/comdat.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
test/LTO/Resolution/X86/load-sample-prof-icp.ll
test/LTO/Resolution/X86/load-sample-prof.ll
test/LTO/Resolution/X86/mod-asm-used.ll
test/LTO/Resolution/X86/not-prevailing-alias.ll [new file with mode: 0644]
test/LTO/Resolution/X86/not-prevailing-variables.ll [new file with mode: 0644]
test/LTO/Resolution/X86/not-prevailing.ll [new file with mode: 0644]
test/LTO/Resolution/X86/setting-dso-local.ll [new file with mode: 0644]
test/LTO/X86/Inputs/dllimport.ll [new file with mode: 0644]
test/LTO/X86/Inputs/remangle_intrinsics.ll
test/LTO/X86/Inputs/type-mapping-bug2.ll [new file with mode: 0644]
test/LTO/X86/dllimport.ll [new file with mode: 0644]
test/LTO/X86/pr38046.ll [new file with mode: 0644]
test/LTO/X86/remangle_intrinsics.ll
test/LTO/X86/strip-debug-info-no-call-loc.ll
test/LTO/X86/symver-asm3.ll [new file with mode: 0644]
test/LTO/X86/triple-init.ll
test/LTO/X86/triple-init2.ll [new file with mode: 0644]
test/LTO/X86/type-mapping-bug2.ll [new file with mode: 0644]
test/Linker/DbgDeclare.ll
test/Linker/DbgDeclare2.ll
test/Linker/Inputs/metadata-source-a.ll [new file with mode: 0644]
test/Linker/Inputs/metadata-source-b.ll [new file with mode: 0644]
test/Linker/Inputs/odr-lambda-2.ll
test/Linker/Inputs/only-needed-debug-metadata.ll
test/Linker/Inputs/pr26037.ll
test/Linker/Inputs/replaced-function-matches-first-subprogram.ll
test/Linker/Inputs/thinlto_funcimport_debug.ll
test/Linker/Inputs/type-unique-inheritance-a.ll
test/Linker/Inputs/type-unique-inheritance-b.ll
test/Linker/Inputs/type-unique-simple2-a.ll
test/Linker/Inputs/type-unique-simple2-b.ll
test/Linker/apple-version.ll
test/Linker/datalayout.ll
test/Linker/drop-debug.ll
test/Linker/metadata-source.ll [new file with mode: 0644]
test/Linker/odr-lambda-1.ll
test/Linker/only-needed-debug-metadata.ll
test/Linker/pr26037.ll
test/Linker/redefinition.ll
test/Linker/replaced-function-matches-first-subprogram.ll
test/Linker/subprogram-linkonce-weak.ll
test/Linker/targettriple.ll
test/Linker/thinlto_funcimport_debug.ll
test/Linker/type-unique-dst-types.ll
test/Linker/type-unique-odr-a.ll
test/Linker/type-unique-odr-b.ll
test/Linker/type-unique-simple-a.ll
test/Linker/type-unique-simple-b.ll
test/Linker/type-unique-simple2-a.ll
test/Linker/type-unique-simple2-b.ll
test/Linker/type-unique-type-array-a.ll
test/Linker/type-unique-type-array-b.ll
test/MC/AArch64/SVE/abs-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/abs.s [new file with mode: 0644]
test/MC/AArch64/SVE/add-diagnostics.s
test/MC/AArch64/SVE/add.s
test/MC/AArch64/SVE/addpl-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/addpl.s [new file with mode: 0644]
test/MC/AArch64/SVE/addvl-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/addvl.s [new file with mode: 0644]
test/MC/AArch64/SVE/adr-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/adr.s [new file with mode: 0644]
test/MC/AArch64/SVE/and-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/and.s [new file with mode: 0644]
test/MC/AArch64/SVE/ands-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ands.s [new file with mode: 0644]
test/MC/AArch64/SVE/andv-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/andv.s [new file with mode: 0644]
test/MC/AArch64/SVE/asr-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/asr.s [new file with mode: 0644]
test/MC/AArch64/SVE/asrd-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/asrd.s [new file with mode: 0644]
test/MC/AArch64/SVE/asrr-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/asrr.s [new file with mode: 0644]
test/MC/AArch64/SVE/bic-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/bic.s [new file with mode: 0644]
test/MC/AArch64/SVE/bics-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/bics.s [new file with mode: 0644]
test/MC/AArch64/SVE/clasta-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/clasta.s [new file with mode: 0644]
test/MC/AArch64/SVE/clastb-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/clastb.s [new file with mode: 0644]
test/MC/AArch64/SVE/cls-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/cls.s [new file with mode: 0644]
test/MC/AArch64/SVE/clz-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/clz.s [new file with mode: 0644]
test/MC/AArch64/SVE/cmpeq-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/cmpeq.s [new file with mode: 0644]
test/MC/AArch64/SVE/cmpge-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/cmpge.s [new file with mode: 0644]
test/MC/AArch64/SVE/cmpgt-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/cmpgt.s [new file with mode: 0644]
test/MC/AArch64/SVE/cmphi-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/cmphi.s [new file with mode: 0644]
test/MC/AArch64/SVE/cmphs-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/cmphs.s [new file with mode: 0644]
test/MC/AArch64/SVE/cmple-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/cmple.s [new file with mode: 0644]
test/MC/AArch64/SVE/cmplo-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/cmplo.s [new file with mode: 0644]
test/MC/AArch64/SVE/cmpls-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/cmpls.s [new file with mode: 0644]
test/MC/AArch64/SVE/cmplt-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/cmplt.s [new file with mode: 0644]
test/MC/AArch64/SVE/cmpne-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/cmpne.s [new file with mode: 0644]
test/MC/AArch64/SVE/cnot-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/cnot.s [new file with mode: 0644]
test/MC/AArch64/SVE/cnt-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/cnt.s [new file with mode: 0644]
test/MC/AArch64/SVE/cntb-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/cntb.s [new file with mode: 0644]
test/MC/AArch64/SVE/cntd-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/cntd.s [new file with mode: 0644]
test/MC/AArch64/SVE/cnth-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/cnth.s [new file with mode: 0644]
test/MC/AArch64/SVE/cntp-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/cntp.s [new file with mode: 0644]
test/MC/AArch64/SVE/cntw-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/cntw.s [new file with mode: 0644]
test/MC/AArch64/SVE/compact-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/compact.s [new file with mode: 0644]
test/MC/AArch64/SVE/condtion-codes.s [new file with mode: 0644]
test/MC/AArch64/SVE/cpy-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/cpy.s [new file with mode: 0644]
test/MC/AArch64/SVE/decb-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/decb.s [new file with mode: 0644]
test/MC/AArch64/SVE/decd-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/decd.s [new file with mode: 0644]
test/MC/AArch64/SVE/dech-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/dech.s [new file with mode: 0644]
test/MC/AArch64/SVE/decp-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/decp.s [new file with mode: 0644]
test/MC/AArch64/SVE/decw-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/decw.s [new file with mode: 0644]
test/MC/AArch64/SVE/dup-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/dup.s [new file with mode: 0644]
test/MC/AArch64/SVE/dupm-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/dupm.s [new file with mode: 0644]
test/MC/AArch64/SVE/eon-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/eon.s [new file with mode: 0644]
test/MC/AArch64/SVE/eor-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/eor.s [new file with mode: 0644]
test/MC/AArch64/SVE/eors-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/eors.s [new file with mode: 0644]
test/MC/AArch64/SVE/eorv-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/eorv.s [new file with mode: 0644]
test/MC/AArch64/SVE/ext-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ext.s [new file with mode: 0644]
test/MC/AArch64/SVE/fabd-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fabd.s [new file with mode: 0644]
test/MC/AArch64/SVE/fabs-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fabs.s [new file with mode: 0644]
test/MC/AArch64/SVE/facge-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/facge.s [new file with mode: 0644]
test/MC/AArch64/SVE/facgt-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/facgt.s [new file with mode: 0644]
test/MC/AArch64/SVE/facle-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/facle.s [new file with mode: 0644]
test/MC/AArch64/SVE/faclt-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/faclt.s [new file with mode: 0644]
test/MC/AArch64/SVE/fadd-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fadd.s [new file with mode: 0644]
test/MC/AArch64/SVE/fadda-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fadda.s [new file with mode: 0644]
test/MC/AArch64/SVE/faddv-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/faddv.s [new file with mode: 0644]
test/MC/AArch64/SVE/fcadd-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fcadd.s [new file with mode: 0644]
test/MC/AArch64/SVE/fcmeq-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fcmeq.s [new file with mode: 0644]
test/MC/AArch64/SVE/fcmge-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fcmge.s [new file with mode: 0644]
test/MC/AArch64/SVE/fcmgt-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fcmgt.s [new file with mode: 0644]
test/MC/AArch64/SVE/fcmla-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fcmla.s [new file with mode: 0644]
test/MC/AArch64/SVE/fcmle-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fcmle.s [new file with mode: 0644]
test/MC/AArch64/SVE/fcmlt-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fcmlt.s [new file with mode: 0644]
test/MC/AArch64/SVE/fcmne-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fcmne.s [new file with mode: 0644]
test/MC/AArch64/SVE/fcmuo-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fcmuo.s [new file with mode: 0644]
test/MC/AArch64/SVE/fcpy-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fcpy.s [new file with mode: 0644]
test/MC/AArch64/SVE/fcvt-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fcvt.s [new file with mode: 0644]
test/MC/AArch64/SVE/fcvtzs-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fcvtzs.s [new file with mode: 0644]
test/MC/AArch64/SVE/fcvtzu-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fcvtzu.s [new file with mode: 0644]
test/MC/AArch64/SVE/fdiv-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fdiv.s [new file with mode: 0644]
test/MC/AArch64/SVE/fdivr-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fdivr.s [new file with mode: 0644]
test/MC/AArch64/SVE/fdup-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fdup.s [new file with mode: 0644]
test/MC/AArch64/SVE/fexpa-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fexpa.s [new file with mode: 0644]
test/MC/AArch64/SVE/fmad-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fmad.s [new file with mode: 0644]
test/MC/AArch64/SVE/fmax-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fmax.s [new file with mode: 0644]
test/MC/AArch64/SVE/fmaxnm-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fmaxnm.s [new file with mode: 0644]
test/MC/AArch64/SVE/fmaxnmv-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fmaxnmv.s [new file with mode: 0644]
test/MC/AArch64/SVE/fmaxv-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fmaxv.s [new file with mode: 0644]
test/MC/AArch64/SVE/fmin-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fmin.s [new file with mode: 0644]
test/MC/AArch64/SVE/fminnm-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fminnm.s [new file with mode: 0644]
test/MC/AArch64/SVE/fminnmv-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fminnmv.s [new file with mode: 0644]
test/MC/AArch64/SVE/fminv-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fminv.s [new file with mode: 0644]
test/MC/AArch64/SVE/fmla-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fmla.s [new file with mode: 0644]
test/MC/AArch64/SVE/fmls-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fmls.s [new file with mode: 0644]
test/MC/AArch64/SVE/fmov-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fmov.s [new file with mode: 0644]
test/MC/AArch64/SVE/fmsb-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fmsb.s [new file with mode: 0644]
test/MC/AArch64/SVE/fmul-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fmul.s [new file with mode: 0644]
test/MC/AArch64/SVE/fmulx-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fmulx.s [new file with mode: 0644]
test/MC/AArch64/SVE/fneg-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fneg.s [new file with mode: 0644]
test/MC/AArch64/SVE/fnmad-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fnmad.s [new file with mode: 0644]
test/MC/AArch64/SVE/fnmla-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fnmla.s [new file with mode: 0644]
test/MC/AArch64/SVE/fnmls-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fnmls.s [new file with mode: 0644]
test/MC/AArch64/SVE/fnmsb-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fnmsb.s [new file with mode: 0644]
test/MC/AArch64/SVE/frecpe-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/frecpe.s [new file with mode: 0644]
test/MC/AArch64/SVE/frecps-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/frecps.s [new file with mode: 0644]
test/MC/AArch64/SVE/frecpx-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/frecpx.s [new file with mode: 0644]
test/MC/AArch64/SVE/frinta-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/frinta.s [new file with mode: 0644]
test/MC/AArch64/SVE/frinti-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/frinti.s [new file with mode: 0644]
test/MC/AArch64/SVE/frintm-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/frintm.s [new file with mode: 0644]
test/MC/AArch64/SVE/frintn-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/frintn.s [new file with mode: 0644]
test/MC/AArch64/SVE/frintp-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/frintp.s [new file with mode: 0644]
test/MC/AArch64/SVE/frintx-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/frintx.s [new file with mode: 0644]
test/MC/AArch64/SVE/frintz-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/frintz.s [new file with mode: 0644]
test/MC/AArch64/SVE/frsqrte-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/frsqrte.s [new file with mode: 0644]
test/MC/AArch64/SVE/frsqrts-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/frsqrts.s [new file with mode: 0644]
test/MC/AArch64/SVE/fscale-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fscale.s [new file with mode: 0644]
test/MC/AArch64/SVE/fsqrt-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fsqrt.s [new file with mode: 0644]
test/MC/AArch64/SVE/fsub-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fsub.s [new file with mode: 0644]
test/MC/AArch64/SVE/fsubr-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/fsubr.s [new file with mode: 0644]
test/MC/AArch64/SVE/ftmad-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ftmad.s [new file with mode: 0644]
test/MC/AArch64/SVE/ftsmul-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ftsmul.s [new file with mode: 0644]
test/MC/AArch64/SVE/ftssel-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ftssel.s [new file with mode: 0644]
test/MC/AArch64/SVE/incb-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/incb.s [new file with mode: 0644]
test/MC/AArch64/SVE/incd-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/incd.s [new file with mode: 0644]
test/MC/AArch64/SVE/inch-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/inch.s [new file with mode: 0644]
test/MC/AArch64/SVE/incp-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/incp.s [new file with mode: 0644]
test/MC/AArch64/SVE/incw-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/incw.s [new file with mode: 0644]
test/MC/AArch64/SVE/index-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/index.s [new file with mode: 0644]
test/MC/AArch64/SVE/insr-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/insr.s [new file with mode: 0644]
test/MC/AArch64/SVE/lasta-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/lasta.s [new file with mode: 0644]
test/MC/AArch64/SVE/lastb-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/lastb.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1b-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1b.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1d-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1d.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1h-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1h.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1rb-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1rb.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1rd-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1rd.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1rh-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1rh.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1rqb-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1rqb.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1rqd-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1rqd.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1rqh-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1rqh.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1rqw-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1rqw.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1rsb-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1rsb.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1rsh-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1rsh.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1rsw-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1rsw.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1rw-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1rw.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1sb-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1sb.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1sh-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1sh.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1sw-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1sw.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1w-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld1w.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld2b-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld2b.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld2d-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld2d.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld2h-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld2h.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld2w-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld2w.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld3b-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld3b.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld3d-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld3d.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld3h-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld3h.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld3w-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld3w.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld4b-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld4b.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld4d-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld4d.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld4h-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld4h.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld4w-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ld4w.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldff1b-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldff1b.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldff1d-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldff1d.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldff1h-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldff1h.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldff1sb-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldff1sb.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldff1sh-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldff1sh.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldff1sw-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldff1sw.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldff1w-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldff1w.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnf1b-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnf1b.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnf1d-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnf1d.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnf1h-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnf1h.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnf1sb-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnf1sb.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnf1sh-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnf1sh.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnf1sw-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnf1sw.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnf1w-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnf1w.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnt1b-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnt1b.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnt1d-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnt1d.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnt1h-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnt1h.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnt1w-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldnt1w.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldr-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ldr.s [new file with mode: 0644]
test/MC/AArch64/SVE/lsl-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/lsl.s [new file with mode: 0644]
test/MC/AArch64/SVE/lslr-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/lslr.s [new file with mode: 0644]
test/MC/AArch64/SVE/lsr-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/lsr.s [new file with mode: 0644]
test/MC/AArch64/SVE/lsrr-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/lsrr.s [new file with mode: 0644]
test/MC/AArch64/SVE/mad-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/mad.s [new file with mode: 0644]
test/MC/AArch64/SVE/mla-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/mla.s [new file with mode: 0644]
test/MC/AArch64/SVE/mls-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/mls.s [new file with mode: 0644]
test/MC/AArch64/SVE/mov-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/mov.s [new file with mode: 0644]
test/MC/AArch64/SVE/movs.s [new file with mode: 0644]
test/MC/AArch64/SVE/msb-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/msb.s [new file with mode: 0644]
test/MC/AArch64/SVE/mul-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/mul.s [new file with mode: 0644]
test/MC/AArch64/SVE/nand-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/nand.s [new file with mode: 0644]
test/MC/AArch64/SVE/nands-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/nands.s [new file with mode: 0644]
test/MC/AArch64/SVE/neg-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/neg.s [new file with mode: 0644]
test/MC/AArch64/SVE/nor-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/nor.s [new file with mode: 0644]
test/MC/AArch64/SVE/nors-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/nors.s [new file with mode: 0644]
test/MC/AArch64/SVE/not-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/not.s [new file with mode: 0644]
test/MC/AArch64/SVE/nots.s [new file with mode: 0644]
test/MC/AArch64/SVE/orn-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/orn.s [new file with mode: 0644]
test/MC/AArch64/SVE/orns-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/orns.s [new file with mode: 0644]
test/MC/AArch64/SVE/orr-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/orr.s [new file with mode: 0644]
test/MC/AArch64/SVE/orrs-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/orrs.s [new file with mode: 0644]
test/MC/AArch64/SVE/orv-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/orv.s [new file with mode: 0644]
test/MC/AArch64/SVE/prfb-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/prfb.s [new file with mode: 0644]
test/MC/AArch64/SVE/prfd-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/prfd.s [new file with mode: 0644]
test/MC/AArch64/SVE/prfh-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/prfh.s [new file with mode: 0644]
test/MC/AArch64/SVE/prfw-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/prfw.s [new file with mode: 0644]
test/MC/AArch64/SVE/ptrue-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ptrue.s [new file with mode: 0644]
test/MC/AArch64/SVE/ptrues-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ptrues.s [new file with mode: 0644]
test/MC/AArch64/SVE/punpkhi-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/punpkhi.s [new file with mode: 0644]
test/MC/AArch64/SVE/punpklo-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/punpklo.s [new file with mode: 0644]
test/MC/AArch64/SVE/rbit-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/rbit.s [new file with mode: 0644]
test/MC/AArch64/SVE/rdffr-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/rdffr.s [new file with mode: 0644]
test/MC/AArch64/SVE/rdffrs-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/rdffrs.s [new file with mode: 0644]
test/MC/AArch64/SVE/rdvl-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/rdvl.s [new file with mode: 0644]
test/MC/AArch64/SVE/rev.s [new file with mode: 0644]
test/MC/AArch64/SVE/revb-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/revb.s [new file with mode: 0644]
test/MC/AArch64/SVE/revh-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/revh.s [new file with mode: 0644]
test/MC/AArch64/SVE/revw-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/revw.s [new file with mode: 0644]
test/MC/AArch64/SVE/sabd-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/sabd.s [new file with mode: 0644]
test/MC/AArch64/SVE/saddv-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/saddv.s [new file with mode: 0644]
test/MC/AArch64/SVE/scvtf-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/scvtf.s [new file with mode: 0644]
test/MC/AArch64/SVE/sdiv-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/sdiv.s [new file with mode: 0644]
test/MC/AArch64/SVE/sdivr-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/sdivr.s [new file with mode: 0644]
test/MC/AArch64/SVE/sdot-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/sdot.s [new file with mode: 0644]
test/MC/AArch64/SVE/sel.s [new file with mode: 0644]
test/MC/AArch64/SVE/setffr.s [new file with mode: 0644]
test/MC/AArch64/SVE/smax-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/smax.s [new file with mode: 0644]
test/MC/AArch64/SVE/smaxv-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/smaxv.s [new file with mode: 0644]
test/MC/AArch64/SVE/smin-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/smin.s [new file with mode: 0644]
test/MC/AArch64/SVE/sminv-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/sminv.s [new file with mode: 0644]
test/MC/AArch64/SVE/smulh-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/smulh.s [new file with mode: 0644]
test/MC/AArch64/SVE/splice-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/splice.s [new file with mode: 0644]
test/MC/AArch64/SVE/sqadd-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/sqadd.s [new file with mode: 0644]
test/MC/AArch64/SVE/sqdecb-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/sqdecb.s [new file with mode: 0644]
test/MC/AArch64/SVE/sqdecd-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/sqdecd.s [new file with mode: 0644]
test/MC/AArch64/SVE/sqdech-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/sqdech.s [new file with mode: 0644]
test/MC/AArch64/SVE/sqdecp-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/sqdecp.s [new file with mode: 0644]
test/MC/AArch64/SVE/sqdecw-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/sqdecw.s [new file with mode: 0644]
test/MC/AArch64/SVE/sqincb-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/sqincb.s [new file with mode: 0644]
test/MC/AArch64/SVE/sqincd-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/sqincd.s [new file with mode: 0644]
test/MC/AArch64/SVE/sqinch-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/sqinch.s [new file with mode: 0644]
test/MC/AArch64/SVE/sqincp-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/sqincp.s [new file with mode: 0644]
test/MC/AArch64/SVE/sqincw-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/sqincw.s [new file with mode: 0644]
test/MC/AArch64/SVE/sqsub-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/sqsub.s [new file with mode: 0644]
test/MC/AArch64/SVE/st1b-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/st1b.s [new file with mode: 0644]
test/MC/AArch64/SVE/st1d-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/st1d.s [new file with mode: 0644]
test/MC/AArch64/SVE/st1h-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/st1h.s [new file with mode: 0644]
test/MC/AArch64/SVE/st1w-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/st1w.s [new file with mode: 0644]
test/MC/AArch64/SVE/st2b-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/st2b.s [new file with mode: 0644]
test/MC/AArch64/SVE/st2d-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/st2d.s [new file with mode: 0644]
test/MC/AArch64/SVE/st2h-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/st2h.s [new file with mode: 0644]
test/MC/AArch64/SVE/st2w-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/st2w.s [new file with mode: 0644]
test/MC/AArch64/SVE/st3b-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/st3b.s [new file with mode: 0644]
test/MC/AArch64/SVE/st3d-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/st3d.s [new file with mode: 0644]
test/MC/AArch64/SVE/st3h-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/st3h.s [new file with mode: 0644]
test/MC/AArch64/SVE/st3w-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/st3w.s [new file with mode: 0644]
test/MC/AArch64/SVE/st4b-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/st4b.s [new file with mode: 0644]
test/MC/AArch64/SVE/st4d-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/st4d.s [new file with mode: 0644]
test/MC/AArch64/SVE/st4h-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/st4h.s [new file with mode: 0644]
test/MC/AArch64/SVE/st4w-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/st4w.s [new file with mode: 0644]
test/MC/AArch64/SVE/stnt1b-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/stnt1b.s [new file with mode: 0644]
test/MC/AArch64/SVE/stnt1d-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/stnt1d.s [new file with mode: 0644]
test/MC/AArch64/SVE/stnt1h-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/stnt1h.s [new file with mode: 0644]
test/MC/AArch64/SVE/stnt1w-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/stnt1w.s [new file with mode: 0644]
test/MC/AArch64/SVE/str-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/str.s [new file with mode: 0644]
test/MC/AArch64/SVE/sub-diagnostics.s
test/MC/AArch64/SVE/sub.s
test/MC/AArch64/SVE/subr-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/subr.s [new file with mode: 0644]
test/MC/AArch64/SVE/sunpkhi-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/sunpkhi.s [new file with mode: 0644]
test/MC/AArch64/SVE/sunpklo-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/sunpklo.s [new file with mode: 0644]
test/MC/AArch64/SVE/sxtb-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/sxtb.s [new file with mode: 0644]
test/MC/AArch64/SVE/sxth-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/sxth.s [new file with mode: 0644]
test/MC/AArch64/SVE/sxtw-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/sxtw.s [new file with mode: 0644]
test/MC/AArch64/SVE/tbl-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/tbl.s [new file with mode: 0644]
test/MC/AArch64/SVE/trn1-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/trn1.s [new file with mode: 0644]
test/MC/AArch64/SVE/trn2-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/trn2.s [new file with mode: 0644]
test/MC/AArch64/SVE/uabd-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/uabd.s [new file with mode: 0644]
test/MC/AArch64/SVE/uaddv-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/uaddv.s [new file with mode: 0644]
test/MC/AArch64/SVE/ucvtf-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/ucvtf.s [new file with mode: 0644]
test/MC/AArch64/SVE/udiv-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/udiv.s [new file with mode: 0644]
test/MC/AArch64/SVE/udivr-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/udivr.s [new file with mode: 0644]
test/MC/AArch64/SVE/udot-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/udot.s [new file with mode: 0644]
test/MC/AArch64/SVE/umax-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/umax.s [new file with mode: 0644]
test/MC/AArch64/SVE/umaxv-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/umaxv.s [new file with mode: 0644]
test/MC/AArch64/SVE/umin-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/umin.s [new file with mode: 0644]
test/MC/AArch64/SVE/uminv-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/uminv.s [new file with mode: 0644]
test/MC/AArch64/SVE/umulh-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/umulh.s [new file with mode: 0644]
test/MC/AArch64/SVE/uqadd-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/uqadd.s [new file with mode: 0644]
test/MC/AArch64/SVE/uqdecb-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/uqdecb.s [new file with mode: 0644]
test/MC/AArch64/SVE/uqdecd-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/uqdecd.s [new file with mode: 0644]
test/MC/AArch64/SVE/uqdech-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/uqdech.s [new file with mode: 0644]
test/MC/AArch64/SVE/uqdecp.s [new file with mode: 0644]
test/MC/AArch64/SVE/uqdecw-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/uqdecw.s [new file with mode: 0644]
test/MC/AArch64/SVE/uqincb-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/uqincb.s [new file with mode: 0644]
test/MC/AArch64/SVE/uqincd-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/uqincd.s [new file with mode: 0644]
test/MC/AArch64/SVE/uqinch-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/uqinch.s [new file with mode: 0644]
test/MC/AArch64/SVE/uqincp-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/uqincp.s [new file with mode: 0644]
test/MC/AArch64/SVE/uqincw-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/uqincw.s [new file with mode: 0644]
test/MC/AArch64/SVE/uqsub-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/uqsub.s [new file with mode: 0644]
test/MC/AArch64/SVE/uunpkhi-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/uunpkhi.s [new file with mode: 0644]
test/MC/AArch64/SVE/uunpklo-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/uunpklo.s [new file with mode: 0644]
test/MC/AArch64/SVE/uxtb.s [new file with mode: 0644]
test/MC/AArch64/SVE/uxth.s [new file with mode: 0644]
test/MC/AArch64/SVE/uxtw.s [new file with mode: 0644]
test/MC/AArch64/SVE/uzp1-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/uzp1.s [new file with mode: 0644]
test/MC/AArch64/SVE/uzp2-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/uzp2.s [new file with mode: 0644]
test/MC/AArch64/SVE/wrffr-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/SVE/wrffr.s [new file with mode: 0644]
test/MC/AArch64/SVE/zip1-diagnostics.s
test/MC/AArch64/SVE/zip2-diagnostics.s
test/MC/AArch64/adrp-annotation.s [new file with mode: 0644]
test/MC/AArch64/alias-addsubimm.s
test/MC/AArch64/arm64-compact-unwind-fallback.s [new file with mode: 0644]
test/MC/AArch64/arm64-diagno-predicate.s
test/MC/AArch64/arm64-diags.s
test/MC/AArch64/arm64-memory.s
test/MC/AArch64/arm64-no-section.ll [new file with mode: 0644]
test/MC/AArch64/armv8.2a-crypto-error.s [new file with mode: 0644]
test/MC/AArch64/armv8.2a-crypto.s [new file with mode: 0644]
test/MC/AArch64/armv8.3a-signed-pointer.s
test/MC/AArch64/armv8.4a-actmon.s [new file with mode: 0644]
test/MC/AArch64/armv8.4a-dit.s [new file with mode: 0644]
test/MC/AArch64/armv8.4a-flag-error.s [new file with mode: 0644]
test/MC/AArch64/armv8.4a-flag.s [new file with mode: 0644]
test/MC/AArch64/armv8.4a-ldst-error.s [new file with mode: 0644]
test/MC/AArch64/armv8.4a-ldst.s [new file with mode: 0644]
test/MC/AArch64/armv8.4a-mpam.s [new file with mode: 0644]
test/MC/AArch64/armv8.4a-ras.s [new file with mode: 0644]
test/MC/AArch64/armv8.4a-tlb.s [new file with mode: 0644]
test/MC/AArch64/armv8.4a-trace-error.s [new file with mode: 0644]
test/MC/AArch64/armv8.4a-trace.s [new file with mode: 0644]
test/MC/AArch64/armv8.4a-virt.s [new file with mode: 0644]
test/MC/AArch64/armv8.4a-vncr.s [new file with mode: 0644]
test/MC/AArch64/basic-a64-diagnostics.s
test/MC/AArch64/coff-debug.ll
test/MC/AArch64/coff-relocations.s
test/MC/AArch64/csdb.s [new file with mode: 0644]
test/MC/AArch64/directive-arch-negative.s
test/MC/AArch64/directive-arch.s
test/MC/AArch64/directive-cpu-err.s
test/MC/AArch64/directive-cpu.s
test/MC/AArch64/gicv3-regs.s
test/MC/AArch64/ir-to-imgrel.ll [new file with mode: 0644]
test/MC/AArch64/ldr-pseudo-obj-errors.s
test/MC/AArch64/neon-crypto.s
test/MC/AArch64/neon-diagnostics.s
test/MC/AArch64/nofp-crypto-diagnostic.s
test/MC/AMDGPU/buf-fmt-d16-packed.s [new file with mode: 0644]
test/MC/AMDGPU/buf-fmt-d16-unpacked.s [new file with mode: 0644]
test/MC/AMDGPU/data.s [new file with mode: 0644]
test/MC/AMDGPU/dl-insts-err.s [new file with mode: 0644]
test/MC/AMDGPU/dl-insts.s [new file with mode: 0644]
test/MC/AMDGPU/ds.s
test/MC/AMDGPU/expressions.s
test/MC/AMDGPU/flat-gfx9.s
test/MC/AMDGPU/fma-mix.s [new file with mode: 0644]
test/MC/AMDGPU/gfx7_asm_all.s
test/MC/AMDGPU/gfx8_asm_all.s
test/MC/AMDGPU/gfx9_asm_all.s
test/MC/AMDGPU/hsa-diag-v3.s [new file with mode: 0644]
test/MC/AMDGPU/hsa-exp.s
test/MC/AMDGPU/hsa-sgpr-init-bug-v3.s [new file with mode: 0644]
test/MC/AMDGPU/hsa-v3.s [new file with mode: 0644]
test/MC/AMDGPU/hsa.s
test/MC/AMDGPU/hsa_isa_version_attrs.s [new file with mode: 0644]
test/MC/AMDGPU/isa-version-hsa.s
test/MC/AMDGPU/isa-version-pal.s
test/MC/AMDGPU/isa-version-unk.s
test/MC/AMDGPU/mad-mix.s [new file with mode: 0644]
test/MC/AMDGPU/mimg-err.s [new file with mode: 0644]
test/MC/AMDGPU/mimg.s
test/MC/AMDGPU/mtbuf.s
test/MC/AMDGPU/mubuf-gfx9.s
test/MC/AMDGPU/mubuf.s
test/MC/AMDGPU/reloc.s
test/MC/AMDGPU/smem.s
test/MC/AMDGPU/sop1.s
test/MC/AMDGPU/sop2.s
test/MC/AMDGPU/sopk-err.s
test/MC/AMDGPU/sopk.s
test/MC/AMDGPU/sym_option.s
test/MC/AMDGPU/vintrp.s
test/MC/AMDGPU/vop1-gfx9.s
test/MC/AMDGPU/vop3-gfx9.s
test/MC/AMDGPU/vop3p.s
test/MC/AMDGPU/vop_dpp.s
test/MC/AMDGPU/vop_sdwa.s
test/MC/AMDGPU/xnack-mask.s [new file with mode: 0644]
test/MC/ARM/AlignedBundling/illegal-subtarget-change.s [new file with mode: 0644]
test/MC/ARM/AlignedBundling/subtarget-change.s [new file with mode: 0644]
test/MC/ARM/arm-memory-instructions.s
test/MC/ARM/arm-reg-addr-errors.s [new file with mode: 0644]
test/MC/ARM/arm-thumb-cpus.s
test/MC/ARM/armv8.4a-trace-error.s [new file with mode: 0644]
test/MC/ARM/armv8.4a-trace.s [new file with mode: 0644]
test/MC/ARM/assembler-fill.s [new file with mode: 0644]
test/MC/ARM/assembly-default-build-attributes.s
test/MC/ARM/coff-debugging-secrel.ll
test/MC/ARM/comment.s
test/MC/ARM/csdb-errors.s [new file with mode: 0644]
test/MC/ARM/csdb.s [new file with mode: 0644]
test/MC/ARM/diagnostics.s
test/MC/ARM/dwarf-asm-multiple-sections-dwarf-2.s
test/MC/ARM/dwarf-asm-multiple-sections.s
test/MC/ARM/dwarf-asm-nonstandard-section.s
test/MC/ARM/dwarf-asm-single-section.s
test/MC/ARM/fixup-per-fragment.s [new file with mode: 0644]
test/MC/ARM/inst-directive.s
test/MC/ARM/it-nv.s [new file with mode: 0644]
test/MC/ARM/negative-immediates.s
test/MC/ARM/thumb-branches.s
test/MC/ARM/thumb-diagnostics.s
test/MC/ARM/thumb2-branch-ranges.s [new file with mode: 0644]
test/MC/ARM/thumbv8m.s
test/MC/ARM/type-directive-print.ll [new file with mode: 0644]
test/MC/ARM/v8_IT_manual.s
test/MC/ARM/vfp4.s
test/MC/ARM/vmov-pair-diags.s [new file with mode: 0644]
test/MC/ARM/vmov-vmvn-byte-replicate.s [deleted file]
test/MC/ARM/vmov-vmvn-illegal-cases.s
test/MC/ARM/vmov-vmvn-replicate.s [new file with mode: 0644]
test/MC/AsmParser/altmacro_string.s
test/MC/AsmParser/assembler-expressions-fail.s [new file with mode: 0644]
test/MC/AsmParser/assembler-expressions-inlineasm.ll [new file with mode: 0644]
test/MC/AsmParser/assembler-expressions.s [new file with mode: 0644]
test/MC/AsmParser/assignment.s
test/MC/AsmParser/debug-empty-source.s [new file with mode: 0644]
test/MC/AsmParser/debug-no-source.s [new file with mode: 0644]
test/MC/AsmParser/defsym_error2.s
test/MC/AsmParser/directive_cgprofile.s [new file with mode: 0644]
test/MC/AsmParser/directive_file-2.s
test/MC/AsmParser/directive_fill.s
test/MC/AsmParser/directive_fill_2.s [new file with mode: 0644]
test/MC/AsmParser/directive_include.s
test/MC/AsmParser/directive_rept.s
test/MC/AsmParser/directive_set.s
test/MC/AsmParser/directive_space.s
test/MC/AsmParser/exprs-invalid.s
test/MC/AsmParser/exprs.s
test/MC/AsmParser/include.ll
test/MC/AsmParser/inline_macro_duplication.ll [new file with mode: 0644]
test/MC/AsmParser/labels.s
test/MC/AsmParser/macro-args.s
test/MC/AsmParser/macro-duplicate-params-names-err.s
test/MC/AsmParser/preserve-comments-crlf.s
test/MC/BPF/insn-unit-32.s
test/MC/BPF/insn-unit.s
test/MC/BPF/load-store-32.s [new file with mode: 0644]
test/MC/COFF/cv-compiler-info.ll
test/MC/COFF/cv-def-range-gap.s
test/MC/COFF/cv-inline-linetable.s
test/MC/COFF/cv-loc-unreachable.s [new file with mode: 0644]
test/MC/COFF/diff.s
test/MC/COFF/relocation-imgrel.s
test/MC/COFF/symbol-mangling.ll [deleted file]
test/MC/COFF/symidx.s [new file with mode: 0644]
test/MC/COFF/tricky-names.ll
test/MC/Disassembler/AArch64/armv8.2a-crypto.txt [new file with mode: 0644]
test/MC/Disassembler/AArch64/armv8.4a-actmon.txt [new file with mode: 0644]
test/MC/Disassembler/AArch64/armv8.4a-dit.txt [new file with mode: 0644]
test/MC/Disassembler/AArch64/armv8.4a-flag.txt [new file with mode: 0644]
test/MC/Disassembler/AArch64/armv8.4a-ldst.txt [new file with mode: 0644]
test/MC/Disassembler/AArch64/armv8.4a-mpam.txt [new file with mode: 0644]
test/MC/Disassembler/AArch64/armv8.4a-ras.txt [new file with mode: 0644]
test/MC/Disassembler/AArch64/armv8.4a-tlb.txt [new file with mode: 0644]
test/MC/Disassembler/AArch64/armv8.4a-trace.txt [new file with mode: 0644]
test/MC/Disassembler/AArch64/armv8.4a-virt.txt [new file with mode: 0644]
test/MC/Disassembler/AArch64/armv8.4a-vncr.txt [new file with mode: 0644]
test/MC/Disassembler/AArch64/csdb.txt [new file with mode: 0644]
test/MC/Disassembler/AArch64/gicv3-regs.txt
test/MC/Disassembler/AMDGPU/buf_fmt_packed_d16.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/buf_fmt_unpacked_d16.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/dl-insts.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/dpp_gfx9.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/dpp_vi.txt
test/MC/Disassembler/AMDGPU/ds_vi.txt
test/MC/Disassembler/AMDGPU/flat_gfx9.txt
test/MC/Disassembler/AMDGPU/gfx8_dasm_all.txt
test/MC/Disassembler/AMDGPU/gfx9_dasm_all.txt
test/MC/Disassembler/AMDGPU/mad_mix.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/mimg_vi.txt
test/MC/Disassembler/AMDGPU/mubuf_gfx9.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/mubuf_vi.txt
test/MC/Disassembler/AMDGPU/sdwa_gfx9.txt
test/MC/Disassembler/AMDGPU/sdwa_vi.txt
test/MC/Disassembler/AMDGPU/smem_gfx9.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/smem_vi.txt
test/MC/Disassembler/AMDGPU/sop1_gfx9.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/sop1_vi.txt
test/MC/Disassembler/AMDGPU/sop2_gfx9.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/sopk_gfx9.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/vintrp.txt
test/MC/Disassembler/AMDGPU/vop1_gfx9.txt
test/MC/Disassembler/AMDGPU/vop3_gfx9.txt
test/MC/Disassembler/ARC/alu.txt
test/MC/Disassembler/ARC/misc.txt
test/MC/Disassembler/ARM/armv8.4a-trace-a32.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/armv8.4a-trace-t32.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/csdb-arm.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/csdb-thumb.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/invalid-IT-CC15.txt
test/MC/Disassembler/ARM/invalid-armv7.txt
test/MC/Disassembler/ARM/invalid-thumb-MSR-MClass.txt
test/MC/Disassembler/ARM/invalid-thumbv7.txt
test/MC/Disassembler/ARM/unpredictable-MVN-arm.txt [new file with mode: 0644]
test/MC/Disassembler/Hexagon/nv_j.txt
test/MC/Disassembler/Mips/crc/valid-32r6-el.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/crc/valid-32r6.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/crc/valid-64r6-el.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/crc/valid-64r6.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/ginv/valid-el.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/ginv/valid-micromips-el.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/ginv/valid-micromips.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/ginv/valid.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/micromips32r3/valid-el.txt
test/MC/Disassembler/Mips/micromips32r3/valid-fp64-el.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/micromips32r3/valid-fp64.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/micromips32r3/valid.txt
test/MC/Disassembler/Mips/micromips32r6/valid.txt
test/MC/Disassembler/Mips/mips32/valid-fp64-el.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32/valid-fp64.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32r2/valid-fp64-el.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32r2/valid-fp64.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32r2/valid-mips32r2-el.txt
test/MC/Disassembler/Mips/mips32r2/valid-mips32r2.txt
test/MC/Disassembler/Mips/mips32r3/valid-fp64-el.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32r3/valid-fp64.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32r3/valid-mips32r3-el.txt
test/MC/Disassembler/Mips/mips32r3/valid-mips32r3.txt
test/MC/Disassembler/Mips/mips32r5/valid-fp64-el.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32r5/valid-fp64.txt [new file with mode: 0644]
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/mips64r2/valid-mips64r2-el.txt
test/MC/Disassembler/Mips/mips64r2/valid-mips64r2.txt
test/MC/Disassembler/Mips/mips64r3/valid-mips64r3-el.txt
test/MC/Disassembler/Mips/mips64r3/valid-mips64r3.txt
test/MC/Disassembler/Mips/mips64r5/valid-mips64r5-el.txt
test/MC/Disassembler/Mips/mips64r5/valid-mips64r5.txt
test/MC/Disassembler/Mips/mips64r6/valid-mips64r6-el.txt
test/MC/Disassembler/Mips/mips64r6/valid-mips64r6.txt
test/MC/Disassembler/Mips/virt/valid-32-el.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/virt/valid-32.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/virt/valid-64-el.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/virt/valid-64.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/virt/valid-micromips-el.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/virt/valid-micromips.txt [new file with mode: 0644]
test/MC/Disassembler/PowerPC/ppc64-encoding-bookII.txt
test/MC/Disassembler/PowerPC/ppc64-encoding-e500.txt
test/MC/Disassembler/PowerPC/vsx.txt
test/MC/Disassembler/WebAssembly/lit.local.cfg [new file with mode: 0644]
test/MC/Disassembler/WebAssembly/wasm.txt [new file with mode: 0644]
test/MC/Disassembler/X86/amd3dnow.txt [new file with mode: 0644]
test/MC/Disassembler/X86/avx-512.txt
test/MC/Disassembler/X86/intel-syntax-32.txt
test/MC/Disassembler/X86/intel-syntax.txt
test/MC/Disassembler/X86/invalid-EVEX-R2.txt [new file with mode: 0644]
test/MC/Disassembler/X86/invalid-VEX-vvvv-32.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.txt
test/MC/ELF/addrsig-error.s [new file with mode: 0644]
test/MC/ELF/addrsig.s [new file with mode: 0644]
test/MC/ELF/basic-elf-64.s
test/MC/ELF/cfi-large-model.s
test/MC/ELF/cfi-version.ll
test/MC/ELF/cgprofile-error.s [new file with mode: 0644]
test/MC/ELF/cgprofile.ll [new file with mode: 0644]
test/MC/ELF/cgprofile.s [new file with mode: 0644]
test/MC/ELF/comdat-name-number.s
test/MC/ELF/compression.s
test/MC/ELF/debug-file-options.s [new file with mode: 0644]
test/MC/ELF/debug-md5-err.s [new file with mode: 0644]
test/MC/ELF/debug-md5.s [new file with mode: 0644]
test/MC/ELF/debug-mixed-md5.ll [new file with mode: 0644]
test/MC/ELF/debug-prefix-map.s [new file with mode: 0644]
test/MC/ELF/debug-source.s [new file with mode: 0644]
test/MC/ELF/div-by-zero.s
test/MC/ELF/dwarf-file0.s [new file with mode: 0644]
test/MC/ELF/dwarf-loc0.s [new file with mode: 0644]
test/MC/ELF/dwo-restrict-relocs.s [new file with mode: 0644]
test/MC/ELF/dwo-sections.s [new file with mode: 0644]
test/MC/ELF/extra-section-flags.s [new file with mode: 0644]
test/MC/ELF/gen-dwarf.s
test/MC/ELF/ifunc-reloc.s
test/MC/ELF/metadata-declaration-errors.s [new file with mode: 0644]
test/MC/ELF/multiple-different-symver.s [new file with mode: 0644]
test/MC/ELF/multiple-equiv-symver.s [new file with mode: 0644]
test/MC/ELF/nocompression.s
test/MC/ELF/relocation.s
test/MC/ELF/section.s
test/MC/ELF/uleb-ehtable.s [new file with mode: 0644]
test/MC/ELF/weak-diff.s
test/MC/ELF/weak-relocation.s
test/MC/ELF/weakref-reloc.s
test/MC/Hexagon/J2_trap1_dep.s [new file with mode: 0644]
test/MC/Hexagon/capitalizedEndloop.s
test/MC/Hexagon/data-directives-invalid.s [new file with mode: 0644]
test/MC/Hexagon/data-directives-valid.s [new file with mode: 0644]
test/MC/Hexagon/extender.s
test/MC/Hexagon/guest.s [new file with mode: 0644]
test/MC/Hexagon/inst_select.ll
test/MC/Hexagon/instructions/system_user.s
test/MC/Hexagon/packetrelo.s [new file with mode: 0644]
test/MC/Hexagon/plt-rel.s
test/MC/Hexagon/vgather-new.s [new file with mode: 0644]
test/MC/MachO/ARM/empty-function-nop.ll
test/MC/MachO/ARM/no-tls-assert.ll
test/MC/MachO/gen-dwarf-cpp.s
test/MC/MachO/gen-dwarf-macro-cpp.s
test/MC/MachO/gen-dwarf.s
test/MC/MachO/x86_32-optimal_nop.s
test/MC/MachO/zero-space.s [new file with mode: 0644]
test/MC/MachO/zerofill-text.s [new file with mode: 0644]
test/MC/Markup/basic-markup.mc [deleted file]
test/MC/Markup/lit.local.cfg [deleted file]
test/MC/Mips/cnmips/invalid-wrong-error.s [new file with mode: 0644]
test/MC/Mips/cpsetup.s
test/MC/Mips/crc/invalid.s [new file with mode: 0644]
test/MC/Mips/crc/invalid64.s [new file with mode: 0644]
test/MC/Mips/crc/module-crc.s [new file with mode: 0644]
test/MC/Mips/crc/module-nocrc.s [new file with mode: 0644]
test/MC/Mips/crc/set-crc-directive.s [new file with mode: 0644]
test/MC/Mips/crc/set-nocrc-directive.s [new file with mode: 0644]
test/MC/Mips/crc/valid.s [new file with mode: 0644]
test/MC/Mips/crc/valid64.s [new file with mode: 0644]
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/ginv/invalid.s [new file with mode: 0644]
test/MC/Mips/ginv/module-ginv.s [new file with mode: 0644]
test/MC/Mips/ginv/module-noginv.s [new file with mode: 0644]
test/MC/Mips/ginv/set-ginv-directive.s [new file with mode: 0644]
test/MC/Mips/ginv/set-noginv-directive.s [new file with mode: 0644]
test/MC/Mips/ginv/valid-micromips.s [new file with mode: 0644]
test/MC/Mips/ginv/valid.s [new file with mode: 0644]
test/MC/Mips/instalias-imm-expanding.s
test/MC/Mips/macro-ddiv.s
test/MC/Mips/macro-drem.s [new file with mode: 0644]
test/MC/Mips/macro-dremu.s [new file with mode: 0644]
test/MC/Mips/macro-rem.s [new file with mode: 0644]
test/MC/Mips/macro-remu.s [new file with mode: 0644]
test/MC/Mips/micromips-16-bit-instructions.s
test/MC/Mips/micromips-control-instructions.s
test/MC/Mips/micromips-eva.s [new file with mode: 0644]
test/MC/Mips/micromips-expansions.s
test/MC/Mips/micromips-fpu-instructions.s
test/MC/Mips/micromips-fpu64-instructions.s [new file with mode: 0644]
test/MC/Mips/micromips-invalid.s
test/MC/Mips/micromips-label-test.s
test/MC/Mips/micromips-loadstore-instructions.s
test/MC/Mips/micromips-movcond-instructions.s
test/MC/Mips/micromips-neg-offset.s
test/MC/Mips/micromips/invalid.s
test/MC/Mips/micromips/valid-fp64.s [new file with mode: 0644]
test/MC/Mips/micromips/valid.s
test/MC/Mips/micromips32r6-eva.s [new file with mode: 0644]
test/MC/Mips/micromips32r6/invalid-wrong-error.s
test/MC/Mips/micromips32r6/invalid.s
test/MC/Mips/micromips32r6/valid.s
test/MC/Mips/micromips64-unsupported.s [new file with mode: 0644]
test/MC/Mips/mips-control-instructions.s
test/MC/Mips/mips-expansions.s
test/MC/Mips/mips-fpu-instructions.s
test/MC/Mips/mips-register-names-invalid.s
test/MC/Mips/mips1/invalid-mips2.s
test/MC/Mips/mips1/invalid-mips32.s
test/MC/Mips/mips1/invalid-mips32r2.s
test/MC/Mips/mips1/valid.s
test/MC/Mips/mips16/invalid.s [new file with mode: 0644]
test/MC/Mips/mips16/valid.s [new file with mode: 0644]
test/MC/Mips/mips2/invalid-mips32.s
test/MC/Mips/mips2/invalid-mips32r2.s
test/MC/Mips/mips2/valid.s
test/MC/Mips/mips3/invalid-mips32.s
test/MC/Mips/mips3/invalid-mips32r2.s
test/MC/Mips/mips3/valid.s
test/MC/Mips/mips32/invalid-mips32r2.s
test/MC/Mips/mips32/valid.s
test/MC/Mips/mips32r2/valid-fp64.s [new file with mode: 0644]
test/MC/Mips/mips32r2/valid.s
test/MC/Mips/mips32r3/valid-fp64.s [new file with mode: 0644]
test/MC/Mips/mips32r3/valid.s
test/MC/Mips/mips32r5/invalid.s
test/MC/Mips/mips32r5/valid-fp64.s [new file with mode: 0644]
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/valid.s
test/MC/Mips/mips4/invalid-mips32.s
test/MC/Mips/mips4/invalid-mips32r2.s
test/MC/Mips/mips4/invalid-mips64.s
test/MC/Mips/mips4/invalid-mips64r2.s
test/MC/Mips/mips4/valid.s
test/MC/Mips/mips5/invalid-mips32.s
test/MC/Mips/mips5/invalid-mips32r2.s
test/MC/Mips/mips5/invalid-mips64.s
test/MC/Mips/mips5/invalid-mips64r2.s
test/MC/Mips/mips5/valid.s
test/MC/Mips/mips64-expansions.s
test/MC/Mips/mips64/valid.s
test/MC/Mips/mips64r2/valid.s
test/MC/Mips/mips64r3/invalid.s
test/MC/Mips/mips64r3/valid.s
test/MC/Mips/mips64r5/invalid.s
test/MC/Mips/mips64r5/valid.s
test/MC/Mips/mips64r6/invalid-mips1-wrong-error.s
test/MC/Mips/mips64r6/invalid.s
test/MC/Mips/mips64r6/valid.s
test/MC/Mips/mips_directives.s
test/MC/Mips/mips_directives_bad.s
test/MC/Mips/reloc-directive.s
test/MC/Mips/relocation-n64.s
test/MC/Mips/relocation.s
test/MC/Mips/unsupported-relocation.s [new file with mode: 0644]
test/MC/Mips/virt/invalid.s [new file with mode: 0644]
test/MC/Mips/virt/invalid64.s [new file with mode: 0644]
test/MC/Mips/virt/module-novirt.s [new file with mode: 0644]
test/MC/Mips/virt/module-virt.s [new file with mode: 0644]
test/MC/Mips/virt/set-novirt-directive.s [new file with mode: 0644]
test/MC/Mips/virt/set-virt-directive.s [new file with mode: 0644]
test/MC/Mips/virt/valid-micromips.s [new file with mode: 0644]
test/MC/Mips/virt/valid.s [new file with mode: 0644]
test/MC/Mips/virt/valid64.s [new file with mode: 0644]
test/MC/PowerPC/ppc64-encoding-bookII.s
test/MC/PowerPC/ppc64-encoding-spe.s
test/MC/PowerPC/ppc64-fixup-apply.s
test/MC/PowerPC/ppc64-fixups.s
test/MC/PowerPC/ppc64-tls-relocs-01.s
test/MC/PowerPC/tls-ld-v2-abi.s [new file with mode: 0644]
test/MC/PowerPC/tls-le-v2-abi.s [new file with mode: 0644]
test/MC/PowerPC/vsx.s
test/MC/RISCV/cnop.s [new file with mode: 0644]
test/MC/RISCV/compress-cjal.s [new file with mode: 0644]
test/MC/RISCV/compress-rv32d.s [new file with mode: 0644]
test/MC/RISCV/compress-rv32f.s [new file with mode: 0644]
test/MC/RISCV/compress-rv32i.s [new file with mode: 0644]
test/MC/RISCV/compress-rv64i.s [new file with mode: 0644]
test/MC/RISCV/compressed-relocations.s [new file with mode: 0644]
test/MC/RISCV/csr-aliases.s [new file with mode: 0644]
test/MC/RISCV/data-directives-invalid.s [new file with mode: 0644]
test/MC/RISCV/data-directives-valid.s [new file with mode: 0644]
test/MC/RISCV/elf-flags.s [new file with mode: 0644]
test/MC/RISCV/fixups-compressed.s
test/MC/RISCV/fixups-expr.s [new file with mode: 0644]
test/MC/RISCV/fixups.s
test/MC/RISCV/function-call-invalid.s [new file with mode: 0644]
test/MC/RISCV/function-call.s [new file with mode: 0644]
test/MC/RISCV/hilo-constaddr-expr.s [new file with mode: 0644]
test/MC/RISCV/hilo-constaddr.s
test/MC/RISCV/linker-relaxation.s [new file with mode: 0644]
test/MC/RISCV/option-invalid.s [new file with mode: 0644]
test/MC/RISCV/option-rvc.s [new file with mode: 0644]
test/MC/RISCV/relocations.s
test/MC/RISCV/rv32-relaxation.s [new file with mode: 0644]
test/MC/RISCV/rv32c-aliases-valid.s [new file with mode: 0644]
test/MC/RISCV/rv32c-invalid.s
test/MC/RISCV/rv32c-only-valid.s
test/MC/RISCV/rv32c-valid.s
test/MC/RISCV/rv32dc-valid.s
test/MC/RISCV/rv32fc-valid.s
test/MC/RISCV/rv32i-aliases-invalid.s
test/MC/RISCV/rv32i-aliases-valid.s
test/MC/RISCV/rv32i-invalid.s
test/MC/RISCV/rv32i-valid.s
test/MC/RISCV/rv64-relaxation.s [new file with mode: 0644]
test/MC/RISCV/rv64c-aliases-valid.s [new file with mode: 0644]
test/MC/RISCV/rv64c-valid.s
test/MC/RISCV/rv64dc-valid.s [new file with mode: 0644]
test/MC/RISCV/rv64i-aliases-invalid.s
test/MC/RISCV/rv64i-aliases-valid.s
test/MC/RISCV/rvd-aliases-valid.s
test/MC/RISCV/rvf-aliases-valid.s
test/MC/RISCV/rvi-aliases-valid.s
test/MC/RISCV/tail-call-invalid.s [new file with mode: 0644]
test/MC/RISCV/tail-call.s [new file with mode: 0644]
test/MC/Sparc/sparc-directives.s
test/MC/Sparc/sparc-mem-instructions.s
test/MC/Sparc/sparc-pic.s
test/MC/Sparc/sparc-relocations.s
test/MC/Sparc/sparc-tls-relocations.s
test/MC/WebAssembly/array-fill.ll
test/MC/WebAssembly/basic-assembly.s [new file with mode: 0644]
test/MC/WebAssembly/blockaddress.ll [new file with mode: 0644]
test/MC/WebAssembly/bss.ll
test/MC/WebAssembly/comdat.ll [new file with mode: 0644]
test/MC/WebAssembly/compile-twice.ll [new file with mode: 0644]
test/MC/WebAssembly/custom-code-section.ll
test/MC/WebAssembly/custom-sections.ll [new file with mode: 0644]
test/MC/WebAssembly/debug-info.ll
test/MC/WebAssembly/dwarfdump.ll [new file with mode: 0644]
test/MC/WebAssembly/explicit-sections.ll
test/MC/WebAssembly/external-data.ll
test/MC/WebAssembly/external-func-address.ll
test/MC/WebAssembly/file-headers.ll
test/MC/WebAssembly/func-address.ll
test/MC/WebAssembly/function-sections.ll [new file with mode: 0644]
test/MC/WebAssembly/global-ctor-dtor.ll [moved from test/MC/WebAssembly/init-fini-array.ll with 67% similarity]
test/MC/WebAssembly/libcall.ll [new file with mode: 0644]
test/MC/WebAssembly/offset.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
test/MC/WebAssembly/weak-alias.ll
test/MC/WebAssembly/weak.ll
test/MC/X86/AVX512F_512-32.s [new file with mode: 0644]
test/MC/X86/AVX512F_512-64.s [new file with mode: 0644]
test/MC/X86/AlignedBundling/bundle-subtarget-change-error.s [new file with mode: 0644]
test/MC/X86/AlignedBundling/long-nop-pad.s
test/MC/X86/AlignedBundling/misaligned-bundle-group.s
test/MC/X86/AlignedBundling/misaligned-bundle.s
test/MC/X86/AlignedBundling/pad-bundle-groups.s
test/MC/X86/CET-32.s [new file with mode: 0644]
test/MC/X86/CET-64.s [new file with mode: 0644]
test/MC/X86/CLWB-32.s [new file with mode: 0644]
test/MC/X86/CLWB-64.s [new file with mode: 0644]
test/MC/X86/CLZERO-32.s [new file with mode: 0644]
test/MC/X86/CLZERO-64.s [new file with mode: 0644]
test/MC/X86/F16C-32.s [new file with mode: 0644]
test/MC/X86/F16C-64.s [new file with mode: 0644]
test/MC/X86/FXSAVE-32.s [new file with mode: 0644]
test/MC/X86/FXSAVE-64.s [new file with mode: 0644]
test/MC/X86/FXSAVE64-64.s [new file with mode: 0644]
test/MC/X86/I186-32.s [new file with mode: 0644]
test/MC/X86/I186-64.s [new file with mode: 0644]
test/MC/X86/I286-32.s [new file with mode: 0644]
test/MC/X86/I286-64.s [new file with mode: 0644]
test/MC/X86/I386-32.s [new file with mode: 0644]
test/MC/X86/I386-64.s [new file with mode: 0644]
test/MC/X86/I486-32.s [new file with mode: 0644]
test/MC/X86/I486-64.s [new file with mode: 0644]
test/MC/X86/I86-32.s [new file with mode: 0644]
test/MC/X86/I86-64.s [new file with mode: 0644]
test/MC/X86/INVPCID-32.s [new file with mode: 0644]
test/MC/X86/INVPCID-64.s [new file with mode: 0644]
test/MC/X86/MMX-32.s [new file with mode: 0755]
test/MC/X86/MMX-64.s [new file with mode: 0644]
test/MC/X86/PKU-32.s [new file with mode: 0644]
test/MC/X86/PKU-64.s [new file with mode: 0644]
test/MC/X86/POPCNT-32.s [new file with mode: 0644]
test/MC/X86/POPCNT-64.s [new file with mode: 0644]
test/MC/X86/PPRO-32.s [new file with mode: 0644]
test/MC/X86/PPRO-64.s [new file with mode: 0644]
test/MC/X86/RTM.s [new file with mode: 0644]
test/MC/X86/SHA-32.s [new file with mode: 0644]
test/MC/X86/SHA-64.s [new file with mode: 0644]
test/MC/X86/SVM-32.s [new file with mode: 0644]
test/MC/X86/SVM-64.s [new file with mode: 0644]
test/MC/X86/VMFUNC-32.s [new file with mode: 0644]
test/MC/X86/VMFUNC-64.s [new file with mode: 0644]
test/MC/X86/VTX-32.s [new file with mode: 0644]
test/MC/X86/VTX-64.s [new file with mode: 0644]
test/MC/X86/X86_64-pku.s
test/MC/X86/XSAVE-32.s [new file with mode: 0644]
test/MC/X86/XSAVE-64.s [new file with mode: 0644]
test/MC/X86/XSAVEC-32.s [new file with mode: 0644]
test/MC/X86/XSAVEC-64.s [new file with mode: 0644]
test/MC/X86/XSAVEOPT-32.s [new file with mode: 0644]
test/MC/X86/XSAVEOPT-64.s [new file with mode: 0644]
test/MC/X86/XSAVES-32.s [new file with mode: 0644]
test/MC/X86/XSAVES-64.s [new file with mode: 0644]
test/MC/X86/abs8.s
test/MC/X86/address-size.s
test/MC/X86/avx512-encodings.s
test/MC/X86/avx512-err.s
test/MC/X86/avx5124fmaps-encoding.s [new file with mode: 0644]
test/MC/X86/avx5124vnniw-encoding.s [new file with mode: 0644]
test/MC/X86/avx512bitalg-encoding.s
test/MC/X86/avx512bw-encoding.s
test/MC/X86/avx512gfni-encoding.s
test/MC/X86/avx512ifma-encoding.s
test/MC/X86/avx512ifmavl-encoding.s
test/MC/X86/avx512vaes-encoding.s
test/MC/X86/avx512vbmi-encoding.s
test/MC/X86/avx512vbmi2-encoding.s
test/MC/X86/avx512vbmi2vl-encoding.s
test/MC/X86/avx512vl-encoding.s
test/MC/X86/avx512vl_bitalg-encoding.s
test/MC/X86/avx512vl_gfni-encoding.s
test/MC/X86/avx512vl_vaes-encoding.s
test/MC/X86/avx512vl_vnni-encoding.s
test/MC/X86/avx512vlvpclmul.s
test/MC/X86/avx512vnni-encoding.s
test/MC/X86/avx512vpclmul.s
test/MC/X86/avx_vaes-encoding.s
test/MC/X86/cet-encoding.s
test/MC/X86/cfi-scope-unclosed.s [new file with mode: 0644]
test/MC/X86/check-end-of-data-region.s [new file with mode: 0644]
test/MC/X86/crlf.test
test/MC/X86/data-prefix-fail.s
test/MC/X86/eval-fill.s [new file with mode: 0644]
test/MC/X86/gather.s
test/MC/X86/gfni-encoding.s
test/MC/X86/intel-syntax-32.s [new file with mode: 0644]
test/MC/X86/intel-syntax-avx512-error.s
test/MC/X86/intel-syntax-avx512.s
test/MC/X86/intel-syntax-error.s
test/MC/X86/intel-syntax-ptr-sized.s
test/MC/X86/intel-syntax-unsized-memory.s
test/MC/X86/intel-syntax-x86-64-avx512f_vl.s
test/MC/X86/intel-syntax-x86-avx512dq_vl.s
test/MC/X86/intel-syntax-x86-avx512vbmi_vl.s
test/MC/X86/intel-syntax.s
test/MC/X86/mpx-encodings.s
test/MC/X86/pr37425.s [new file with mode: 0644]
test/MC/X86/sgx-encoding.s [deleted file]
test/MC/X86/space-err.s [new file with mode: 0644]
test/MC/X86/vpclmulqdq.s
test/MC/X86/x86-16.s
test/MC/X86/x86-32-coverage.s
test/MC/X86/x86-32.s
test/MC/X86/x86-64-avx512bw.s
test/MC/X86/x86-64-avx512bw_vl.s
test/MC/X86/x86-64-avx512cd.s
test/MC/X86/x86-64-avx512cd_vl.s
test/MC/X86/x86-64-avx512dq.s
test/MC/X86/x86-64-avx512dq_vl.s
test/MC/X86/x86-64-avx512f_vl.s
test/MC/X86/x86-64-avx512vpopcntdq.s
test/MC/X86/x86-64.s
test/MC/X86/x86_64-asm-match.s
test/MC/X86/x86_64-encoding.s
test/MC/X86/x86_64-tbm-encoding.s
test/MC/X86/x86_errors.s
test/MC/X86/x86_long_nop.s
test/Object/AMDGPU/elf-header-flags-mach.yaml [new file with mode: 0644]
test/Object/AMDGPU/elf-header-flags-xnack.yaml [new file with mode: 0644]
test/Object/AMDGPU/elf-header-osabi.yaml [new file with mode: 0644]
test/Object/AMDGPU/elf32-r600-definitions.yaml [deleted file]
test/Object/AMDGPU/elf64-amdgcn-amdhsa-definitions.yaml [deleted file]
test/Object/AMDGPU/elf64-amdgcn-amdpal-definitions.yaml [deleted file]
test/Object/AMDGPU/elf64-amdgcn-mesa3d-definitions.yaml [deleted file]
test/Object/Inputs/archive-long-filenames-no-null-terminator.a [new file with mode: 0644]
test/Object/Inputs/invalid-sections-address-alignment.x86-64 [deleted file]
test/Object/Inputs/trivial-object-test.wasm
test/Object/Inputs/trivial.ll
test/Object/X86/objdump-disassembly-inline-relocations.test
test/Object/archive-GNU64-write.test
test/Object/archive-long-filenames-no-null-terminator.test [new file with mode: 0644]
test/Object/invalid-alignment.test
test/Object/invalid.test
test/Object/mangle-ir.ll
test/Object/nm-trivial-object.test
test/Object/obj2yaml.test
test/Object/objdump-relocations.test
test/Object/objdump-sectionheaders.test
test/Object/objdump-shndx.test
test/Object/wasm-bad-metadata-version.yaml [new file with mode: 0644]
test/Object/wasm-duplicate-name.test [new file with mode: 0644]
test/Object/wasm-invalid-file.yaml [new file with mode: 0644]
test/ObjectYAML/COFF/default-alignment.yaml [new file with mode: 0644]
test/ObjectYAML/CodeView/sections.yaml
test/ObjectYAML/wasm/code_section.yaml
test/ObjectYAML/wasm/custom_section.yaml
test/ObjectYAML/wasm/data_section.yaml
test/ObjectYAML/wasm/export_section.yaml
test/ObjectYAML/wasm/function_section.yaml
test/ObjectYAML/wasm/global_section.yaml
test/ObjectYAML/wasm/import_section.yaml
test/ObjectYAML/wasm/invalid_global_weak.yaml [new file with mode: 0644]
test/ObjectYAML/wasm/linking_section.yaml
test/ObjectYAML/wasm/name_section.yaml
test/ObjectYAML/wasm/start_section.yaml
test/ObjectYAML/wasm/type_section.yaml
test/ObjectYAML/wasm/weak_symbols.yaml
test/Other/Inputs/invariant.group.barrier.ll [deleted file]
test/Other/can-execute.txt
test/Other/cgscc-devirt-iteration.ll
test/Other/cgscc-libcall-update.ll
test/Other/debugcounter-earlycse.ll [new file with mode: 0644]
test/Other/debugcounter-predicateinfo.ll
test/Other/invariant.group.barrier.ll [deleted file]
test/Other/invariant.group.ll [new file with mode: 0644]
test/Other/lint.ll
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-thinlto-defaults.ll
test/Other/opt-O0-pipeline.ll [new file with mode: 0644]
test/Other/opt-O2-pipeline.ll [new file with mode: 0644]
test/Other/opt-O3-pipeline.ll [new file with mode: 0644]
test/Other/opt-Os-pipeline.ll [new file with mode: 0644]
test/Other/opt-bisect-legacy-pass-manager.ll
test/Other/optimization-remarks-invalidation.ll
test/Other/optimization-remarks-lazy-bfi.ll
test/Other/pass-pipelines.ll
test/Other/pr32085.ll
test/Other/printer.ll [new file with mode: 0644]
test/Other/size-remarks.ll [new file with mode: 0644]
test/Other/statistic.ll
test/SafepointIRVerifier/unreachable-block-tolerant.ll [new file with mode: 0644]
test/TableGen/AnonDefinitionOnDemand.td
test/TableGen/BitOffsetDecoder.td
test/TableGen/BitsInit.td
test/TableGen/BitsInitOverflow.td
test/TableGen/Dag.td
test/TableGen/FastISelEmitter.td [new file with mode: 0644]
test/TableGen/FieldAccess.td
test/TableGen/ForeachList.td
test/TableGen/GlobalISelEmitter.td
test/TableGen/JSON-check.py [new file with mode: 0644]
test/TableGen/JSON.td [new file with mode: 0644]
test/TableGen/MultiClass-defm-fail.td [new file with mode: 0644]
test/TableGen/MultiClass-defm.td [new file with mode: 0644]
test/TableGen/MultiClassDefName.td
test/TableGen/MultiPat.td
test/TableGen/NestedForeach.td
test/TableGen/Paste.td
test/TableGen/RelTest.td [new file with mode: 0644]
test/TableGen/TargetInstrSpec.td
test/TableGen/UnsetBitInit.td
test/TableGen/arithmetic.td [new file with mode: 0644]
test/TableGen/cast-typeerror.td [new file with mode: 0644]
test/TableGen/code.td [new file with mode: 0644]
test/TableGen/compare.td [new file with mode: 0644]
test/TableGen/dag-functional.td [new file with mode: 0644]
test/TableGen/defset-typeerror.td [new file with mode: 0644]
test/TableGen/defset.td [new file with mode: 0644]
test/TableGen/eq.td
test/TableGen/eqbit.td
test/TableGen/foldl.td [new file with mode: 0644]
test/TableGen/foreach-eval.td [new file with mode: 0644]
test/TableGen/foreach-leak.td [new file with mode: 0644]
test/TableGen/foreach-multiclass.td [new file with mode: 0644]
test/TableGen/foreach.td
test/TableGen/generic-tables-instruction.td [new file with mode: 0644]
test/TableGen/generic-tables.td [new file with mode: 0644]
test/TableGen/if-type.td [new file with mode: 0644]
test/TableGen/if.td
test/TableGen/intrinsic-long-name.td
test/TableGen/intrinsic-struct.td
test/TableGen/intrinsic-varargs.td
test/TableGen/isa.td [new file with mode: 0644]
test/TableGen/lisp.td
test/TableGen/listconcat.td
test/TableGen/math.td
test/TableGen/name-resolution-consistency.td [new file with mode: 0644]
test/TableGen/searchabletables-intrinsic.td [new file with mode: 0644]
test/TableGen/self-reference-recursion.td [new file with mode: 0644]
test/TableGen/self-reference-typeerror.td [new file with mode: 0644]
test/TableGen/self-reference.td [new file with mode: 0644]
test/TableGen/size.td [new file with mode: 0644]
test/TableGen/subst.td
test/TableGen/template-arg-dependency.td [new file with mode: 0644]
test/TableGen/trydecode-emission.td
test/TableGen/trydecode-emission2.td
test/TableGen/trydecode-emission3.td
test/ThinLTO/X86/Inputs/callees-metadata.ll [new file with mode: 0644]
test/ThinLTO/X86/Inputs/cfi-distributed.ll [new file with mode: 0644]
test/ThinLTO/X86/Inputs/crash_debuginfo.ll
test/ThinLTO/X86/Inputs/dicompositetype-unique-alias.ll [new file with mode: 0644]
test/ThinLTO/X86/Inputs/dicompositetype-unique2.ll [new file with mode: 0644]
test/ThinLTO/X86/Inputs/dot-dumper.ll [new file with mode: 0644]
test/ThinLTO/X86/Inputs/drop-debug-info.ll
test/ThinLTO/X86/Inputs/dsolocal_dllimport.ll [new file with mode: 0644]
test/ThinLTO/X86/Inputs/emit_imports2.ll [new file with mode: 0644]
test/ThinLTO/X86/Inputs/funcimport-debug.ll [new file with mode: 0644]
test/ThinLTO/X86/Inputs/globals-import-cf-baz.ll [new file with mode: 0644]
test/ThinLTO/X86/Inputs/globals-import.ll [new file with mode: 0644]
test/ThinLTO/X86/alias_import.ll
test/ThinLTO/X86/autoupgrade.ll
test/ThinLTO/X86/cache.ll
test/ThinLTO/X86/callees-metadata.ll [new file with mode: 0644]
test/ThinLTO/X86/cfi-devirt.ll [new file with mode: 0644]
test/ThinLTO/X86/cfi-distributed.ll [new file with mode: 0644]
test/ThinLTO/X86/cfi-icall.ll
test/ThinLTO/X86/cfi.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/dicompositetype-unique-alias.ll [new file with mode: 0644]
test/ThinLTO/X86/dicompositetype-unique2.ll [new file with mode: 0644]
test/ThinLTO/X86/distributed_indexes.ll
test/ThinLTO/X86/dot-dumper.ll [new file with mode: 0644]
test/ThinLTO/X86/dsolocal_dllimport.ll [new file with mode: 0644]
test/ThinLTO/X86/emit_imports.ll
test/ThinLTO/X86/funcimport-debug.ll [new file with mode: 0644]
test/ThinLTO/X86/globals-import-const-fold.ll [new file with mode: 0644]
test/ThinLTO/X86/globals-import.ll [new file with mode: 0644]
test/ThinLTO/X86/internalize.ll
test/ThinLTO/X86/linkonce_odr_unnamed_addr.ll [new file with mode: 0644]
test/ThinLTO/X86/linkonce_resolution_comdat.ll
test/ThinLTO/X86/module_summary_graph_traits.ll [new file with mode: 0644]
test/Transforms/ADCE/debug-info-intrinsic.ll
test/Transforms/AddDiscriminators/basic.ll
test/Transforms/AddDiscriminators/call-nested.ll
test/Transforms/AddDiscriminators/call.ll
test/Transforms/AddDiscriminators/diamond.ll
test/Transforms/AddDiscriminators/first-only.ll
test/Transforms/AddDiscriminators/inlined.ll
test/Transforms/AddDiscriminators/memcpy-discriminator.ll
test/Transforms/AddDiscriminators/multiple.ll
test/Transforms/AddDiscriminators/no-discriminators.ll
test/Transforms/AddDiscriminators/oneline.ll
test/Transforms/AggressiveInstCombine/masked-cmp.ll [new file with mode: 0644]
test/Transforms/AggressiveInstCombine/trunc_const_expr.ll [new file with mode: 0644]
test/Transforms/AggressiveInstCombine/trunc_multi_uses.ll [new file with mode: 0644]
test/Transforms/AggressiveInstCombine/trunc_unreachable_bb.ll [new file with mode: 0644]
test/Transforms/AlignmentFromAssumptions/simple.ll
test/Transforms/AlignmentFromAssumptions/simple32.ll
test/Transforms/ArgumentPromotion/musttail.ll [new file with mode: 0644]
test/Transforms/ArgumentPromotion/naked_functions.ll [new file with mode: 0644]
test/Transforms/ArgumentPromotion/pr27568.ll
test/Transforms/BDCE/basic.ll
test/Transforms/BDCE/dbg-multipleuses.ll
test/Transforms/BDCE/pr26587.ll
test/Transforms/BlockExtractor/extract-blocks.ll [new file with mode: 0644]
test/Transforms/BlockExtractor/invalid-block.ll [new file with mode: 0644]
test/Transforms/BlockExtractor/invalid-function.ll [new file with mode: 0644]
test/Transforms/CallSiteSplitting/callsite-instructions-before-call.ll [new file with mode: 0644]
test/Transforms/CallSiteSplitting/callsite-no-or-structure.ll
test/Transforms/CallSiteSplitting/callsite-no-splitting.ll
test/Transforms/CallSiteSplitting/callsite-split-debug.ll
test/Transforms/CallSiteSplitting/callsite-split-or-phi.ll
test/Transforms/CallSiteSplitting/callsite-split.ll
test/Transforms/CallSiteSplitting/lpad.ll [new file with mode: 0644]
test/Transforms/CallSiteSplitting/musttail.ll [new file with mode: 0644]
test/Transforms/CallSiteSplitting/split-loop.ll [new file with mode: 0644]
test/Transforms/CodeExtractor/PartialInlineAttributes.ll [new file with mode: 0644]
test/Transforms/CodeExtractor/PartialInlineDebug.ll
test/Transforms/CodeExtractor/PartialInlineNotViable.ll [new file with mode: 0644]
test/Transforms/CodeExtractor/PartialInlineORECrash.ll [new file with mode: 0644]
test/Transforms/CodeExtractor/PartialInlineOptRemark.ll
test/Transforms/CodeExtractor/PartialInlineVarArg.ll
test/Transforms/CodeExtractor/PartialInlineVarArgsDebug.ll
test/Transforms/CodeExtractor/inline_eh.ll [new file with mode: 0644]
test/Transforms/CodeExtractor/inline_eh_1.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/AArch64/large-offset-gep.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/AMDGPU/sink-addrspacecast.ll
test/Transforms/CodeGenPrepare/ARM/memory-intrinsics.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/X86/catchpad-phi-cast.ll
test/Transforms/CodeGenPrepare/X86/computedgoto.ll
test/Transforms/CodeGenPrepare/X86/ext-logicop.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/X86/memset_chk-simplify-nobuiltin.ll
test/Transforms/CodeGenPrepare/X86/select.ll
test/Transforms/CodeGenPrepare/X86/sink-addrmode-select.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/X86/sink-addrmode-two-phi.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/X86/x86-shuffle-sink.ll
test/Transforms/CodeGenPrepare/basic.ll
test/Transforms/CodeGenPrepare/invariant.group.ll
test/Transforms/ConstProp/calls-math-finite.ll
test/Transforms/ConstProp/cast.ll [new file with mode: 0644]
test/Transforms/ConstantHoisting/X86/dbg-dominatingblock.ll
test/Transforms/ConstantHoisting/X86/dbg-samebasicblock.ll
test/Transforms/Coroutines/coro-debug.ll
test/Transforms/Coroutines/coro-early.ll
test/Transforms/Coroutines/coro-heap-elide.ll
test/Transforms/Coroutines/coro-padding.ll [new file with mode: 0644]
test/Transforms/Coroutines/coro-split-alloc.ll [new file with mode: 0644]
test/Transforms/Coroutines/coro-split-dbg.ll
test/Transforms/Coroutines/coro-split-hidden.ll [new file with mode: 0644]
test/Transforms/CorrelatedValuePropagation/non-null.ll
test/Transforms/CorrelatedValuePropagation/phi-common-val.ll [new file with mode: 0644]
test/Transforms/CorrelatedValuePropagation/pointer.ll [new file with mode: 0644]
test/Transforms/CorrelatedValuePropagation/pr35807.ll [new file with mode: 0644]
test/Transforms/CorrelatedValuePropagation/udiv.ll [new file with mode: 0644]
test/Transforms/CorrelatedValuePropagation/urem.ll [new file with mode: 0644]
test/Transforms/DCE/basic.ll
test/Transforms/DeadArgElim/allocsize.ll [new file with mode: 0644]
test/Transforms/DeadArgElim/dbginfo-preserve-dbgloc.ll [new file with mode: 0644]
test/Transforms/DeadArgElim/dbginfo.ll
test/Transforms/DeadArgElim/func_metadata.ll [new file with mode: 0644]
test/Transforms/DeadArgElim/musttail-caller.ll [new file with mode: 0644]
test/Transforms/DeadStoreElimination/2011-09-06-MemCpy.ll
test/Transforms/DeadStoreElimination/2016-07-17-UseAfterFree.ll
test/Transforms/DeadStoreElimination/OverwriteStoreBegin.ll
test/Transforms/DeadStoreElimination/OverwriteStoreEnd.ll
test/Transforms/DeadStoreElimination/combined-partial-overwrites.ll
test/Transforms/DeadStoreElimination/crash.ll
test/Transforms/DeadStoreElimination/cs-cs-aliasing.ll
test/Transforms/DeadStoreElimination/debuginfo.ll [new file with mode: 0644]
test/Transforms/DeadStoreElimination/inst-limits.ll
test/Transforms/DeadStoreElimination/launder.invariant.group.ll [new file with mode: 0644]
test/Transforms/DeadStoreElimination/lifetime.ll
test/Transforms/DeadStoreElimination/mda-with-dbg-values.ll
test/Transforms/DeadStoreElimination/memintrinsics.ll
test/Transforms/DeadStoreElimination/merge-stores.ll
test/Transforms/DeadStoreElimination/no-targetdata.ll
test/Transforms/DeadStoreElimination/pr11390.ll
test/Transforms/DeadStoreElimination/simple.ll
test/Transforms/EarlyCSE/and_or.ll [new file with mode: 0644]
test/Transforms/EarlyCSE/commute.ll
test/Transforms/EarlyCSE/debuginfo-dce.ll [new file with mode: 0644]
test/Transforms/EarlyCSE/invariant-loads.ll
test/Transforms/EarlyCSE/invariant.start.ll
test/Transforms/EntryExitInstrumenter/debug-info.ll
test/Transforms/EntryExitInstrumenter/mcount.ll
test/Transforms/ExpandMemCmp/X86/memcmp.ll
test/Transforms/FunctionAttrs/2008-09-03-Mutual.ll
test/Transforms/FunctionAttrs/2008-09-03-ReadNone.ll
test/Transforms/FunctionAttrs/2008-09-03-ReadOnly.ll
test/Transforms/FunctionAttrs/2008-09-13-VolatileRead.ll
test/Transforms/FunctionAttrs/2008-12-29-Constant.ll
test/Transforms/FunctionAttrs/2009-01-02-LocalStores.ll
test/Transforms/FunctionAttrs/2010-10-30-volatile.ll
test/Transforms/FunctionAttrs/assume.ll
test/Transforms/FunctionAttrs/atomic.ll
test/Transforms/FunctionAttrs/comdat-ipo.ll
test/Transforms/FunctionAttrs/convergent.ll
test/Transforms/FunctionAttrs/int_sideeffect.ll
test/Transforms/FunctionAttrs/naked_functions.ll [new file with mode: 0644]
test/Transforms/FunctionAttrs/nocapture.ll
test/Transforms/FunctionAttrs/nonnull-global.ll
test/Transforms/FunctionAttrs/nonnull.ll
test/Transforms/FunctionAttrs/norecurse.ll
test/Transforms/FunctionAttrs/operand-bundles-scc.ll
test/Transforms/FunctionAttrs/optnone.ll
test/Transforms/FunctionAttrs/out-of-bounds-iterator-bug.ll
test/Transforms/FunctionAttrs/readnone.ll
test/Transforms/FunctionAttrs/returned.ll
test/Transforms/FunctionImport/Inputs/funcimport_cutoff.ll [new file with mode: 0644]
test/Transforms/FunctionImport/Inputs/funcimport_debug.ll
test/Transforms/FunctionImport/Inputs/funcimport_forcecold.ll [new file with mode: 0644]
test/Transforms/FunctionImport/Inputs/funcimport_resolved1.ll [new file with mode: 0644]
test/Transforms/FunctionImport/Inputs/funcimport_resolved2.ll [new file with mode: 0644]
test/Transforms/FunctionImport/Inputs/hotness_based_import2.ll [deleted file]
test/Transforms/FunctionImport/Inputs/not-prevailing.ll [new file with mode: 0644]
test/Transforms/FunctionImport/funcimport.ll
test/Transforms/FunctionImport/funcimport_cutoff.ll [new file with mode: 0644]
test/Transforms/FunctionImport/funcimport_debug.ll
test/Transforms/FunctionImport/funcimport_forcecold.ll [new file with mode: 0644]
test/Transforms/FunctionImport/funcimport_forcecold_samplepgo.ll [new file with mode: 0644]
test/Transforms/FunctionImport/funcimport_resolved.ll [new file with mode: 0644]
test/Transforms/FunctionImport/hotness_based_import2.ll [deleted file]
test/Transforms/FunctionImport/not-prevailing.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-06-28-pre-load-dbgloc.ll
test/Transforms/GVN/PRE/2018-06-08-pre-load-dbgloc-no-null-opt.ll [new file with mode: 0644]
test/Transforms/GVN/PRE/load-pre-licm.ll
test/Transforms/GVN/PRE/load-pre-nonlocal.ll
test/Transforms/GVN/PRE/phi-translate-2.ll
test/Transforms/GVN/PRE/phi-translate.ll
test/Transforms/GVN/PRE/pre-after-rle.ll [new file with mode: 0644]
test/Transforms/GVN/PRE/rle.ll
test/Transforms/GVN/dbg-redundant-load.ll
test/Transforms/GVN/fence.ll
test/Transforms/GVN/invariant.group.ll
test/Transforms/GVN/nonescaping-malloc.ll
test/Transforms/GVN/opt-remarks.ll
test/Transforms/GVN/pr17732.ll
test/Transforms/GVN/pr28879.ll [new file with mode: 0644]
test/Transforms/GVN/pr36063.ll [new file with mode: 0644]
test/Transforms/GVNHoist/hoist-pr31891.ll
test/Transforms/GVNHoist/hoist-simplify-phi.ll [new file with mode: 0644]
test/Transforms/GVNHoist/infinite-loop-indirect.ll
test/Transforms/GVNHoist/non-trivial-phi.ll [new file with mode: 0644]
test/Transforms/GVNHoist/pr35222-hoist-load.ll
test/Transforms/GVNHoist/pr36787.ll [new file with mode: 0644]
test/Transforms/GVNHoist/pr37445.ll [new file with mode: 0644]
test/Transforms/GVNHoist/pr37808.ll [new file with mode: 0644]
test/Transforms/GlobalMerge/alignment-2.ll [new file with mode: 0644]
test/Transforms/GlobalMerge/alignment.ll [new file with mode: 0644]
test/Transforms/GlobalMerge/basic.ll
test/Transforms/GlobalMerge/debug-info.ll
test/Transforms/GlobalMerge/used.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/MallocSROA-section-no-null-opt.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/PowerPC/coldcc_coldsites.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/PowerPC/lit.local.cfg [new file with mode: 0644]
test/Transforms/GlobalOpt/amdgcn-ctor-alloca.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/coldcc_stress_test.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/crash.ll
test/Transforms/GlobalOpt/evaluate-bitcast.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/evaluate-call-errors.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/evaluate-call.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/evaluate-constfold-call.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/heap-sra-1-no-null-opt.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/heap-sra-1.ll
test/Transforms/GlobalOpt/heap-sra-2-no-null-opt.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/heap-sra-2.ll
test/Transforms/GlobalOpt/heap-sra-3-no-null-opt.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/heap-sra-3.ll
test/Transforms/GlobalOpt/heap-sra-4-no-null-opt.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/heap-sra-4.ll
test/Transforms/GlobalOpt/heap-sra-phi-no-null-opt.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/heap-sra-phi.ll
test/Transforms/GlobalOpt/integer-bool-dwarf.ll
test/Transforms/GlobalOpt/invariant.group.ll [moved from test/Transforms/GlobalOpt/invariant.group.barrier.ll with 84% similarity]
test/Transforms/GlobalOpt/load-store-global-no-null-opt.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/localize-constexpr-debuginfo.ll
test/Transforms/GlobalOpt/malloc-promote-1-no-null-opt.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/malloc-promote-1.ll
test/Transforms/GlobalOpt/malloc-promote-2-no-null-opt.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/malloc-promote-2.ll
test/Transforms/GlobalOpt/memcpy.ll
test/Transforms/GlobalOpt/memset-null.ll
test/Transforms/GlobalOpt/memset.ll
test/Transforms/GlobalOpt/musttail_cc.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/naked_functions.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/shrink-address-to-bool.ll
test/Transforms/GlobalOpt/static-const-bitcast.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/storepointer-compare-no-null-opt.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/storepointer-no-null-opt.ll [new file with mode: 0644]
test/Transforms/GuardWidening/loop-schedule.ll [new file with mode: 0644]
test/Transforms/IPConstantProp/PR26044.ll
test/Transforms/IPConstantProp/musttail-call.ll [new file with mode: 0644]
test/Transforms/IPConstantProp/remove-call-inst.ll [new file with mode: 0644]
test/Transforms/IPConstantProp/solve-after-each-resolving-undefs-for-function.ll [new file with mode: 0644]
test/Transforms/IPConstantProp/user-with-multiple-uses.ll
test/Transforms/IRCE/add-metadata-pre-post-loops.ll
test/Transforms/IRCE/bad-loop-structure.ll
test/Transforms/IRCE/bad_expander.ll
test/Transforms/IRCE/bug-loop-varying-upper-limit.ll
test/Transforms/IRCE/bug-mismatched-types.ll
test/Transforms/IRCE/clamp.ll
test/Transforms/IRCE/conjunctive-checks.ll
test/Transforms/IRCE/correct-loop-info.ll
test/Transforms/IRCE/decrementing-loop.ll
test/Transforms/IRCE/empty_ranges.ll
test/Transforms/IRCE/eq_ne.ll
test/Transforms/IRCE/low-becount.ll
test/Transforms/IRCE/multiple-access-no-preloop.ll
test/Transforms/IRCE/non_known_positive_end.ll [new file with mode: 0644]
test/Transforms/IRCE/not-likely-taken.ll
test/Transforms/IRCE/only-lower-check.ll
test/Transforms/IRCE/only-upper-check.ll
test/Transforms/IRCE/optimistic_scev.ll [new file with mode: 0644]
test/Transforms/IRCE/pre_post_loops.ll
test/Transforms/IRCE/range_intersect_miscompile.ll
test/Transforms/IRCE/ranges_of_different_types.ll
test/Transforms/IRCE/rc-negative-bound.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/skip-profitability-checks.ll
test/Transforms/IRCE/stride_more_than_1.ll
test/Transforms/IRCE/unhandled.ll
test/Transforms/IRCE/unsigned_comparisons_ugt.ll
test/Transforms/IRCE/unsigned_comparisons_ult.ll
test/Transforms/IRCE/variable-loop-bounds.ll [new file with mode: 0644]
test/Transforms/IRCE/with-parent-loops.ll
test/Transforms/IndVarSimplify/2011-09-10-widen-nsw.ll
test/Transforms/IndVarSimplify/ada-loops.ll
test/Transforms/IndVarSimplify/eliminate-trunc.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/inner-loop-by-latch-cond.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/inner-loop.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/iv-widen.ll
test/Transforms/IndVarSimplify/lftr-reuse.ll
test/Transforms/IndVarSimplify/loop-invariant-conditions.ll
test/Transforms/IndVarSimplify/loop_evaluate10.ll
test/Transforms/IndVarSimplify/no-iv-rewrite.ll
test/Transforms/IndVarSimplify/pr25578.ll
test/Transforms/IndVarSimplify/promote-iv-to-eliminate-casts.ll
test/Transforms/IndVarSimplify/scev-phi-debug-info.ll
test/Transforms/IndVarSimplify/shrunk-constant.ll
test/Transforms/IndVarSimplify/widen-loop-comp.ll
test/Transforms/IndirectBrExpand/basic.ll [new file with mode: 0644]
test/Transforms/InferAddressSpaces/AMDGPU/basic.ll
test/Transforms/InferAddressSpaces/AMDGPU/icmp.ll
test/Transforms/InferAddressSpaces/AMDGPU/infer-address-space.ll
test/Transforms/InferAddressSpaces/AMDGPU/infer-addrspacecast.ll
test/Transforms/InferAddressSpaces/AMDGPU/infer-getelementptr.ll
test/Transforms/InferAddressSpaces/AMDGPU/intrinsics.ll
test/Transforms/InferAddressSpaces/AMDGPU/mem-intrinsics.ll
test/Transforms/InferAddressSpaces/AMDGPU/old-pass-regressions.ll
test/Transforms/InferAddressSpaces/AMDGPU/select.ll
test/Transforms/InferAddressSpaces/AMDGPU/volatile.ll
test/Transforms/InferFunctionAttrs/annotate.ll
test/Transforms/Inline/alloca-dbgdeclare-merge.ll
test/Transforms/Inline/alloca-dbgdeclare.ll
test/Transforms/Inline/attributes.ll
test/Transforms/Inline/byval.ll
test/Transforms/Inline/cgscc-update.ll
test/Transforms/Inline/debug-info-duplicate-calls.ll
test/Transforms/Inline/deoptimize-intrinsic.ll
test/Transforms/Inline/inline-brunch-funnel.ll [new file with mode: 0644]
test/Transforms/Inline/inline-invoke-tail.ll
test/Transforms/Inline/inline-musttail-varargs.ll [deleted file]
test/Transforms/Inline/inline-tail.ll
test/Transforms/Inline/inline-varargs.ll [new file with mode: 0644]
test/Transforms/Inline/inline-vla.ll
test/Transforms/Inline/inline_dbg_declare.ll
test/Transforms/Inline/inline_inv_group.ll [new file with mode: 0644]
test/Transforms/Inline/inline_stats.ll
test/Transforms/Inline/last-callsite.ll
test/Transforms/Inline/launder.invariant.group.ll [new file with mode: 0644]
test/Transforms/Inline/noalias-calls.ll
test/Transforms/Inline/optimization-remarks-hotness-threshold.ll
test/Transforms/Inline/optimization-remarks-passed-yaml.ll
test/Transforms/Inline/optimization-remarks-yaml.ll
test/Transforms/Inline/optimization-remarks.ll
test/Transforms/Inline/ptr-diff.ll
test/Transforms/InstCombine/2006-10-26-VectorReassoc.ll
test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll
test/Transforms/InstCombine/2008-05-22-NegValVector.ll [deleted file]
test/Transforms/InstCombine/2008-11-27-UDivNegative.ll [deleted file]
test/Transforms/InstCombine/2009-02-20-InstCombine-SROA.ll
test/Transforms/InstCombine/2011-09-03-Trampoline.ll
test/Transforms/InstCombine/2017-07-07-UMul-ZExt.ll [deleted file]
test/Transforms/InstCombine/AArch64/aes-intrinsics.ll [new file with mode: 0644]
test/Transforms/InstCombine/AArch64/tbl1.ll [new file with mode: 0644]
test/Transforms/InstCombine/AMDGPU/amdgcn-demanded-vector-elts.ll
test/Transforms/InstCombine/AMDGPU/amdgcn-intrinsics.ll
test/Transforms/InstCombine/ARM/aes-intrinsics.ll [new file with mode: 0644]
test/Transforms/InstCombine/ARM/tbl1.ll [new file with mode: 0644]
test/Transforms/InstCombine/ARM/vld1.ll [new file with mode: 0644]
test/Transforms/InstCombine/PR37526.ll [new file with mode: 0644]
test/Transforms/InstCombine/X86/X86FsubCmpCombine.ll
test/Transforms/InstCombine/X86/clmulqdq.ll [new file with mode: 0644]
test/Transforms/InstCombine/X86/x86-avx.ll [new file with mode: 0644]
test/Transforms/InstCombine/X86/x86-avx512.ll
test/Transforms/InstCombine/X86/x86-fma.ll
test/Transforms/InstCombine/X86/x86-muldq.ll
test/Transforms/InstCombine/X86/x86-sse.ll
test/Transforms/InstCombine/X86/x86-sse2.ll
test/Transforms/InstCombine/X86/x86-sse41.ll
test/Transforms/InstCombine/X86/x86-vector-shifts.ll
test/Transforms/InstCombine/abs-1.ll
test/Transforms/InstCombine/abs_abs.ll
test/Transforms/InstCombine/add.ll
test/Transforms/InstCombine/add2.ll
test/Transforms/InstCombine/add4.ll [new file with mode: 0644]
test/Transforms/InstCombine/addrspacecast.ll
test/Transforms/InstCombine/align-addr.ll
test/Transforms/InstCombine/alloca-cast-debuginfo.ll
test/Transforms/InstCombine/alloca.ll
test/Transforms/InstCombine/and-fcmp.ll
test/Transforms/InstCombine/and-narrow.ll [new file with mode: 0644]
test/Transforms/InstCombine/and-or-icmps.ll
test/Transforms/InstCombine/and-or-not.ll
test/Transforms/InstCombine/and-xor-or.ll
test/Transforms/InstCombine/and.ll
test/Transforms/InstCombine/apint-mul1.ll
test/Transforms/InstCombine/apint-mul2.ll
test/Transforms/InstCombine/apint-select.ll
test/Transforms/InstCombine/apint-shift.ll
test/Transforms/InstCombine/apint-sub.ll
test/Transforms/InstCombine/assume.ll
test/Transforms/InstCombine/atomic.ll
test/Transforms/InstCombine/bswap-fold.ll
test/Transforms/InstCombine/bswap.ll
test/Transforms/InstCombine/call-callconv.ll [moved from test/Transforms/InstSimplify/call-callconv.ll with 54% similarity]
test/Transforms/InstCombine/call-guard.ll
test/Transforms/InstCombine/call-intrinsics.ll
test/Transforms/InstCombine/call.ll
test/Transforms/InstCombine/canonicalize-ashr-shl-to-masking.ll [new file with mode: 0644]
test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-eq-to-icmp-ule.ll [new file with mode: 0644]
test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-ne-to-icmp-ugt.ll [new file with mode: 0644]
test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-sge-to-icmp-sle.ll [new file with mode: 0644]
test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-sgt-to-icmp-sgt.ll [new file with mode: 0644]
test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-sle-to-icmp-sle.ll [new file with mode: 0644]
test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-slt-to-icmp-sgt.ll [new file with mode: 0644]
test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-uge-to-icmp-ule.ll [new file with mode: 0644]
test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-ugt-to-icmp-ugt.ll [new file with mode: 0644]
test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-ule-to-icmp-ule.ll [new file with mode: 0644]
test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-ult-to-icmp-ugt.ll [new file with mode: 0644]
test/Transforms/InstCombine/canonicalize-lack-of-signed-truncation-check.ll [new file with mode: 0644]
test/Transforms/InstCombine/canonicalize-low-bit-mask-and-icmp-eq-to-icmp-ule.ll [new file with mode: 0644]
test/Transforms/InstCombine/canonicalize-low-bit-mask-and-icmp-ne-to-icmp-ugt.ll [new file with mode: 0644]
test/Transforms/InstCombine/canonicalize-lshr-shl-to-masking.ll [new file with mode: 0644]
test/Transforms/InstCombine/canonicalize-shl-lshr-to-masking.ll [new file with mode: 0644]
test/Transforms/InstCombine/canonicalize-signed-truncation-check.ll [new file with mode: 0644]
test/Transforms/InstCombine/cast-int-icmp-eq-0.ll [new file with mode: 0644]
test/Transforms/InstCombine/cast-mul-select.ll
test/Transforms/InstCombine/cast-select.ll [new file with mode: 0644]
test/Transforms/InstCombine/cast-set-preserve-signed-dbg-val.ll [new file with mode: 0644]
test/Transforms/InstCombine/cast-unsigned-icmp-eqcmp-0.ll [new file with mode: 0644]
test/Transforms/InstCombine/cast.ll
test/Transforms/InstCombine/compare-signs.ll
test/Transforms/InstCombine/consecutive-fences.ll
test/Transforms/InstCombine/constant-fold-address-space-pointer.ll
test/Transforms/InstCombine/cos-intrinsic.ll
test/Transforms/InstCombine/debuginfo-dce.ll
test/Transforms/InstCombine/debuginfo-dce2.ll
test/Transforms/InstCombine/debuginfo-skip.ll
test/Transforms/InstCombine/debuginfo-variables.ll [new file with mode: 0644]
test/Transforms/InstCombine/debuginfo.ll
test/Transforms/InstCombine/debuginfo_add.ll
test/Transforms/InstCombine/div-shift.ll
test/Transforms/InstCombine/div.ll
test/Transforms/InstCombine/double-float-shrink-2.ll
test/Transforms/InstCombine/element-atomic-memcpy-to-loads.ll [deleted file]
test/Transforms/InstCombine/element-atomic-memintrins.ll
test/Transforms/InstCombine/extractelement.ll
test/Transforms/InstCombine/fabs.ll
test/Transforms/InstCombine/fadd.ll [new file with mode: 0644]
test/Transforms/InstCombine/fast-math.ll
test/Transforms/InstCombine/fcmp-special.ll
test/Transforms/InstCombine/fcmp.ll
test/Transforms/InstCombine/fdiv-cos-sin.ll [new file with mode: 0644]
test/Transforms/InstCombine/fdiv-sin-cos.ll [new file with mode: 0644]
test/Transforms/InstCombine/fdiv.ll
test/Transforms/InstCombine/fma.ll
test/Transforms/InstCombine/fmul-sqrt.ll [new file with mode: 0644]
test/Transforms/InstCombine/fmul.ll
test/Transforms/InstCombine/fneg-ext.ll [deleted file]
test/Transforms/InstCombine/fpcast.ll
test/Transforms/InstCombine/fpextend.ll
test/Transforms/InstCombine/fsub.ll
test/Transforms/InstCombine/gep-addrspace.ll
test/Transforms/InstCombine/gep-combine-loop-invariant.ll [new file with mode: 0644]
test/Transforms/InstCombine/gep-custom-dl.ll [new file with mode: 0644]
test/Transforms/InstCombine/gep-vector.ll
test/Transforms/InstCombine/icmp-bc-vec.ll [new file with mode: 0644]
test/Transforms/InstCombine/icmp-custom-dl.ll [new file with mode: 0644]
test/Transforms/InstCombine/icmp-logical.ll
test/Transforms/InstCombine/icmp-mul-zext.ll [new file with mode: 0644]
test/Transforms/InstCombine/icmp-vec.ll
test/Transforms/InstCombine/icmp.ll
test/Transforms/InstCombine/icmp_sdiv_with_and_without_range.ll [new file with mode: 0644]
test/Transforms/InstCombine/intrinsics.ll
test/Transforms/InstCombine/invariant.group.ll [new file with mode: 0644]
test/Transforms/InstCombine/invert-variable-mask-in-masked-merge-scalar.ll [new file with mode: 0644]
test/Transforms/InstCombine/invert-variable-mask-in-masked-merge-vector.ll [new file with mode: 0644]
test/Transforms/InstCombine/invoke.ll
test/Transforms/InstCombine/lifetime-no-null-opt.ll [new file with mode: 0644]
test/Transforms/InstCombine/lifetime.ll
test/Transforms/InstCombine/load.ll
test/Transforms/InstCombine/logical-select.ll
test/Transforms/InstCombine/lower-dbg-declare.ll [new file with mode: 0644]
test/Transforms/InstCombine/malloc-free-delete.ll
test/Transforms/InstCombine/masked-merge-add.ll [new file with mode: 0644]
test/Transforms/InstCombine/masked-merge-and-of-ors.ll [new file with mode: 0644]
test/Transforms/InstCombine/masked-merge-or.ll [new file with mode: 0644]
test/Transforms/InstCombine/masked-merge-xor.ll [new file with mode: 0644]
test/Transforms/InstCombine/max-of-nots.ll
test/Transforms/InstCombine/max_known_bits.ll [new file with mode: 0644]
test/Transforms/InstCombine/maxnum.ll
test/Transforms/InstCombine/mem-par-metadata-memcpy.ll
test/Transforms/InstCombine/memcpy-1.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/memcpy_chk-1.ll
test/Transforms/InstCombine/memmove.ll
test/Transforms/InstCombine/memmove_chk-1.ll
test/Transforms/InstCombine/memset-1.ll
test/Transforms/InstCombine/memset.ll
test/Transforms/InstCombine/memset2.ll
test/Transforms/InstCombine/memset_chk-1.ll
test/Transforms/InstCombine/min-positive.ll
test/Transforms/InstCombine/minmax-fold.ll
test/Transforms/InstCombine/minnum.ll
test/Transforms/InstCombine/mul.ll
test/Transforms/InstCombine/musttail-thunk.ll [new file with mode: 0644]
test/Transforms/InstCombine/objsize.ll
test/Transforms/InstCombine/opaque.ll
test/Transforms/InstCombine/or-fcmp.ll
test/Transforms/InstCombine/or-xor.ll
test/Transforms/InstCombine/or.ll
test/Transforms/InstCombine/phi-timeout.ll [new file with mode: 0644]
test/Transforms/InstCombine/pow-4.ll
test/Transforms/InstCombine/pr31990_wrong_memcpy.ll
test/Transforms/InstCombine/pr33765.ll [deleted file]
test/Transforms/InstCombine/pr36362.ll [new file with mode: 0644]
test/Transforms/InstCombine/realloc.ll [new file with mode: 0644]
test/Transforms/InstCombine/rem.ll
test/Transforms/InstCombine/rotate.ll
test/Transforms/InstCombine/salvage-dbg-declare.ll [new file with mode: 0644]
test/Transforms/InstCombine/sdiv-guard.ll [new file with mode: 0644]
test/Transforms/InstCombine/select-bitext-bitwise-ops.ll
test/Transforms/InstCombine/select-crash.ll
test/Transforms/InstCombine/select-gep.ll [new file with mode: 0644]
test/Transforms/InstCombine/select-icmp-and.ll [new file with mode: 0644]
test/Transforms/InstCombine/select-obo-peo-ops.ll [new file with mode: 0644]
test/Transforms/InstCombine/select-of-bittest.ll [new file with mode: 0644]
test/Transforms/InstCombine/select-with-bitwise-ops.ll
test/Transforms/InstCombine/select.ll
test/Transforms/InstCombine/select_arithmetic.ll
test/Transforms/InstCombine/select_meta.ll
test/Transforms/InstCombine/set-lowbits-mask-canonicalize.ll [new file with mode: 0644]
test/Transforms/InstCombine/shift.ll
test/Transforms/InstCombine/should-change-type.ll [new file with mode: 0644]
test/Transforms/InstCombine/shuffle_select.ll [new file with mode: 0644]
test/Transforms/InstCombine/signext.ll
test/Transforms/InstCombine/simplify-libcalls.ll
test/Transforms/InstCombine/snprintf.ll [new file with mode: 0644]
test/Transforms/InstCombine/sprintf-1.ll
test/Transforms/InstCombine/sprintf-void.ll [new file with mode: 0644]
test/Transforms/InstCombine/stack-overalign.ll
test/Transforms/InstCombine/stacksave-debuginfo.ll [new file with mode: 0644]
test/Transforms/InstCombine/store.ll
test/Transforms/InstCombine/stpcpy_chk-1.ll
test/Transforms/InstCombine/str-int-2.ll [new file with mode: 0644]
test/Transforms/InstCombine/str-int.ll [new file with mode: 0644]
test/Transforms/InstCombine/strcpy_chk-1.ll
test/Transforms/InstCombine/strcpy_chk-64.ll
test/Transforms/InstCombine/strlen-1.ll
test/Transforms/InstCombine/strncpy_chk-1.ll
test/Transforms/InstCombine/struct-assign-tbaa-new.ll [new file with mode: 0644]
test/Transforms/InstCombine/struct-assign-tbaa.ll
test/Transforms/InstCombine/sub-not.ll [new file with mode: 0644]
test/Transforms/InstCombine/sub.ll
test/Transforms/InstCombine/udiv-simplify.ll
test/Transforms/InstCombine/udiv_select_to_select_shift.ll
test/Transforms/InstCombine/unfold-masked-merge-with-const-mask-scalar.ll [new file with mode: 0644]
test/Transforms/InstCombine/unfold-masked-merge-with-const-mask-vector.ll [new file with mode: 0644]
test/Transforms/InstCombine/unlocked-stdio-mingw.ll [new file with mode: 0644]
test/Transforms/InstCombine/unlocked-stdio.ll [new file with mode: 0644]
test/Transforms/InstCombine/unrecognized_three-way-comparison.ll [new file with mode: 0644]
test/Transforms/InstCombine/unsigned_saturated_sub.ll [new file with mode: 0644]
test/Transforms/InstCombine/vec_demanded_elts.ll
test/Transforms/InstCombine/vec_sext.ll
test/Transforms/InstCombine/vec_shuffle.ll
test/Transforms/InstCombine/vector-mul.ll
test/Transforms/InstCombine/vector-udiv.ll [new file with mode: 0644]
test/Transforms/InstCombine/vector-urem.ll
test/Transforms/InstCombine/vector-xor.ll [new file with mode: 0644]
test/Transforms/InstCombine/vector_gep1.ll
test/Transforms/InstCombine/vector_gep2.ll
test/Transforms/InstCombine/vector_insertelt_shuffle.ll
test/Transforms/InstCombine/wcslen-1.ll
test/Transforms/InstCombine/xor-icmps.ll [new file with mode: 0644]
test/Transforms/InstCombine/xor.ll
test/Transforms/InstCombine/zext-bool-add-sub.ll
test/Transforms/InstMerge/st_sink_debuginvariant.ll [new file with mode: 0644]
test/Transforms/InstSimplify/AndOrXor.ll
test/Transforms/InstSimplify/add.ll [new file with mode: 0644]
test/Transforms/InstSimplify/and-or-icmp-zero.ll [new file with mode: 0644]
test/Transforms/InstSimplify/assume.ll
test/Transforms/InstSimplify/bitreverse-fold.ll [moved from test/Transforms/InstCombine/bitreverse-fold.ll with 98% similarity]
test/Transforms/InstSimplify/cast-unsigned-icmp-cmp-0.ll [new file with mode: 0644]
test/Transforms/InstSimplify/compare.ll
test/Transforms/InstSimplify/constantfold-add-nuw-allones-to-allones.ll [new file with mode: 0644]
test/Transforms/InstSimplify/constantfold-shl-nuw-C-to-C.ll [new file with mode: 0644]
test/Transforms/InstSimplify/div.ll
test/Transforms/InstSimplify/extract-element.ll
test/Transforms/InstSimplify/fast-math.ll
test/Transforms/InstSimplify/fdiv.ll
test/Transforms/InstSimplify/floating-point-arithmetic.ll
test/Transforms/InstSimplify/floating-point-compare.ll
test/Transforms/InstSimplify/fold-intrinsics.ll [new file with mode: 0644]
test/Transforms/InstSimplify/fp-nan.ll [new file with mode: 0644]
test/Transforms/InstSimplify/fp-undef.ll [new file with mode: 0644]
test/Transforms/InstSimplify/gep.ll
test/Transforms/InstSimplify/icmp-bool-constant.ll
test/Transforms/InstSimplify/insertelement.ll
test/Transforms/InstSimplify/log-exp-intrinsic.ll [new file with mode: 0644]
test/Transforms/InstSimplify/mul.ll
test/Transforms/InstSimplify/negate.ll
test/Transforms/InstSimplify/or.ll
test/Transforms/InstSimplify/reassociate.ll
test/Transforms/InstSimplify/rem.ll
test/Transforms/InstSimplify/sdiv.ll [new file with mode: 0644]
test/Transforms/InstSimplify/select.ll
test/Transforms/InstSimplify/shift.ll [new file with mode: 0644]
test/Transforms/InstSimplify/srem.ll [new file with mode: 0644]
test/Transforms/InstSimplify/vector_gep.ll
test/Transforms/JumpThreading/PR33357-lvi-recursion.ll [new file with mode: 0644]
test/Transforms/JumpThreading/PR37745.ll [new file with mode: 0644]
test/Transforms/JumpThreading/basic.ll
test/Transforms/JumpThreading/bb-unreachable-from-entry.ll [new file with mode: 0644]
test/Transforms/JumpThreading/ddt-crash.ll [new file with mode: 0644]
test/Transforms/JumpThreading/ddt-crash2.ll [new file with mode: 0644]
test/Transforms/JumpThreading/ddt-crash3.ll [new file with mode: 0644]
test/Transforms/JumpThreading/ddt-crash4.ll [new file with mode: 0644]
test/Transforms/JumpThreading/header-succ.ll [new file with mode: 0644]
test/Transforms/JumpThreading/lvi-tristate.ll [new file with mode: 0644]
test/Transforms/JumpThreading/phi-known.ll
test/Transforms/JumpThreading/pr15851_hang.ll
test/Transforms/JumpThreading/pr36133.ll [new file with mode: 0644]
test/Transforms/JumpThreading/removed-use.ll [new file with mode: 0644]
test/Transforms/JumpThreading/select.ll
test/Transforms/LCSSA/avoid-intrinsics-in-catchswitch.ll [new file with mode: 0644]
test/Transforms/LCSSA/basictest.ll
test/Transforms/LCSSA/remove-phis.ll [new file with mode: 0644]
test/Transforms/LICM/hoist-debuginvariant.ll [new file with mode: 0644]
test/Transforms/LICM/hoist-fast-fdiv.ll
test/Transforms/LICM/hoist-mustexec.ll [new file with mode: 0644]
test/Transforms/LICM/loopsink.ll
test/Transforms/LICM/opt-remarks-conditional-load.ll
test/Transforms/LICM/opt-remarks-intervening-store.ll
test/Transforms/LICM/opt-remarks.ll
test/Transforms/LICM/pr26843.ll
test/Transforms/LICM/pr27262.ll
test/Transforms/LICM/pr37323.ll [new file with mode: 0644]
test/Transforms/LICM/preheader-safe.ll
test/Transforms/LICM/scalar-promote.ll
test/Transforms/LICM/sinking.ll
test/Transforms/LICM/unrolled-deeply-nested.ll
test/Transforms/LoadStoreVectorizer/AMDGPU/adjust-alloca-alignment.ll
test/Transforms/LoadStoreVectorizer/AMDGPU/complex-index.ll [new file with mode: 0644]
test/Transforms/LoadStoreVectorizer/AMDGPU/gep-bitcast.ll
test/Transforms/LoadStoreVectorizer/AMDGPU/invariant-load.ll [new file with mode: 0644]
test/Transforms/LoadStoreVectorizer/AMDGPU/merge-stores-private.ll
test/Transforms/LoadStoreVectorizer/AMDGPU/merge-stores.ll
test/Transforms/LoadStoreVectorizer/AMDGPU/multiple_tails.ll
test/Transforms/LoadStoreVectorizer/AMDGPU/selects.ll [new file with mode: 0644]
test/Transforms/LoadStoreVectorizer/X86/codegenprepare-produced-address-math.ll [new file with mode: 0644]
test/Transforms/LoadStoreVectorizer/X86/merge-tbaa.ll
test/Transforms/LoadStoreVectorizer/X86/vector-scalar.ll [new file with mode: 0644]
test/Transforms/LoopDataPrefetch/AArch64/opt-remark-with-hotness.ll
test/Transforms/LoopDataPrefetch/AArch64/opt-remark.ll
test/Transforms/LoopDeletion/use-in-unreachable.ll [new file with mode: 0644]
test/Transforms/LoopDistribute/diagnostics-with-hotness.ll
test/Transforms/LoopDistribute/diagnostics.ll
test/Transforms/LoopIdiom/ARM/ctlz.ll
test/Transforms/LoopIdiom/X86/ctlz.ll
test/Transforms/LoopIdiom/X86/popcnt.ll
test/Transforms/LoopIdiom/basic-address-space.ll
test/Transforms/LoopIdiom/basic.ll
test/Transforms/LoopIdiom/lir-heurs-multi-block-loop.ll
test/Transforms/LoopIdiom/pr28196.ll
test/Transforms/LoopIdiom/struct-custom-dl.ll [new file with mode: 0644]
test/Transforms/LoopIdiom/unroll-custom-dl.ll [new file with mode: 0644]
test/Transforms/LoopInstSimplify/basic.ll [new file with mode: 0644]
test/Transforms/LoopInterchange/call-instructions.ll
test/Transforms/LoopInterchange/current-limitations-lcssa.ll [deleted file]
test/Transforms/LoopInterchange/currentLimitation.ll
test/Transforms/LoopInterchange/debuginfo.ll [new file with mode: 0644]
test/Transforms/LoopInterchange/interchange-flow-dep-outer.ll
test/Transforms/LoopInterchange/interchange-insts-between-indvar.ll
test/Transforms/LoopInterchange/interchange-no-deps.ll [new file with mode: 0644]
test/Transforms/LoopInterchange/interchange-not-profitable.ll [deleted file]
test/Transforms/LoopInterchange/interchange-output-dependencies.ll [deleted file]
test/Transforms/LoopInterchange/interchange-simple-count-down.ll [deleted file]
test/Transforms/LoopInterchange/interchange-simple-count-up.ll [deleted file]
test/Transforms/LoopInterchange/interchangeable.ll [new file with mode: 0644]
test/Transforms/LoopInterchange/lcssa.ll [new file with mode: 0644]
test/Transforms/LoopInterchange/loop-interchange-optimization-remarks.ll
test/Transforms/LoopInterchange/not-interchanged-dependencies-1.ll
test/Transforms/LoopInterchange/not-interchanged-loop-nest-3.ll
test/Transforms/LoopInterchange/not-interchanged-tightly-nested.ll
test/Transforms/LoopInterchange/phi-ordering.ll
test/Transforms/LoopInterchange/profitability.ll
test/Transforms/LoopInterchange/reductions.ll
test/Transforms/LoopPredication/profitability.ll [new file with mode: 0644]
test/Transforms/LoopPredication/reverse.ll
test/Transforms/LoopReroll/basic.ll
test/Transforms/LoopReroll/complex_reroll.ll
test/Transforms/LoopReroll/indvar_with_ext.ll
test/Transforms/LoopReroll/nonconst_lb.ll
test/Transforms/LoopReroll/ptrindvar.ll
test/Transforms/LoopReroll/reduction.ll
test/Transforms/LoopReroll/reroll_with_dbg.ll
test/Transforms/LoopRotate/dbg-value-duplicates.ll
test/Transforms/LoopRotate/indirectbr.ll
test/Transforms/LoopRotate/loopexitinglatch.ll [new file with mode: 0644]
test/Transforms/LoopRotate/phi-dbgvalue.ll
test/Transforms/LoopRotate/pr35210.ll
test/Transforms/LoopRotate/pr37205.ll [new file with mode: 0644]
test/Transforms/LoopSimplify/dbg-loc.ll
test/Transforms/LoopSimplify/preserve-scev.ll
test/Transforms/LoopSimplify/single-backedge.ll
test/Transforms/LoopSimplify/unreachable-loop-pred.ll
test/Transforms/LoopSimplifyCFG/scev.ll [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/AMDGPU/different-addrspace-crash.ll
test/Transforms/LoopStrengthReduce/AMDGPU/lsr-void.ll [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/AMDGPU/preserve-addrspace-assert.ll
test/Transforms/LoopStrengthReduce/ARM/2012-06-15-lsr-noaddrmode.ll
test/Transforms/LoopStrengthReduce/X86/2012-01-13-phielim.ll
test/Transforms/LoopStrengthReduce/X86/ivchain-X86.ll
test/Transforms/LoopStrengthReduce/X86/lsr-insns-1.ll
test/Transforms/LoopStrengthReduce/X86/macro-fuse-cmp.ll [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/X86/nested-loop.ll
test/Transforms/LoopStrengthReduce/lsr-comp-time.ll [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/post-inc-icmpzero.ll
test/Transforms/LoopStrengthReduce/scev-after-loopinstsimplify.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/AMDGPU/unroll-cost-call.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/AMDGPU/unroll-for-private.ll
test/Transforms/LoopUnroll/Hexagon/lit.local.cfg [new file with mode: 0644]
test/Transforms/LoopUnroll/Hexagon/peel-small-loop.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/complete_unroll_profitability_with_assume.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/convergent.ll
test/Transforms/LoopUnroll/debug-info.ll
test/Transforms/LoopUnroll/invalidate_right_loop.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/peel-loop-conditions.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/peel-loop-not-forced.ll
test/Transforms/LoopUnroll/peel-loop.ll
test/Transforms/LoopUnroll/runtime-epilog-debuginfo.ll
test/Transforms/LoopUnroll/runtime-loop1.ll
test/Transforms/LoopUnroll/unroll-pragmas.ll
test/Transforms/LoopUnrollAndJam/dependencies.ll [new file with mode: 0644]
test/Transforms/LoopUnrollAndJam/disable.ll [new file with mode: 0644]
test/Transforms/LoopUnrollAndJam/pragma.ll [new file with mode: 0644]
test/Transforms/LoopUnrollAndJam/unprofitable.ll [new file with mode: 0644]
test/Transforms/LoopUnrollAndJam/unroll-and-jam.ll [new file with mode: 0644]
test/Transforms/LoopUnswitch/2008-11-03-Invariant.ll
test/Transforms/LoopUnswitch/2015-06-17-Metadata.ll
test/Transforms/LoopUnswitch/infinite-loop.ll
test/Transforms/LoopUnswitch/invalidate-scev.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/AArch64/interleaved-vs-scalar.ll
test/Transforms/LoopVectorize/AArch64/pr36032.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/ARM/sphinx.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/Hexagon/lit.local.cfg [new file with mode: 0644]
test/Transforms/LoopVectorize/Hexagon/minimum-vf.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/SystemZ/pr38110.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/avx512.ll
test/Transforms/LoopVectorize/X86/consecutive-ptr-cg-bug.ll
test/Transforms/LoopVectorize/X86/constant-fold.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/gather_scatter.ll
test/Transforms/LoopVectorize/X86/imprecise-through-phis.ll
test/Transforms/LoopVectorize/X86/masked_load_store.ll
test/Transforms/LoopVectorize/X86/metadata-enable.ll
test/Transforms/LoopVectorize/X86/no_fpmath.ll
test/Transforms/LoopVectorize/X86/no_fpmath_with_hotness.ll
test/Transforms/LoopVectorize/X86/pr23997.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/pr35432.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/pr36524.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/redundant-vf2-cost.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/reg-usage-debug.ll
test/Transforms/LoopVectorize/X86/svml-calls.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-profitable.ll
test/Transforms/LoopVectorize/X86/vectorization-remarks.ll
test/Transforms/LoopVectorize/conditional-assignment.ll
test/Transforms/LoopVectorize/consecutive-ptr-uniforms.ll
test/Transforms/LoopVectorize/control-flow.ll
test/Transforms/LoopVectorize/dbg.value.ll
test/Transforms/LoopVectorize/debugloc.ll
test/Transforms/LoopVectorize/diag-missing-instr-debug-loc.ll
test/Transforms/LoopVectorize/diag-with-hotness-info-2.ll
test/Transforms/LoopVectorize/diag-with-hotness-info.ll
test/Transforms/LoopVectorize/explicit_outer_detection.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/explicit_outer_nonuniform_inner.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/explicit_outer_uniform_diverg_branch.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/float-induction.ll
test/Transforms/LoopVectorize/hoist-loads.ll
test/Transforms/LoopVectorize/i8-induction.ll
test/Transforms/LoopVectorize/induction-step.ll
test/Transforms/LoopVectorize/induction.ll
test/Transforms/LoopVectorize/interleaved-accesses.ll
test/Transforms/LoopVectorize/interleaved-acess-with-remarks.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/no_array_bounds.ll
test/Transforms/LoopVectorize/no_switch.ll
test/Transforms/LoopVectorize/pr35743.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/pr35773.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/pr36311.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/pr36983.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/pr37248.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/preserve-dbg-loc-and-loop-metadata.ll [moved from test/Transforms/LoopVectorize/duplicated-metadata.ll with 76% similarity]
test/Transforms/LoopVectorize/reduction-small-size.ll
test/Transforms/LoopVectorize/runtime-check.ll
test/Transforms/LoopVectorize/scalar_after_vectorization.ll
test/Transforms/LoopVectorize/tripcount.ll
test/Transforms/LoopVectorize/unsafe-dep-remark.ll
test/Transforms/LoopVectorize/vplan_hcfg_stress_test.ll [new file with mode: 0644]
test/Transforms/LoopVersioning/add-phi-update-users.ll [new file with mode: 0644]
test/Transforms/LoopVersioning/incorrect-phi.ll
test/Transforms/LoopVersioning/lcssa.ll
test/Transforms/LowerTypeTests/Inputs/blockaddr-import.yaml [new file with mode: 0644]
test/Transforms/LowerTypeTests/Inputs/cfi-direct-call.yaml [new file with mode: 0644]
test/Transforms/LowerTypeTests/Inputs/cfi-direct-call1.yaml [new file with mode: 0644]
test/Transforms/LowerTypeTests/Inputs/export-icall.yaml [new file with mode: 0644]
test/Transforms/LowerTypeTests/Inputs/exported-funcs.yaml [new file with mode: 0644]
test/Transforms/LowerTypeTests/Inputs/import-alias.yaml [new file with mode: 0644]
test/Transforms/LowerTypeTests/blockaddr-import.ll [new file with mode: 0644]
test/Transforms/LowerTypeTests/blockaddress.ll
test/Transforms/LowerTypeTests/cfi-direct-call.ll [new file with mode: 0644]
test/Transforms/LowerTypeTests/cfi-direct-call1.ll [new file with mode: 0644]
test/Transforms/LowerTypeTests/export-alias.ll [new file with mode: 0644]
test/Transforms/LowerTypeTests/export-cross-dso-cfi.ll [new file with mode: 0644]
test/Transforms/LowerTypeTests/export-icall.ll
test/Transforms/LowerTypeTests/export-symver.ll [new file with mode: 0644]
test/Transforms/LowerTypeTests/function-arm-thumb.ll
test/Transforms/LowerTypeTests/function-disjoint.ll
test/Transforms/LowerTypeTests/function-ext.ll
test/Transforms/LowerTypeTests/function-weak.ll
test/Transforms/LowerTypeTests/function.ll
test/Transforms/LowerTypeTests/icall-branch-funnel.ll [new file with mode: 0644]
test/Transforms/LowerTypeTests/import-alias.ll [new file with mode: 0644]
test/Transforms/LowerTypeTests/import-icall.ll
test/Transforms/LowerTypeTests/pr37625.ll [new file with mode: 0644]
test/Transforms/LowerTypeTests/section.ll
test/Transforms/Mem2Reg/PromoteMemToRegister.ll
test/Transforms/Mem2Reg/dbg-addr-inline-dse.ll
test/Transforms/Mem2Reg/dbg-addr.ll
test/Transforms/Mem2Reg/dbg-inline-scope-for-phi.ll [new file with mode: 0644]
test/Transforms/Mem2Reg/debug-alloca-phi-2.ll [new file with mode: 0644]
test/Transforms/Mem2Reg/debug-alloca-phi.ll
test/Transforms/Mem2Reg/debug-alloca-vla-1.ll [new file with mode: 0644]
test/Transforms/Mem2Reg/debug-alloca-vla-2.ll [new file with mode: 0644]
test/Transforms/Mem2Reg/pr37632-unreachable-list-of-stores.ll [new file with mode: 0644]
test/Transforms/MemCpyOpt/2008-02-24-MultipleUseofSRet.ll
test/Transforms/MemCpyOpt/2008-03-13-ReturnSlotBitcast.ll
test/Transforms/MemCpyOpt/align.ll
test/Transforms/MemCpyOpt/atomic.ll
test/Transforms/MemCpyOpt/callslot_aa.ll
test/Transforms/MemCpyOpt/callslot_deref.ll
test/Transforms/MemCpyOpt/capturing-func.ll
test/Transforms/MemCpyOpt/crash.ll
test/Transforms/MemCpyOpt/form-memset.ll
test/Transforms/MemCpyOpt/invariant.start.ll
test/Transforms/MemCpyOpt/lifetime.ll
test/Transforms/MemCpyOpt/load-store-to-memcpy.ll
test/Transforms/MemCpyOpt/memcpy-to-memset-with-lifetimes.ll
test/Transforms/MemCpyOpt/memcpy-to-memset.ll
test/Transforms/MemCpyOpt/memcpy-undef.ll
test/Transforms/MemCpyOpt/memcpy.ll
test/Transforms/MemCpyOpt/memmove.ll
test/Transforms/MemCpyOpt/memset-memcpy-redundant-memset.ll
test/Transforms/MemCpyOpt/memset-memcpy-to-2x-memset.ll
test/Transforms/MemCpyOpt/pr29105.ll
test/Transforms/MemCpyOpt/process_store.ll [new file with mode: 0644]
test/Transforms/MemCpyOpt/profitable-memset.ll
test/Transforms/MemCpyOpt/smaller.ll
test/Transforms/MemCpyOpt/sret.ll
test/Transforms/MergeFunc/inline-asm.ll [new file with mode: 0644]
test/Transforms/MergeFunc/mergefunc-preserve-debug-info.ll
test/Transforms/MergeFunc/vector.ll
test/Transforms/MergeFunc/weak-small.ll [new file with mode: 0644]
test/Transforms/MergeICmps/X86/entry-block-shuffled.ll [new file with mode: 0644]
test/Transforms/MergeICmps/X86/last-block-produce-no-value.ll [new file with mode: 0644]
test/Transforms/MergeICmps/X86/multiple-blocks-does-work.ll [new file with mode: 0644]
test/Transforms/MergeICmps/X86/pair-int32-int32.ll
test/Transforms/MergeICmps/X86/pr36557.ll [new file with mode: 0644]
test/Transforms/MergeICmps/X86/split-block-does-work.ll [new file with mode: 0644]
test/Transforms/MergeICmps/X86/tuple-four-int8.ll
test/Transforms/MergeICmps/X86/two-complex-bb.ll [new file with mode: 0644]
test/Transforms/MetaRenamer/metarenamer.ll
test/Transforms/NaryReassociate/pr35710.ll [new file with mode: 0644]
test/Transforms/NaryReassociate/pr37539.ll [new file with mode: 0644]
test/Transforms/NewGVN/assumes.ll [new file with mode: 0644]
test/Transforms/NewGVN/dbg-redundant-load.ll
test/Transforms/NewGVN/invariant.group.ll
test/Transforms/NewGVN/memory-handling.ll
test/Transforms/NewGVN/nonescaping-malloc.ll
test/Transforms/NewGVN/opt-remarks.ll
test/Transforms/NewGVN/pair_jumpthread.ll [new file with mode: 0644]
test/Transforms/NewGVN/phi-of-ops-move-block.ll [new file with mode: 0644]
test/Transforms/NewGVN/pr17732.ll
test/Transforms/NewGVN/pr32607.ll
test/Transforms/NewGVN/pr33305.ll
test/Transforms/NewGVN/pr33367.ll [new file with mode: 0644]
test/Transforms/NewGVN/pr35074.ll [new file with mode: 0644]
test/Transforms/NewGVN/rle.ll
test/Transforms/ObjCARC/contract-catchswitch.ll [new file with mode: 0644]
test/Transforms/ObjCARC/contract-marker-funclet.ll [new file with mode: 0644]
test/Transforms/ObjCARC/contract-replace-arg-use.ll
test/Transforms/ObjCARC/contract-storestrong-funclet.ll [new file with mode: 0644]
test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll
test/Transforms/ObjCARC/funclet.ll [new file with mode: 0644]
test/Transforms/ObjCARC/nested.ll
test/Transforms/ObjCARC/opt-catchswitch.ll [new file with mode: 0644]
test/Transforms/ObjCARC/rv.ll
test/Transforms/PGOProfile/Inputs/large_count_remarks.proftext [new file with mode: 0644]
test/Transforms/PGOProfile/comdat_rename.ll
test/Transforms/PGOProfile/indirect_call_promotion_vla.ll [new file with mode: 0644]
test/Transforms/PGOProfile/large_count_remarks.ll [new file with mode: 0644]
test/Transforms/PGOProfile/memcpy.ll
test/Transforms/PGOProfile/memop_clone.ll
test/Transforms/PGOProfile/memop_size_annotation.ll
test/Transforms/PGOProfile/memop_size_from_strlen.ll
test/Transforms/PGOProfile/memop_size_opt.ll
test/Transforms/PGOProfile/memop_size_opt_zero.ll
test/Transforms/PGOProfile/thinlto_samplepgo_icp3.ll
test/Transforms/PGOProfile/thinlto_samplepgo_icp_droppeddead.ll [new file with mode: 0644]
test/Transforms/PhaseOrdering/bitfield-bittests.ll [new file with mode: 0644]
test/Transforms/PhaseOrdering/scev-custom-dl.ll [new file with mode: 0644]
test/Transforms/PlaceSafepoints/memset.ll
test/Transforms/PruneEH/2008-06-02-Weak.ll
test/Transforms/PruneEH/ipo-nounwind.ll
test/Transforms/PruneEH/operand-bundles.ll
test/Transforms/PruneEH/pr23971.ll
test/Transforms/PruneEH/pr26263.ll
test/Transforms/PruneEH/recursivetest.ll
test/Transforms/PruneEH/seh-nounwind.ll
test/Transforms/PruneEH/simpletest.ll
test/Transforms/Reassociate/absorption.ll
test/Transforms/Reassociate/basictest.ll
test/Transforms/Reassociate/binop-identity.ll [new file with mode: 0644]
test/Transforms/Reassociate/crash2.ll
test/Transforms/Reassociate/factorize-again.ll
test/Transforms/Reassociate/fast-MissedTree.ll
test/Transforms/Reassociate/fast-SubReassociate.ll
test/Transforms/Reassociate/fast-basictest.ll
test/Transforms/Reassociate/fp-expr.ll
test/Transforms/Reassociate/infloop-deadphi.ll [new file with mode: 0644]
test/Transforms/Reassociate/long-chains.ll [new file with mode: 0644]
test/Transforms/Reassociate/matching-binops.ll [new file with mode: 0644]
test/Transforms/Reassociate/reassoc-intermediate-fnegs.ll
test/Transforms/Reassociate/reassociate_dbgvalue_discard.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/base-vector.ll
test/Transforms/RewriteStatepointsForGC/deopt-intrinsic-cconv.ll
test/Transforms/RewriteStatepointsForGC/deref-pointers.ll
test/Transforms/RewriteStatepointsForGC/invokes.ll
test/Transforms/RewriteStatepointsForGC/relocation.ll
test/Transforms/RewriteStatepointsForGC/unreachable-regression.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/vector-bitcast.ll
test/Transforms/SCCP/ip-constant-ranges.ll
test/Transforms/SCCP/ipsccp-basic.ll
test/Transforms/SCCP/ipsccp-branch-unresolved-undef.ll [new file with mode: 0644]
test/Transforms/SCCP/ipsccp-phi-one-pred-dead.ll [new file with mode: 0644]
test/Transforms/SCCP/loadtest.ll
test/Transforms/SCCP/preserve-analysis.ll [new file with mode: 0644]
test/Transforms/SCCP/return-zapped.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/AArch64/ext-trunc.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/AArch64/gather-cost.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/AArch64/gather-reduce.ll
test/Transforms/SLPVectorizer/AArch64/gather-root.ll
test/Transforms/SLPVectorizer/AArch64/horizontal.ll
test/Transforms/SLPVectorizer/AArch64/matmul.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/AArch64/remarks.ll
test/Transforms/SLPVectorizer/AArch64/spillcost-di.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/AArch64/transpose.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/AArch64/tsc-s352.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/AMDGPU/horizontal-store.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/AMDGPU/packed-math.ll
test/Transforms/SLPVectorizer/AMDGPU/reduction.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/ARM/extract-insert.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/NVPTX/lit.local.cfg [new file with mode: 0644]
test/Transforms/SLPVectorizer/NVPTX/v2f16.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/PowerPC/aggregate.ll
test/Transforms/SLPVectorizer/SystemZ/pr34619.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/PR32086.ll
test/Transforms/SLPVectorizer/X86/PR35628_1.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/PR35628_2.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/PR35777.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/PR35865.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/PR36280.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/addsub.ll
test/Transforms/SLPVectorizer/X86/aggregate.ll
test/Transforms/SLPVectorizer/X86/alternate-calls.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/alternate-cast.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/alternate-fp.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/alternate-int.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/arith-add.ll
test/Transforms/SLPVectorizer/X86/blending-shuffle.ll
test/Transforms/SLPVectorizer/X86/cmp_sel.ll
test/Transforms/SLPVectorizer/X86/compare-reduce.ll
test/Transforms/SLPVectorizer/X86/consecutive-access.ll
test/Transforms/SLPVectorizer/X86/cse.ll
test/Transforms/SLPVectorizer/X86/debug_info.ll
test/Transforms/SLPVectorizer/X86/external_user_jumbled_load.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/extract-shuffle.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/extract.ll
test/Transforms/SLPVectorizer/X86/extract_in_tree_user.ll
test/Transforms/SLPVectorizer/X86/funclet.ll
test/Transforms/SLPVectorizer/X86/hadd.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/hoist.ll
test/Transforms/SLPVectorizer/X86/horizontal-minmax.ll
test/Transforms/SLPVectorizer/X86/horizontal.ll
test/Transforms/SLPVectorizer/X86/hsub.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/in-tree-user.ll
test/Transforms/SLPVectorizer/X86/insert-element-build-vector.ll
test/Transforms/SLPVectorizer/X86/insertvalue.ll
test/Transforms/SLPVectorizer/X86/jumbled-load-multiuse.ll
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/minimum-sizes.ll
test/Transforms/SLPVectorizer/X86/odd_store.ll
test/Transforms/SLPVectorizer/X86/partail.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/powof2div.ll
test/Transforms/SLPVectorizer/X86/pr19657.ll
test/Transforms/SLPVectorizer/X86/pr35497.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/reassociated-loads.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/reduction_unrolled.ll
test/Transforms/SLPVectorizer/X86/remark_not_all_parts.ll
test/Transforms/SLPVectorizer/X86/reorder_phi.ll
test/Transforms/SLPVectorizer/X86/reorder_repeated_ops.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/resched.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/return.ll
test/Transforms/SLPVectorizer/X86/reverse_extract_elements.ll
test/Transforms/SLPVectorizer/X86/sext.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/sign-extend.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/simplebb.ll
test/Transforms/SLPVectorizer/X86/store-jumbled.ll
test/Transforms/SLPVectorizer/X86/stores_vectorize.ll
test/Transforms/SLPVectorizer/X86/tiny-tree.ll
test/Transforms/SLPVectorizer/X86/value-bug.ll
test/Transforms/SLPVectorizer/X86/vectorize-reorder-reuse.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/visit-dominated.ll [deleted file]
test/Transforms/SLPVectorizer/X86/zext.ll [new file with mode: 0644]
test/Transforms/SROA/address-spaces.ll
test/Transforms/SROA/alignment.ll
test/Transforms/SROA/alloca-address-space.ll
test/Transforms/SROA/basictest.ll
test/Transforms/SROA/big-endian.ll
test/Transforms/SROA/dbg-addr-diamond.ll
test/Transforms/SROA/mem-par-metadata-sroa.ll
test/Transforms/SROA/phi-with-duplicate-pred.ll [new file with mode: 0644]
test/Transforms/SROA/pr37267.ll [new file with mode: 0644]
test/Transforms/SROA/preserve-nonnull.ll
test/Transforms/SROA/slice-order-independence.ll
test/Transforms/SROA/slice-width.ll
test/Transforms/SROA/vector-promotion.ll
test/Transforms/SafeStack/X86/byval.ll
test/Transforms/SafeStack/X86/call.ll
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/inline.compactbinary.afdo [new file with mode: 0644]
test/Transforms/SampleProfile/Inputs/warm-inline-instance.prof [new file with mode: 0644]
test/Transforms/SampleProfile/branch.ll
test/Transforms/SampleProfile/calls.ll
test/Transforms/SampleProfile/compact-binary-profile.ll [new file with mode: 0644]
test/Transforms/SampleProfile/cov-zero-samples.ll
test/Transforms/SampleProfile/coverage-warning.ll
test/Transforms/SampleProfile/discriminator.ll
test/Transforms/SampleProfile/entry_counts.ll
test/Transforms/SampleProfile/fnptr.ll
test/Transforms/SampleProfile/function_metadata.ll
test/Transforms/SampleProfile/gcc-simple.ll
test/Transforms/SampleProfile/inline-act.ll
test/Transforms/SampleProfile/inline-combine.ll
test/Transforms/SampleProfile/inline-coverage.ll
test/Transforms/SampleProfile/inline.ll
test/Transforms/SampleProfile/nolocinfo.ll
test/Transforms/SampleProfile/offset.ll
test/Transforms/SampleProfile/propagate.ll
test/Transforms/SampleProfile/remarks.ll
test/Transforms/SampleProfile/warm-inline-instance.ll [new file with mode: 0644]
test/Transforms/Scalarizer/dbginfo.ll
test/Transforms/Scalarizer/dbgloc-bug.ll
test/Transforms/SeparateConstOffsetFromGEP/AMDGPU/split-gep-and-gvn-addrspace-addressing-modes.ll
test/Transforms/SeparateConstOffsetFromGEP/NVPTX/split-gep-and-gvn.ll
test/Transforms/SeparateConstOffsetFromGEP/NVPTX/split-gep.ll
test/Transforms/SimpleLoopUnswitch/LIV-loop-condtion.ll
test/Transforms/SimpleLoopUnswitch/nontrivial-unswitch.ll
test/Transforms/SimpleLoopUnswitch/pr37888.ll [new file with mode: 0644]
test/Transforms/SimpleLoopUnswitch/trivial-unswitch-iteration.ll [new file with mode: 0644]
test/Transforms/SimpleLoopUnswitch/trivial-unswitch.ll
test/Transforms/SimpleLoopUnswitch/update-scev.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/PR27615-simplify-cond-br.ll
test/Transforms/SimplifyCFG/RISCV/lit.local.cfg [new file with mode: 0644]
test/Transforms/SimplifyCFG/RISCV/select-trunc-i64.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/UncondBranchToHeader.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/UnreachableEliminate.ll
test/Transforms/SimplifyCFG/basictest.ll
test/Transforms/SimplifyCFG/critedge-assume.ll
test/Transforms/SimplifyCFG/fold-branch-debuginvariant.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/fold-debug-info.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/hoist-dbgvalue-inlined.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/invoke.ll
test/Transforms/SimplifyCFG/merge-cond-stores.ll
test/Transforms/SimplifyCFG/opt-for-fuzzing.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/phi-undef-loadstore.ll
test/Transforms/SimplifyCFG/pr35774.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/remove-debug-2.ll
test/Transforms/SimplifyCFG/remove-debug.ll
test/Transforms/SimplifyCFG/speculate-dbgvalue.ll
test/Transforms/SimplifyCFG/switch_create-custom-dl.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/trap-no-null-opt-debugloc.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/trapping-load-unreachable.ll
test/Transforms/Sink/badloadsink.ll
test/Transforms/StructurizeCFG/AMDGPU/backedge-id-bug-xfail.ll [new file with mode: 0644]
test/Transforms/StructurizeCFG/AMDGPU/backedge-id-bug.ll [new file with mode: 0644]
test/Transforms/StructurizeCFG/AMDGPU/lit.local.cfg [new file with mode: 0644]
test/Transforms/StructurizeCFG/AMDGPU/loop-subregion-misordered.ll [new file with mode: 0644]
test/Transforms/StructurizeCFG/AMDGPU/uniform-regions.ll [new file with mode: 0644]
test/Transforms/StructurizeCFG/bug36015.ll [new file with mode: 0644]
test/Transforms/StructurizeCFG/invert-condition.ll [new file with mode: 0644]
test/Transforms/StructurizeCFG/invert-constantexpr.ll
test/Transforms/SyntheticCountsPropagation/initial.ll [new file with mode: 0644]
test/Transforms/SyntheticCountsPropagation/prop.ll [new file with mode: 0644]
test/Transforms/SyntheticCountsPropagation/scc.ll [new file with mode: 0644]
test/Transforms/TailCallElim/opt-remarks-recursion.ll
test/Transforms/ThinLTOBitcodeWriter/function-alias.ll [new file with mode: 0644]
test/Transforms/ThinLTOBitcodeWriter/symver.ll [new file with mode: 0644]
test/Transforms/ThinLTOBitcodeWriter/unsplittable.ll
test/Transforms/ThinLTOBitcodeWriter/x86/lit.local.cfg [new file with mode: 0644]
test/Transforms/ThinLTOBitcodeWriter/x86/module-asm.ll [new file with mode: 0644]
test/Transforms/Util/PR37334-break-crit-edges-require-dt.ll [new file with mode: 0644]
test/Transforms/Util/PredicateInfo/condprop.ll
test/Transforms/Util/PredicateInfo/diamond.ll
test/Transforms/Util/PredicateInfo/edge.ll
test/Transforms/Util/PredicateInfo/ordering.ll [new file with mode: 0644]
test/Transforms/Util/PredicateInfo/testandor.ll
test/Transforms/Util/PredicateInfo/unnamed-types.ll [new file with mode: 0644]
test/Transforms/Util/clone-dicompileunit.ll
test/Transforms/Util/combine-alias-scope-metadata.ll
test/Transforms/Util/libcalls-opt-remarks.ll
test/Transforms/Util/lowerinvoke-funclet.ll [new file with mode: 0644]
test/Transforms/Util/lowerswitch.ll
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-localvars.ll
test/Transforms/Util/strip-nonlinetable-debuginfo-loops.ll
test/Transforms/Util/strip-nonlinetable-debuginfo-subroutinetypes.ll
test/Transforms/WholeProgramDevirt/Inputs/import-branch-funnel.yaml [new file with mode: 0644]
test/Transforms/WholeProgramDevirt/Inputs/import-vcp-branch-funnel.yaml [new file with mode: 0644]
test/Transforms/WholeProgramDevirt/branch-funnel-threshold.ll [new file with mode: 0644]
test/Transforms/WholeProgramDevirt/branch-funnel.ll [new file with mode: 0644]
test/Transforms/WholeProgramDevirt/import.ll
test/Verifier/2006-12-12-IntrinsicDefine.ll
test/Verifier/2008-08-22-MemCpyAlignment.ll [deleted file]
test/Verifier/2010-08-07-PointerIntrinsic.ll
test/Verifier/DIFile.ll [new file with mode: 0644]
test/Verifier/callsite-dbgloc.ll
test/Verifier/cc-flags.ll [new file with mode: 0644]
test/Verifier/dbg-invalid-vector.ll [new file with mode: 0644]
test/Verifier/fnarg-nodebug.ll
test/Verifier/invalid-disubrange-count-node.ll [new file with mode: 0644]
test/Verifier/invalid-eh.ll
test/Verifier/llvm.dbg.intrinsic-dbg-attachment.ll
test/Verifier/memcpy.ll
test/Verifier/module-flags-cgprofile.ll [new file with mode: 0644]
test/Verifier/musttail-invalid.ll
test/Verifier/test_copy.mir [new file with mode: 0644]
test/Verifier/test_copy_mismatch_types.mir [new file with mode: 0644]
test/Verifier/test_g_phi.mir
test/Verifier/variant-part.ll [new file with mode: 0644]
test/lit.cfg.py
test/lit.site.cfg.py.in
test/tools/dsymutil/ARM/empty-map.test
test/tools/dsymutil/ARM/fat-arch-name.test
test/tools/dsymutil/ARM/fat-arch-not-found.test
test/tools/dsymutil/ARM/fat-threading.test
test/tools/dsymutil/ARM/inlined-low_pc.c
test/tools/dsymutil/ARM/scattered.c
test/tools/dsymutil/ARM/thumb.c
test/tools/dsymutil/Inputs/empty-CU.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/empty-CU.s [new file with mode: 0644]
test/tools/dsymutil/Inputs/frame-dw2.ll
test/tools/dsymutil/Inputs/frame-dw4.ll
test/tools/dsymutil/Inputs/invalid.o [new file with mode: 0755]
test/tools/dsymutil/Inputs/invalid.s [new file with mode: 0644]
test/tools/dsymutil/Inputs/label.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/objc.macho.x86_64 [new file with mode: 0755]
test/tools/dsymutil/Inputs/objc.macho.x86_64.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/sibling.o [new file with mode: 0644]
test/tools/dsymutil/PowerPC/lit.local.cfg [new file with mode: 0644]
test/tools/dsymutil/PowerPC/sibling.test [new file with mode: 0644]
test/tools/dsymutil/X86/accelerator.test [new file with mode: 0644]
test/tools/dsymutil/X86/alias.test
test/tools/dsymutil/X86/assembly-output.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/basic-with-libfat-test.test
test/tools/dsymutil/X86/common-sym.test
test/tools/dsymutil/X86/custom-line-table.test
test/tools/dsymutil/X86/darwin-bundle.test
test/tools/dsymutil/X86/dead-stripped.cpp
test/tools/dsymutil/X86/dsym-companion.test
test/tools/dsymutil/X86/dwarf4-linetable.test
test/tools/dsymutil/X86/dwarf5-linetable.test
test/tools/dsymutil/X86/empty-CU.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/label.test [new file with mode: 0644]
test/tools/dsymutil/X86/minimize.test [new file with mode: 0644]
test/tools/dsymutil/X86/mismatch.m
test/tools/dsymutil/X86/module-warnings.test
test/tools/dsymutil/X86/modules-dwarf-version.m
test/tools/dsymutil/X86/modules-empty.m
test/tools/dsymutil/X86/modules.m
test/tools/dsymutil/X86/multiple-inputs.test
test/tools/dsymutil/X86/objc.test [new file with mode: 0644]
test/tools/dsymutil/X86/odr-anon-namespace.cpp
test/tools/dsymutil/X86/odr-fwd-declaration.cpp
test/tools/dsymutil/X86/odr-fwd-declaration2.cpp
test/tools/dsymutil/X86/odr-member-functions.cpp
test/tools/dsymutil/X86/odr-uniquing.cpp
test/tools/dsymutil/X86/papertrail-warnings.test [new file with mode: 0644]
test/tools/dsymutil/X86/submodules.m
test/tools/dsymutil/X86/swift-ast-x86_64.test
test/tools/dsymutil/X86/swift-dwarf-loc.test
test/tools/dsymutil/X86/update-one-CU.test [new file with mode: 0644]
test/tools/dsymutil/X86/update.test [new file with mode: 0644]
test/tools/dsymutil/X86/verify.test
test/tools/dsymutil/absolute_symbol.test
test/tools/dsymutil/arch-option.test
test/tools/dsymutil/archive-timestamp.test
test/tools/dsymutil/basic-linking.test
test/tools/dsymutil/cmdline.test
test/tools/dsymutil/debug-map-parsing.test
test/tools/dsymutil/dump-symtab.test
test/tools/dsymutil/fat-binary-output.test
test/tools/dsymutil/null-die.test
test/tools/dsymutil/yaml-object-address-rewrite.test
test/tools/gold/X86/Inputs/common.ll
test/tools/gold/X86/Inputs/common2.ll
test/tools/gold/X86/Inputs/common3.ll
test/tools/gold/X86/Inputs/drop-linkage.ll
test/tools/gold/X86/Inputs/linkonce-weak.ll
test/tools/gold/X86/cache.ll
test/tools/gold/X86/coff.ll
test/tools/gold/X86/common.ll
test/tools/gold/X86/drop-linkage.ll
test/tools/gold/X86/emit-llvm.ll
test/tools/gold/X86/global_with_section.ll
test/tools/gold/X86/linkonce-weak.ll
test/tools/gold/X86/new-pm.ll [new file with mode: 0644]
test/tools/gold/X86/opt-remarks.ll [new file with mode: 0644]
test/tools/gold/X86/relocatable.ll
test/tools/gold/X86/split-dwarf.ll [new file with mode: 0644]
test/tools/gold/X86/stats-file-option.ll [new file with mode: 0644]
test/tools/gold/X86/thinlto.ll
test/tools/gold/X86/thinlto_archive.ll
test/tools/gold/X86/thinlto_linkonceresolution.ll
test/tools/gold/X86/thinlto_no_objects.ll [new file with mode: 0644]
test/tools/gold/X86/v1.12/Inputs/thinlto_emit_linked_objects2.ll [moved from test/tools/gold/X86/v1.12/Inputs/thinlto_emit_linked_objects.ll with 100% similarity]
test/tools/gold/X86/v1.12/Inputs/thinlto_emit_linked_objects3.ll [new file with mode: 0644]
test/tools/gold/X86/v1.12/thinlto_emit_linked_objects.ll
test/tools/gold/X86/v1.16/Inputs/wrap-bar.ll [new file with mode: 0644]
test/tools/gold/X86/v1.16/lit.local.cfg [new file with mode: 0644]
test/tools/gold/X86/v1.16/wrap-1.ll [new file with mode: 0644]
test/tools/gold/X86/v1.16/wrap-2.ll [new file with mode: 0644]
test/tools/llvm-ar/case-detection.test [new file with mode: 0644]
test/tools/llvm-ar/coff-weak.yaml [new file with mode: 0644]
test/tools/llvm-ar/default-add.test
test/tools/llvm-ar/mri-delete.test [new file with mode: 0644]
test/tools/llvm-ar/regex-cmd.test [new file with mode: 0644]
test/tools/llvm-cfi-verify/AArch64/lit.local.cfg [new file with mode: 0644]
test/tools/llvm-cfi-verify/AArch64/protected-lineinfo.s [new file with mode: 0644]
test/tools/llvm-cfi-verify/AArch64/unprotected-lineinfo.s [new file with mode: 0644]
test/tools/llvm-cfi-verify/Unsupported/arm-protected-lineinfo.s [new file with mode: 0644]
test/tools/llvm-cfi-verify/Unsupported/lit.local.cfg [new file with mode: 0644]
test/tools/llvm-cfi-verify/X86/blacklist-expected-unprotected.s
test/tools/llvm-cfi-verify/X86/blacklist-match-fun.s
test/tools/llvm-cfi-verify/X86/blacklist-unexpected-protected.s
test/tools/llvm-cfi-verify/X86/dot-printing.s
test/tools/llvm-cfi-verify/X86/indirect-cf-elimination.s
test/tools/llvm-cfi-verify/X86/protected-lineinfo.s
test/tools/llvm-cfi-verify/X86/unprotected-lineinfo.s
test/tools/llvm-config/system-libs.windows.test
test/tools/llvm-cov/Inputs/multithreaded_report/abs.h [new file with mode: 0644]
test/tools/llvm-cov/Inputs/multithreaded_report/bytes.cc [new file with mode: 0644]
test/tools/llvm-cov/Inputs/multithreaded_report/bytes.h [new file with mode: 0644]
test/tools/llvm-cov/Inputs/multithreaded_report/main.cc [new file with mode: 0644]
test/tools/llvm-cov/Inputs/multithreaded_report/main.covmapping [new file with mode: 0644]
test/tools/llvm-cov/Inputs/multithreaded_report/main.profdata [new file with mode: 0644]
test/tools/llvm-cov/Inputs/multithreaded_report/pow.h [new file with mode: 0644]
test/tools/llvm-cov/Inputs/multithreaded_report/words.cc [new file with mode: 0644]
test/tools/llvm-cov/Inputs/multithreaded_report/words.h [new file with mode: 0644]
test/tools/llvm-cov/copy_block_helper.m
test/tools/llvm-cov/gcov47_compatibility.cpp
test/tools/llvm-cov/hideUnexecutedSubviews.test
test/tools/llvm-cov/ignore-filename-regex.test [new file with mode: 0644]
test/tools/llvm-cov/llvm-cov.test
test/tools/llvm-cov/multiple-objects.test
test/tools/llvm-cov/multithreaded-report.test [new file with mode: 0644]
test/tools/llvm-cov/range_based_for.cpp
test/tools/llvm-cov/showLineExecutionCounts.cpp
test/tools/llvm-cov/showTabsHTML.cpp
test/tools/llvm-cov/sources-specified.test
test/tools/llvm-cov/style.test
test/tools/llvm-cvtres/help.test
test/tools/llvm-cvtres/symbols.test
test/tools/llvm-cxxfilt/abitag.test [new file with mode: 0644]
test/tools/llvm-diff/constantvector.ll [new file with mode: 0644]
test/tools/llvm-diff/indirectbr.ll [new file with mode: 0644]
test/tools/llvm-diff/undef.ll [new file with mode: 0644]
test/tools/llvm-diff/zeroinitializer.bc.ll [new file with mode: 0644]
test/tools/llvm-dlltool/coff-decorated.def
test/tools/llvm-dlltool/coff-weak-exports.def
test/tools/llvm-dwarfdump/X86/Inputs/debug_line_malformed.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/Inputs/debug_line_reserved_length.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/Inputs/debug_rnglists_DWARF64.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/Inputs/debug_rnglists_short_section.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/apple-names-die-offset-data.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/apple-names-die-offset-ref.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debug-names-find-dwo.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debug-names-find.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debug-names-misaligned.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debug-names-multi-find.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debug-names-verify-abbrev-duplicate.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debug-names-verify-abbrev-forms.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debug-names-verify-abbrev-short.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debug-names-verify-buckets.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debug-names-verify-completeness.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debug-names-verify-cu-lists.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debug-names-verify-entries.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debug-names-verify-no-buckets.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debug-names-verify-short1.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debug-names-verify-short2.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debug-names-verify-short3.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debug-names-verify-unhashed-names.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debug-names-verify-wrong-hash.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debug_line_invalid.test [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debug_line_offset.test
test/tools/llvm-dwarfdump/X86/debug_loc-OP_addr.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debug_loc_offset.test
test/tools/llvm-dwarfdump/X86/debug_rnglists.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debug_rnglists_empty.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debug_rnglists_invalid.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/debugloc.s
test/tools/llvm-dwarfdump/X86/enum.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/find.test
test/tools/llvm-dwarfdump/X86/gnu_call_site.s
test/tools/llvm-dwarfdump/X86/invalid_abstract_origin.s [new file with mode: 0644]
test/tools/llvm-dwarfdump/X86/statistics.ll
test/tools/llvm-dwarfdump/X86/verify_die_ranges.s
test/tools/llvm-dwarfdump/cmdline.test
test/tools/llvm-dwarfdump/uuid.yaml
test/tools/llvm-dwarfdump/uuid32.yaml
test/tools/llvm-extract/extract-block.ll [new file with mode: 0644]
test/tools/llvm-extract/extract-invalid-block.ll [new file with mode: 0644]
test/tools/llvm-extract/extract-multiple-blocks.ll [new file with mode: 0644]
test/tools/llvm-lib/help.test [new file with mode: 0644]
test/tools/llvm-lto/thinlto.ll
test/tools/llvm-lto2/X86/stats-file-option.ll [new file with mode: 0644]
test/tools/llvm-mc/basic.test
test/tools/llvm-mca/AArch64/CortexA57/direct-branch.s [new file with mode: 0644]
test/tools/llvm-mca/AArch64/Exynos/direct-branch.s [new file with mode: 0644]
test/tools/llvm-mca/AArch64/Exynos/scheduler-queue-usage.s [new file with mode: 0644]
test/tools/llvm-mca/AArch64/Falkor/zero-latency-store.s [new file with mode: 0644]
test/tools/llvm-mca/AArch64/lit.local.cfg [new file with mode: 0644]
test/tools/llvm-mca/ARM/lit.local.cfg [new file with mode: 0644]
test/tools/llvm-mca/ARM/simple-test-cortex-a9.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Atom/resources-cmov.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Atom/resources-mmx.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Atom/resources-movbe.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Atom/resources-sse1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Atom/resources-sse2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Atom/resources-sse3.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Atom/resources-ssse3.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Atom/resources-x86_64.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Atom/resources-x87.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Broadwell/resources-adx.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Broadwell/resources-avx1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Broadwell/resources-avx2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Broadwell/resources-bmi1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Broadwell/resources-bmi2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Broadwell/resources-cmov.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Broadwell/resources-f16c.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Broadwell/resources-fma.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Broadwell/resources-lzcnt.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Broadwell/resources-mmx.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Broadwell/resources-movbe.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Broadwell/resources-popcnt.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Broadwell/resources-sse1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Broadwell/resources-sse2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Broadwell/resources-sse3.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Broadwell/resources-sse41.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Broadwell/resources-sse42.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Broadwell/resources-ssse3.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Broadwell/resources-x86_64.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Broadwell/resources-x87.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/add-sequence.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/clear-super-register-1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/clear-super-register-2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/dependency-breaking-cmp.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/dependency-breaking-pcmpeq.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/dependency-breaking-pcmpgt.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/dependency-breaking-sbb-1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/dependency-breaking-sbb-2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/dependent-pmuld-paddd.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/dot-product.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/hadd-read-after-ld-1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/hadd-read-after-ld-2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/instruction-info-view.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/load-store-alias.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/memcpy-like-test.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/one-idioms.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/partial-reg-update-2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/partial-reg-update-3.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/partial-reg-update-4.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/partial-reg-update-5.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/partial-reg-update-6.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/partial-reg-update.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/pipes-fpu.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/pr37790.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/rcu-statistics.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/read-advance-1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/read-advance-2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/read-advance-3.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/register-files-1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/register-files-2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/register-files-3.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/register-files-4.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/register-files-5.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/resources-aes.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/resources-avx1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/resources-bmi1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/resources-clmul.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/resources-cmov.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/resources-f16c.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/resources-lea.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/resources-lzcnt.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/resources-mmx.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/resources-movbe.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/resources-popcnt.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/resources-sse1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/resources-sse2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/resources-sse3.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/resources-sse41.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/resources-sse42.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/resources-sse4a.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/resources-ssse3.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/resources-x86_64.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/resources-x87.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/scheduler-queue-usage.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/simple-test.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/unsupported-instruction.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/vec-logic-read-after-ld-1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/vec-logic-read-after-ld-2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/BtVer2/zero-idioms.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/avx512-super-registers-1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/avx512-super-registers-2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/avx512-super-registers-3.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/resources-3dnow.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/resources-adx.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/resources-aes.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/resources-avx1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/resources-avx2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/resources-avx512.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/resources-avx512vl.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/resources-bmi1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/resources-bmi2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/resources-cmov.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/resources-f16c.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/resources-fma.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/resources-fma4.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/resources-lzcnt.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/resources-mmx.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/resources-movbe.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/resources-popcnt.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/resources-sse1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/resources-sse2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/resources-sse3.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/resources-sse41.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/resources-sse42.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/resources-sse4a.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/resources-ssse3.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/resources-tbm.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/resources-x86_64.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/resources-x87.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/resources-xop.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/xop-super-registers-1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Generic/xop-super-registers-2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Haswell/resources-avx1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Haswell/resources-avx2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Haswell/resources-bmi1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Haswell/resources-bmi2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Haswell/resources-cmov.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Haswell/resources-f16c.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Haswell/resources-fma.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Haswell/resources-lzcnt.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Haswell/resources-mmx.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Haswell/resources-movbe.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Haswell/resources-popcnt.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Haswell/resources-sse1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Haswell/resources-sse2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Haswell/resources-sse3.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Haswell/resources-sse41.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Haswell/resources-sse42.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Haswell/resources-ssse3.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Haswell/resources-x86_64.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Haswell/resources-x87.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SLM/resources-cmov.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SLM/resources-mmx.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SLM/resources-movbe.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SLM/resources-popcnt.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SLM/resources-sse1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SLM/resources-sse2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SLM/resources-sse3.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SLM/resources-sse41.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SLM/resources-sse42.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SLM/resources-ssse3.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SLM/resources-x86_64.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SLM/resources-x87.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SandyBridge/resources-aes.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SandyBridge/resources-avx1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SandyBridge/resources-clmul.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SandyBridge/resources-cmov.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SandyBridge/resources-f16c.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SandyBridge/resources-mmx.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SandyBridge/resources-popcnt.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SandyBridge/resources-sse1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SandyBridge/resources-sse2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SandyBridge/resources-sse3.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SandyBridge/resources-sse41.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SandyBridge/resources-sse42.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SandyBridge/resources-ssse3.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SandyBridge/resources-x86_64.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SandyBridge/resources-x87.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeClient/resources-adx.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeClient/resources-avx1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeClient/resources-avx2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeClient/resources-bmi1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeClient/resources-bmi2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeClient/resources-cmov.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeClient/resources-f16c.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeClient/resources-fma.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeClient/resources-lzcnt.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeClient/resources-mmx.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeClient/resources-movbe.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeClient/resources-popcnt.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeClient/resources-sse1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeClient/resources-sse2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeClient/resources-sse3.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeClient/resources-sse41.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeClient/resources-sse42.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeClient/resources-ssse3.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeClient/resources-x86_64.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeClient/resources-x87.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeServer/resources-adx.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeServer/resources-avx1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeServer/resources-avx2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeServer/resources-bmi1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeServer/resources-bmi2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeServer/resources-cmov.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeServer/resources-f16c.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeServer/resources-fma.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeServer/resources-lzcnt.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeServer/resources-mmx.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeServer/resources-movbe.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeServer/resources-popcnt.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeServer/resources-sse1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeServer/resources-sse2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeServer/resources-sse3.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeServer/resources-sse41.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeServer/resources-sse42.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeServer/resources-ssse3.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeServer/resources-x86_64.s [new file with mode: 0644]
test/tools/llvm-mca/X86/SkylakeServer/resources-x87.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Znver1/partial-reg-update-2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Znver1/partial-reg-update-3.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Znver1/partial-reg-update-4.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Znver1/partial-reg-update-5.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Znver1/partial-reg-update-6.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Znver1/partial-reg-update-7.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Znver1/partial-reg-update.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Znver1/resources-adx.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Znver1/resources-avx1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Znver1/resources-avx2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Znver1/resources-bmi1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Znver1/resources-bmi2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Znver1/resources-cmov.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Znver1/resources-f16c.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Znver1/resources-fma.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Znver1/resources-lzcnt.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Znver1/resources-mmx.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Znver1/resources-movbe.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Znver1/resources-popcnt.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Znver1/resources-sse1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Znver1/resources-sse2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Znver1/resources-sse3.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Znver1/resources-sse41.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Znver1/resources-sse42.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Znver1/resources-sse4a.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Znver1/resources-ssse3.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Znver1/resources-x86_64.s [new file with mode: 0644]
test/tools/llvm-mca/X86/Znver1/resources-x87.s [new file with mode: 0644]
test/tools/llvm-mca/X86/bextr-read-after-ld.s [new file with mode: 0644]
test/tools/llvm-mca/X86/bzhi-read-after-ld.s [new file with mode: 0644]
test/tools/llvm-mca/X86/cpus.s [new file with mode: 0644]
test/tools/llvm-mca/X86/default-iterations.s [new file with mode: 0644]
test/tools/llvm-mca/X86/dispatch_width.s [new file with mode: 0644]
test/tools/llvm-mca/X86/fma3-read-after-ld-1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/fma3-read-after-ld-2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/in-order-cpu.s [new file with mode: 0644]
test/tools/llvm-mca/X86/intel-syntax.s [new file with mode: 0644]
test/tools/llvm-mca/X86/invalid-assembly-sequence.s [new file with mode: 0644]
test/tools/llvm-mca/X86/invalid-cpu.s [new file with mode: 0644]
test/tools/llvm-mca/X86/invalid-empty-file.s [new file with mode: 0644]
test/tools/llvm-mca/X86/lit.local.cfg [new file with mode: 0644]
test/tools/llvm-mca/X86/llvm-mca-markers-1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/llvm-mca-markers-2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/llvm-mca-markers-3.s [new file with mode: 0644]
test/tools/llvm-mca/X86/llvm-mca-markers-4.s [new file with mode: 0644]
test/tools/llvm-mca/X86/llvm-mca-markers-5.s [new file with mode: 0644]
test/tools/llvm-mca/X86/llvm-mca-markers-6.s [new file with mode: 0644]
test/tools/llvm-mca/X86/llvm-mca-markers-7.s [new file with mode: 0644]
test/tools/llvm-mca/X86/no-sched-model.s [new file with mode: 0644]
test/tools/llvm-mca/X86/option-all-stats-1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/option-all-stats-2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/option-all-views-1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/option-all-views-2.s [new file with mode: 0644]
test/tools/llvm-mca/X86/register-file-statistics.s [new file with mode: 0644]
test/tools/llvm-mca/X86/scheduler-queue-usage.s [new file with mode: 0644]
test/tools/llvm-mca/X86/variable-blend-read-after-ld-1.s [new file with mode: 0644]
test/tools/llvm-mca/X86/variable-blend-read-after-ld-2.s [new file with mode: 0644]
test/tools/llvm-mca/invalid_input_file_name.test [new file with mode: 0644]
test/tools/llvm-mca/lit.local.cfg [new file with mode: 0644]
test/tools/llvm-mt/big_merge.test
test/tools/llvm-mt/conflicting.test
test/tools/llvm-mt/help.test
test/tools/llvm-mt/simple_merge.test
test/tools/llvm-mt/single_file.test
test/tools/llvm-mt/xml_error.test
test/tools/llvm-nm/AArch64/Inputs/kextbundle.macho-aarch64 [new file with mode: 0755]
test/tools/llvm-nm/AArch64/lit.local.cfg [new file with mode: 0644]
test/tools/llvm-nm/AArch64/macho-kextbundle.test [new file with mode: 0644]
test/tools/llvm-nm/X86/Inputs/Strip-N.LC_MAIN.exe.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-nm/X86/Inputs/Strip-N.hello.exe.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-nm/X86/Inputs/macho-dwarf-x86_64 [new file with mode: 0755]
test/tools/llvm-nm/X86/dyldinfo.test
test/tools/llvm-nm/X86/macho-dwarf.test [new file with mode: 0644]
test/tools/llvm-nm/X86/weak.test
test/tools/llvm-nm/wasm/exports.yaml
test/tools/llvm-nm/wasm/imports.yaml
test/tools/llvm-nm/wasm/local-symbols.ll
test/tools/llvm-nm/wasm/weak-symbols.yaml
test/tools/llvm-objcopy/Inputs/alloc-symtab.o [new file with mode: 0644]
test/tools/llvm-objcopy/Inputs/groups.o [new file with mode: 0644]
test/tools/llvm-objcopy/Inputs/many-sections.o.gz [new file with mode: 0644]
test/tools/llvm-objcopy/Inputs/ungzip.py [new file with mode: 0644]
test/tools/llvm-objcopy/add-gnu-debuglink.test [new file with mode: 0644]
test/tools/llvm-objcopy/add-section-remove.test
test/tools/llvm-objcopy/add-section.test
test/tools/llvm-objcopy/armexidx-link.test [new file with mode: 0644]
test/tools/llvm-objcopy/auto-remove-shndx.test [new file with mode: 0644]
test/tools/llvm-objcopy/basic-archive-copy.test [new file with mode: 0644]
test/tools/llvm-objcopy/basic-only-keep-debug.test [new file with mode: 0644]
test/tools/llvm-objcopy/basic-only-keep.test
test/tools/llvm-objcopy/binary-first-seg-offset-zero.test
test/tools/llvm-objcopy/binary-no-paddr.test [new file with mode: 0644]
test/tools/llvm-objcopy/binary-out-error.test [new file with mode: 0644]
test/tools/llvm-objcopy/binary-paddr.test [new file with mode: 0644]
test/tools/llvm-objcopy/binary-segment-layout.test [moved from test/tools/llvm-objcopy/basic-align-copy.test with 77% similarity]
test/tools/llvm-objcopy/discard-all.test [new file with mode: 0644]
test/tools/llvm-objcopy/dynsym-error-remove-strtab.test
test/tools/llvm-objcopy/fail-no-output-directory.test
test/tools/llvm-objcopy/globalize.test [new file with mode: 0644]
test/tools/llvm-objcopy/group-big-endian.test [new file with mode: 0644]
test/tools/llvm-objcopy/group-unchanged.test [new file with mode: 0644]
test/tools/llvm-objcopy/group.test [new file with mode: 0644]
test/tools/llvm-objcopy/help-message.test [new file with mode: 0644]
test/tools/llvm-objcopy/keep-file-symbols.test [new file with mode: 0644]
test/tools/llvm-objcopy/keep-only-keep.test
test/tools/llvm-objcopy/keep-symbol-remove-section.test [new file with mode: 0644]
test/tools/llvm-objcopy/keep-symbol.test [new file with mode: 0644]
test/tools/llvm-objcopy/localize-hidden.test [new file with mode: 0644]
test/tools/llvm-objcopy/localize.test [new file with mode: 0644]
test/tools/llvm-objcopy/many-sections.test [new file with mode: 0644]
test/tools/llvm-objcopy/marker-segment.test [new file with mode: 0644]
test/tools/llvm-objcopy/null-symbol.test [new file with mode: 0644]
test/tools/llvm-objcopy/only-keep-remove-strtab.test
test/tools/llvm-objcopy/parent-loop-check.test
test/tools/llvm-objcopy/redefine-symbol.test [new file with mode: 0644]
test/tools/llvm-objcopy/remove-section.test
test/tools/llvm-objcopy/remove-shndx.test [new file with mode: 0644]
test/tools/llvm-objcopy/remove-shstrtab-error.test
test/tools/llvm-objcopy/rename-section-multiple.test [new file with mode: 0644]
test/tools/llvm-objcopy/rename-section.test [new file with mode: 0644]
test/tools/llvm-objcopy/strict-no-add.test [new file with mode: 0644]
test/tools/llvm-objcopy/strip-all-and-keep-symbol.test [new file with mode: 0644]
test/tools/llvm-objcopy/strip-all-and-remove.test [new file with mode: 0644]
test/tools/llvm-objcopy/strip-all.test
test/tools/llvm-objcopy/strip-debug-and-remove.test [new file with mode: 0644]
test/tools/llvm-objcopy/strip-debug.test
test/tools/llvm-objcopy/strip-dwo-groups.test [new file with mode: 0644]
test/tools/llvm-objcopy/strip-dwo-inplace.test [new file with mode: 0644]
test/tools/llvm-objcopy/strip-group-symbol.test [new file with mode: 0644]
test/tools/llvm-objcopy/strip-reloc-symbol.test [new file with mode: 0644]
test/tools/llvm-objcopy/strip-symbol.test [new file with mode: 0644]
test/tools/llvm-objcopy/strip-unneeded.test [new file with mode: 0644]
test/tools/llvm-objcopy/symbol-copy.test
test/tools/llvm-objcopy/symtab-link.test [new file with mode: 0644]
test/tools/llvm-objcopy/two-seg-remove-end.test
test/tools/llvm-objcopy/two-seg-remove-first.test
test/tools/llvm-objcopy/two-seg-remove-third-sec.test
test/tools/llvm-objcopy/weaken-all.test [new file with mode: 0644]
test/tools/llvm-objcopy/weaken.test [new file with mode: 0644]
test/tools/llvm-objdump/AArch64/macho-zerofill.s [new file with mode: 0644]
test/tools/llvm-objdump/AArch64/pc-rel-targets.test [new file with mode: 0644]
test/tools/llvm-objdump/AMDGPU/source-lines.ll
test/tools/llvm-objdump/ARM/Inputs/it-nv.o [new file with mode: 0644]
test/tools/llvm-objdump/ARM/it-nv.txt [new file with mode: 0644]
test/tools/llvm-objdump/Hexagon/source-interleave-hexagon.ll
test/tools/llvm-objdump/Inputs/call-absolute-symbol.elf-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/Inputs/embedded-source [new file with mode: 0644]
test/tools/llvm-objdump/Inputs/liblong_filenames.a [new file with mode: 0644]
test/tools/llvm-objdump/Inputs/private-headers-x86_64.elf [new file with mode: 0755]
test/tools/llvm-objdump/Inputs/trivial.ll
test/tools/llvm-objdump/Inputs/trivial.obj.wasm
test/tools/llvm-objdump/WebAssembly/relocations.test
test/tools/llvm-objdump/WebAssembly/symbol-table.test
test/tools/llvm-objdump/X86/Inputs/objModInit.macho-x86_64 [new file with mode: 0644]
test/tools/llvm-objdump/X86/disasm-specific-funcs.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/disassemble-demangle.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/macho-image-info.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/macho-section.test
test/tools/llvm-objdump/X86/section-index.s [new file with mode: 0644]
test/tools/llvm-objdump/X86/source-interleave-x86_64.ll
test/tools/llvm-objdump/archive-headers.test [new file with mode: 0644]
test/tools/llvm-objdump/call-absolute-symbol-elf.test [new file with mode: 0644]
test/tools/llvm-objdump/embedded-source.test [new file with mode: 0644]
test/tools/llvm-objdump/file-headers-coff.test [new file with mode: 0644]
test/tools/llvm-objdump/file-headers-elf.test [new file with mode: 0644]
test/tools/llvm-objdump/file-headers-pe.test [new file with mode: 0644]
test/tools/llvm-objdump/file-headers-unsupported.test [new file with mode: 0644]
test/tools/llvm-objdump/private-headers-dynamic-section.test [new file with mode: 0644]
test/tools/llvm-objdump/private-headers-no-dynamic-segment.test [new file with mode: 0644]
test/tools/llvm-objdump/private-headers-no-dynamic.test [new file with mode: 0644]
test/tools/llvm-objdump/wasm.txt
test/tools/llvm-opt-fuzzer/exec-options.ll
test/tools/llvm-pdbdump/Inputs/InjectedSource.pdb [new file with mode: 0644]
test/tools/llvm-pdbdump/Inputs/PrettyFuncDumperTest.cpp [new file with mode: 0644]
test/tools/llvm-pdbdump/Inputs/PrettyFuncDumperTest.pdb [new file with mode: 0644]
test/tools/llvm-pdbdump/Inputs/TypeQualifiersTest.cpp [new file with mode: 0644]
test/tools/llvm-pdbdump/Inputs/TypeQualifiersTest.pdb [new file with mode: 0644]
test/tools/llvm-pdbdump/Inputs/tpi.bin [new file with mode: 0644]
test/tools/llvm-pdbdump/checksum-string.test [new file with mode: 0644]
test/tools/llvm-pdbdump/class-layout.test
test/tools/llvm-pdbdump/explain-dbi-stream.test [new file with mode: 0644]
test/tools/llvm-pdbdump/explain-pdb-stream.test [new file with mode: 0644]
test/tools/llvm-pdbdump/explain.test [new file with mode: 0644]
test/tools/llvm-pdbdump/export-stream.test [new file with mode: 0644]
test/tools/llvm-pdbdump/injected-sources.test [new file with mode: 0644]
test/tools/llvm-pdbdump/pretty-func-dumper.test [new file with mode: 0644]
test/tools/llvm-pdbdump/type-qualifiers.test [new file with mode: 0644]
test/tools/llvm-profdata/gcc-gcov-sample-profile.test
test/tools/llvm-profdata/invalid-profdata.test [new file with mode: 0644]
test/tools/llvm-rc/Inputs/cp1252.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/cpp-output.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/cursor-32.cur [new file with mode: 0644]
test/tools/llvm-rc/Inputs/cursor-8.cur [new file with mode: 0644]
test/tools/llvm-rc/Inputs/cursor.cur [new file with mode: 0644]
test/tools/llvm-rc/Inputs/deep-include.rc
test/tools/llvm-rc/Inputs/icon-new.ico [new file with mode: 0644]
test/tools/llvm-rc/Inputs/icon-old.ico [new file with mode: 0644]
test/tools/llvm-rc/Inputs/icon-png.ico [new file with mode: 0644]
test/tools/llvm-rc/Inputs/include-noquotes.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/memoryflags-stringtable.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/memoryflags.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/nested/nested_bitmap.bmp [moved from test/tools/llvm-rc/Inputs/nested/nested-bitmap.bmp with 100% similarity]
test/tools/llvm-rc/Inputs/tag-dialog-headers.rc
test/tools/llvm-rc/Inputs/tag-dialog.rc
test/tools/llvm-rc/Inputs/tag-stringtable-basic.rc
test/tools/llvm-rc/Inputs/tag-user.rc
test/tools/llvm-rc/Inputs/utf8-escape-narrow.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/utf8.rc [new file with mode: 0644]
test/tools/llvm-rc/Inputs/versioninfo-padding.rc [new file with mode: 0644]
test/tools/llvm-rc/codepage.test [new file with mode: 0644]
test/tools/llvm-rc/cpp-output.test [new file with mode: 0644]
test/tools/llvm-rc/helpmsg.test
test/tools/llvm-rc/include-paths.test
test/tools/llvm-rc/memoryflags-stringtable.test [new file with mode: 0644]
test/tools/llvm-rc/memoryflags.test [new file with mode: 0644]
test/tools/llvm-rc/parser.test
test/tools/llvm-rc/tag-dialog.test
test/tools/llvm-rc/tag-icon-cursor.test
test/tools/llvm-rc/tag-menu.test
test/tools/llvm-rc/tag-user.test
test/tools/llvm-rc/tokenizer.test
test/tools/llvm-rc/versioninfo-padding.test [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/dwarf-exprs.exe-x86-64.yaml [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/elf-relr-relocs1.s [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/elf-relr-relocs2.s [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/many-sections-stripped.elf-x86_64 [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/many-sections.elf-x86_64 [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/ppc64.exe [new file with mode: 0755]
test/tools/llvm-readobj/Inputs/trivial.ll
test/tools/llvm-readobj/Inputs/trivial.obj.wasm
test/tools/llvm-readobj/broken-group.test
test/tools/llvm-readobj/elf-groups.test
test/tools/llvm-readobj/elf-linker-options.ll [new file with mode: 0644]
test/tools/llvm-readobj/elf-packed-relocs.test
test/tools/llvm-readobj/elf-relr-relocs.test [new file with mode: 0644]
test/tools/llvm-readobj/macho-needed-libs.test [new file with mode: 0644]
test/tools/llvm-readobj/many-sections.s [new file with mode: 0644]
test/tools/llvm-readobj/note-gnu-property.s [new file with mode: 0644]
test/tools/llvm-readobj/note-gnu-property2.s [new file with mode: 0644]
test/tools/llvm-readobj/ppc64-glink.test [new file with mode: 0644]
test/tools/llvm-readobj/print-hex.test [new file with mode: 0644]
test/tools/llvm-readobj/print-section.test [new file with mode: 0644]
test/tools/llvm-readobj/relocations.test
test/tools/llvm-readobj/sections.test
test/tools/llvm-readobj/symbols.test
test/tools/llvm-readobj/unwind.test [new file with mode: 0644]
test/tools/llvm-split/preserve-locals.ll
test/tools/llvm-split/scc-alias.ll
test/tools/llvm-split/scc-callchain.ll
test/tools/llvm-split/scc-comdat.ll
test/tools/llvm-split/scc-constants.ll
test/tools/llvm-split/scc-cycle.ll
test/tools/llvm-split/scc-global2global.ll
test/tools/llvm-symbolizer/padding-x86_64.ll
test/tools/llvm-symbolizer/pdb/pdb.test
test/tools/llvm-symbolizer/ppc64.test
test/tools/llvm-symbolizer/split-debug.test [new file with mode: 0644]
test/tools/llvm-symbolizer/sym.test
test/tools/llvm-xray/X86/Inputs/basic-log-arg1-version-3.xray [new file with mode: 0644]
test/tools/llvm-xray/X86/Inputs/basic-log-version-3.xray [new file with mode: 0644]
test/tools/llvm-xray/X86/Inputs/fdr-log-arg1-version-3.xray [new file with mode: 0644]
test/tools/llvm-xray/X86/Inputs/fdr-log-version-3.xray [new file with mode: 0644]
test/tools/llvm-xray/X86/convert-basic-log-arg1-version3-to-yaml.txt [new file with mode: 0644]
test/tools/llvm-xray/X86/convert-basic-log-version3-to-yaml.txt [new file with mode: 0644]
test/tools/llvm-xray/X86/convert-fdr-log-arg1-version3-to-yaml.txt [new file with mode: 0644]
test/tools/llvm-xray/X86/convert-fdr-log-version3-to-yaml.txt [new file with mode: 0644]
test/tools/llvm-xray/X86/extract-all-sledtypes.txt
test/tools/lto/no-bitcode.s
test/tools/opt-viewer/Outputs/basic/basic_or.c.html
test/tools/opt-viewer/Outputs/basic/basic_or.h.html
test/tools/opt-viewer/Outputs/suppress/s.swift.html
test/tools/opt-viewer/Outputs/unicode-function-name/s.swift.html
test/tools/opt-viewer/lit.local.cfg
test/tools/yaml2obj/dynamic-section.yaml [new file with mode: 0644]
tools/LLVMBuild.txt
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/Miscompilation.cpp
tools/bugpoint/OptimizerDriver.cpp
tools/bugpoint/ToolRunner.cpp
tools/bugpoint/bugpoint.cpp
tools/dsymutil/BinaryHolder.cpp
tools/dsymutil/BinaryHolder.h
tools/dsymutil/CMakeLists.txt
tools/dsymutil/CompileUnit.cpp [new file with mode: 0644]
tools/dsymutil/CompileUnit.h [new file with mode: 0644]
tools/dsymutil/DebugMap.cpp
tools/dsymutil/DebugMap.h
tools/dsymutil/DeclContext.cpp [new file with mode: 0644]
tools/dsymutil/DeclContext.h [new file with mode: 0644]
tools/dsymutil/DwarfLinker.cpp
tools/dsymutil/DwarfLinker.h [new file with mode: 0644]
tools/dsymutil/DwarfStreamer.cpp [new file with mode: 0644]
tools/dsymutil/DwarfStreamer.h [new file with mode: 0644]
tools/dsymutil/LLVMBuild.txt
tools/dsymutil/LinkUtils.h [new file with mode: 0644]
tools/dsymutil/MachODebugMapParser.cpp
tools/dsymutil/MachOUtils.cpp
tools/dsymutil/MachOUtils.h
tools/dsymutil/NonRelocatableStringpool.cpp [new file with mode: 0644]
tools/dsymutil/NonRelocatableStringpool.h
tools/dsymutil/dsymutil.cpp
tools/dsymutil/dsymutil.h
tools/gold/gold-plugin.cpp
tools/llc/llc.cpp
tools/lli/CMakeLists.txt
tools/lli/OrcLazyJIT.cpp [deleted file]
tools/lli/OrcLazyJIT.h [deleted file]
tools/lli/RemoteJITUtils.h
tools/lli/lli.cpp
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/attributes.c
tools/llvm-c-test/debuginfo.c
tools/llvm-c-test/echo.cpp
tools/llvm-cat/llvm-cat.cpp
tools/llvm-cfi-verify/CMakeLists.txt
tools/llvm-cfi-verify/lib/CMakeLists.txt
tools/llvm-cfi-verify/lib/FileAnalysis.cpp
tools/llvm-cfi-verify/lib/FileAnalysis.h
tools/llvm-cfi-verify/llvm-cfi-verify.cpp
tools/llvm-config/CMakeLists.txt
tools/llvm-config/llvm-config.cpp
tools/llvm-cov/CodeCoverage.cpp
tools/llvm-cov/CoverageExporter.h [new file with mode: 0644]
tools/llvm-cov/CoverageExporterJson.cpp
tools/llvm-cov/CoverageExporterJson.h [new file with mode: 0644]
tools/llvm-cov/CoverageFilters.cpp
tools/llvm-cov/CoverageFilters.h
tools/llvm-cov/CoverageReport.cpp
tools/llvm-cov/CoverageReport.h
tools/llvm-cov/CoverageSummaryInfo.h
tools/llvm-cov/CoverageViewOptions.h
tools/llvm-cov/RenderingSupport.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/TestingSupport.cpp
tools/llvm-cov/llvm-cov.cpp
tools/llvm-cvtres/Opts.td
tools/llvm-cvtres/llvm-cvtres.cpp
tools/llvm-cxxdump/Error.cpp
tools/llvm-cxxdump/llvm-cxxdump.cpp
tools/llvm-cxxfilt/llvm-cxxfilt.cpp
tools/llvm-demangle-fuzzer/CMakeLists.txt
tools/llvm-diff/DifferenceEngine.cpp
tools/llvm-dis/llvm-dis.cpp
tools/llvm-dwarfdump/Statistics.cpp
tools/llvm-dwarfdump/fuzzer/llvm-dwarfdump-fuzzer.cpp
tools/llvm-dwarfdump/llvm-dwarfdump.cpp
tools/llvm-dwp/llvm-dwp.cpp
tools/llvm-exegesis/CMakeLists.txt [new file with mode: 0644]
tools/llvm-exegesis/LLVMBuild.txt [new file with mode: 0644]
tools/llvm-exegesis/lib/AArch64/CMakeLists.txt [new file with mode: 0644]
tools/llvm-exegesis/lib/AArch64/LLVMBuild.txt [new file with mode: 0644]
tools/llvm-exegesis/lib/AArch64/Target.cpp [new file with mode: 0644]
tools/llvm-exegesis/lib/Analysis.cpp [new file with mode: 0644]
tools/llvm-exegesis/lib/Analysis.h [new file with mode: 0644]
tools/llvm-exegesis/lib/Assembler.cpp [new file with mode: 0644]
tools/llvm-exegesis/lib/Assembler.h [new file with mode: 0644]
tools/llvm-exegesis/lib/BenchmarkResult.cpp [new file with mode: 0644]
tools/llvm-exegesis/lib/BenchmarkResult.h [new file with mode: 0644]
tools/llvm-exegesis/lib/BenchmarkRunner.cpp [new file with mode: 0644]
tools/llvm-exegesis/lib/BenchmarkRunner.h [new file with mode: 0644]
tools/llvm-exegesis/lib/CMakeLists.txt [new file with mode: 0644]
tools/llvm-exegesis/lib/Clustering.cpp [new file with mode: 0644]
tools/llvm-exegesis/lib/Clustering.h [new file with mode: 0644]
tools/llvm-exegesis/lib/LLVMBuild.txt [new file with mode: 0644]
tools/llvm-exegesis/lib/Latency.cpp [new file with mode: 0644]
tools/llvm-exegesis/lib/Latency.h [new file with mode: 0644]
tools/llvm-exegesis/lib/LlvmState.cpp [new file with mode: 0644]
tools/llvm-exegesis/lib/LlvmState.h [new file with mode: 0644]
tools/llvm-exegesis/lib/MCInstrDescView.cpp [new file with mode: 0644]
tools/llvm-exegesis/lib/MCInstrDescView.h [new file with mode: 0644]
tools/llvm-exegesis/lib/PerfHelper.cpp [new file with mode: 0644]
tools/llvm-exegesis/lib/PerfHelper.h [new file with mode: 0644]
tools/llvm-exegesis/lib/RegisterAliasing.cpp [new file with mode: 0644]
tools/llvm-exegesis/lib/RegisterAliasing.h [new file with mode: 0644]
tools/llvm-exegesis/lib/Target.cpp [new file with mode: 0644]
tools/llvm-exegesis/lib/Target.h [new file with mode: 0644]
tools/llvm-exegesis/lib/Uops.cpp [new file with mode: 0644]
tools/llvm-exegesis/lib/Uops.h [new file with mode: 0644]
tools/llvm-exegesis/lib/X86/CMakeLists.txt [new file with mode: 0644]
tools/llvm-exegesis/lib/X86/LLVMBuild.txt [new file with mode: 0644]
tools/llvm-exegesis/lib/X86/Target.cpp [new file with mode: 0644]
tools/llvm-exegesis/llvm-exegesis.cpp [new file with mode: 0644]
tools/llvm-extract/llvm-extract.cpp
tools/llvm-isel-fuzzer/CMakeLists.txt
tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp
tools/llvm-jitlistener/llvm-jitlistener.cpp
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/llvm-mc.cpp
tools/llvm-mca/CMakeLists.txt [new file with mode: 0644]
tools/llvm-mca/CodeRegion.cpp [new file with mode: 0644]
tools/llvm-mca/CodeRegion.h [new file with mode: 0644]
tools/llvm-mca/Context.cpp [new file with mode: 0644]
tools/llvm-mca/Context.h [new file with mode: 0644]
tools/llvm-mca/DispatchStage.cpp [new file with mode: 0644]
tools/llvm-mca/DispatchStage.h [new file with mode: 0644]
tools/llvm-mca/DispatchStatistics.cpp [new file with mode: 0644]
tools/llvm-mca/DispatchStatistics.h [new file with mode: 0644]
tools/llvm-mca/ExecuteStage.cpp [new file with mode: 0644]
tools/llvm-mca/ExecuteStage.h [new file with mode: 0644]
tools/llvm-mca/FetchStage.cpp [new file with mode: 0644]
tools/llvm-mca/FetchStage.h [new file with mode: 0644]
tools/llvm-mca/HWEventListener.cpp [new file with mode: 0644]
tools/llvm-mca/HWEventListener.h [new file with mode: 0644]
tools/llvm-mca/HardwareUnit.cpp [new file with mode: 0644]
tools/llvm-mca/HardwareUnit.h [new file with mode: 0644]
tools/llvm-mca/InstrBuilder.cpp [new file with mode: 0644]
tools/llvm-mca/InstrBuilder.h [new file with mode: 0644]
tools/llvm-mca/Instruction.cpp [new file with mode: 0644]
tools/llvm-mca/Instruction.h [new file with mode: 0644]
tools/llvm-mca/InstructionInfoView.cpp [new file with mode: 0644]
tools/llvm-mca/InstructionInfoView.h [new file with mode: 0644]
tools/llvm-mca/InstructionTables.cpp [new file with mode: 0644]
tools/llvm-mca/InstructionTables.h [new file with mode: 0644]
tools/llvm-mca/LLVMBuild.txt [new file with mode: 0644]
tools/llvm-mca/LSUnit.cpp [new file with mode: 0644]
tools/llvm-mca/LSUnit.h [new file with mode: 0644]
tools/llvm-mca/Pipeline.cpp [new file with mode: 0644]
tools/llvm-mca/Pipeline.h [new file with mode: 0644]
tools/llvm-mca/PipelinePrinter.cpp [new file with mode: 0644]
tools/llvm-mca/PipelinePrinter.h [new file with mode: 0644]
tools/llvm-mca/README.txt [new file with mode: 0644]
tools/llvm-mca/RegisterFile.cpp [new file with mode: 0644]
tools/llvm-mca/RegisterFile.h [new file with mode: 0644]
tools/llvm-mca/RegisterFileStatistics.cpp [new file with mode: 0644]
tools/llvm-mca/RegisterFileStatistics.h [new file with mode: 0644]
tools/llvm-mca/ResourcePressureView.cpp [new file with mode: 0644]
tools/llvm-mca/ResourcePressureView.h [new file with mode: 0644]
tools/llvm-mca/RetireControlUnit.cpp [new file with mode: 0644]
tools/llvm-mca/RetireControlUnit.h [new file with mode: 0644]
tools/llvm-mca/RetireControlUnitStatistics.cpp [new file with mode: 0644]
tools/llvm-mca/RetireControlUnitStatistics.h [new file with mode: 0644]
tools/llvm-mca/RetireStage.cpp [new file with mode: 0644]
tools/llvm-mca/RetireStage.h [new file with mode: 0644]
tools/llvm-mca/Scheduler.cpp [new file with mode: 0644]
tools/llvm-mca/Scheduler.h [new file with mode: 0644]
tools/llvm-mca/SchedulerStatistics.cpp [new file with mode: 0644]
tools/llvm-mca/SchedulerStatistics.h [new file with mode: 0644]
tools/llvm-mca/SourceMgr.h [new file with mode: 0644]
tools/llvm-mca/Stage.cpp [new file with mode: 0644]
tools/llvm-mca/Stage.h [new file with mode: 0644]
tools/llvm-mca/SummaryView.cpp [new file with mode: 0644]
tools/llvm-mca/SummaryView.h [new file with mode: 0644]
tools/llvm-mca/Support.cpp [new file with mode: 0644]
tools/llvm-mca/Support.h [new file with mode: 0644]
tools/llvm-mca/TimelineView.cpp [new file with mode: 0644]
tools/llvm-mca/TimelineView.h [new file with mode: 0644]
tools/llvm-mca/View.cpp [new file with mode: 0644]
tools/llvm-mca/View.h [new file with mode: 0644]
tools/llvm-mca/llvm-mca.cpp [new file with mode: 0644]
tools/llvm-mcmarkup/CMakeLists.txt [deleted file]
tools/llvm-mcmarkup/llvm-mcmarkup.cpp [deleted file]
tools/llvm-modextract/llvm-modextract.cpp
tools/llvm-mt/llvm-mt.cpp
tools/llvm-nm/CMakeLists.txt
tools/llvm-nm/llvm-nm.cpp
tools/llvm-objcopy/CMakeLists.txt
tools/llvm-objcopy/LLVMBuild.txt
tools/llvm-objcopy/ObjcopyOpts.td [new file with mode: 0644]
tools/llvm-objcopy/Object.cpp
tools/llvm-objcopy/Object.h
tools/llvm-objcopy/StripOpts.td [new file with mode: 0644]
tools/llvm-objcopy/llvm-objcopy.cpp
tools/llvm-objcopy/llvm-objcopy.h
tools/llvm-objdump/CMakeLists.txt
tools/llvm-objdump/COFFDump.cpp
tools/llvm-objdump/ELFDump.cpp
tools/llvm-objdump/MachODump.cpp
tools/llvm-objdump/WasmDump.cpp
tools/llvm-objdump/llvm-objdump.cpp
tools/llvm-objdump/llvm-objdump.h
tools/llvm-opt-fuzzer/CMakeLists.txt
tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp
tools/llvm-opt-report/OptReport.cpp
tools/llvm-pdbutil/Analyze.cpp
tools/llvm-pdbutil/CMakeLists.txt
tools/llvm-pdbutil/Diff.cpp [deleted file]
tools/llvm-pdbutil/Diff.h [deleted file]
tools/llvm-pdbutil/DiffPrinter.cpp [deleted file]
tools/llvm-pdbutil/DiffPrinter.h [deleted file]
tools/llvm-pdbutil/DumpOutputStyle.cpp
tools/llvm-pdbutil/DumpOutputStyle.h
tools/llvm-pdbutil/ExplainOutputStyle.cpp [new file with mode: 0644]
tools/llvm-pdbutil/ExplainOutputStyle.h [new file with mode: 0644]
tools/llvm-pdbutil/InputFile.cpp
tools/llvm-pdbutil/InputFile.h
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
tools/llvm-pdbutil/MinimalSymbolDumper.h
tools/llvm-pdbutil/MinimalTypeDumper.cpp
tools/llvm-pdbutil/PrettyBuiltinDumper.cpp
tools/llvm-pdbutil/PrettyClassLayoutGraphicalDumper.cpp
tools/llvm-pdbutil/PrettyCompilandDumper.cpp
tools/llvm-pdbutil/PrettyExternalSymbolDumper.cpp
tools/llvm-pdbutil/PrettyFunctionDumper.cpp
tools/llvm-pdbutil/PrettyTypeDumper.cpp
tools/llvm-pdbutil/PrettyTypedefDumper.cpp
tools/llvm-pdbutil/PrettyVariableDumper.cpp
tools/llvm-pdbutil/StreamUtil.cpp
tools/llvm-pdbutil/StreamUtil.h
tools/llvm-pdbutil/llvm-pdbutil.cpp
tools/llvm-pdbutil/llvm-pdbutil.h
tools/llvm-profdata/llvm-profdata.cpp
tools/llvm-rc/CMakeLists.txt
tools/llvm-rc/Opts.td
tools/llvm-rc/ResourceFileWriter.cpp
tools/llvm-rc/ResourceFileWriter.h
tools/llvm-rc/ResourceScriptCppFilter.cpp [new file with mode: 0644]
tools/llvm-rc/ResourceScriptCppFilter.h [new file with mode: 0644]
tools/llvm-rc/ResourceScriptParser.cpp
tools/llvm-rc/ResourceScriptParser.h
tools/llvm-rc/ResourceScriptStmt.cpp
tools/llvm-rc/ResourceScriptStmt.h
tools/llvm-rc/ResourceScriptToken.cpp
tools/llvm-rc/ResourceScriptToken.h
tools/llvm-rc/ResourceVisitor.h
tools/llvm-rc/llvm-rc.cpp
tools/llvm-readobj/ARMEHABIPrinter.h
tools/llvm-readobj/ARMWinEHPrinter.cpp
tools/llvm-readobj/CMakeLists.txt
tools/llvm-readobj/COFFDumper.cpp
tools/llvm-readobj/COFFImportDumper.cpp
tools/llvm-readobj/DwarfCFIEHPrinter.h [new file with mode: 0644]
tools/llvm-readobj/ELFDumper.cpp
tools/llvm-readobj/MachODumper.cpp
tools/llvm-readobj/ObjDumper.cpp
tools/llvm-readobj/ObjDumper.h
tools/llvm-readobj/StackMapPrinter.h
tools/llvm-readobj/WasmDumper.cpp
tools/llvm-readobj/llvm-readobj.cpp
tools/llvm-readobj/llvm-readobj.h
tools/llvm-rtdyld/llvm-rtdyld.cpp
tools/llvm-shlib/CMakeLists.txt
tools/llvm-shlib/simple_version_script.map.in
tools/llvm-size/llvm-size.cpp
tools/llvm-special-case-list-fuzzer/CMakeLists.txt
tools/llvm-split/llvm-split.cpp
tools/llvm-strings/llvm-strings.cpp
tools/llvm-symbolizer/CMakeLists.txt
tools/llvm-symbolizer/llvm-symbolizer.cpp
tools/llvm-undname/CMakeLists.txt [new file with mode: 0644]
tools/llvm-undname/LLVMBuild.txt [moved from tools/llvm-mcmarkup/LLVMBuild.txt with 82% similarity]
tools/llvm-undname/llvm-undname.cpp [new file with mode: 0644]
tools/llvm-xray/CMakeLists.txt
tools/llvm-xray/func-id-helper.cpp [moved from tools/llvm-xray/func-id-helper.cc with 87% similarity]
tools/llvm-xray/func-id-helper.h
tools/llvm-xray/llvm-xray.cpp [moved from tools/llvm-xray/llvm-xray.cc with 96% similarity]
tools/llvm-xray/xray-account.cpp [moved from tools/llvm-xray/xray-account.cc with 81% similarity]
tools/llvm-xray/xray-account.h
tools/llvm-xray/xray-color-helper.cpp [moved from tools/llvm-xray/xray-color-helper.cc with 99% similarity]
tools/llvm-xray/xray-converter.cpp [moved from tools/llvm-xray/xray-converter.cc with 90% similarity]
tools/llvm-xray/xray-extract.cpp [moved from tools/llvm-xray/xray-extract.cc with 98% similarity]
tools/llvm-xray/xray-graph-diff.cpp [moved from tools/llvm-xray/xray-graph-diff.cc with 99% similarity]
tools/llvm-xray/xray-graph.cpp [moved from tools/llvm-xray/xray-graph.cc with 99% similarity]
tools/llvm-xray/xray-graph.h
tools/llvm-xray/xray-registry.cpp [moved from tools/llvm-xray/xray-registry.cc with 95% similarity]
tools/llvm-xray/xray-stacks.cpp [moved from tools/llvm-xray/xray-stacks.cc with 99% similarity]
tools/lto/lto.cpp
tools/lto/lto.exports
tools/msbuild/.gitignore [new file with mode: 0644]
tools/msbuild/CMakeLists.txt [deleted file]
tools/msbuild/LLVM.Cpp.Common.props [new file with mode: 0644]
tools/msbuild/LLVM.Cpp.Common.targets [new file with mode: 0644]
tools/msbuild/Microsoft.Cpp.Win32.LLVM-vs2010.targets [deleted file]
tools/msbuild/Microsoft.Cpp.Win32.LLVM-vs2012.targets [deleted file]
tools/msbuild/Microsoft.Cpp.Win32.LLVM-vs2012_xp.targets [deleted file]
tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in [deleted file]
tools/msbuild/Platformx64/Toolset.props [new file with mode: 0644]
tools/msbuild/Platformx64/Toolset.targets [new file with mode: 0644]
tools/msbuild/Platformx86/Toolset.props [new file with mode: 0644]
tools/msbuild/Platformx86/Toolset.targets [new file with mode: 0644]
tools/msbuild/install.bat
tools/msbuild/license.txt [new file with mode: 0644]
tools/msbuild/llvm-general.xml [new file with mode: 0644]
tools/msbuild/llvm.csproj [new file with mode: 0644]
tools/msbuild/llvm.sln [new file with mode: 0644]
tools/msbuild/source.extension.vsixmanifest [new file with mode: 0644]
tools/msbuild/toolset-vs2013.targets [deleted file]
tools/msbuild/toolset-vs2013_xp.targets [deleted file]
tools/msbuild/toolset-vs2014.targets [deleted file]
tools/msbuild/toolset-vs2014_xp.targets [deleted file]
tools/msbuild/uninstall.bat
tools/obj2yaml/CMakeLists.txt
tools/obj2yaml/coff2yaml.cpp
tools/obj2yaml/elf2yaml.cpp
tools/obj2yaml/obj2yaml.cpp
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/optpmap.py
tools/opt-viewer/optrecord.py
tools/opt/BreakpointPrinter.cpp
tools/opt/BreakpointPrinter.h
tools/opt/CMakeLists.txt
tools/opt/Debugify.cpp
tools/opt/Debugify.h [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/CMakeLists.txt
tools/sancov/sancov.cpp [moved from tools/sancov/sancov.cc with 99% similarity]
tools/verify-uselistorder/verify-uselistorder.cpp
tools/xcode-toolchain/CMakeLists.txt
tools/yaml2obj/yaml2coff.cpp
tools/yaml2obj/yaml2elf.cpp
tools/yaml2obj/yaml2macho.cpp
tools/yaml2obj/yaml2obj.cpp
tools/yaml2obj/yaml2obj.h
tools/yaml2obj/yaml2wasm.cpp
unittests/ADT/APFloatTest.cpp
unittests/ADT/APIntTest.cpp
unittests/ADT/AnyTest.cpp [new file with mode: 0644]
unittests/ADT/ArrayRefTest.cpp
unittests/ADT/CMakeLists.txt
unittests/ADT/DenseMapTest.cpp
unittests/ADT/DenseSetTest.cpp
unittests/ADT/FunctionExtrasTest.cpp [new file with mode: 0644]
unittests/ADT/IteratorTest.cpp
unittests/ADT/MapVectorTest.cpp
unittests/ADT/OptionalTest.cpp
unittests/ADT/STLExtrasTest.cpp
unittests/ADT/ScopeExitTest.cpp
unittests/ADT/SmallPtrSetTest.cpp
unittests/ADT/SmallSetTest.cpp [new file with mode: 0644]
unittests/ADT/SparseBitVectorTest.cpp
unittests/ADT/StatisticTest.cpp [new file with mode: 0644]
unittests/ADT/StringExtrasTest.cpp
unittests/ADT/StringMapTest.cpp
unittests/ADT/StringRefTest.cpp
unittests/ADT/StringSwitchTest.cpp
unittests/ADT/TripleTest.cpp
unittests/Analysis/AliasAnalysisTest.cpp
unittests/Analysis/CMakeLists.txt
unittests/Analysis/LazyCallGraphTest.cpp
unittests/Analysis/MemorySSA.cpp
unittests/Analysis/PhiValuesTest.cpp [new file with mode: 0644]
unittests/Analysis/ScalarEvolutionTest.cpp
unittests/Analysis/TargetLibraryInfoTest.cpp
unittests/Analysis/ValueLatticeTest.cpp
unittests/BinaryFormat/CMakeLists.txt
unittests/BinaryFormat/DwarfTest.cpp
unittests/BinaryFormat/MachOTest.cpp [new file with mode: 0644]
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/GlobalISel/PatternMatchTest.cpp [new file with mode: 0644]
unittests/CodeGen/MachineInstrTest.cpp
unittests/CodeGen/MachineOperandTest.cpp
unittests/CodeGen/ScalableVectorMVTsTest.cpp
unittests/DebugInfo/CodeView/CMakeLists.txt
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
unittests/DebugInfo/DWARF/CMakeLists.txt
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp [new file with mode: 0644]
unittests/DebugInfo/DWARF/DWARFFormValueTest.cpp
unittests/DebugInfo/DWARF/DwarfGenerator.cpp
unittests/DebugInfo/DWARF/DwarfGenerator.h
unittests/DebugInfo/DWARF/DwarfUtils.cpp [new file with mode: 0644]
unittests/DebugInfo/DWARF/DwarfUtils.h [new file with mode: 0644]
unittests/DebugInfo/MSF/CMakeLists.txt
unittests/DebugInfo/MSF/MSFBuilderTest.cpp
unittests/DebugInfo/MSF/MSFCommonTest.cpp
unittests/DebugInfo/PDB/CMakeLists.txt
unittests/DebugInfo/PDB/HashTableTest.cpp
unittests/DebugInfo/PDB/PDBApiTest.cpp
unittests/DebugInfo/PDB/StringTableBuilderTest.cpp
unittests/Demangle/CMakeLists.txt [new file with mode: 0644]
unittests/Demangle/PartialDemangleTest.cpp [new file with mode: 0644]
unittests/ExecutionEngine/MCJIT/CMakeLists.txt
unittests/ExecutionEngine/MCJIT/MCJITTestAPICommon.h
unittests/ExecutionEngine/Orc/CMakeLists.txt
unittests/ExecutionEngine/Orc/CompileOnDemandLayerTest.cpp
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp [new file with mode: 0644]
unittests/ExecutionEngine/Orc/LazyEmittingLayerTest.cpp
unittests/ExecutionEngine/Orc/LegacyAPIInteropTest.cpp [new file with mode: 0644]
unittests/ExecutionEngine/Orc/ObjectTransformLayerTest.cpp
unittests/ExecutionEngine/Orc/OrcCAPITest.cpp
unittests/ExecutionEngine/Orc/OrcTestCommon.cpp
unittests/ExecutionEngine/Orc/OrcTestCommon.h
unittests/ExecutionEngine/Orc/RTDyldObjectLinkingLayerTest.cpp
unittests/ExecutionEngine/Orc/RemoteObjectLayerTest.cpp
unittests/ExecutionEngine/Orc/SymbolStringPoolTest.cpp
unittests/FuzzMutate/RandomIRBuilderTest.cpp
unittests/FuzzMutate/StrategiesTest.cpp
unittests/IR/AttributesTest.cpp
unittests/IR/BasicBlockTest.cpp
unittests/IR/CFGBuilder.cpp
unittests/IR/CMakeLists.txt
unittests/IR/ConstantRangeTest.cpp
unittests/IR/ConstantsTest.cpp
unittests/IR/DebugTypeODRUniquingTest.cpp
unittests/IR/DeferredDominanceTest.cpp [new file with mode: 0644]
unittests/IR/DomTreeUpdaterTest.cpp [new file with mode: 0644]
unittests/IR/DominatorTreeBatchUpdatesTest.cpp
unittests/IR/DominatorTreeTest.cpp
unittests/IR/IRBuilderTest.cpp
unittests/IR/InstructionsTest.cpp
unittests/IR/LegacyPassManagerTest.cpp
unittests/IR/ManglerTest.cpp [new file with mode: 0644]
unittests/IR/MetadataTest.cpp
unittests/IR/PassBuilderCallbacksTest.cpp
unittests/IR/PassManagerTest.cpp
unittests/IR/PatternMatch.cpp
unittests/IR/ValueMapTest.cpp
unittests/IR/ValueTest.cpp
unittests/Linker/CMakeLists.txt
unittests/MC/Disassembler.cpp
unittests/MI/LiveIntervalTest.cpp
unittests/Option/OptionParsingTest.cpp
unittests/Option/Opts.td
unittests/Passes/CMakeLists.txt [new file with mode: 0644]
unittests/Passes/PluginsTest.cpp [new file with mode: 0644]
unittests/Passes/TestPlugin.cpp [new file with mode: 0644]
unittests/Passes/TestPlugin.h [new file with mode: 0644]
unittests/ProfileData/CoverageMappingTest.cpp
unittests/ProfileData/InstrProfTest.cpp
unittests/ProfileData/SampleProfTest.cpp
unittests/Support/AllocatorTest.cpp
unittests/Support/CMakeLists.txt
unittests/Support/CheckedArithmeticTest.cpp [new file with mode: 0644]
unittests/Support/CommandLineTest.cpp
unittests/Support/CrashRecoveryTest.cpp
unittests/Support/DJBTest.cpp [new file with mode: 0644]
unittests/Support/DebugCounterTest.cpp [new file with mode: 0644]
unittests/Support/DynamicLibrary/CMakeLists.txt
unittests/Support/DynamicLibrary/DynamicLibraryTest.cpp
unittests/Support/DynamicLibrary/ExportedFuncs.cpp [moved from unittests/Support/DynamicLibrary/ExportedFuncs.cxx with 84% similarity]
unittests/Support/DynamicLibrary/PipSqueak.cpp [moved from unittests/Support/DynamicLibrary/PipSqueak.cxx with 92% similarity]
unittests/Support/EndianStreamTest.cpp
unittests/Support/ErrnoTest.cpp
unittests/Support/ErrorOrTest.cpp
unittests/Support/ErrorTest.cpp
unittests/Support/FileOutputBufferTest.cpp
unittests/Support/FormatVariadicTest.cpp
unittests/Support/Host.cpp
unittests/Support/JSONTest.cpp [new file with mode: 0644]
unittests/Support/LockFileManagerTest.cpp
unittests/Support/MD5Test.cpp
unittests/Support/ManagedStatic.cpp
unittests/Support/MemoryBufferTest.cpp
unittests/Support/ParallelTest.cpp
unittests/Support/Path.cpp
unittests/Support/ProcessTest.cpp
unittests/Support/ProgramTest.cpp
unittests/Support/ReplaceFileTest.cpp
unittests/Support/SourceMgrTest.cpp
unittests/Support/TargetParserTest.cpp
unittests/Support/TaskQueueTest.cpp [new file with mode: 0644]
unittests/Support/TimerTest.cpp
unittests/Support/TypeTraitsTest.cpp [new file with mode: 0644]
unittests/Support/VersionTupleTest.cpp [new file with mode: 0644]
unittests/Support/YAMLIOTest.cpp
unittests/Support/raw_pwrite_stream_test.cpp
unittests/Target/WebAssembly/CMakeLists.txt [new file with mode: 0644]
unittests/Target/WebAssembly/WebAssemblyExceptionInfoTest.cpp [new file with mode: 0644]
unittests/Transforms/CMakeLists.txt
unittests/Transforms/Scalar/LoopPassManagerTest.cpp
unittests/Transforms/Utils/BasicBlockUtils.cpp [new file with mode: 0644]
unittests/Transforms/Utils/CMakeLists.txt
unittests/Transforms/Utils/Cloning.cpp
unittests/Transforms/Utils/Local.cpp
unittests/Transforms/Utils/SSAUpdaterBulk.cpp [new file with mode: 0644]
unittests/Transforms/Vectorize/CMakeLists.txt [new file with mode: 0644]
unittests/Transforms/Vectorize/VPlanHCFGTest.cpp [new file with mode: 0644]
unittests/Transforms/Vectorize/VPlanTest.cpp [new file with mode: 0644]
unittests/Transforms/Vectorize/VPlanTestBase.h [new file with mode: 0644]
unittests/XRay/CMakeLists.txt
unittests/tools/CMakeLists.txt
unittests/tools/llvm-cfi-verify/CMakeLists.txt
unittests/tools/llvm-cfi-verify/FileAnalysis.cpp
unittests/tools/llvm-exegesis/AArch64/CMakeLists.txt [new file with mode: 0644]
unittests/tools/llvm-exegesis/AArch64/TargetTest.cpp [new file with mode: 0644]
unittests/tools/llvm-exegesis/ARM/AssemblerTest.cpp [new file with mode: 0644]
unittests/tools/llvm-exegesis/ARM/CMakeLists.txt [new file with mode: 0644]
unittests/tools/llvm-exegesis/BenchmarkResultTest.cpp [new file with mode: 0644]
unittests/tools/llvm-exegesis/CMakeLists.txt [new file with mode: 0644]
unittests/tools/llvm-exegesis/ClusteringTest.cpp [new file with mode: 0644]
unittests/tools/llvm-exegesis/Common/AssemblerUtils.h [new file with mode: 0644]
unittests/tools/llvm-exegesis/PerfHelperTest.cpp [new file with mode: 0644]
unittests/tools/llvm-exegesis/X86/AnalysisTest.cpp [new file with mode: 0644]
unittests/tools/llvm-exegesis/X86/AssemblerTest.cpp [new file with mode: 0644]
unittests/tools/llvm-exegesis/X86/CMakeLists.txt [new file with mode: 0644]
unittests/tools/llvm-exegesis/X86/RegisterAliasingTest.cpp [new file with mode: 0644]
unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp [new file with mode: 0644]
unittests/tools/llvm-exegesis/X86/TargetTest.cpp [new file with mode: 0644]
utils/FileCheck/FileCheck.cpp
utils/KillTheDoctor/KillTheDoctor.cpp
utils/LLVMVisualizers/llvm.natvis
utils/Reviewing/find_interesting_reviews.py [new file with mode: 0644]
utils/TableGen/AsmMatcherEmitter.cpp
utils/TableGen/AsmWriterEmitter.cpp
utils/TableGen/CMakeLists.txt
utils/TableGen/CTagsEmitter.cpp
utils/TableGen/CodeGenDAGPatterns.cpp
utils/TableGen/CodeGenDAGPatterns.h
utils/TableGen/CodeGenInstruction.cpp
utils/TableGen/CodeGenInstruction.h
utils/TableGen/CodeGenIntrinsics.h
utils/TableGen/CodeGenMapTable.cpp
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.h
utils/TableGen/DAGISelMatcherGen.cpp
utils/TableGen/DAGISelMatcherOpt.cpp
utils/TableGen/DFAPacketizerEmitter.cpp
utils/TableGen/DisassemblerEmitter.cpp
utils/TableGen/FastISelEmitter.cpp
utils/TableGen/FixedLenDecoderEmitter.cpp
utils/TableGen/GlobalISelEmitter.cpp
utils/TableGen/InfoByHwMode.cpp
utils/TableGen/InfoByHwMode.h
utils/TableGen/InstrDocsEmitter.cpp
utils/TableGen/InstrInfoEmitter.cpp
utils/TableGen/IntrinsicEmitter.cpp
utils/TableGen/LLVMBuild.txt
utils/TableGen/PredicateExpander.cpp [new file with mode: 0644]
utils/TableGen/PredicateExpander.h [new file with mode: 0644]
utils/TableGen/PseudoLoweringEmitter.cpp
utils/TableGen/RISCVCompressInstEmitter.cpp [new file with mode: 0644]
utils/TableGen/RegisterBankEmitter.cpp
utils/TableGen/RegisterInfoEmitter.cpp
utils/TableGen/SearchableTableEmitter.cpp
utils/TableGen/SubtargetEmitter.cpp
utils/TableGen/SubtargetFeatureInfo.cpp
utils/TableGen/SubtargetFeatureInfo.h
utils/TableGen/TableGen.cpp
utils/TableGen/TableGenBackends.h
utils/TableGen/WebAssemblyDisassemblerEmitter.cpp [new file with mode: 0644]
utils/TableGen/WebAssemblyDisassemblerEmitter.h [new file with mode: 0644]
utils/TableGen/X86DisassemblerShared.h
utils/TableGen/X86DisassemblerTables.cpp
utils/TableGen/X86DisassemblerTables.h
utils/TableGen/X86EVEX2VEXTablesEmitter.cpp
utils/TableGen/X86FoldTablesEmitter.cpp
utils/TableGen/X86RecognizableInstr.cpp
utils/TableGen/X86RecognizableInstr.h
utils/UpdateTestChecks/__init__.py [new file with mode: 0644]
utils/UpdateTestChecks/asm.py [new file with mode: 0644]
utils/UpdateTestChecks/common.py [new file with mode: 0644]
utils/bugpoint_gisel_reducer.py [new file with mode: 0755]
utils/docker/build_docker_image.sh
utils/docker/debian8/Dockerfile [moved from utils/docker/debian8/build/Dockerfile with 58% similarity]
utils/docker/debian8/release/Dockerfile [deleted file]
utils/docker/example/Dockerfile [new file with mode: 0644]
utils/docker/example/build/Dockerfile [deleted file]
utils/docker/example/release/Dockerfile [deleted file]
utils/docker/nvidia-cuda/Dockerfile [new file with mode: 0644]
utils/docker/nvidia-cuda/build/Dockerfile [deleted file]
utils/docker/nvidia-cuda/release/Dockerfile [deleted file]
utils/docker/scripts/build_install_llvm.sh
utils/docker/scripts/checkout.sh [new file with mode: 0755]
utils/emacs/llvm-mode.el
utils/extract_symbols.py
utils/gdb-scripts/prettyprinters.py
utils/indirect_calls.py [new file with mode: 0755]
utils/kate/llvm-tablegen.xml [new file with mode: 0644]
utils/lit/lit/LitConfig.py
utils/lit/lit/Test.py
utils/lit/lit/TestRunner.py
utils/lit/lit/TestingConfig.py
utils/lit/lit/__init__.py
utils/lit/lit/builtin_commands/cat.py [new file with mode: 0644]
utils/lit/lit/llvm/config.py
utils/lit/lit/main.py
utils/lit/lit/util.py
utils/lit/tests/Inputs/shtest-run-at-line/external-shell/basic.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-run-at-line/external-shell/line-continuation.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-run-at-line/external-shell/lit.local.cfg [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/basic.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/line-continuation.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/lit.local.cfg [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-run-at-line/lit.cfg [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/cat-error-0.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/cat-error-1.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/cat_nonprinting.bin [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/check_args.py [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/colon-error.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/dev-null.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/diff-r-error-0.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/diff-r-error-1.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/diff-r-error-2.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/diff-r-error-3.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/diff-r-error-4.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/diff-r-error-5.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/diff-r-error-6.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/diff-r.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/valid-shell.txt
utils/lit/tests/Inputs/shtest-timeout/lit.cfg
utils/lit/tests/Inputs/shtest-timeout/quick_then_slow.py [deleted file]
utils/lit/tests/Inputs/shtest-timeout/slow.py [deleted file]
utils/lit/tests/Inputs/test-data-micro/dummy_format.py [new file with mode: 0644]
utils/lit/tests/Inputs/test-data-micro/lit.cfg [new file with mode: 0644]
utils/lit/tests/Inputs/test-data-micro/micro-tests.ini [new file with mode: 0644]
utils/lit/tests/Inputs/xunit-output/bad&name.ini [new file with mode: 0644]
utils/lit/tests/Inputs/xunit-output/dummy_format.py [new file with mode: 0644]
utils/lit/tests/Inputs/xunit-output/lit.cfg [new file with mode: 0644]
utils/lit/tests/max-failures.py
utils/lit/tests/shtest-format.py
utils/lit/tests/shtest-output-printing.py
utils/lit/tests/shtest-run-at-line.py [new file with mode: 0644]
utils/lit/tests/shtest-shell.py
utils/lit/tests/shtest-timeout.py
utils/lit/tests/test-data-micro.py [new file with mode: 0644]
utils/lit/tests/test-output-micro.py [new file with mode: 0644]
utils/lit/tests/unit/TestRunner.py
utils/lit/tests/xunit-output.py
utils/lldbDataFormatters.py
utils/llvm-build/llvmbuild/configutil.py [deleted file]
utils/llvm-build/llvmbuild/main.py
utils/makellvm [deleted file]
utils/not/not.cpp
utils/release/build_llvm_package.bat
utils/release/merge-git.sh [new file with mode: 0755]
utils/release/merge-request.sh
utils/release/test-release.sh
utils/sanitizers/ubsan_blacklist.txt
utils/schedcover.py
utils/unicode-case-fold.py [new file with mode: 0755]
utils/unittest/googlemock/include/gmock/gmock-matchers.h
utils/unittest/googletest/include/gtest/gtest-message.h
utils/unittest/googletest/include/gtest/gtest-printers.h
utils/unittest/googletest/include/gtest/internal/custom/raw-ostream.h [new file with mode: 0644]
utils/unittest/googletest/include/gtest/internal/gtest-filepath.h
utils/unittest/googletest/src/gtest-filepath.cc
utils/unittest/googletest/src/gtest-port.cc
utils/update_analyze_test_checks.py [new file with mode: 0755]
utils/update_cc_test_checks.py [new file with mode: 0755]
utils/update_llc_test_checks.py
utils/update_mca_test_checks.py [new file with mode: 0755]
utils/update_mir_test_checks.py
utils/update_test_checks.py
utils/vim/syntax/llvm.vim
utils/yaml-bench/YAMLBench.cpp