OSDN Git Service

Update aosp/master LLVM for rebase to r239765
authorPirama Arumuga Nainar <pirama@google.com>
Wed, 1 Jul 2015 19:23:51 +0000 (12:23 -0700)
committerPirama Arumuga Nainar <pirama@google.com>
Wed, 8 Jul 2015 18:34:11 +0000 (11:34 -0700)
commit6948897e478cbd66626159776a8017b3c18579b9
treefe63c67f58fcb498b24aaff42996178af872e634
parentc3b0732900953dc4d8f68ce41da35f4760933bb3
Update aosp/master LLVM for rebase to r239765

Bug: 20140355: This rebase pulls the upstream fix for the spurious
warnings mentioned in the bug.

Change-Id: I7fd24253c50f4d48d900875dcf43ce3f1721a3da
4132 files changed:
Android.mk
CMakeLists.txt
CODE_OWNERS.TXT
Makefile.config.in
autoconf/configure.ac
bindings/go/llvm/DIBuilderBindings.cpp
cmake/config-ix.cmake
cmake/modules/AddLLVM.cmake
cmake/modules/AddOCaml.cmake
cmake/modules/HandleLLVMOptions.cmake
cmake/modules/LLVM-Config.cmake
cmake/modules/TableGen.cmake
configure
docs/AMDGPUUsage.rst [new file with mode: 0644]
docs/BranchWeightMetadata.rst
docs/BuildingLLVMWithAutotools.rst
docs/CodingStandards.rst
docs/CommandGuide/FileCheck.rst
docs/CommandGuide/lit.rst
docs/CommandGuide/llvm-cov.rst
docs/CommandGuide/llvm-profdata.rst
docs/CompilerWriterInfo.rst
docs/DeveloperPolicy.rst
docs/FAQ.rst
docs/FaultMaps.rst [new file with mode: 0644]
docs/Frontend/PerformanceTips.rst
docs/GarbageCollection.rst
docs/GettingStarted.rst
docs/HowToBuildOnARM.rst
docs/LangRef.rst
docs/Lexicon.rst
docs/LibFuzzer.rst
docs/NVPTXUsage.rst
docs/Phabricator.rst
docs/ProgrammersManual.rst
docs/R600Usage.rst [deleted file]
docs/SourceLevelDebugging.rst
docs/Statepoints.rst
docs/TableGen/LangIntro.rst
docs/TestingGuide.rst
docs/YamlIO.rst
docs/doxygen.cfg.in
docs/index.rst
docs/tutorial/LangImpl8.rst
examples/BrainF/BrainF.cpp
examples/ExceptionDemo/ExceptionDemo.cpp
examples/Kaleidoscope/Chapter7/CMakeLists.txt
examples/Kaleidoscope/Chapter7/Makefile
examples/Kaleidoscope/Chapter7/toy.cpp
examples/Kaleidoscope/Chapter8/CMakeLists.txt
examples/Kaleidoscope/Chapter8/Makefile
examples/Kaleidoscope/Chapter8/toy.cpp
examples/Kaleidoscope/MCJIT/cached/toy-jit.cpp
examples/Kaleidoscope/MCJIT/cached/toy.cpp
examples/Kaleidoscope/MCJIT/complete/toy.cpp
examples/Kaleidoscope/MCJIT/initial/toy.cpp
examples/Kaleidoscope/MCJIT/lazy/toy.cpp
examples/Kaleidoscope/Orc/fully_lazy/toy.cpp
include/llvm-c/Core.h
include/llvm-c/Support.h
include/llvm-c/lto.h
include/llvm/ADT/APFloat.h
include/llvm/ADT/APInt.h
include/llvm/ADT/ArrayRef.h
include/llvm/ADT/DenseMap.h
include/llvm/ADT/DepthFirstIterator.h
include/llvm/ADT/Hashing.h
include/llvm/ADT/STLExtras.h
include/llvm/ADT/Triple.h
include/llvm/ADT/Twine.h
include/llvm/ADT/edit_distance.h
include/llvm/Analysis/AliasAnalysis.h
include/llvm/Analysis/AliasSetTracker.h
include/llvm/Analysis/BlockFrequencyInfoImpl.h
include/llvm/Analysis/BranchProbabilityInfo.h
include/llvm/Analysis/CGSCCPassManager.h
include/llvm/Analysis/CallGraph.h
include/llvm/Analysis/DependenceAnalysis.h
include/llvm/Analysis/DominanceFrontierImpl.h
include/llvm/Analysis/IteratedDominanceFrontier.h [new file with mode: 0644]
include/llvm/Analysis/LoopAccessAnalysis.h
include/llvm/Analysis/LoopInfo.h
include/llvm/Analysis/LoopInfoImpl.h
include/llvm/Analysis/MemoryDependenceAnalysis.h
include/llvm/Analysis/MemoryLocation.h [new file with mode: 0644]
include/llvm/Analysis/PHITransAddr.h
include/llvm/Analysis/ScalarEvolution.h
include/llvm/Analysis/TargetTransformInfo.h
include/llvm/Analysis/TargetTransformInfoImpl.h
include/llvm/Analysis/ValueTracking.h
include/llvm/Bitcode/BitstreamReader.h
include/llvm/Bitcode/BitstreamWriter.h
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/CodeGen/AsmPrinter.h
include/llvm/CodeGen/BasicTTIImpl.h
include/llvm/CodeGen/CallingConvLower.h
include/llvm/CodeGen/CommandFlags.h
include/llvm/CodeGen/DIE.h
include/llvm/CodeGen/DIEValue.def [new file with mode: 0644]
include/llvm/CodeGen/DwarfStringPoolEntry.h [new file with mode: 0644]
include/llvm/CodeGen/FaultMaps.h [new file with mode: 0644]
include/llvm/CodeGen/FunctionLoweringInfo.h
include/llvm/CodeGen/GCMetadata.h
include/llvm/CodeGen/GCs.h
include/llvm/CodeGen/ISDOpcodes.h
include/llvm/CodeGen/LexicalScopes.h
include/llvm/CodeGen/LinkAllCodegenComponents.h
include/llvm/CodeGen/LivePhysRegs.h
include/llvm/CodeGen/LiveRangeEdit.h
include/llvm/CodeGen/MIRParser/MIRParser.h [new file with mode: 0644]
include/llvm/CodeGen/MIRYamlMapping.h [new file with mode: 0644]
include/llvm/CodeGen/MachineBasicBlock.h
include/llvm/CodeGen/MachineFrameInfo.h
include/llvm/CodeGen/MachineFunctionAnalysis.h
include/llvm/CodeGen/MachineFunctionInitializer.h [new file with mode: 0644]
include/llvm/CodeGen/MachineInstr.h
include/llvm/CodeGen/MachineInstrBuilder.h
include/llvm/CodeGen/MachineLoopInfo.h
include/llvm/CodeGen/MachineModuleInfo.h
include/llvm/CodeGen/MachineOperand.h
include/llvm/CodeGen/MachineValueType.h
include/llvm/CodeGen/PBQP/Graph.h
include/llvm/CodeGen/Passes.h
include/llvm/CodeGen/RegisterScavenging.h
include/llvm/CodeGen/ScheduleDAGInstrs.h
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGISel.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/CodeGen/StackMaps.h
include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
include/llvm/CodeGen/TargetSchedule.h
include/llvm/CodeGen/ValueTypes.td
include/llvm/CodeGen/WinEHFuncInfo.h
include/llvm/Config/config.h.in
include/llvm/DebugInfo/DIContext.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARF/DIContext.h [deleted file]
include/llvm/DebugInfo/DWARF/DWARFContext.h
include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h
include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
include/llvm/DebugInfo/DWARF/DWARFFormValue.h
include/llvm/DebugInfo/DWARF/DWARFSection.h
include/llvm/DebugInfo/DWARF/DWARFUnit.h
include/llvm/DebugInfo/PDB/DIA/DIASession.h
include/llvm/DebugInfo/PDB/IPDBSession.h
include/llvm/DebugInfo/PDB/PDB.h
include/llvm/DebugInfo/PDB/PDBContext.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBTypes.h
include/llvm/ExecutionEngine/ExecutionEngine.h
include/llvm/ExecutionEngine/Orc/CloneSubModule.h [deleted file]
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
include/llvm/ExecutionEngine/Orc/LogicalDylib.h [new file with mode: 0644]
include/llvm/ExecutionEngine/RuntimeDyld.h
include/llvm/IR/Argument.h
include/llvm/IR/Attributes.h
include/llvm/IR/BasicBlock.h
include/llvm/IR/CallSite.h
include/llvm/IR/Constants.h
include/llvm/IR/DIBuilder.h
include/llvm/IR/DebugInfo.h
include/llvm/IR/DebugInfoMetadata.h
include/llvm/IR/DebugLoc.h
include/llvm/IR/DerivedTypes.h
include/llvm/IR/DiagnosticInfo.h
include/llvm/IR/DiagnosticPrinter.h
include/llvm/IR/Function.h
include/llvm/IR/GVMaterializer.h
include/llvm/IR/GetElementPtrTypeIterator.h
include/llvm/IR/GlobalAlias.h
include/llvm/IR/GlobalValue.h
include/llvm/IR/GlobalVariable.h
include/llvm/IR/IRBuilder.h
include/llvm/IR/InlineAsm.h
include/llvm/IR/InstVisitor.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/IntrinsicsPowerPC.td
include/llvm/IR/IntrinsicsSystemZ.td
include/llvm/IR/IntrinsicsX86.td
include/llvm/IR/LLVMContext.h
include/llvm/IR/MDBuilder.h
include/llvm/IR/Metadata.def
include/llvm/IR/Metadata.h
include/llvm/IR/Module.h
include/llvm/IR/OperandTraits.h
include/llvm/IR/Operator.h
include/llvm/IR/PassManager.h
include/llvm/IR/PredIteratorCache.h
include/llvm/IR/Statepoint.h
include/llvm/IR/Type.h
include/llvm/IR/TypeBuilder.h
include/llvm/IR/User.h
include/llvm/IR/Value.h
include/llvm/InitializePasses.h
include/llvm/LTO/LTOCodeGenerator.h
include/llvm/LibDriver/LibDriver.h [new file with mode: 0644]
include/llvm/LinkAllPasses.h
include/llvm/Linker/Linker.h
include/llvm/MC/ConstantPools.h
include/llvm/MC/MCAsmBackend.h
include/llvm/MC/MCAsmInfo.h
include/llvm/MC/MCAsmInfoELF.h
include/llvm/MC/MCAsmLayout.h
include/llvm/MC/MCAssembler.h
include/llvm/MC/MCCodeEmitter.h
include/llvm/MC/MCCodeGenInfo.h
include/llvm/MC/MCContext.h
include/llvm/MC/MCDisassembler.h
include/llvm/MC/MCDwarf.h
include/llvm/MC/MCELF.h [deleted file]
include/llvm/MC/MCELFObjectWriter.h
include/llvm/MC/MCELFStreamer.h
include/llvm/MC/MCELFSymbolFlags.h [deleted file]
include/llvm/MC/MCExpr.h
include/llvm/MC/MCFixup.h
include/llvm/MC/MCFixupKindInfo.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/MCLinkerOptimizationHint.h
include/llvm/MC/MCMachOSymbolFlags.h [deleted file]
include/llvm/MC/MCMachObjectWriter.h
include/llvm/MC/MCObjectFileInfo.h
include/llvm/MC/MCObjectStreamer.h
include/llvm/MC/MCObjectWriter.h
include/llvm/MC/MCParser/MCAsmParser.h
include/llvm/MC/MCParser/MCAsmParserExtension.h
include/llvm/MC/MCParser/MCParsedAsmOperand.h
include/llvm/MC/MCSection.h
include/llvm/MC/MCSectionELF.h
include/llvm/MC/MCStreamer.h
include/llvm/MC/MCSubtargetInfo.h
include/llvm/MC/MCSymbol.h
include/llvm/MC/MCSymbolCOFF.h [new file with mode: 0644]
include/llvm/MC/MCSymbolELF.h [new file with mode: 0644]
include/llvm/MC/MCSymbolMachO.h [new file with mode: 0644]
include/llvm/MC/MCSymbolizer.h
include/llvm/MC/MCValue.h
include/llvm/MC/MCWinCOFFStreamer.h
include/llvm/MC/MCWinEH.h
include/llvm/MC/SubtargetFeature.h
include/llvm/Object/Archive.h
include/llvm/Object/ArchiveWriter.h [new file with mode: 0644]
include/llvm/Object/COFF.h
include/llvm/Object/ELF.h
include/llvm/Object/ELFObjectFile.h
include/llvm/Object/ELFTypes.h
include/llvm/Object/ELFYAML.h
include/llvm/Object/Error.h
include/llvm/Object/MachO.h
include/llvm/Object/ObjectFile.h
include/llvm/Object/RelocVisitor.h
include/llvm/Object/SymbolicFile.h
include/llvm/ProfileData/CoverageMapping.h
include/llvm/ProfileData/CoverageMappingReader.h
include/llvm/ProfileData/SampleProf.h
include/llvm/Support/AlignOf.h
include/llvm/Support/Allocator.h
include/llvm/Support/BranchProbability.h
include/llvm/Support/COFF.h
include/llvm/Support/COM.h [new file with mode: 0644]
include/llvm/Support/CommandLine.h
include/llvm/Support/Compiler.h
include/llvm/Support/Dwarf.h
include/llvm/Support/ELF.h
include/llvm/Support/ELFRelocs/Hexagon.def
include/llvm/Support/ELFRelocs/Mips.def
include/llvm/Support/Endian.h
include/llvm/Support/ErrorOr.h
include/llvm/Support/MathExtras.h
include/llvm/Support/MipsABIFlags.h [new file with mode: 0644]
include/llvm/Support/Mutex.h
include/llvm/Support/RWMutex.h
include/llvm/Support/Registry.h
include/llvm/Support/ScaledNumber.h
include/llvm/Support/SourceMgr.h
include/llvm/Support/StreamingMemoryObject.h
include/llvm/Support/StringSaver.h [new file with mode: 0644]
include/llvm/Support/SwapByteOrder.h
include/llvm/Support/TargetParser.h [new file with mode: 0644]
include/llvm/Support/TargetRegistry.h
include/llvm/Support/YAMLParser.h
include/llvm/Support/YAMLTraits.h
include/llvm/Support/raw_ostream.h
include/llvm/TableGen/Record.h
include/llvm/TableGen/SetTheory.h
include/llvm/TableGen/TableGenBackend.h
include/llvm/Target/Target.td
include/llvm/Target/TargetCallingConv.h
include/llvm/Target/TargetFrameLowering.h
include/llvm/Target/TargetInstrInfo.h
include/llvm/Target/TargetLowering.h
include/llvm/Target/TargetLoweringObjectFile.h
include/llvm/Target/TargetMachine.h
include/llvm/Target/TargetOpcodes.h
include/llvm/Target/TargetOptions.h
include/llvm/Target/TargetRecip.h [new file with mode: 0644]
include/llvm/Target/TargetSelectionDAG.td
include/llvm/Target/TargetSubtargetInfo.h
include/llvm/Transforms/Instrumentation.h
include/llvm/Transforms/Scalar.h
include/llvm/Transforms/Utils/Local.h
include/llvm/Transforms/Utils/LoopUtils.h
include/llvm/Transforms/Utils/ModuleUtils.h
include/llvm/Transforms/Utils/SSAUpdater.h
include/llvm/module.modulemap
lib/Analysis/AliasAnalysis.cpp
lib/Analysis/AliasAnalysisEvaluator.cpp
lib/Analysis/AliasSetTracker.cpp
lib/Analysis/Android.mk
lib/Analysis/BasicAliasAnalysis.cpp
lib/Analysis/BranchProbabilityInfo.cpp
lib/Analysis/CFLAliasAnalysis.cpp
lib/Analysis/CMakeLists.txt
lib/Analysis/ConstantFolding.cpp
lib/Analysis/DependenceAnalysis.cpp
lib/Analysis/IPA/CallGraph.cpp
lib/Analysis/IPA/InlineCost.cpp
lib/Analysis/InstructionSimplify.cpp
lib/Analysis/IteratedDominanceFrontier.cpp [new file with mode: 0644]
lib/Analysis/LibCallSemantics.cpp
lib/Analysis/LoopAccessAnalysis.cpp
lib/Analysis/LoopInfo.cpp
lib/Analysis/MemDerefPrinter.cpp
lib/Analysis/MemoryDependenceAnalysis.cpp
lib/Analysis/MemoryLocation.cpp [new file with mode: 0644]
lib/Analysis/ModuleDebugInfoPrinter.cpp
lib/Analysis/PHITransAddr.cpp
lib/Analysis/ScalarEvolution.cpp
lib/Analysis/ScalarEvolutionExpander.cpp
lib/Analysis/TargetLibraryInfo.cpp
lib/Analysis/TargetTransformInfo.cpp
lib/Analysis/ValueTracking.cpp
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h
lib/AsmParser/LLToken.h
lib/AsmParser/Parser.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Reader/BitstreamReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Bitcode/Writer/ValueEnumerator.cpp
lib/Bitcode/Writer/ValueEnumerator.h
lib/CMakeLists.txt
lib/CodeGen/AggressiveAntiDepBreaker.cpp
lib/CodeGen/AggressiveAntiDepBreaker.h
lib/CodeGen/Analysis.cpp
lib/CodeGen/Android.mk
lib/CodeGen/AsmPrinter/ARMException.cpp
lib/CodeGen/AsmPrinter/AddressPool.cpp
lib/CodeGen/AsmPrinter/AddressPool.h
lib/CodeGen/AsmPrinter/Android.mk
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
lib/CodeGen/AsmPrinter/ByteStreamer.h
lib/CodeGen/AsmPrinter/CMakeLists.txt
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/DebugLocEntry.h
lib/CodeGen/AsmPrinter/DebugLocList.h [deleted file]
lib/CodeGen/AsmPrinter/DebugLocStream.h [new file with mode: 0644]
lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp
lib/CodeGen/AsmPrinter/DwarfAccelTable.h
lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
lib/CodeGen/AsmPrinter/DwarfExpression.cpp
lib/CodeGen/AsmPrinter/DwarfExpression.h
lib/CodeGen/AsmPrinter/DwarfFile.cpp
lib/CodeGen/AsmPrinter/DwarfFile.h
lib/CodeGen/AsmPrinter/DwarfStringPool.cpp
lib/CodeGen/AsmPrinter/DwarfStringPool.h
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
lib/CodeGen/AsmPrinter/DwarfUnit.h
lib/CodeGen/AsmPrinter/EHStreamer.cpp
lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp
lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
lib/CodeGen/AsmPrinter/Win64Exception.cpp [deleted file]
lib/CodeGen/AsmPrinter/Win64Exception.h [deleted file]
lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp
lib/CodeGen/AsmPrinter/WinException.cpp [new file with mode: 0644]
lib/CodeGen/AsmPrinter/WinException.h [new file with mode: 0644]
lib/CodeGen/BranchFolding.cpp
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CallingConvLower.cpp
lib/CodeGen/CodeGen.cpp
lib/CodeGen/CodeGenPrepare.cpp
lib/CodeGen/CoreCLRGC.cpp [new file with mode: 0644]
lib/CodeGen/CriticalAntiDepBreaker.cpp
lib/CodeGen/DeadMachineInstructionElim.cpp
lib/CodeGen/EarlyIfConversion.cpp
lib/CodeGen/FaultMaps.cpp [new file with mode: 0644]
lib/CodeGen/GCMetadata.cpp
lib/CodeGen/GCRootLowering.cpp
lib/CodeGen/GlobalMerge.cpp
lib/CodeGen/IfConversion.cpp
lib/CodeGen/ImplicitNullChecks.cpp [new file with mode: 0644]
lib/CodeGen/InlineSpiller.cpp
lib/CodeGen/LLVMBuild.txt
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/LexicalScopes.cpp
lib/CodeGen/LiveDebugVariables.cpp
lib/CodeGen/LiveDebugVariables.h
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/LivePhysRegs.cpp
lib/CodeGen/LiveRangeCalc.cpp
lib/CodeGen/LiveRangeEdit.cpp
lib/CodeGen/LiveVariables.cpp
lib/CodeGen/MIRParser/Android.mk [new file with mode: 0644]
lib/CodeGen/MIRParser/CMakeLists.txt [new file with mode: 0644]
lib/CodeGen/MIRParser/LLVMBuild.txt [new file with mode: 0644]
lib/CodeGen/MIRParser/MIRParser.cpp [new file with mode: 0644]
lib/CodeGen/MIRParser/Makefile [new file with mode: 0644]
lib/CodeGen/MIRPrintingPass.cpp [new file with mode: 0644]
lib/CodeGen/MachineBasicBlock.cpp
lib/CodeGen/MachineCSE.cpp
lib/CodeGen/MachineCombiner.cpp
lib/CodeGen/MachineCopyPropagation.cpp
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/MachineFunctionAnalysis.cpp
lib/CodeGen/MachineInstr.cpp
lib/CodeGen/MachineInstrBundle.cpp
lib/CodeGen/MachineLICM.cpp
lib/CodeGen/MachineModuleInfo.cpp
lib/CodeGen/MachineScheduler.cpp
lib/CodeGen/MachineSink.cpp
lib/CodeGen/MachineTraceMetrics.cpp
lib/CodeGen/MachineVerifier.cpp
lib/CodeGen/Makefile
lib/CodeGen/PHIElimination.cpp
lib/CodeGen/Passes.cpp
lib/CodeGen/PostRASchedulerList.cpp
lib/CodeGen/ProcessImplicitDefs.cpp
lib/CodeGen/PrologEpilogInserter.cpp
lib/CodeGen/RegAllocFast.cpp
lib/CodeGen/RegisterCoalescer.cpp
lib/CodeGen/RegisterPressure.cpp
lib/CodeGen/RegisterScavenging.cpp
lib/CodeGen/ScheduleDAGInstrs.cpp
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/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/ScheduleDAGSDNodes.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/CodeGen/SelectionDAG/StatepointLowering.cpp
lib/CodeGen/SelectionDAG/StatepointLowering.h
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/CodeGen/ShrinkWrap.cpp [new file with mode: 0644]
lib/CodeGen/SjLjEHPrepare.cpp
lib/CodeGen/SplitKit.h
lib/CodeGen/StackColoring.cpp
lib/CodeGen/StackMaps.cpp
lib/CodeGen/StackProtector.cpp
lib/CodeGen/TailDuplication.cpp
lib/CodeGen/TargetFrameLoweringImpl.cpp
lib/CodeGen/TargetInstrInfo.cpp
lib/CodeGen/TargetLoweringBase.cpp
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
lib/CodeGen/TargetOptionsImpl.cpp
lib/CodeGen/TargetSchedule.cpp
lib/CodeGen/TwoAddressInstructionPass.cpp
lib/CodeGen/VirtRegMap.cpp
lib/CodeGen/WinEHPrepare.cpp
lib/DebugInfo/DWARF/Android.mk
lib/DebugInfo/DWARF/CMakeLists.txt
lib/DebugInfo/DWARF/DIContext.cpp [deleted file]
lib/DebugInfo/DWARF/DWARFCompileUnit.cpp
lib/DebugInfo/DWARF/DWARFContext.cpp
lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp
lib/DebugInfo/DWARF/DWARFDebugLine.cpp
lib/DebugInfo/DWARF/DWARFFormValue.cpp
lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
lib/DebugInfo/DWARF/DWARFUnit.cpp
lib/DebugInfo/PDB/Android.mk
lib/DebugInfo/PDB/CMakeLists.txt
lib/DebugInfo/PDB/DIA/DIASession.cpp
lib/DebugInfo/PDB/LLVMBuild.txt
lib/DebugInfo/PDB/PDB.cpp
lib/DebugInfo/PDB/PDBContext.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolCustom.cpp
lib/DebugInfo/PDB/PDBSymbolData.cpp
lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/ExecutionEngineBindings.cpp
lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
lib/ExecutionEngine/Interpreter/Interpreter.cpp
lib/ExecutionEngine/Interpreter/Interpreter.h
lib/ExecutionEngine/LLVMBuild.txt
lib/ExecutionEngine/MCJIT/MCJIT.cpp
lib/ExecutionEngine/MCJIT/MCJIT.h
lib/ExecutionEngine/Orc/Android.mk
lib/ExecutionEngine/Orc/CMakeLists.txt
lib/ExecutionEngine/Orc/CloneSubModule.cpp [deleted file]
lib/ExecutionEngine/Orc/IndirectionUtils.cpp
lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h
lib/ExecutionEngine/Orc/OrcTargetSupport.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h
lib/ExecutionEngine/TargetSelect.cpp
lib/Fuzzer/CMakeLists.txt
lib/Fuzzer/FuzzerCrossOver.cpp
lib/Fuzzer/FuzzerDFSan.cpp [deleted file]
lib/Fuzzer/FuzzerDriver.cpp
lib/Fuzzer/FuzzerFlags.def
lib/Fuzzer/FuzzerIO.cpp
lib/Fuzzer/FuzzerInterface.cpp [new file with mode: 0644]
lib/Fuzzer/FuzzerInterface.h
lib/Fuzzer/FuzzerInternal.h
lib/Fuzzer/FuzzerLoop.cpp
lib/Fuzzer/FuzzerMain.cpp
lib/Fuzzer/FuzzerMutate.cpp
lib/Fuzzer/FuzzerSHA1.cpp [new file with mode: 0644]
lib/Fuzzer/FuzzerSanitizerOptions.cpp
lib/Fuzzer/FuzzerTraceState.cpp [new file with mode: 0644]
lib/Fuzzer/FuzzerUtil.cpp
lib/Fuzzer/dfsan_fuzzer_abi.list [deleted file]
lib/Fuzzer/pull_and_push_fuzz_corpus.sh [new file with mode: 0755]
lib/Fuzzer/test/CMakeLists.txt
lib/Fuzzer/test/CounterTest.cpp
lib/Fuzzer/test/CxxTokensTest.cpp
lib/Fuzzer/test/DFSanMemcmpTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/DFSanSimpleCmpTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/FourIndependentBranchesTest.cpp
lib/Fuzzer/test/FullCoverageSetTest.cpp
lib/Fuzzer/test/FuzzerUnittest.cpp
lib/Fuzzer/test/InfiniteTest.cpp
lib/Fuzzer/test/NullDerefTest.cpp
lib/Fuzzer/test/SimpleTest.cpp
lib/Fuzzer/test/TimeoutTest.cpp
lib/Fuzzer/test/UserSuppliedFuzzerTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/dfsan/CMakeLists.txt
lib/Fuzzer/test/dfsan/DFSanSimpleCmpTest.cpp [deleted file]
lib/Fuzzer/test/fuzzer.test
lib/IR/Android.mk
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/ConstantFold.cpp
lib/IR/ConstantFold.h
lib/IR/Constants.cpp
lib/IR/ConstantsContext.h
lib/IR/Core.cpp
lib/IR/DIBuilder.cpp
lib/IR/DebugInfo.cpp
lib/IR/DebugInfoMetadata.cpp
lib/IR/DebugLoc.cpp
lib/IR/DiagnosticInfo.cpp
lib/IR/DiagnosticPrinter.cpp
lib/IR/Dominators.cpp
lib/IR/Function.cpp
lib/IR/Globals.cpp
lib/IR/IRBuilder.cpp
lib/IR/Instruction.cpp
lib/IR/Instructions.cpp
lib/IR/LLVMContext.cpp
lib/IR/LLVMContextImpl.cpp
lib/IR/LLVMContextImpl.h
lib/IR/LegacyPassManager.cpp
lib/IR/MDBuilder.cpp
lib/IR/Metadata.cpp
lib/IR/Module.cpp
lib/IR/Operator.cpp [new file with mode: 0644]
lib/IR/Type.cpp
lib/IR/User.cpp
lib/IR/Value.cpp
lib/IR/ValueSymbolTable.cpp
lib/IR/ValueTypes.cpp
lib/IR/Verifier.cpp
lib/LLVMBuild.txt
lib/LTO/LLVMBuild.txt
lib/LTO/LTOCodeGenerator.cpp
lib/LTO/LTOModule.cpp
lib/LibDriver/Android.mk [new file with mode: 0644]
lib/LibDriver/CMakeLists.txt [new file with mode: 0644]
lib/LibDriver/LLVMBuild.txt [new file with mode: 0644]
lib/LibDriver/LibDriver.cpp [new file with mode: 0644]
lib/LibDriver/Makefile [new file with mode: 0644]
lib/LibDriver/Options.td [new file with mode: 0644]
lib/Linker/LinkModules.cpp
lib/MC/Android.mk
lib/MC/CMakeLists.txt
lib/MC/ConstantPools.cpp
lib/MC/ELFObjectWriter.cpp
lib/MC/MCAsmBackend.cpp
lib/MC/MCAsmInfo.cpp
lib/MC/MCAsmInfoCOFF.cpp
lib/MC/MCAsmInfoDarwin.cpp
lib/MC/MCAsmInfoELF.cpp
lib/MC/MCAsmStreamer.cpp
lib/MC/MCAssembler.cpp
lib/MC/MCCodeGenInfo.cpp
lib/MC/MCContext.cpp
lib/MC/MCDisassembler/MCExternalSymbolizer.cpp
lib/MC/MCDisassembler/MCRelocationInfo.cpp
lib/MC/MCDwarf.cpp
lib/MC/MCELF.cpp [deleted file]
lib/MC/MCELFObjectTargetWriter.cpp
lib/MC/MCELFStreamer.cpp
lib/MC/MCExpr.cpp
lib/MC/MCInstPrinter.cpp
lib/MC/MCInstrDesc.cpp [new file with mode: 0644]
lib/MC/MCLinkerOptimizationHint.cpp
lib/MC/MCMachOStreamer.cpp
lib/MC/MCMachObjectTargetWriter.cpp
lib/MC/MCNullStreamer.cpp
lib/MC/MCObjectFileInfo.cpp
lib/MC/MCObjectStreamer.cpp
lib/MC/MCObjectWriter.cpp
lib/MC/MCParser/AsmParser.cpp
lib/MC/MCParser/COFFAsmParser.cpp
lib/MC/MCParser/DarwinAsmParser.cpp
lib/MC/MCParser/ELFAsmParser.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/MCSymbolELF.cpp [new file with mode: 0644]
lib/MC/MCValue.cpp
lib/MC/MCWin64EH.cpp
lib/MC/MCWinEH.cpp
lib/MC/MachObjectWriter.cpp
lib/MC/SubtargetFeature.cpp
lib/MC/WinCOFFObjectWriter.cpp
lib/MC/WinCOFFStreamer.cpp
lib/Makefile
lib/Object/Android.mk
lib/Object/Archive.cpp
lib/Object/ArchiveWriter.cpp [new file with mode: 0644]
lib/Object/CMakeLists.txt
lib/Object/COFFObjectFile.cpp
lib/Object/ELFObjectFile.cpp
lib/Object/ELFYAML.cpp
lib/Object/Error.cpp
lib/Object/IRObjectFile.cpp
lib/Object/MachOObjectFile.cpp
lib/Object/MachOUniversal.cpp
lib/Object/Object.cpp
lib/Object/ObjectFile.cpp
lib/Object/RecordStreamer.cpp
lib/Object/RecordStreamer.h
lib/Option/Option.cpp
lib/ProfileData/CoverageMapping.cpp
lib/ProfileData/CoverageMappingReader.cpp
lib/ProfileData/InstrProf.cpp
lib/Support/APFloat.cpp
lib/Support/APInt.cpp
lib/Support/Android.mk
lib/Support/CMakeLists.txt
lib/Support/COM.cpp [new file with mode: 0644]
lib/Support/CommandLine.cpp
lib/Support/Debug.cpp
lib/Support/Dwarf.cpp
lib/Support/DynamicLibrary.cpp
lib/Support/Host.cpp
lib/Support/Process.cpp
lib/Support/SmallVector.cpp
lib/Support/SourceMgr.cpp
lib/Support/StreamingMemoryObject.cpp
lib/Support/StringSaver.cpp [new file with mode: 0644]
lib/Support/TargetParser.cpp [new file with mode: 0644]
lib/Support/TargetRegistry.cpp
lib/Support/Triple.cpp
lib/Support/Twine.cpp
lib/Support/Unix/COM.inc [new file with mode: 0644]
lib/Support/Unix/Program.inc
lib/Support/Unix/Signals.inc
lib/Support/Windows/COM.inc [new file with mode: 0644]
lib/Support/Windows/Memory.inc
lib/Support/Windows/Path.inc
lib/Support/Windows/Process.inc
lib/Support/Windows/Program.inc
lib/Support/Windows/Signals.inc
lib/Support/YAMLParser.cpp
lib/Support/YAMLTraits.cpp
lib/Support/raw_ostream.cpp
lib/TableGen/Error.cpp
lib/TableGen/Main.cpp
lib/TableGen/Record.cpp
lib/TableGen/SetTheory.cpp
lib/TableGen/TGParser.cpp
lib/TableGen/TGParser.h
lib/TableGen/TableGenBackend.cpp
lib/Target/AArch64/AArch64A53Fix835769.cpp
lib/Target/AArch64/AArch64AdvSIMDScalarPass.cpp
lib/Target/AArch64/AArch64AsmPrinter.cpp
lib/Target/AArch64/AArch64ConditionOptimizer.cpp
lib/Target/AArch64/AArch64ConditionalCompares.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/AArch64InstrFormats.td
lib/Target/AArch64/AArch64InstrInfo.cpp
lib/Target/AArch64/AArch64InstrInfo.h
lib/Target/AArch64/AArch64InstrInfo.td
lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
lib/Target/AArch64/AArch64MCInstLower.cpp
lib/Target/AArch64/AArch64RegisterInfo.td
lib/Target/AArch64/AArch64StorePairSuppress.cpp
lib/Target/AArch64/AArch64Subtarget.cpp
lib/Target/AArch64/AArch64Subtarget.h
lib/Target/AArch64/AArch64TargetMachine.cpp
lib/Target/AArch64/AArch64TargetMachine.h
lib/Target/AArch64/AArch64TargetObjectFile.cpp
lib/Target/AArch64/AArch64TargetTransformInfo.cpp
lib/Target/AArch64/AArch64TargetTransformInfo.h
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
lib/Target/AArch64/Disassembler/AArch64ExternalSymbolizer.cpp
lib/Target/AArch64/Disassembler/LLVMBuild.txt
lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp
lib/Target/AArch64/InstPrinter/AArch64InstPrinter.h
lib/Target/AArch64/LLVMBuild.txt
lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
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/AArch64TargetStreamer.cpp
lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.h [new file with mode: 0644]
lib/Target/AArch64/Utils/AArch64BaseInfo.cpp
lib/Target/AArch64/Utils/AArch64BaseInfo.h
lib/Target/AMDGPU/AMDGPU.h [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPU.td [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUAsmPrinter.h [moved from lib/Target/R600/AMDGPUAsmPrinter.h with 100% similarity]
lib/Target/AMDGPU/AMDGPUCallingConv.td [moved from lib/Target/R600/AMDGPUCallingConv.td with 100% similarity]
lib/Target/AMDGPU/AMDGPUFrameLowering.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUFrameLowering.h [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUISelLowering.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUISelLowering.h [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUInstrInfo.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUInstrInfo.h [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUInstrInfo.td [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUInstructions.td [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUIntrinsicInfo.cpp [moved from lib/Target/R600/AMDGPUIntrinsicInfo.cpp with 100% similarity]
lib/Target/AMDGPU/AMDGPUIntrinsicInfo.h [moved from lib/Target/R600/AMDGPUIntrinsicInfo.h with 100% similarity]
lib/Target/AMDGPU/AMDGPUIntrinsics.td [moved from lib/Target/R600/AMDGPUIntrinsics.td with 100% similarity]
lib/Target/AMDGPU/AMDGPUMCInstLower.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUMCInstLower.h [moved from lib/Target/R600/AMDGPUMCInstLower.h with 100% similarity]
lib/Target/AMDGPU/AMDGPUMachineFunction.cpp [moved from lib/Target/R600/AMDGPUMachineFunction.cpp with 100% similarity]
lib/Target/AMDGPU/AMDGPUMachineFunction.h [moved from lib/Target/R600/AMDGPUMachineFunction.h with 100% similarity]
lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPURegisterInfo.cpp [moved from lib/Target/R600/AMDGPURegisterInfo.cpp with 100% similarity]
lib/Target/AMDGPU/AMDGPURegisterInfo.h [moved from lib/Target/R600/AMDGPURegisterInfo.h with 100% similarity]
lib/Target/AMDGPU/AMDGPURegisterInfo.td [moved from lib/Target/R600/AMDGPURegisterInfo.td with 100% similarity]
lib/Target/AMDGPU/AMDGPUSubtarget.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUSubtarget.h [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUTargetMachine.h [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h [new file with mode: 0644]
lib/Target/AMDGPU/AMDILCFGStructurizer.cpp [moved from lib/Target/R600/AMDILCFGStructurizer.cpp with 100% similarity]
lib/Target/AMDGPU/AMDKernelCodeT.h [moved from lib/Target/R600/AMDKernelCodeT.h with 100% similarity]
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AsmParser/CMakeLists.txt [new file with mode: 0644]
lib/Target/AMDGPU/AsmParser/LLVMBuild.txt [new file with mode: 0644]
lib/Target/AMDGPU/AsmParser/Makefile [new file with mode: 0644]
lib/Target/AMDGPU/CIInstructions.td [new file with mode: 0644]
lib/Target/AMDGPU/CMakeLists.txt [new file with mode: 0644]
lib/Target/AMDGPU/CaymanInstructions.td [moved from lib/Target/R600/CaymanInstructions.td with 100% similarity]
lib/Target/AMDGPU/EvergreenInstructions.td [new file with mode: 0644]
lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp [new file with mode: 0644]
lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h [moved from lib/Target/R600/InstPrinter/AMDGPUInstPrinter.h with 100% similarity]
lib/Target/AMDGPU/InstPrinter/CMakeLists.txt [new file with mode: 0644]
lib/Target/AMDGPU/InstPrinter/LLVMBuild.txt [new file with mode: 0644]
lib/Target/AMDGPU/InstPrinter/Makefile [new file with mode: 0644]
lib/Target/AMDGPU/LLVMBuild.txt [new file with mode: 0644]
lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp [new file with mode: 0644]
lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFObjectWriter.cpp [moved from lib/Target/R600/MCTargetDesc/AMDGPUELFObjectWriter.cpp with 100% similarity]
lib/Target/AMDGPU/MCTargetDesc/AMDGPUFixupKinds.h [moved from lib/Target/R600/MCTargetDesc/AMDGPUFixupKinds.h with 100% similarity]
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp [new file with mode: 0644]
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.h [new file with mode: 0644]
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp [moved from lib/Target/R600/MCTargetDesc/AMDGPUMCCodeEmitter.cpp with 100% similarity]
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.h [moved from lib/Target/R600/MCTargetDesc/AMDGPUMCCodeEmitter.h with 100% similarity]
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp [new file with mode: 0644]
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.h [new file with mode: 0644]
lib/Target/AMDGPU/MCTargetDesc/CMakeLists.txt [new file with mode: 0644]
lib/Target/AMDGPU/MCTargetDesc/LLVMBuild.txt [new file with mode: 0644]
lib/Target/AMDGPU/MCTargetDesc/Makefile [new file with mode: 0644]
lib/Target/AMDGPU/MCTargetDesc/R600MCCodeEmitter.cpp [new file with mode: 0644]
lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp [new file with mode: 0644]
lib/Target/AMDGPU/Makefile [new file with mode: 0644]
lib/Target/AMDGPU/Processors.td [new file with mode: 0644]
lib/Target/AMDGPU/R600ClauseMergePass.cpp [moved from lib/Target/R600/R600ClauseMergePass.cpp with 100% similarity]
lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp [moved from lib/Target/R600/R600ControlFlowFinalizer.cpp with 100% similarity]
lib/Target/AMDGPU/R600Defines.h [moved from lib/Target/R600/R600Defines.h with 100% similarity]
lib/Target/AMDGPU/R600EmitClauseMarkers.cpp [moved from lib/Target/R600/R600EmitClauseMarkers.cpp with 100% similarity]
lib/Target/AMDGPU/R600ExpandSpecialInstrs.cpp [moved from lib/Target/R600/R600ExpandSpecialInstrs.cpp with 100% similarity]
lib/Target/AMDGPU/R600ISelLowering.cpp [new file with mode: 0644]
lib/Target/AMDGPU/R600ISelLowering.h [new file with mode: 0644]
lib/Target/AMDGPU/R600InstrFormats.td [moved from lib/Target/R600/R600InstrFormats.td with 100% similarity]
lib/Target/AMDGPU/R600InstrInfo.cpp [new file with mode: 0644]
lib/Target/AMDGPU/R600InstrInfo.h [new file with mode: 0644]
lib/Target/AMDGPU/R600Instructions.td [new file with mode: 0644]
lib/Target/AMDGPU/R600Intrinsics.td [moved from lib/Target/R600/R600Intrinsics.td with 100% similarity]
lib/Target/AMDGPU/R600MachineFunctionInfo.cpp [moved from lib/Target/R600/R600MachineFunctionInfo.cpp with 100% similarity]
lib/Target/AMDGPU/R600MachineFunctionInfo.h [moved from lib/Target/R600/R600MachineFunctionInfo.h with 100% similarity]
lib/Target/AMDGPU/R600MachineScheduler.cpp [moved from lib/Target/R600/R600MachineScheduler.cpp with 100% similarity]
lib/Target/AMDGPU/R600MachineScheduler.h [moved from lib/Target/R600/R600MachineScheduler.h with 100% similarity]
lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp [moved from lib/Target/R600/R600OptimizeVectorRegisters.cpp with 100% similarity]
lib/Target/AMDGPU/R600Packetizer.cpp [moved from lib/Target/R600/R600Packetizer.cpp with 100% similarity]
lib/Target/AMDGPU/R600RegisterInfo.cpp [moved from lib/Target/R600/R600RegisterInfo.cpp with 100% similarity]
lib/Target/AMDGPU/R600RegisterInfo.h [moved from lib/Target/R600/R600RegisterInfo.h with 100% similarity]
lib/Target/AMDGPU/R600RegisterInfo.td [moved from lib/Target/R600/R600RegisterInfo.td with 100% similarity]
lib/Target/AMDGPU/R600Schedule.td [moved from lib/Target/R600/R600Schedule.td with 100% similarity]
lib/Target/AMDGPU/R600TextureIntrinsicsReplacer.cpp [moved from lib/Target/R600/R600TextureIntrinsicsReplacer.cpp with 100% similarity]
lib/Target/AMDGPU/R700Instructions.td [moved from lib/Target/R600/R700Instructions.td with 100% similarity]
lib/Target/AMDGPU/SIAnnotateControlFlow.cpp [new file with mode: 0644]
lib/Target/AMDGPU/SIDefines.h [new file with mode: 0644]
lib/Target/AMDGPU/SIFixControlFlowLiveIntervals.cpp [new file with mode: 0644]
lib/Target/AMDGPU/SIFixSGPRCopies.cpp [new file with mode: 0644]
lib/Target/AMDGPU/SIFixSGPRLiveRanges.cpp [moved from lib/Target/R600/SIFixSGPRLiveRanges.cpp with 100% similarity]
lib/Target/AMDGPU/SIFoldOperands.cpp [new file with mode: 0644]
lib/Target/AMDGPU/SIISelLowering.cpp [new file with mode: 0644]
lib/Target/AMDGPU/SIISelLowering.h [new file with mode: 0644]
lib/Target/AMDGPU/SIInsertWaits.cpp [moved from lib/Target/R600/SIInsertWaits.cpp with 100% similarity]
lib/Target/AMDGPU/SIInstrFormats.td [new file with mode: 0644]
lib/Target/AMDGPU/SIInstrInfo.cpp [new file with mode: 0644]
lib/Target/AMDGPU/SIInstrInfo.h [new file with mode: 0644]
lib/Target/AMDGPU/SIInstrInfo.td [new file with mode: 0644]
lib/Target/AMDGPU/SIInstructions.td [new file with mode: 0644]
lib/Target/AMDGPU/SIIntrinsics.td [moved from lib/Target/R600/SIIntrinsics.td with 100% similarity]
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp [new file with mode: 0644]
lib/Target/AMDGPU/SILowerControlFlow.cpp [new file with mode: 0644]
lib/Target/AMDGPU/SILowerI1Copies.cpp [moved from lib/Target/R600/SILowerI1Copies.cpp with 100% similarity]
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp [moved from lib/Target/R600/SIMachineFunctionInfo.cpp with 100% similarity]
lib/Target/AMDGPU/SIMachineFunctionInfo.h [moved from lib/Target/R600/SIMachineFunctionInfo.h with 100% similarity]
lib/Target/AMDGPU/SIPrepareScratchRegs.cpp [new file with mode: 0644]
lib/Target/AMDGPU/SIRegisterInfo.cpp [new file with mode: 0644]
lib/Target/AMDGPU/SIRegisterInfo.h [moved from lib/Target/R600/SIRegisterInfo.h with 100% similarity]
lib/Target/AMDGPU/SIRegisterInfo.td [new file with mode: 0644]
lib/Target/AMDGPU/SISchedule.td [moved from lib/Target/R600/SISchedule.td with 100% similarity]
lib/Target/AMDGPU/SIShrinkInstructions.cpp [moved from lib/Target/R600/SIShrinkInstructions.cpp with 100% similarity]
lib/Target/AMDGPU/SITypeRewriter.cpp [moved from lib/Target/R600/SITypeRewriter.cpp with 100% similarity]
lib/Target/AMDGPU/TargetInfo/AMDGPUTargetInfo.cpp [new file with mode: 0644]
lib/Target/AMDGPU/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/AMDGPU/TargetInfo/LLVMBuild.txt [new file with mode: 0644]
lib/Target/AMDGPU/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/AMDGPU/VIInstrFormats.td [moved from lib/Target/R600/VIInstrFormats.td with 100% similarity]
lib/Target/AMDGPU/VIInstructions.td [new file with mode: 0644]
lib/Target/ARM/ARM.h
lib/Target/ARM/ARM.td
lib/Target/ARM/ARMArchExtName.def [deleted file]
lib/Target/ARM/ARMArchExtName.h [deleted file]
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/ARMAsmPrinter.h
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMBaseInstrInfo.h
lib/Target/ARM/ARMConstantIslandPass.cpp
lib/Target/ARM/ARMFPUName.def [deleted file]
lib/Target/ARM/ARMFPUName.h [deleted file]
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/ARMInstrInfo.cpp
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/ARMLoadStoreOptimizer.cpp
lib/Target/ARM/ARMMCInstLower.cpp
lib/Target/ARM/ARMMachineFunctionInfo.cpp
lib/Target/ARM/ARMMachineFunctionInfo.h
lib/Target/ARM/ARMOptimizeBarriersPass.cpp
lib/Target/ARM/ARMSelectionDAGInfo.cpp
lib/Target/ARM/ARMSelectionDAGInfo.h
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/ARMTargetTransformInfo.h
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/Disassembler/ARMDisassembler.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h
lib/Target/ARM/MCTargetDesc/ARMArchName.def [deleted file]
lib/Target/ARM/MCTargetDesc/ARMArchName.h [deleted file]
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/ARMELFObjectWriter.cpp
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h
lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
lib/Target/ARM/MCTargetDesc/ARMMCExpr.cpp
lib/Target/ARM/MCTargetDesc/ARMMCExpr.h
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
lib/Target/ARM/MCTargetDesc/ARMMachORelocationInfo.cpp
lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
lib/Target/ARM/TargetInfo/ARMTargetInfo.cpp
lib/Target/ARM/Thumb1FrameLowering.cpp
lib/Target/ARM/Thumb1FrameLowering.h
lib/Target/ARM/Thumb1InstrInfo.cpp
lib/Target/ARM/Thumb2ITBlockPass.cpp
lib/Target/ARM/Thumb2InstrInfo.cpp
lib/Target/ARM/Thumb2SizeReduction.cpp
lib/Target/Android.mk
lib/Target/BPF/BPFAsmPrinter.cpp
lib/Target/BPF/BPFFrameLowering.cpp
lib/Target/BPF/BPFFrameLowering.h
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/BPFMCInstLower.cpp
lib/Target/BPF/BPFSubtarget.cpp
lib/Target/BPF/BPFSubtarget.h
lib/Target/BPF/BPFTargetMachine.cpp
lib/Target/BPF/BPFTargetMachine.h
lib/Target/BPF/InstPrinter/BPFInstPrinter.cpp
lib/Target/BPF/LLVMBuild.txt
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/BPF/TargetInfo/BPFTargetInfo.cpp
lib/Target/CMakeLists.txt
lib/Target/CppBackend/CPPBackend.cpp
lib/Target/CppBackend/CPPTargetMachine.h
lib/Target/CppBackend/TargetInfo/CppBackendTargetInfo.cpp
lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp
lib/Target/Hexagon/Disassembler/Makefile
lib/Target/Hexagon/Hexagon.h
lib/Target/Hexagon/HexagonAsmPrinter.cpp
lib/Target/Hexagon/HexagonCFGOptimizer.cpp
lib/Target/Hexagon/HexagonCopyToCombine.cpp
lib/Target/Hexagon/HexagonExpandPredSpillCode.cpp
lib/Target/Hexagon/HexagonFixupHwLoops.cpp
lib/Target/Hexagon/HexagonFrameLowering.cpp
lib/Target/Hexagon/HexagonFrameLowering.h
lib/Target/Hexagon/HexagonHardwareLoops.cpp
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
lib/Target/Hexagon/HexagonISelLowering.cpp
lib/Target/Hexagon/HexagonISelLowering.h
lib/Target/Hexagon/HexagonInstrFormats.td
lib/Target/Hexagon/HexagonInstrFormatsV4.td
lib/Target/Hexagon/HexagonInstrInfo.cpp
lib/Target/Hexagon/HexagonInstrInfo.h
lib/Target/Hexagon/HexagonInstrInfo.td
lib/Target/Hexagon/HexagonInstrInfoV4.td
lib/Target/Hexagon/HexagonIntrinsics.td
lib/Target/Hexagon/HexagonIsetDx.td [new file with mode: 0644]
lib/Target/Hexagon/HexagonMCInstLower.cpp
lib/Target/Hexagon/HexagonMachineFunctionInfo.h
lib/Target/Hexagon/HexagonNewValueJump.cpp
lib/Target/Hexagon/HexagonOperands.td
lib/Target/Hexagon/HexagonPeephole.cpp
lib/Target/Hexagon/HexagonRegisterInfo.cpp
lib/Target/Hexagon/HexagonRegisterInfo.h
lib/Target/Hexagon/HexagonRemoveSZExtArgs.cpp
lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp
lib/Target/Hexagon/HexagonSubtarget.cpp
lib/Target/Hexagon/HexagonSubtarget.h
lib/Target/Hexagon/HexagonTargetMachine.cpp
lib/Target/Hexagon/HexagonTargetMachine.h
lib/Target/Hexagon/HexagonTargetObjectFile.cpp
lib/Target/Hexagon/HexagonTargetObjectFile.h
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
lib/Target/Hexagon/LLVMBuild.txt
lib/Target/Hexagon/MCTargetDesc/CMakeLists.txt
lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h
lib/Target/Hexagon/MCTargetDesc/HexagonELFObjectWriter.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonFixupKinds.h [new file with mode: 0644]
lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.h
lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.h
lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.h
lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.cpp [new file with mode: 0644]
lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp [new file with mode: 0644]
lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h
lib/Target/Hexagon/MCTargetDesc/HexagonMCShuffler.cpp [new file with mode: 0644]
lib/Target/Hexagon/MCTargetDesc/HexagonMCShuffler.h [new file with mode: 0644]
lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.h
lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp [new file with mode: 0644]
lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.h [new file with mode: 0644]
lib/Target/Hexagon/Makefile
lib/Target/LLVMBuild.txt
lib/Target/MSP430/InstPrinter/MSP430InstPrinter.cpp
lib/Target/MSP430/MCTargetDesc/LLVMBuild.txt
lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp
lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.h
lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp
lib/Target/MSP430/MSP430AsmPrinter.cpp
lib/Target/MSP430/MSP430FrameLowering.cpp
lib/Target/MSP430/MSP430FrameLowering.h
lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
lib/Target/MSP430/MSP430ISelLowering.cpp
lib/Target/MSP430/MSP430ISelLowering.h
lib/Target/MSP430/MSP430InstrInfo.cpp
lib/Target/MSP430/MSP430InstrInfo.h
lib/Target/MSP430/MSP430MCInstLower.cpp
lib/Target/MSP430/MSP430Subtarget.cpp
lib/Target/MSP430/MSP430Subtarget.h
lib/Target/MSP430/MSP430TargetMachine.cpp
lib/Target/MSP430/MSP430TargetMachine.h
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
lib/Target/Mips/Disassembler/MipsDisassembler.cpp
lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
lib/Target/Mips/LLVMBuild.txt
lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.cpp
lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.h
lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp
lib/Target/Mips/MCTargetDesc/MipsABIInfo.h
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp
lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h
lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp
lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.h
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h
lib/Target/Mips/MCTargetDesc/MipsMCExpr.cpp
lib/Target/Mips/MCTargetDesc/MipsMCExpr.h
lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h
lib/Target/Mips/MCTargetDesc/MipsNaClELFStreamer.cpp
lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
lib/Target/Mips/MicroMips32r6InstrFormats.td [new file with mode: 0644]
lib/Target/Mips/MicroMips32r6InstrInfo.td [new file with mode: 0644]
lib/Target/Mips/MicroMipsInstrFPU.td
lib/Target/Mips/Mips.td
lib/Target/Mips/Mips16FrameLowering.cpp
lib/Target/Mips/Mips16FrameLowering.h
lib/Target/Mips/Mips16ISelDAGToDAG.cpp
lib/Target/Mips/Mips16ISelLowering.cpp
lib/Target/Mips/Mips32r6InstrFormats.td
lib/Target/Mips/Mips32r6InstrInfo.td
lib/Target/Mips/Mips64InstrInfo.td
lib/Target/Mips/MipsAsmPrinter.cpp
lib/Target/Mips/MipsAsmPrinter.h
lib/Target/Mips/MipsCallingConv.td
lib/Target/Mips/MipsCondMov.td
lib/Target/Mips/MipsDelaySlotFiller.cpp
lib/Target/Mips/MipsFastISel.cpp
lib/Target/Mips/MipsFrameLowering.cpp
lib/Target/Mips/MipsFrameLowering.h
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/MipsMCInstLower.cpp
lib/Target/Mips/MipsMSAInstrInfo.td
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/MipsSEInstrInfo.cpp
lib/Target/Mips/MipsSERegisterInfo.cpp
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/MipsTargetObjectFile.h
lib/Target/Mips/MipsTargetStreamer.h
lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp
lib/Target/NVPTX/CMakeLists.txt
lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.cpp
lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp
lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.h
lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp
lib/Target/NVPTX/NVPTX.h
lib/Target/NVPTX/NVPTXAsmPrinter.cpp
lib/Target/NVPTX/NVPTXAsmPrinter.h
lib/Target/NVPTX/NVPTXFavorNonGenericAddrSpaces.cpp
lib/Target/NVPTX/NVPTXFrameLowering.cpp
lib/Target/NVPTX/NVPTXFrameLowering.h
lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
lib/Target/NVPTX/NVPTXISelDAGToDAG.h
lib/Target/NVPTX/NVPTXISelLowering.cpp
lib/Target/NVPTX/NVPTXISelLowering.h
lib/Target/NVPTX/NVPTXInstrInfo.cpp
lib/Target/NVPTX/NVPTXInstrInfo.h
lib/Target/NVPTX/NVPTXInstrInfo.td
lib/Target/NVPTX/NVPTXLowerKernelArgs.cpp [new file with mode: 0644]
lib/Target/NVPTX/NVPTXLowerStructArgs.cpp [deleted file]
lib/Target/NVPTX/NVPTXMCExpr.cpp
lib/Target/NVPTX/NVPTXMCExpr.h
lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
lib/Target/NVPTX/NVPTXSubtarget.cpp
lib/Target/NVPTX/NVPTXSubtarget.h
lib/Target/NVPTX/NVPTXTargetMachine.cpp
lib/Target/NVPTX/NVPTXTargetMachine.h
lib/Target/NVPTX/NVPTXTargetObjectFile.h
lib/Target/NVPTX/NVPTXVector.td
lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
lib/Target/PowerPC/CMakeLists.txt
lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h
lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.h
lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
lib/Target/PowerPC/MCTargetDesc/PPCMachObjectWriter.cpp
lib/Target/PowerPC/PPC.h
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/PowerPC/PPCCTRLoops.cpp
lib/Target/PowerPC/PPCCallingConv.td
lib/Target/PowerPC/PPCEarlyReturn.cpp
lib/Target/PowerPC/PPCFastISel.cpp
lib/Target/PowerPC/PPCFrameLowering.cpp
lib/Target/PowerPC/PPCFrameLowering.h
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h
lib/Target/PowerPC/PPCInstr64Bit.td
lib/Target/PowerPC/PPCInstrAltivec.td
lib/Target/PowerPC/PPCInstrFormats.td
lib/Target/PowerPC/PPCInstrHTM.td
lib/Target/PowerPC/PPCInstrInfo.cpp
lib/Target/PowerPC/PPCInstrInfo.h
lib/Target/PowerPC/PPCInstrInfo.td
lib/Target/PowerPC/PPCInstrVSX.td
lib/Target/PowerPC/PPCLoopDataPrefetch.cpp
lib/Target/PowerPC/PPCMCInstLower.cpp
lib/Target/PowerPC/PPCMachineFunctionInfo.cpp
lib/Target/PowerPC/PPCRegisterInfo.cpp
lib/Target/PowerPC/PPCRegisterInfo.td
lib/Target/PowerPC/PPCSubtarget.cpp
lib/Target/PowerPC/PPCSubtarget.h
lib/Target/PowerPC/PPCTLSDynamicCall.cpp
lib/Target/PowerPC/PPCTOCRegDeps.cpp [new file with mode: 0644]
lib/Target/PowerPC/PPCTargetMachine.cpp
lib/Target/PowerPC/PPCTargetMachine.h
lib/Target/PowerPC/PPCTargetObjectFile.cpp
lib/Target/PowerPC/PPCTargetObjectFile.h
lib/Target/PowerPC/PPCTargetStreamer.h
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
lib/Target/PowerPC/PPCTargetTransformInfo.h
lib/Target/PowerPC/PPCVSXSwapRemoval.cpp [new file with mode: 0644]
lib/Target/PowerPC/README_ALTIVEC.txt
lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp
lib/Target/R600/AMDGPU.h [deleted file]
lib/Target/R600/AMDGPU.td [deleted file]
lib/Target/R600/AMDGPUAlwaysInlinePass.cpp [deleted file]
lib/Target/R600/AMDGPUAsmPrinter.cpp [deleted file]
lib/Target/R600/AMDGPUFrameLowering.cpp [deleted file]
lib/Target/R600/AMDGPUFrameLowering.h [deleted file]
lib/Target/R600/AMDGPUISelDAGToDAG.cpp [deleted file]
lib/Target/R600/AMDGPUISelLowering.cpp [deleted file]
lib/Target/R600/AMDGPUISelLowering.h [deleted file]
lib/Target/R600/AMDGPUInstrInfo.cpp [deleted file]
lib/Target/R600/AMDGPUInstrInfo.h [deleted file]
lib/Target/R600/AMDGPUInstrInfo.td [deleted file]
lib/Target/R600/AMDGPUInstructions.td [deleted file]
lib/Target/R600/AMDGPUMCInstLower.cpp [deleted file]
lib/Target/R600/AMDGPUPromoteAlloca.cpp [deleted file]
lib/Target/R600/AMDGPUSubtarget.cpp [deleted file]
lib/Target/R600/AMDGPUSubtarget.h [deleted file]
lib/Target/R600/AMDGPUTargetMachine.cpp [deleted file]
lib/Target/R600/AMDGPUTargetMachine.h [deleted file]
lib/Target/R600/AMDGPUTargetTransformInfo.cpp [deleted file]
lib/Target/R600/AMDGPUTargetTransformInfo.h [deleted file]
lib/Target/R600/AsmParser/AMDGPUAsmParser.cpp [deleted file]
lib/Target/R600/AsmParser/CMakeLists.txt [deleted file]
lib/Target/R600/AsmParser/LLVMBuild.txt [deleted file]
lib/Target/R600/AsmParser/Makefile [deleted file]
lib/Target/R600/CIInstructions.td [deleted file]
lib/Target/R600/CMakeLists.txt [deleted file]
lib/Target/R600/EvergreenInstructions.td [deleted file]
lib/Target/R600/InstPrinter/AMDGPUInstPrinter.cpp [deleted file]
lib/Target/R600/InstPrinter/CMakeLists.txt [deleted file]
lib/Target/R600/InstPrinter/LLVMBuild.txt [deleted file]
lib/Target/R600/InstPrinter/Makefile [deleted file]
lib/Target/R600/LLVMBuild.txt [deleted file]
lib/Target/R600/MCTargetDesc/AMDGPUAsmBackend.cpp [deleted file]
lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp [deleted file]
lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.h [deleted file]
lib/Target/R600/MCTargetDesc/AMDGPUMCTargetDesc.cpp [deleted file]
lib/Target/R600/MCTargetDesc/AMDGPUMCTargetDesc.h [deleted file]
lib/Target/R600/MCTargetDesc/CMakeLists.txt [deleted file]
lib/Target/R600/MCTargetDesc/LLVMBuild.txt [deleted file]
lib/Target/R600/MCTargetDesc/Makefile [deleted file]
lib/Target/R600/MCTargetDesc/R600MCCodeEmitter.cpp [deleted file]
lib/Target/R600/MCTargetDesc/SIMCCodeEmitter.cpp [deleted file]
lib/Target/R600/Makefile [deleted file]
lib/Target/R600/Processors.td [deleted file]
lib/Target/R600/R600ISelLowering.cpp [deleted file]
lib/Target/R600/R600ISelLowering.h [deleted file]
lib/Target/R600/R600InstrInfo.cpp [deleted file]
lib/Target/R600/R600InstrInfo.h [deleted file]
lib/Target/R600/R600Instructions.td [deleted file]
lib/Target/R600/SIAnnotateControlFlow.cpp [deleted file]
lib/Target/R600/SIDefines.h [deleted file]
lib/Target/R600/SIFixSGPRCopies.cpp [deleted file]
lib/Target/R600/SIFoldOperands.cpp [deleted file]
lib/Target/R600/SIISelLowering.cpp [deleted file]
lib/Target/R600/SIISelLowering.h [deleted file]
lib/Target/R600/SIInstrFormats.td [deleted file]
lib/Target/R600/SIInstrInfo.cpp [deleted file]
lib/Target/R600/SIInstrInfo.h [deleted file]
lib/Target/R600/SIInstrInfo.td [deleted file]
lib/Target/R600/SIInstructions.td [deleted file]
lib/Target/R600/SILoadStoreOptimizer.cpp [deleted file]
lib/Target/R600/SILowerControlFlow.cpp [deleted file]
lib/Target/R600/SIPrepareScratchRegs.cpp [deleted file]
lib/Target/R600/SIRegisterInfo.cpp [deleted file]
lib/Target/R600/SIRegisterInfo.td [deleted file]
lib/Target/R600/TargetInfo/AMDGPUTargetInfo.cpp [deleted file]
lib/Target/R600/TargetInfo/CMakeLists.txt [deleted file]
lib/Target/R600/TargetInfo/LLVMBuild.txt [deleted file]
lib/Target/R600/TargetInfo/Makefile [deleted file]
lib/Target/R600/VIInstructions.td [deleted file]
lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
lib/Target/Sparc/Disassembler/SparcDisassembler.cpp
lib/Target/Sparc/InstPrinter/SparcInstPrinter.cpp
lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp
lib/Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp
lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp
lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.h
lib/Target/Sparc/MCTargetDesc/SparcMCCodeEmitter.cpp
lib/Target/Sparc/MCTargetDesc/SparcMCExpr.cpp
lib/Target/Sparc/MCTargetDesc/SparcMCExpr.h
lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp
lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.h
lib/Target/Sparc/SparcAsmPrinter.cpp
lib/Target/Sparc/SparcFrameLowering.cpp
lib/Target/Sparc/SparcFrameLowering.h
lib/Target/Sparc/SparcISelDAGToDAG.cpp
lib/Target/Sparc/SparcISelLowering.cpp
lib/Target/Sparc/SparcISelLowering.h
lib/Target/Sparc/SparcInstr64Bit.td
lib/Target/Sparc/SparcInstrAliases.td
lib/Target/Sparc/SparcInstrFormats.td
lib/Target/Sparc/SparcInstrInfo.cpp
lib/Target/Sparc/SparcInstrInfo.h
lib/Target/Sparc/SparcInstrInfo.td
lib/Target/Sparc/SparcMCInstLower.cpp
lib/Target/Sparc/SparcRegisterInfo.td
lib/Target/Sparc/SparcSubtarget.cpp
lib/Target/Sparc/SparcSubtarget.h
lib/Target/Sparc/SparcTargetMachine.cpp
lib/Target/Sparc/SparcTargetMachine.h
lib/Target/Sparc/SparcTargetObjectFile.cpp
lib/Target/Sparc/TargetInfo/SparcTargetInfo.cpp
lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
lib/Target/SystemZ/Disassembler/SystemZDisassembler.cpp
lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.cpp
lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.h
lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.h
lib/Target/SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.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/SystemZCallingConv.h
lib/Target/SystemZ/SystemZCallingConv.td
lib/Target/SystemZ/SystemZFrameLowering.cpp
lib/Target/SystemZ/SystemZFrameLowering.h
lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
lib/Target/SystemZ/SystemZISelLowering.cpp
lib/Target/SystemZ/SystemZISelLowering.h
lib/Target/SystemZ/SystemZInstrFP.td
lib/Target/SystemZ/SystemZInstrFormats.td
lib/Target/SystemZ/SystemZInstrInfo.cpp
lib/Target/SystemZ/SystemZInstrInfo.h
lib/Target/SystemZ/SystemZInstrVector.td [new file with mode: 0644]
lib/Target/SystemZ/SystemZMCInstLower.cpp
lib/Target/SystemZ/SystemZOperands.td
lib/Target/SystemZ/SystemZOperators.td
lib/Target/SystemZ/SystemZPatterns.td
lib/Target/SystemZ/SystemZProcessors.td
lib/Target/SystemZ/SystemZRegisterInfo.td
lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
lib/Target/SystemZ/SystemZShortenInst.cpp
lib/Target/SystemZ/SystemZSubtarget.cpp
lib/Target/SystemZ/SystemZSubtarget.h
lib/Target/SystemZ/SystemZTargetMachine.cpp
lib/Target/SystemZ/SystemZTargetMachine.h
lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
lib/Target/SystemZ/SystemZTargetTransformInfo.h
lib/Target/TargetLoweringObjectFile.cpp
lib/Target/TargetMachine.cpp
lib/Target/TargetMachineC.cpp
lib/Target/TargetRecip.cpp [new file with mode: 0644]
lib/Target/TargetSubtargetInfo.cpp
lib/Target/X86/Android.mk
lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp
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/X86DisassemblerDecoderCommon.h
lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
lib/Target/X86/InstPrinter/X86InstComments.cpp
lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
lib/Target/X86/MCTargetDesc/X86BaseInfo.h
lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp
lib/Target/X86/MCTargetDesc/X86ELFRelocationInfo.cpp
lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp
lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
lib/Target/X86/MCTargetDesc/X86MachORelocationInfo.cpp
lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
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/X86CallFrameOptimization.cpp
lib/Target/X86/X86CallingConv.td
lib/Target/X86/X86ExpandPseudo.cpp [new file with mode: 0644]
lib/Target/X86/X86FastISel.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/X86InstrAVX512.td
lib/Target/X86/X86InstrCompiler.td
lib/Target/X86/X86InstrFMA.td
lib/Target/X86/X86InstrFPStack.td
lib/Target/X86/X86InstrFormats.td
lib/Target/X86/X86InstrFragmentsSIMD.td
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrInfo.h
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86InstrMPX.td [new file with mode: 0644]
lib/Target/X86/X86InstrSSE.td
lib/Target/X86/X86InstrShiftRotate.td
lib/Target/X86/X86IntrinsicsInfo.h
lib/Target/X86/X86MCInstLower.cpp
lib/Target/X86/X86RegisterInfo.cpp
lib/Target/X86/X86RegisterInfo.h
lib/Target/X86/X86RegisterInfo.td
lib/Target/X86/X86SelectionDAGInfo.cpp
lib/Target/X86/X86Subtarget.cpp
lib/Target/X86/X86Subtarget.h
lib/Target/X86/X86TargetMachine.cpp
lib/Target/X86/X86TargetMachine.h
lib/Target/X86/X86TargetObjectFile.cpp
lib/Target/X86/X86TargetObjectFile.h
lib/Target/X86/X86TargetTransformInfo.cpp
lib/Target/X86/X86TargetTransformInfo.h
lib/Target/X86/X86VZeroUpper.cpp
lib/Target/X86/X86WinEHState.cpp [new file with mode: 0644]
lib/Target/XCore/Disassembler/XCoreDisassembler.cpp
lib/Target/XCore/InstPrinter/XCoreInstPrinter.cpp
lib/Target/XCore/LLVMBuild.txt
lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.cpp
lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h
lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp
lib/Target/XCore/TargetInfo/XCoreTargetInfo.cpp
lib/Target/XCore/XCoreAsmPrinter.cpp
lib/Target/XCore/XCoreFrameLowering.cpp
lib/Target/XCore/XCoreFrameLowering.h
lib/Target/XCore/XCoreISelDAGToDAG.cpp
lib/Target/XCore/XCoreISelLowering.cpp
lib/Target/XCore/XCoreISelLowering.h
lib/Target/XCore/XCoreInstrInfo.cpp
lib/Target/XCore/XCoreInstrInfo.h
lib/Target/XCore/XCoreInstrInfo.td
lib/Target/XCore/XCoreLowerThreadLocal.cpp
lib/Target/XCore/XCoreMCInstLower.cpp
lib/Target/XCore/XCoreSubtarget.cpp
lib/Target/XCore/XCoreSubtarget.h
lib/Target/XCore/XCoreTargetMachine.cpp
lib/Target/XCore/XCoreTargetMachine.h
lib/Target/XCore/XCoreTargetObjectFile.cpp
lib/Target/XCore/XCoreTargetObjectFile.h
lib/Transforms/IPO/ArgumentPromotion.cpp
lib/Transforms/IPO/DeadArgumentElimination.cpp
lib/Transforms/IPO/FunctionAttrs.cpp
lib/Transforms/IPO/GlobalOpt.cpp
lib/Transforms/IPO/Inliner.cpp
lib/Transforms/IPO/LowerBitSets.cpp
lib/Transforms/IPO/MergeFunctions.cpp
lib/Transforms/IPO/PassManagerBuilder.cpp
lib/Transforms/IPO/StripSymbols.cpp
lib/Transforms/InstCombine/InstCombineAddSub.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/InstructionCombining.cpp
lib/Transforms/Instrumentation/AddressSanitizer.cpp
lib/Transforms/Instrumentation/Android.mk
lib/Transforms/Instrumentation/BoundsChecking.cpp
lib/Transforms/Instrumentation/CMakeLists.txt
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
lib/Transforms/Instrumentation/GCOVProfiling.cpp
lib/Transforms/Instrumentation/InstrProfiling.cpp
lib/Transforms/Instrumentation/Instrumentation.cpp
lib/Transforms/Instrumentation/MemorySanitizer.cpp
lib/Transforms/Instrumentation/SafeStack.cpp [new file with mode: 0644]
lib/Transforms/Instrumentation/SanitizerCoverage.cpp
lib/Transforms/Instrumentation/ThreadSanitizer.cpp
lib/Transforms/ObjCARC/ARCInstKind.cpp
lib/Transforms/ObjCARC/ObjCARCContract.cpp
lib/Transforms/ObjCARC/ObjCARCOpts.cpp
lib/Transforms/ObjCARC/ProvenanceAnalysis.cpp
lib/Transforms/Scalar/Android.mk
lib/Transforms/Scalar/CMakeLists.txt
lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
lib/Transforms/Scalar/DeadStoreElimination.cpp
lib/Transforms/Scalar/EarlyCSE.cpp
lib/Transforms/Scalar/GVN.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp
lib/Transforms/Scalar/JumpThreading.cpp
lib/Transforms/Scalar/LICM.cpp
lib/Transforms/Scalar/LoopDistribute.cpp [new file with mode: 0644]
lib/Transforms/Scalar/LoopIdiomRecognize.cpp
lib/Transforms/Scalar/LoopInterchange.cpp
lib/Transforms/Scalar/LoopStrengthReduce.cpp
lib/Transforms/Scalar/LoopUnrollPass.cpp
lib/Transforms/Scalar/MemCpyOptimizer.cpp
lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
lib/Transforms/Scalar/NaryReassociate.cpp
lib/Transforms/Scalar/PlaceSafepoints.cpp
lib/Transforms/Scalar/Reassociate.cpp
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
lib/Transforms/Scalar/SROA.cpp
lib/Transforms/Scalar/SampleProfile.cpp
lib/Transforms/Scalar/Scalar.cpp
lib/Transforms/Scalar/ScalarReplAggregates.cpp
lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
lib/Transforms/Scalar/SimplifyCFGPass.cpp
lib/Transforms/Scalar/Sink.cpp
lib/Transforms/Scalar/SpeculativeExecution.cpp [new file with mode: 0644]
lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
lib/Transforms/Scalar/TailRecursionElimination.cpp
lib/Transforms/Utils/AddDiscriminators.cpp
lib/Transforms/Utils/Android.mk
lib/Transforms/Utils/BasicBlockUtils.cpp
lib/Transforms/Utils/BuildLibCalls.cpp
lib/Transforms/Utils/CMakeLists.txt
lib/Transforms/Utils/CloneFunction.cpp
lib/Transforms/Utils/CloneModule.cpp
lib/Transforms/Utils/InlineFunction.cpp
lib/Transforms/Utils/IntegerDivision.cpp
lib/Transforms/Utils/LCSSA.cpp
lib/Transforms/Utils/Local.cpp
lib/Transforms/Utils/LoopSimplify.cpp
lib/Transforms/Utils/LoopUnrollRuntime.cpp
lib/Transforms/Utils/LoopUtils.cpp [new file with mode: 0644]
lib/Transforms/Utils/ModuleUtils.cpp
lib/Transforms/Utils/PromoteMemoryToRegister.cpp
lib/Transforms/Utils/SSAUpdater.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
lib/Transforms/Utils/SimplifyIndVar.cpp
lib/Transforms/Utils/SimplifyLibCalls.cpp
lib/Transforms/Utils/ValueMapper.cpp
lib/Transforms/Vectorize/BBVectorize.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp
lib/Transforms/Vectorize/SLPVectorizer.cpp
llvm-tblgen-rules.mk
projects/CMakeLists.txt
resources/windows_version_resource.rc [new file with mode: 0644]
shared_llvm.mk
test/Analysis/BranchProbabilityInfo/pr22718.ll [new file with mode: 0644]
test/Analysis/CostModel/X86/testshiftashr.ll
test/Analysis/CostModel/X86/testshiftlshr.ll
test/Analysis/CostModel/X86/testshiftshl.ll
test/Analysis/Delinearization/divide_by_one.ll [new file with mode: 0644]
test/Analysis/Delinearization/type_mismatch.ll [new file with mode: 0644]
test/Analysis/DependenceAnalysis/NonCanonicalizedSubscript.ll
test/Analysis/DependenceAnalysis/PR21585.ll [new file with mode: 0644]
test/Analysis/LoopAccessAnalysis/number-of-memchecks.ll [new file with mode: 0644]
test/Analysis/LoopAccessAnalysis/resort-to-memchecks-only.ll [new file with mode: 0644]
test/Analysis/LoopAccessAnalysis/stride-access-dependence.ll [new file with mode: 0644]
test/Analysis/LoopAccessAnalysis/underlying-objects-1.ll [new file with mode: 0644]
test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll [new file with mode: 0644]
test/Analysis/ScopedNoAliasAA/basic-domains.ll
test/Analysis/ValueTracking/assume.ll [new file with mode: 0644]
test/Analysis/ValueTracking/dom-cond.ll [new file with mode: 0644]
test/Analysis/ValueTracking/memory-dereferenceable.ll
test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll
test/Assembler/debug-info.ll
test/Assembler/dicompileunit.ll [new file with mode: 0644]
test/Assembler/diexpression.ll [new file with mode: 0644]
test/Assembler/difile-escaped-chars.ll [new file with mode: 0644]
test/Assembler/diglobalvariable.ll [new file with mode: 0644]
test/Assembler/diimportedentity.ll [new file with mode: 0644]
test/Assembler/dilexicalblock.ll [new file with mode: 0644]
test/Assembler/dilocalvariable-arg-large.ll [new file with mode: 0644]
test/Assembler/dilocalvariable.ll [new file with mode: 0644]
test/Assembler/dilocation.ll [new file with mode: 0644]
test/Assembler/dinamespace.ll [new file with mode: 0644]
test/Assembler/diobjcproperty.ll [new file with mode: 0644]
test/Assembler/disubprogram.ll [new file with mode: 0644]
test/Assembler/disubrange-empty-array.ll [new file with mode: 0644]
test/Assembler/disubroutinetype.ll [new file with mode: 0644]
test/Assembler/ditemplateparameter.ll [new file with mode: 0644]
test/Assembler/ditype-large-values.ll [new file with mode: 0644]
test/Assembler/drop-debug-info.ll
test/Assembler/generic-debug-node.ll
test/Assembler/getelementptr.ll
test/Assembler/invalid-dicompileunit-language-bad.ll [new file with mode: 0644]
test/Assembler/invalid-dicompileunit-language-overflow.ll [new file with mode: 0644]
test/Assembler/invalid-dicompileunit-missing-language.ll [new file with mode: 0644]
test/Assembler/invalid-dicompileunit-null-file.ll [new file with mode: 0644]
test/Assembler/invalid-dicompositetype-missing-tag.ll [new file with mode: 0644]
test/Assembler/invalid-diderivedtype-missing-basetype.ll [new file with mode: 0644]
test/Assembler/invalid-diderivedtype-missing-tag.ll [new file with mode: 0644]
test/Assembler/invalid-dienumerator-missing-name.ll [new file with mode: 0644]
test/Assembler/invalid-dienumerator-missing-value.ll [new file with mode: 0644]
test/Assembler/invalid-diexpression-large.ll [new file with mode: 0644]
test/Assembler/invalid-diexpression-verify.ll [new file with mode: 0644]
test/Assembler/invalid-difile-missing-directory.ll [new file with mode: 0644]
test/Assembler/invalid-difile-missing-filename.ll [new file with mode: 0644]
test/Assembler/invalid-diglobalvariable-empty-name.ll [new file with mode: 0644]
test/Assembler/invalid-diglobalvariable-missing-name.ll [new file with mode: 0644]
test/Assembler/invalid-diimportedentity-missing-scope.ll [new file with mode: 0644]
test/Assembler/invalid-diimportedentity-missing-tag.ll [new file with mode: 0644]
test/Assembler/invalid-dilexicalblock-missing-scope.ll [new file with mode: 0644]
test/Assembler/invalid-dilexicalblock-null-scope.ll [new file with mode: 0644]
test/Assembler/invalid-dilexicalblockfile-missing-discriminator.ll [new file with mode: 0644]
test/Assembler/invalid-dilexicalblockfile-missing-scope.ll [new file with mode: 0644]
test/Assembler/invalid-dilexicalblockfile-null-scope.ll [new file with mode: 0644]
test/Assembler/invalid-dilocalvariable-arg-large.ll [new file with mode: 0644]
test/Assembler/invalid-dilocalvariable-arg-negative.ll [new file with mode: 0644]
test/Assembler/invalid-dilocalvariable-missing-scope.ll [new file with mode: 0644]
test/Assembler/invalid-dilocalvariable-missing-tag.ll [new file with mode: 0644]
test/Assembler/invalid-dilocalvariable-null-scope.ll [new file with mode: 0644]
test/Assembler/invalid-dilocation-field-bad.ll [new file with mode: 0644]
test/Assembler/invalid-dilocation-field-twice.ll [new file with mode: 0644]
test/Assembler/invalid-dilocation-missing-scope-2.ll [new file with mode: 0644]
test/Assembler/invalid-dilocation-missing-scope.ll [new file with mode: 0644]
test/Assembler/invalid-dilocation-null-scope.ll [new file with mode: 0644]
test/Assembler/invalid-dilocation-overflow-column.ll [new file with mode: 0644]
test/Assembler/invalid-dilocation-overflow-line.ll [new file with mode: 0644]
test/Assembler/invalid-dinamespace-missing-namespace.ll [new file with mode: 0644]
test/Assembler/invalid-disubrange-count-large.ll [new file with mode: 0644]
test/Assembler/invalid-disubrange-count-missing.ll [new file with mode: 0644]
test/Assembler/invalid-disubrange-count-negative.ll [new file with mode: 0644]
test/Assembler/invalid-disubrange-lowerBound-max.ll [new file with mode: 0644]
test/Assembler/invalid-disubrange-lowerBound-min.ll [new file with mode: 0644]
test/Assembler/invalid-disubroutinetype-missing-types.ll [new file with mode: 0644]
test/Assembler/invalid-ditemplatetypeparameter-missing-type.ll [new file with mode: 0644]
test/Assembler/invalid-ditemplatevalueparameter-missing-value.ll [new file with mode: 0644]
test/Assembler/invalid-generic-debug-node-tag-bad.ll
test/Assembler/invalid-generic-debug-node-tag-missing.ll
test/Assembler/invalid-generic-debug-node-tag-overflow.ll
test/Assembler/invalid-generic-debug-node-tag-wrong-type.ll
test/Assembler/invalid-mdcompileunit-language-bad.ll [deleted file]
test/Assembler/invalid-mdcompileunit-language-overflow.ll [deleted file]
test/Assembler/invalid-mdcompileunit-missing-language.ll [deleted file]
test/Assembler/invalid-mdcompileunit-null-file.ll [deleted file]
test/Assembler/invalid-mdcompositetype-missing-tag.ll [deleted file]
test/Assembler/invalid-mdderivedtype-missing-basetype.ll [deleted file]
test/Assembler/invalid-mdderivedtype-missing-tag.ll [deleted file]
test/Assembler/invalid-mdenumerator-missing-name.ll [deleted file]
test/Assembler/invalid-mdenumerator-missing-value.ll [deleted file]
test/Assembler/invalid-mdexpression-large.ll [deleted file]
test/Assembler/invalid-mdexpression-verify.ll [deleted file]
test/Assembler/invalid-mdfile-missing-directory.ll [deleted file]
test/Assembler/invalid-mdfile-missing-filename.ll [deleted file]
test/Assembler/invalid-mdglobalvariable-empty-name.ll [deleted file]
test/Assembler/invalid-mdglobalvariable-missing-name.ll [deleted file]
test/Assembler/invalid-mdimportedentity-missing-scope.ll [deleted file]
test/Assembler/invalid-mdimportedentity-missing-tag.ll [deleted file]
test/Assembler/invalid-mdlexicalblock-missing-scope.ll [deleted file]
test/Assembler/invalid-mdlexicalblock-null-scope.ll [deleted file]
test/Assembler/invalid-mdlexicalblockfile-missing-discriminator.ll [deleted file]
test/Assembler/invalid-mdlexicalblockfile-missing-scope.ll [deleted file]
test/Assembler/invalid-mdlexicalblockfile-null-scope.ll [deleted file]
test/Assembler/invalid-mdlocalvariable-missing-scope.ll [deleted file]
test/Assembler/invalid-mdlocalvariable-missing-tag.ll [deleted file]
test/Assembler/invalid-mdlocalvariable-null-scope.ll [deleted file]
test/Assembler/invalid-mdlocation-field-bad.ll [deleted file]
test/Assembler/invalid-mdlocation-field-twice.ll [deleted file]
test/Assembler/invalid-mdlocation-missing-scope-2.ll [deleted file]
test/Assembler/invalid-mdlocation-missing-scope.ll [deleted file]
test/Assembler/invalid-mdlocation-null-scope.ll [deleted file]
test/Assembler/invalid-mdlocation-overflow-column.ll [deleted file]
test/Assembler/invalid-mdlocation-overflow-line.ll [deleted file]
test/Assembler/invalid-mdnamespace-missing-namespace.ll [deleted file]
test/Assembler/invalid-mdsubrange-count-large.ll [deleted file]
test/Assembler/invalid-mdsubrange-count-missing.ll [deleted file]
test/Assembler/invalid-mdsubrange-count-negative.ll [deleted file]
test/Assembler/invalid-mdsubrange-lowerBound-max.ll [deleted file]
test/Assembler/invalid-mdsubrange-lowerBound-min.ll [deleted file]
test/Assembler/invalid-mdsubroutinetype-missing-types.ll [deleted file]
test/Assembler/invalid-mdtemplatetypeparameter-missing-type.ll [deleted file]
test/Assembler/invalid-mdtemplatevalueparameter-missing-value.ll [deleted file]
test/Assembler/mdcompileunit.ll [deleted file]
test/Assembler/mdexpression.ll [deleted file]
test/Assembler/mdfile-escaped-chars.ll [deleted file]
test/Assembler/mdglobalvariable.ll [deleted file]
test/Assembler/mdimportedentity.ll [deleted file]
test/Assembler/mdlexicalblock.ll [deleted file]
test/Assembler/mdlocalvariable.ll [deleted file]
test/Assembler/mdlocation.ll [deleted file]
test/Assembler/mdnamespace.ll [deleted file]
test/Assembler/mdobjcproperty.ll [deleted file]
test/Assembler/mdsubprogram.ll [deleted file]
test/Assembler/mdsubrange-empty-array.ll [deleted file]
test/Assembler/mdsubroutinetype.ll [deleted file]
test/Assembler/mdtemplateparameter.ll [deleted file]
test/Assembler/mdtype-large-values.ll [deleted file]
test/Assembler/metadata-null-operands.ll
test/Assembler/metadata.ll
test/Bindings/OCaml/core.ml
test/Bitcode/DICompileUnit-no-DWOId.ll [new file with mode: 0644]
test/Bitcode/DICompileUnit-no-DWOId.ll.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-GCTable-overflow.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-abbrev-fixed-size-too-big.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-abbrev-no-operands.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-abbrev-vbr-size-too-big.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-alias-type-mismatch.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-array-element-type.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-array-op-not-2nd-to-last.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-array-operand-encoding.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-array-type.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-call-mismatched-explicit-type.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-call-non-function-explicit-type.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-code-len-width.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-extract-0-indices.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-fixme-streaming-blob.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-fp-shift.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-function-argument-type.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-function-comdat-id.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-fwdref-type-mismatch-2.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-fwdref-type-mismatch.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-global-var-comdat-id.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-insert-0-indices.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-inserted-value-type-mismatch.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-invoke-mismatched-explicit-type.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-invoke-non-function-explicit-type.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-load-pointer-type.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-load-ptr-type.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-metadata-not-followed-named-node.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-non-vector-extractelement.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-non-vector-insertelement.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-non-vector-shufflevector.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-pointer-element-type.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-too-big-fwdref.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-vector-element-type.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-vector-length.bc [new file with mode: 0644]
test/Bitcode/attributes.ll
test/Bitcode/cmpxchg.3.6.ll [new file with mode: 0644]
test/Bitcode/cmpxchg.3.6.ll.bc [new file with mode: 0644]
test/Bitcode/debug-loc-again.ll [new file with mode: 0644]
test/Bitcode/invalid.test
test/BugPoint/metadata.ll
test/BugPoint/replace-funcs-with-null.ll [new file with mode: 0644]
test/CMakeLists.txt
test/CodeGen/AArch64/aarch64-2014-08-11-MachineCombinerCrash.ll
test/CodeGen/AArch64/aarch64-gep-opt.ll
test/CodeGen/AArch64/arm64-2011-03-17-AsmPrinterCrash.ll
test/CodeGen/AArch64/arm64-aapcs.ll
test/CodeGen/AArch64/arm64-atomic.ll
test/CodeGen/AArch64/arm64-ccmp.ll
test/CodeGen/AArch64/arm64-fast-isel.ll
test/CodeGen/AArch64/arm64-fmax.ll
test/CodeGen/AArch64/arm64-indexed-vector-ldst.ll
test/CodeGen/AArch64/arm64-ldp-aa.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-named-reg-alloc.ll
test/CodeGen/AArch64/arm64-named-reg-notareg.ll
test/CodeGen/AArch64/arm64-neon-select_cc.ll
test/CodeGen/AArch64/arm64-neon-v1i1-setcc.ll
test/CodeGen/AArch64/arm64-promote-const.ll
test/CodeGen/AArch64/arm64-shrink-wrapping.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-stp-aa.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-stp.ll
test/CodeGen/AArch64/arm64-strict-align.ll
test/CodeGen/AArch64/fast-isel-address-extends.ll [new file with mode: 0644]
test/CodeGen/AArch64/global-merge-group-by-use.ll [new file with mode: 0644]
test/CodeGen/AArch64/global-merge-ignore-single-use-minsize.ll [new file with mode: 0644]
test/CodeGen/AArch64/global-merge-ignore-single-use.ll [new file with mode: 0644]
test/CodeGen/AArch64/lit.local.cfg
test/CodeGen/AArch64/machine-sink-kill-flags.ll [new file with mode: 0644]
test/CodeGen/AArch64/minmax.ll [new file with mode: 0644]
test/CodeGen/AArch64/simple-macho.ll [new file with mode: 0644]
test/CodeGen/AArch64/special-reg.ll [new file with mode: 0644]
test/CodeGen/AArch64/tail-call.ll
test/CodeGen/AArch64/tailcall_misched_graph.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/32-bit-local-address-space.ll [moved from test/CodeGen/R600/32-bit-local-address-space.ll with 100% similarity]
test/CodeGen/AMDGPU/README [moved from test/CodeGen/R600/README with 100% similarity]
test/CodeGen/AMDGPU/add-debug.ll [moved from test/CodeGen/R600/add-debug.ll with 100% similarity]
test/CodeGen/AMDGPU/add.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/add_i64.ll [moved from test/CodeGen/R600/add_i64.ll with 100% similarity]
test/CodeGen/AMDGPU/address-space.ll [moved from test/CodeGen/R600/address-space.ll with 100% similarity]
test/CodeGen/AMDGPU/and.ll [moved from test/CodeGen/R600/and.ll with 100% similarity]
test/CodeGen/AMDGPU/anyext.ll [moved from test/CodeGen/R600/anyext.ll with 100% similarity]
test/CodeGen/AMDGPU/array-ptr-calc-i32.ll [moved from test/CodeGen/R600/array-ptr-calc-i32.ll with 100% similarity]
test/CodeGen/AMDGPU/array-ptr-calc-i64.ll [moved from test/CodeGen/R600/array-ptr-calc-i64.ll with 100% similarity]
test/CodeGen/AMDGPU/atomic_cmp_swap_local.ll [moved from test/CodeGen/R600/atomic_cmp_swap_local.ll with 100% similarity]
test/CodeGen/AMDGPU/atomic_load_add.ll [moved from test/CodeGen/R600/atomic_load_add.ll with 100% similarity]
test/CodeGen/AMDGPU/atomic_load_sub.ll [moved from test/CodeGen/R600/atomic_load_sub.ll with 100% similarity]
test/CodeGen/AMDGPU/basic-branch.ll [moved from test/CodeGen/R600/basic-branch.ll with 100% similarity]
test/CodeGen/AMDGPU/basic-loop.ll [moved from test/CodeGen/R600/basic-loop.ll with 100% similarity]
test/CodeGen/AMDGPU/bfe_uint.ll [moved from test/CodeGen/R600/bfe_uint.ll with 100% similarity]
test/CodeGen/AMDGPU/bfi_int.ll [moved from test/CodeGen/R600/bfi_int.ll with 100% similarity]
test/CodeGen/AMDGPU/big_alu.ll [moved from test/CodeGen/R600/big_alu.ll with 100% similarity]
test/CodeGen/AMDGPU/bitcast.ll [moved from test/CodeGen/R600/bitcast.ll with 100% similarity]
test/CodeGen/AMDGPU/bswap.ll [moved from test/CodeGen/R600/bswap.ll with 100% similarity]
test/CodeGen/AMDGPU/build_vector.ll [moved from test/CodeGen/R600/build_vector.ll with 100% similarity]
test/CodeGen/AMDGPU/call.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/call_fs.ll [moved from test/CodeGen/R600/call_fs.ll with 100% similarity]
test/CodeGen/AMDGPU/cayman-loop-bug.ll [moved from test/CodeGen/R600/cayman-loop-bug.ll with 100% similarity]
test/CodeGen/AMDGPU/cf-stack-bug.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/cf_end.ll [moved from test/CodeGen/R600/cf_end.ll with 100% similarity]
test/CodeGen/AMDGPU/cgp-addressing-modes.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/coalescer_remat.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/codegen-prepare-addrmode-sext.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/combine_vloads.ll [moved from test/CodeGen/R600/combine_vloads.ll with 100% similarity]
test/CodeGen/AMDGPU/commute-compares.ll [moved from test/CodeGen/R600/commute-compares.ll with 100% similarity]
test/CodeGen/AMDGPU/commute_modifiers.ll [moved from test/CodeGen/R600/commute_modifiers.ll with 100% similarity]
test/CodeGen/AMDGPU/complex-folding.ll [moved from test/CodeGen/R600/complex-folding.ll with 100% similarity]
test/CodeGen/AMDGPU/concat_vectors.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/copy-illegal-type.ll [moved from test/CodeGen/R600/copy-illegal-type.ll with 100% similarity]
test/CodeGen/AMDGPU/copy-to-reg.ll [moved from test/CodeGen/R600/copy-to-reg.ll with 100% similarity]
test/CodeGen/AMDGPU/ctlz_zero_undef.ll [moved from test/CodeGen/R600/ctlz_zero_undef.ll with 100% similarity]
test/CodeGen/AMDGPU/ctpop.ll [moved from test/CodeGen/R600/ctpop.ll with 100% similarity]
test/CodeGen/AMDGPU/ctpop64.ll [moved from test/CodeGen/R600/ctpop64.ll with 100% similarity]
test/CodeGen/AMDGPU/cttz_zero_undef.ll [moved from test/CodeGen/R600/cttz_zero_undef.ll with 100% similarity]
test/CodeGen/AMDGPU/cvt_f32_ubyte.ll [moved from test/CodeGen/R600/cvt_f32_ubyte.ll with 100% similarity]
test/CodeGen/AMDGPU/cvt_flr_i32_f32.ll [moved from test/CodeGen/R600/cvt_flr_i32_f32.ll with 100% similarity]
test/CodeGen/AMDGPU/cvt_rpi_i32_f32.ll [moved from test/CodeGen/R600/cvt_rpi_i32_f32.ll with 100% similarity]
test/CodeGen/AMDGPU/dagcombiner-bug-illegal-vec4-int-to-fp.ll [moved from test/CodeGen/R600/dagcombiner-bug-illegal-vec4-int-to-fp.ll with 100% similarity]
test/CodeGen/AMDGPU/debug.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/default-fp-mode.ll [moved from test/CodeGen/R600/default-fp-mode.ll with 100% similarity]
test/CodeGen/AMDGPU/disconnected-predset-break-bug.ll [moved from test/CodeGen/R600/disconnected-predset-break-bug.ll with 100% similarity]
test/CodeGen/AMDGPU/dot4-folding.ll [moved from test/CodeGen/R600/dot4-folding.ll with 100% similarity]
test/CodeGen/AMDGPU/ds-negative-offset-addressing-mode-loop.ll [moved from test/CodeGen/R600/ds-negative-offset-addressing-mode-loop.ll with 100% similarity]
test/CodeGen/AMDGPU/ds_read2.ll [moved from test/CodeGen/R600/ds_read2.ll with 100% similarity]
test/CodeGen/AMDGPU/ds_read2_offset_order.ll [moved from test/CodeGen/R600/ds_read2_offset_order.ll with 100% similarity]
test/CodeGen/AMDGPU/ds_read2st64.ll [moved from test/CodeGen/R600/ds_read2st64.ll with 100% similarity]
test/CodeGen/AMDGPU/ds_write2.ll [moved from test/CodeGen/R600/ds_write2.ll with 100% similarity]
test/CodeGen/AMDGPU/ds_write2st64.ll [moved from test/CodeGen/R600/ds_write2st64.ll with 100% similarity]
test/CodeGen/AMDGPU/elf.ll [moved from test/CodeGen/R600/elf.ll with 100% similarity]
test/CodeGen/AMDGPU/elf.r600.ll [moved from test/CodeGen/R600/elf.r600.ll with 100% similarity]
test/CodeGen/AMDGPU/empty-function.ll [moved from test/CodeGen/R600/empty-function.ll with 100% similarity]
test/CodeGen/AMDGPU/endcf-loop-header.ll [moved from test/CodeGen/R600/endcf-loop-header.ll with 100% similarity]
test/CodeGen/AMDGPU/extload-private.ll [moved from test/CodeGen/R600/extload-private.ll with 100% similarity]
test/CodeGen/AMDGPU/extload.ll [moved from test/CodeGen/R600/extload.ll with 100% similarity]
test/CodeGen/AMDGPU/extract_vector_elt_i16.ll [moved from test/CodeGen/R600/extract_vector_elt_i16.ll with 100% similarity]
test/CodeGen/AMDGPU/fabs.f64.ll [moved from test/CodeGen/R600/fabs.f64.ll with 100% similarity]
test/CodeGen/AMDGPU/fabs.ll [moved from test/CodeGen/R600/fabs.ll with 100% similarity]
test/CodeGen/AMDGPU/fadd.ll [moved from test/CodeGen/R600/fadd.ll with 100% similarity]
test/CodeGen/AMDGPU/fadd64.ll [moved from test/CodeGen/R600/fadd64.ll with 100% similarity]
test/CodeGen/AMDGPU/fceil.ll [moved from test/CodeGen/R600/fceil.ll with 100% similarity]
test/CodeGen/AMDGPU/fceil64.ll [moved from test/CodeGen/R600/fceil64.ll with 100% similarity]
test/CodeGen/AMDGPU/fcmp-cnd.ll [moved from test/CodeGen/R600/fcmp-cnd.ll with 100% similarity]
test/CodeGen/AMDGPU/fcmp-cnde-int-args.ll [moved from test/CodeGen/R600/fcmp-cnde-int-args.ll with 100% similarity]
test/CodeGen/AMDGPU/fcmp.ll [moved from test/CodeGen/R600/fcmp.ll with 100% similarity]
test/CodeGen/AMDGPU/fcmp64.ll [moved from test/CodeGen/R600/fcmp64.ll with 100% similarity]
test/CodeGen/AMDGPU/fconst64.ll [moved from test/CodeGen/R600/fconst64.ll with 100% similarity]
test/CodeGen/AMDGPU/fcopysign.f32.ll [moved from test/CodeGen/R600/fcopysign.f32.ll with 100% similarity]
test/CodeGen/AMDGPU/fcopysign.f64.ll [moved from test/CodeGen/R600/fcopysign.f64.ll with 100% similarity]
test/CodeGen/AMDGPU/fdiv.f64.ll [moved from test/CodeGen/R600/fdiv.f64.ll with 100% similarity]
test/CodeGen/AMDGPU/fdiv.ll [moved from test/CodeGen/R600/fdiv.ll with 100% similarity]
test/CodeGen/AMDGPU/fetch-limits.r600.ll [moved from test/CodeGen/R600/fetch-limits.r600.ll with 100% similarity]
test/CodeGen/AMDGPU/fetch-limits.r700+.ll [moved from test/CodeGen/R600/fetch-limits.r700+.ll with 100% similarity]
test/CodeGen/AMDGPU/ffloor.f64.ll [moved from test/CodeGen/R600/ffloor.f64.ll with 100% similarity]
test/CodeGen/AMDGPU/ffloor.ll [moved from test/CodeGen/R600/ffloor.ll with 100% similarity]
test/CodeGen/AMDGPU/flat-address-space.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/floor.ll [moved from test/CodeGen/R600/floor.ll with 100% similarity]
test/CodeGen/AMDGPU/fma-combine.ll [moved from test/CodeGen/R600/fma-combine.ll with 100% similarity]
test/CodeGen/AMDGPU/fma.f64.ll [moved from test/CodeGen/R600/fma.f64.ll with 100% similarity]
test/CodeGen/AMDGPU/fma.ll [moved from test/CodeGen/R600/fma.ll with 100% similarity]
test/CodeGen/AMDGPU/fmad.ll [moved from test/CodeGen/R600/fmad.ll with 100% similarity]
test/CodeGen/AMDGPU/fmax.ll [moved from test/CodeGen/R600/fmax.ll with 100% similarity]
test/CodeGen/AMDGPU/fmax3.f64.ll [moved from test/CodeGen/R600/fmax3.f64.ll with 100% similarity]
test/CodeGen/AMDGPU/fmax3.ll [moved from test/CodeGen/R600/fmax3.ll with 100% similarity]
test/CodeGen/AMDGPU/fmax_legacy.f64.ll [moved from test/CodeGen/R600/fmax_legacy.f64.ll with 100% similarity]
test/CodeGen/AMDGPU/fmax_legacy.ll [moved from test/CodeGen/R600/fmax_legacy.ll with 100% similarity]
test/CodeGen/AMDGPU/fmaxnum.f64.ll [moved from test/CodeGen/R600/fmaxnum.f64.ll with 100% similarity]
test/CodeGen/AMDGPU/fmaxnum.ll [moved from test/CodeGen/R600/fmaxnum.ll with 100% similarity]
test/CodeGen/AMDGPU/fmin.ll [moved from test/CodeGen/R600/fmin.ll with 100% similarity]
test/CodeGen/AMDGPU/fmin3.ll [moved from test/CodeGen/R600/fmin3.ll with 100% similarity]
test/CodeGen/AMDGPU/fmin_legacy.f64.ll [moved from test/CodeGen/R600/fmin_legacy.f64.ll with 100% similarity]
test/CodeGen/AMDGPU/fmin_legacy.ll [moved from test/CodeGen/R600/fmin_legacy.ll with 100% similarity]
test/CodeGen/AMDGPU/fminnum.f64.ll [moved from test/CodeGen/R600/fminnum.f64.ll with 100% similarity]
test/CodeGen/AMDGPU/fminnum.ll [moved from test/CodeGen/R600/fminnum.ll with 100% similarity]
test/CodeGen/AMDGPU/fmul.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fmul64.ll [moved from test/CodeGen/R600/fmul64.ll with 100% similarity]
test/CodeGen/AMDGPU/fmuladd.ll [moved from test/CodeGen/R600/fmuladd.ll with 100% similarity]
test/CodeGen/AMDGPU/fnearbyint.ll [moved from test/CodeGen/R600/fnearbyint.ll with 100% similarity]
test/CodeGen/AMDGPU/fneg-fabs.f64.ll [moved from test/CodeGen/R600/fneg-fabs.f64.ll with 100% similarity]
test/CodeGen/AMDGPU/fneg-fabs.ll [moved from test/CodeGen/R600/fneg-fabs.ll with 100% similarity]
test/CodeGen/AMDGPU/fneg.f64.ll [moved from test/CodeGen/R600/fneg.f64.ll with 100% similarity]
test/CodeGen/AMDGPU/fneg.ll [moved from test/CodeGen/R600/fneg.ll with 100% similarity]
test/CodeGen/AMDGPU/fp-classify.ll [moved from test/CodeGen/R600/fp-classify.ll with 100% similarity]
test/CodeGen/AMDGPU/fp16_to_fp.ll [moved from test/CodeGen/R600/fp16_to_fp.ll with 100% similarity]
test/CodeGen/AMDGPU/fp32_to_fp16.ll [moved from test/CodeGen/R600/fp32_to_fp16.ll with 100% similarity]
test/CodeGen/AMDGPU/fp_to_sint.f64.ll [moved from test/CodeGen/R600/fp_to_sint.f64.ll with 100% similarity]
test/CodeGen/AMDGPU/fp_to_sint.ll [moved from test/CodeGen/R600/fp_to_sint.ll with 100% similarity]
test/CodeGen/AMDGPU/fp_to_uint.f64.ll [moved from test/CodeGen/R600/fp_to_uint.f64.ll with 100% similarity]
test/CodeGen/AMDGPU/fp_to_uint.ll [moved from test/CodeGen/R600/fp_to_uint.ll with 100% similarity]
test/CodeGen/AMDGPU/fpext.ll [moved from test/CodeGen/R600/fpext.ll with 100% similarity]
test/CodeGen/AMDGPU/fptrunc.ll [moved from test/CodeGen/R600/fptrunc.ll with 100% similarity]
test/CodeGen/AMDGPU/frem.ll [moved from test/CodeGen/R600/frem.ll with 100% similarity]
test/CodeGen/AMDGPU/fsqrt.ll [moved from test/CodeGen/R600/fsqrt.ll with 100% similarity]
test/CodeGen/AMDGPU/fsub.ll [moved from test/CodeGen/R600/fsub.ll with 100% similarity]
test/CodeGen/AMDGPU/fsub64.ll [moved from test/CodeGen/R600/fsub64.ll with 100% similarity]
test/CodeGen/AMDGPU/ftrunc.f64.ll [moved from test/CodeGen/R600/ftrunc.f64.ll with 100% similarity]
test/CodeGen/AMDGPU/ftrunc.ll [moved from test/CodeGen/R600/ftrunc.ll with 100% similarity]
test/CodeGen/AMDGPU/gep-address-space.ll [moved from test/CodeGen/R600/gep-address-space.ll with 100% similarity]
test/CodeGen/AMDGPU/global-directive.ll [moved from test/CodeGen/R600/global-directive.ll with 100% similarity]
test/CodeGen/AMDGPU/global-extload-i1.ll [moved from test/CodeGen/R600/global-extload-i1.ll with 100% similarity]
test/CodeGen/AMDGPU/global-extload-i16.ll [moved from test/CodeGen/R600/global-extload-i16.ll with 100% similarity]
test/CodeGen/AMDGPU/global-extload-i32.ll [moved from test/CodeGen/R600/global-extload-i32.ll with 100% similarity]
test/CodeGen/AMDGPU/global-extload-i8.ll [moved from test/CodeGen/R600/global-extload-i8.ll with 100% similarity]
test/CodeGen/AMDGPU/global-zero-initializer.ll [moved from test/CodeGen/R600/global-zero-initializer.ll with 100% similarity]
test/CodeGen/AMDGPU/global_atomics.ll [moved from test/CodeGen/R600/global_atomics.ll with 100% similarity]
test/CodeGen/AMDGPU/gv-const-addrspace-fail.ll [moved from test/CodeGen/R600/gv-const-addrspace-fail.ll with 100% similarity]
test/CodeGen/AMDGPU/gv-const-addrspace.ll [moved from test/CodeGen/R600/gv-const-addrspace.ll with 100% similarity]
test/CodeGen/AMDGPU/half.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/hsa.ll [moved from test/CodeGen/R600/hsa.ll with 100% similarity]
test/CodeGen/AMDGPU/i1-copy-implicit-def.ll [moved from test/CodeGen/R600/i1-copy-implicit-def.ll with 100% similarity]
test/CodeGen/AMDGPU/i1-copy-phi.ll [moved from test/CodeGen/R600/i1-copy-phi.ll with 100% similarity]
test/CodeGen/AMDGPU/i8-to-double-to-float.ll [moved from test/CodeGen/R600/i8-to-double-to-float.ll with 100% similarity]
test/CodeGen/AMDGPU/icmp-select-sete-reverse-args.ll [moved from test/CodeGen/R600/icmp-select-sete-reverse-args.ll with 100% similarity]
test/CodeGen/AMDGPU/icmp64.ll [moved from test/CodeGen/R600/icmp64.ll with 100% similarity]
test/CodeGen/AMDGPU/imm.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/indirect-addressing-si.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/indirect-private-64.ll [moved from test/CodeGen/R600/indirect-private-64.ll with 100% similarity]
test/CodeGen/AMDGPU/infinite-loop-evergreen.ll [moved from test/CodeGen/R600/infinite-loop-evergreen.ll with 100% similarity]
test/CodeGen/AMDGPU/infinite-loop.ll [moved from test/CodeGen/R600/infinite-loop.ll with 100% similarity]
test/CodeGen/AMDGPU/inline-asm.ll [moved from test/CodeGen/R600/inline-asm.ll with 100% similarity]
test/CodeGen/AMDGPU/inline-calls.ll [moved from test/CodeGen/R600/inline-calls.ll with 100% similarity]
test/CodeGen/AMDGPU/input-mods.ll [moved from test/CodeGen/R600/input-mods.ll with 100% similarity]
test/CodeGen/AMDGPU/insert_subreg.ll [moved from test/CodeGen/R600/insert_subreg.ll with 100% similarity]
test/CodeGen/AMDGPU/insert_vector_elt.ll [moved from test/CodeGen/R600/insert_vector_elt.ll with 100% similarity]
test/CodeGen/AMDGPU/jump-address.ll [moved from test/CodeGen/R600/jump-address.ll with 100% similarity]
test/CodeGen/AMDGPU/kcache-fold.ll [moved from test/CodeGen/R600/kcache-fold.ll with 100% similarity]
test/CodeGen/AMDGPU/kernel-args.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/large-alloca.ll [moved from test/CodeGen/R600/large-alloca.ll with 100% similarity]
test/CodeGen/AMDGPU/large-constant-initializer.ll [moved from test/CodeGen/R600/large-constant-initializer.ll with 100% similarity]
test/CodeGen/AMDGPU/lds-initializer.ll [moved from test/CodeGen/R600/lds-initializer.ll with 100% similarity]
test/CodeGen/AMDGPU/lds-oqap-crash.ll [moved from test/CodeGen/R600/lds-oqap-crash.ll with 100% similarity]
test/CodeGen/AMDGPU/lds-output-queue.ll [moved from test/CodeGen/R600/lds-output-queue.ll with 100% similarity]
test/CodeGen/AMDGPU/lds-size.ll [moved from test/CodeGen/R600/lds-size.ll with 100% similarity]
test/CodeGen/AMDGPU/lds-zero-initializer.ll [moved from test/CodeGen/R600/lds-zero-initializer.ll with 100% similarity]
test/CodeGen/AMDGPU/legalizedag-bug-expand-setcc.ll [moved from test/CodeGen/R600/legalizedag-bug-expand-setcc.ll with 100% similarity]
test/CodeGen/AMDGPU/lit.local.cfg [new file with mode: 0644]
test/CodeGen/AMDGPU/literals.ll [moved from test/CodeGen/R600/literals.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.abs.ll [moved from test/CodeGen/R600/llvm.AMDGPU.abs.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.barrier.global.ll [moved from test/CodeGen/R600/llvm.AMDGPU.barrier.global.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.barrier.local.ll [moved from test/CodeGen/R600/llvm.AMDGPU.barrier.local.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.bfe.i32.ll [moved from test/CodeGen/R600/llvm.AMDGPU.bfe.i32.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.bfe.u32.ll [moved from test/CodeGen/R600/llvm.AMDGPU.bfe.u32.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.bfi.ll [moved from test/CodeGen/R600/llvm.AMDGPU.bfi.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.bfm.ll [moved from test/CodeGen/R600/llvm.AMDGPU.bfm.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.brev.ll [moved from test/CodeGen/R600/llvm.AMDGPU.brev.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.clamp.ll [moved from test/CodeGen/R600/llvm.AMDGPU.clamp.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.class.ll [moved from test/CodeGen/R600/llvm.AMDGPU.class.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.cube.ll [moved from test/CodeGen/R600/llvm.AMDGPU.cube.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.cvt_f32_ubyte.ll [moved from test/CodeGen/R600/llvm.AMDGPU.cvt_f32_ubyte.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.div_fixup.ll [moved from test/CodeGen/R600/llvm.AMDGPU.div_fixup.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.div_fmas.ll [moved from test/CodeGen/R600/llvm.AMDGPU.div_fmas.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.div_scale.ll [moved from test/CodeGen/R600/llvm.AMDGPU.div_scale.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.flbit.i32.ll [moved from test/CodeGen/R600/llvm.AMDGPU.flbit.i32.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.fract.f64.ll [moved from test/CodeGen/R600/llvm.AMDGPU.fract.f64.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.fract.ll [moved from test/CodeGen/R600/llvm.AMDGPU.fract.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.imad24.ll [moved from test/CodeGen/R600/llvm.AMDGPU.imad24.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.imax.ll [moved from test/CodeGen/R600/llvm.AMDGPU.imax.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.imin.ll [moved from test/CodeGen/R600/llvm.AMDGPU.imin.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.imul24.ll [moved from test/CodeGen/R600/llvm.AMDGPU.imul24.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.kill.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.ldexp.ll [moved from test/CodeGen/R600/llvm.AMDGPU.ldexp.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.legacy.rsq.ll [moved from test/CodeGen/R600/llvm.AMDGPU.legacy.rsq.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.mul.ll [moved from test/CodeGen/R600/llvm.AMDGPU.mul.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.rcp.f64.ll [moved from test/CodeGen/R600/llvm.AMDGPU.rcp.f64.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.rcp.ll [moved from test/CodeGen/R600/llvm.AMDGPU.rcp.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.rsq.clamped.f64.ll [moved from test/CodeGen/R600/llvm.AMDGPU.rsq.clamped.f64.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.rsq.clamped.ll [moved from test/CodeGen/R600/llvm.AMDGPU.rsq.clamped.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.rsq.ll [moved from test/CodeGen/R600/llvm.AMDGPU.rsq.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.tex.ll [moved from test/CodeGen/R600/llvm.AMDGPU.tex.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.trig_preop.ll [moved from test/CodeGen/R600/llvm.AMDGPU.trig_preop.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.trunc.ll [moved from test/CodeGen/R600/llvm.AMDGPU.trunc.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.umad24.ll [moved from test/CodeGen/R600/llvm.AMDGPU.umad24.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.umax.ll [moved from test/CodeGen/R600/llvm.AMDGPU.umax.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.umin.ll [moved from test/CodeGen/R600/llvm.AMDGPU.umin.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.AMDGPU.umul24.ll [moved from test/CodeGen/R600/llvm.AMDGPU.umul24.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.SI.fs.interp.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.SI.gather4.ll [moved from test/CodeGen/R600/llvm.SI.gather4.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.SI.getlod.ll [moved from test/CodeGen/R600/llvm.SI.getlod.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.SI.image.ll [moved from test/CodeGen/R600/llvm.SI.image.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.SI.image.sample.ll [moved from test/CodeGen/R600/llvm.SI.image.sample.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.SI.image.sample.o.ll [moved from test/CodeGen/R600/llvm.SI.image.sample.o.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.SI.imageload.ll [moved from test/CodeGen/R600/llvm.SI.imageload.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.SI.load.dword.ll [moved from test/CodeGen/R600/llvm.SI.load.dword.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.SI.resinfo.ll [moved from test/CodeGen/R600/llvm.SI.resinfo.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.SI.sample-masked.ll [moved from test/CodeGen/R600/llvm.SI.sample-masked.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.SI.sample.ll [moved from test/CodeGen/R600/llvm.SI.sample.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.SI.sampled.ll [moved from test/CodeGen/R600/llvm.SI.sampled.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.SI.sendmsg-m0.ll [moved from test/CodeGen/R600/llvm.SI.sendmsg-m0.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.SI.sendmsg.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.SI.tbuffer.store.ll [moved from test/CodeGen/R600/llvm.SI.tbuffer.store.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.SI.tid.ll [moved from test/CodeGen/R600/llvm.SI.tid.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.amdgpu.dp4.ll [moved from test/CodeGen/R600/llvm.amdgpu.dp4.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.amdgpu.kilp.ll [moved from test/CodeGen/R600/llvm.amdgpu.kilp.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.amdgpu.lrp.ll [moved from test/CodeGen/R600/llvm.amdgpu.lrp.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.cos.ll [moved from test/CodeGen/R600/llvm.cos.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.exp2.ll [moved from test/CodeGen/R600/llvm.exp2.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.log2.ll [moved from test/CodeGen/R600/llvm.log2.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.memcpy.ll [moved from test/CodeGen/R600/llvm.memcpy.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.pow.ll [moved from test/CodeGen/R600/llvm.pow.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.rint.f64.ll [moved from test/CodeGen/R600/llvm.rint.f64.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.rint.ll [moved from test/CodeGen/R600/llvm.rint.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.round.f64.ll [moved from test/CodeGen/R600/llvm.round.f64.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.round.ll [moved from test/CodeGen/R600/llvm.round.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.sin.ll [moved from test/CodeGen/R600/llvm.sin.ll with 100% similarity]
test/CodeGen/AMDGPU/llvm.sqrt.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load-i1.ll [moved from test/CodeGen/R600/load-i1.ll with 100% similarity]
test/CodeGen/AMDGPU/load-input-fold.ll [moved from test/CodeGen/R600/load-input-fold.ll with 100% similarity]
test/CodeGen/AMDGPU/load.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load.vec.ll [moved from test/CodeGen/R600/load.vec.ll with 100% similarity]
test/CodeGen/AMDGPU/load64.ll [moved from test/CodeGen/R600/load64.ll with 100% similarity]
test/CodeGen/AMDGPU/local-64.ll [moved from test/CodeGen/R600/local-64.ll with 100% similarity]
test/CodeGen/AMDGPU/local-atomics.ll [moved from test/CodeGen/R600/local-atomics.ll with 100% similarity]
test/CodeGen/AMDGPU/local-atomics64.ll [moved from test/CodeGen/R600/local-atomics64.ll with 100% similarity]
test/CodeGen/AMDGPU/local-memory-two-objects.ll [moved from test/CodeGen/R600/local-memory-two-objects.ll with 100% similarity]
test/CodeGen/AMDGPU/local-memory.ll [moved from test/CodeGen/R600/local-memory.ll with 100% similarity]
test/CodeGen/AMDGPU/loop-address.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/loop-idiom.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/lshl.ll [moved from test/CodeGen/R600/lshl.ll with 100% similarity]
test/CodeGen/AMDGPU/lshr.ll [moved from test/CodeGen/R600/lshr.ll with 100% similarity]
test/CodeGen/AMDGPU/m0-spill.ll [moved from test/CodeGen/R600/m0-spill.ll with 100% similarity]
test/CodeGen/AMDGPU/mad-combine.ll [moved from test/CodeGen/R600/mad-combine.ll with 100% similarity]
test/CodeGen/AMDGPU/mad-sub.ll [moved from test/CodeGen/R600/mad-sub.ll with 100% similarity]
test/CodeGen/AMDGPU/mad_int24.ll [moved from test/CodeGen/R600/mad_int24.ll with 100% similarity]
test/CodeGen/AMDGPU/mad_uint24.ll [moved from test/CodeGen/R600/mad_uint24.ll with 100% similarity]
test/CodeGen/AMDGPU/madak.ll [moved from test/CodeGen/R600/madak.ll with 100% similarity]
test/CodeGen/AMDGPU/madmk.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/max-literals.ll [moved from test/CodeGen/R600/max-literals.ll with 100% similarity]
test/CodeGen/AMDGPU/max.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/max3.ll [moved from test/CodeGen/R600/max3.ll with 100% similarity]
test/CodeGen/AMDGPU/merge-stores.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/min.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/min3.ll [moved from test/CodeGen/R600/min3.ll with 100% similarity]
test/CodeGen/AMDGPU/missing-store.ll [moved from test/CodeGen/R600/missing-store.ll with 100% similarity]
test/CodeGen/AMDGPU/mubuf.ll [moved from test/CodeGen/R600/mubuf.ll with 100% similarity]
test/CodeGen/AMDGPU/mul.ll [moved from test/CodeGen/R600/mul.ll with 100% similarity]
test/CodeGen/AMDGPU/mul_int24.ll [moved from test/CodeGen/R600/mul_int24.ll with 100% similarity]
test/CodeGen/AMDGPU/mul_uint24.ll [moved from test/CodeGen/R600/mul_uint24.ll with 100% similarity]
test/CodeGen/AMDGPU/mulhu.ll [moved from test/CodeGen/R600/mulhu.ll with 100% similarity]
test/CodeGen/AMDGPU/no-initializer-constant-addrspace.ll [moved from test/CodeGen/R600/no-initializer-constant-addrspace.ll with 100% similarity]
test/CodeGen/AMDGPU/no-shrink-extloads.ll [moved from test/CodeGen/R600/no-shrink-extloads.ll with 100% similarity]
test/CodeGen/AMDGPU/operand-folding.ll [moved from test/CodeGen/R600/operand-folding.ll with 100% similarity]
test/CodeGen/AMDGPU/operand-spacing.ll [moved from test/CodeGen/R600/operand-spacing.ll with 100% similarity]
test/CodeGen/AMDGPU/or.ll [moved from test/CodeGen/R600/or.ll with 100% similarity]
test/CodeGen/AMDGPU/packetizer.ll [moved from test/CodeGen/R600/packetizer.ll with 100% similarity]
test/CodeGen/AMDGPU/parallelandifcollapse.ll [moved from test/CodeGen/R600/parallelandifcollapse.ll with 100% similarity]
test/CodeGen/AMDGPU/parallelorifcollapse.ll [moved from test/CodeGen/R600/parallelorifcollapse.ll with 100% similarity]
test/CodeGen/AMDGPU/predicate-dp4.ll [moved from test/CodeGen/R600/predicate-dp4.ll with 100% similarity]
test/CodeGen/AMDGPU/predicates.ll [moved from test/CodeGen/R600/predicates.ll with 100% similarity]
test/CodeGen/AMDGPU/private-memory-atomics.ll [moved from test/CodeGen/R600/private-memory-atomics.ll with 100% similarity]
test/CodeGen/AMDGPU/private-memory-broken.ll [moved from test/CodeGen/R600/private-memory-broken.ll with 100% similarity]
test/CodeGen/AMDGPU/private-memory.ll [moved from test/CodeGen/R600/private-memory.ll with 100% similarity]
test/CodeGen/AMDGPU/pv-packing.ll [moved from test/CodeGen/R600/pv-packing.ll with 100% similarity]
test/CodeGen/AMDGPU/pv.ll [moved from test/CodeGen/R600/pv.ll with 100% similarity]
test/CodeGen/AMDGPU/r600-encoding.ll [moved from test/CodeGen/R600/r600-encoding.ll with 100% similarity]
test/CodeGen/AMDGPU/r600-export-fix.ll [moved from test/CodeGen/R600/r600-export-fix.ll with 100% similarity]
test/CodeGen/AMDGPU/r600-infinite-loop-bug-while-reorganizing-vector.ll [moved from test/CodeGen/R600/r600-infinite-loop-bug-while-reorganizing-vector.ll with 100% similarity]
test/CodeGen/AMDGPU/r600cfg.ll [moved from test/CodeGen/R600/r600cfg.ll with 100% similarity]
test/CodeGen/AMDGPU/reciprocal.ll [moved from test/CodeGen/R600/reciprocal.ll with 100% similarity]
test/CodeGen/AMDGPU/register-count-comments.ll [moved from test/CodeGen/R600/register-count-comments.ll with 100% similarity]
test/CodeGen/AMDGPU/reorder-stores.ll [moved from test/CodeGen/R600/reorder-stores.ll with 100% similarity]
test/CodeGen/AMDGPU/rotl.i64.ll [moved from test/CodeGen/R600/rotl.i64.ll with 100% similarity]
test/CodeGen/AMDGPU/rotl.ll [moved from test/CodeGen/R600/rotl.ll with 100% similarity]
test/CodeGen/AMDGPU/rotr.i64.ll [moved from test/CodeGen/R600/rotr.i64.ll with 100% similarity]
test/CodeGen/AMDGPU/rotr.ll [moved from test/CodeGen/R600/rotr.ll with 100% similarity]
test/CodeGen/AMDGPU/rsq.ll [moved from test/CodeGen/R600/rsq.ll with 100% similarity]
test/CodeGen/AMDGPU/rv7x0_count3.ll [moved from test/CodeGen/R600/rv7x0_count3.ll with 100% similarity]
test/CodeGen/AMDGPU/s_movk_i32.ll [moved from test/CodeGen/R600/s_movk_i32.ll with 100% similarity]
test/CodeGen/AMDGPU/saddo.ll [moved from test/CodeGen/R600/saddo.ll with 100% similarity]
test/CodeGen/AMDGPU/salu-to-valu.ll [moved from test/CodeGen/R600/salu-to-valu.ll with 100% similarity]
test/CodeGen/AMDGPU/scalar_to_vector.ll [moved from test/CodeGen/R600/scalar_to_vector.ll with 100% similarity]
test/CodeGen/AMDGPU/schedule-fs-loop-nested-if.ll [moved from test/CodeGen/R600/schedule-fs-loop-nested-if.ll with 100% similarity]
test/CodeGen/AMDGPU/schedule-fs-loop-nested.ll [moved from test/CodeGen/R600/schedule-fs-loop-nested.ll with 100% similarity]
test/CodeGen/AMDGPU/schedule-fs-loop.ll [moved from test/CodeGen/R600/schedule-fs-loop.ll with 100% similarity]
test/CodeGen/AMDGPU/schedule-global-loads.ll [moved from test/CodeGen/R600/schedule-global-loads.ll with 100% similarity]
test/CodeGen/AMDGPU/schedule-if-2.ll [moved from test/CodeGen/R600/schedule-if-2.ll with 100% similarity]
test/CodeGen/AMDGPU/schedule-if.ll [moved from test/CodeGen/R600/schedule-if.ll with 100% similarity]
test/CodeGen/AMDGPU/schedule-kernel-arg-loads.ll [moved from test/CodeGen/R600/schedule-kernel-arg-loads.ll with 100% similarity]
test/CodeGen/AMDGPU/schedule-vs-if-nested-loop-failure.ll [moved from test/CodeGen/R600/schedule-vs-if-nested-loop-failure.ll with 100% similarity]
test/CodeGen/AMDGPU/schedule-vs-if-nested-loop.ll [moved from test/CodeGen/R600/schedule-vs-if-nested-loop.ll with 100% similarity]
test/CodeGen/AMDGPU/scratch-buffer.ll [moved from test/CodeGen/R600/scratch-buffer.ll with 100% similarity]
test/CodeGen/AMDGPU/sdiv.ll [moved from test/CodeGen/R600/sdiv.ll with 100% similarity]
test/CodeGen/AMDGPU/sdivrem24.ll [moved from test/CodeGen/R600/sdivrem24.ll with 100% similarity]
test/CodeGen/AMDGPU/sdivrem64.ll [moved from test/CodeGen/R600/sdivrem64.ll with 100% similarity]
test/CodeGen/AMDGPU/select-i1.ll [moved from test/CodeGen/R600/select-i1.ll with 100% similarity]
test/CodeGen/AMDGPU/select-vectors.ll [moved from test/CodeGen/R600/select-vectors.ll with 100% similarity]
test/CodeGen/AMDGPU/select.ll [moved from test/CodeGen/R600/select.ll with 100% similarity]
test/CodeGen/AMDGPU/select64.ll [moved from test/CodeGen/R600/select64.ll with 100% similarity]
test/CodeGen/AMDGPU/selectcc-cnd.ll [moved from test/CodeGen/R600/selectcc-cnd.ll with 100% similarity]
test/CodeGen/AMDGPU/selectcc-cnde-int.ll [moved from test/CodeGen/R600/selectcc-cnde-int.ll with 100% similarity]
test/CodeGen/AMDGPU/selectcc-icmp-select-float.ll [moved from test/CodeGen/R600/selectcc-icmp-select-float.ll with 100% similarity]
test/CodeGen/AMDGPU/selectcc-opt.ll [moved from test/CodeGen/R600/selectcc-opt.ll with 100% similarity]
test/CodeGen/AMDGPU/selectcc.ll [moved from test/CodeGen/R600/selectcc.ll with 100% similarity]
test/CodeGen/AMDGPU/set-dx10.ll [moved from test/CodeGen/R600/set-dx10.ll with 100% similarity]
test/CodeGen/AMDGPU/setcc-equivalent.ll [moved from test/CodeGen/R600/setcc-equivalent.ll with 100% similarity]
test/CodeGen/AMDGPU/setcc-opt.ll [moved from test/CodeGen/R600/setcc-opt.ll with 100% similarity]
test/CodeGen/AMDGPU/setcc.ll [moved from test/CodeGen/R600/setcc.ll with 100% similarity]
test/CodeGen/AMDGPU/setcc64.ll [moved from test/CodeGen/R600/setcc64.ll with 100% similarity]
test/CodeGen/AMDGPU/seto.ll [moved from test/CodeGen/R600/seto.ll with 100% similarity]
test/CodeGen/AMDGPU/setuo.ll [moved from test/CodeGen/R600/setuo.ll with 100% similarity]
test/CodeGen/AMDGPU/sext-eliminate.ll [moved from test/CodeGen/R600/sext-eliminate.ll with 100% similarity]
test/CodeGen/AMDGPU/sext-in-reg.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/sgpr-control-flow.ll [moved from test/CodeGen/R600/sgpr-control-flow.ll with 100% similarity]
test/CodeGen/AMDGPU/sgpr-copy-duplicate-operand.ll [moved from test/CodeGen/R600/sgpr-copy-duplicate-operand.ll with 100% similarity]
test/CodeGen/AMDGPU/sgpr-copy.ll [moved from test/CodeGen/R600/sgpr-copy.ll with 100% similarity]
test/CodeGen/AMDGPU/shared-op-cycle.ll [moved from test/CodeGen/R600/shared-op-cycle.ll with 100% similarity]
test/CodeGen/AMDGPU/shl.ll [moved from test/CodeGen/R600/shl.ll with 100% similarity]
test/CodeGen/AMDGPU/shl_add_constant.ll [moved from test/CodeGen/R600/shl_add_constant.ll with 100% similarity]
test/CodeGen/AMDGPU/shl_add_ptr.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/si-annotate-cf-assertion.ll [moved from test/CodeGen/R600/si-annotate-cf-assertion.ll with 100% similarity]
test/CodeGen/AMDGPU/si-annotate-cf.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/si-lod-bias.ll [moved from test/CodeGen/R600/si-lod-bias.ll with 100% similarity]
test/CodeGen/AMDGPU/si-sgpr-spill.ll [moved from test/CodeGen/R600/si-sgpr-spill.ll with 100% similarity]
test/CodeGen/AMDGPU/si-spill-cf.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/si-triv-disjoint-mem-access.ll [moved from test/CodeGen/R600/si-triv-disjoint-mem-access.ll with 100% similarity]
test/CodeGen/AMDGPU/si-vector-hang.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/sign_extend.ll [moved from test/CodeGen/R600/sign_extend.ll with 100% similarity]
test/CodeGen/AMDGPU/simplify-demanded-bits-build-pair.ll [moved from test/CodeGen/R600/simplify-demanded-bits-build-pair.ll with 100% similarity]
test/CodeGen/AMDGPU/sint_to_fp.f64.ll [moved from test/CodeGen/R600/sint_to_fp.f64.ll with 100% similarity]
test/CodeGen/AMDGPU/sint_to_fp.ll [moved from test/CodeGen/R600/sint_to_fp.ll with 100% similarity]
test/CodeGen/AMDGPU/smrd.ll [moved from test/CodeGen/R600/smrd.ll with 100% similarity]
test/CodeGen/AMDGPU/split-scalar-i64-add.ll [moved from test/CodeGen/R600/split-scalar-i64-add.ll with 100% similarity]
test/CodeGen/AMDGPU/sra.ll [moved from test/CodeGen/R600/sra.ll with 100% similarity]
test/CodeGen/AMDGPU/srem.ll [moved from test/CodeGen/R600/srem.ll with 100% similarity]
test/CodeGen/AMDGPU/srl.ll [moved from test/CodeGen/R600/srl.ll with 100% similarity]
test/CodeGen/AMDGPU/ssubo.ll [moved from test/CodeGen/R600/ssubo.ll with 100% similarity]
test/CodeGen/AMDGPU/store-barrier.ll [moved from test/CodeGen/R600/store-barrier.ll with 100% similarity]
test/CodeGen/AMDGPU/store-v3i32.ll [moved from test/CodeGen/R600/store-v3i32.ll with 100% similarity]
test/CodeGen/AMDGPU/store-v3i64.ll [moved from test/CodeGen/R600/store-v3i64.ll with 100% similarity]
test/CodeGen/AMDGPU/store-vector-ptrs.ll [moved from test/CodeGen/R600/store-vector-ptrs.ll with 100% similarity]
test/CodeGen/AMDGPU/store.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/store.r600.ll [moved from test/CodeGen/R600/store.r600.ll with 100% similarity]
test/CodeGen/AMDGPU/structurize.ll [moved from test/CodeGen/R600/structurize.ll with 100% similarity]
test/CodeGen/AMDGPU/structurize1.ll [moved from test/CodeGen/R600/structurize1.ll with 100% similarity]
test/CodeGen/AMDGPU/sub.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/subreg-coalescer-crash.ll [moved from test/CodeGen/R600/subreg-coalescer-crash.ll with 100% similarity]
test/CodeGen/AMDGPU/subreg-eliminate-dead.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/swizzle-export.ll [moved from test/CodeGen/R600/swizzle-export.ll with 100% similarity]
test/CodeGen/AMDGPU/tex-clause-antidep.ll [moved from test/CodeGen/R600/tex-clause-antidep.ll with 100% similarity]
test/CodeGen/AMDGPU/texture-input-merge.ll [moved from test/CodeGen/R600/texture-input-merge.ll with 100% similarity]
test/CodeGen/AMDGPU/trunc-cmp-constant.ll [moved from test/CodeGen/R600/trunc-cmp-constant.ll with 100% similarity]
test/CodeGen/AMDGPU/trunc-store-f64-to-f16.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/trunc-store-i1.ll [moved from test/CodeGen/R600/trunc-store-i1.ll with 100% similarity]
test/CodeGen/AMDGPU/trunc-vector-store-assertion-failure.ll [moved from test/CodeGen/R600/trunc-vector-store-assertion-failure.ll with 100% similarity]
test/CodeGen/AMDGPU/trunc.ll [moved from test/CodeGen/R600/trunc.ll with 100% similarity]
test/CodeGen/AMDGPU/tti-unroll-prefs.ll [moved from test/CodeGen/R600/tti-unroll-prefs.ll with 100% similarity]
test/CodeGen/AMDGPU/uaddo.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/udiv.ll [moved from test/CodeGen/R600/udiv.ll with 100% similarity]
test/CodeGen/AMDGPU/udivrem.ll [moved from test/CodeGen/R600/udivrem.ll with 100% similarity]
test/CodeGen/AMDGPU/udivrem24.ll [moved from test/CodeGen/R600/udivrem24.ll with 100% similarity]
test/CodeGen/AMDGPU/udivrem64.ll [moved from test/CodeGen/R600/udivrem64.ll with 100% similarity]
test/CodeGen/AMDGPU/uint_to_fp.f64.ll [moved from test/CodeGen/R600/uint_to_fp.f64.ll with 100% similarity]
test/CodeGen/AMDGPU/uint_to_fp.ll [moved from test/CodeGen/R600/uint_to_fp.ll with 100% similarity]
test/CodeGen/AMDGPU/unaligned-load-store.ll [moved from test/CodeGen/R600/unaligned-load-store.ll with 100% similarity]
test/CodeGen/AMDGPU/unhandled-loop-condition-assertion.ll [moved from test/CodeGen/R600/unhandled-loop-condition-assertion.ll with 100% similarity]
test/CodeGen/AMDGPU/unroll.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/unsupported-cc.ll [moved from test/CodeGen/R600/unsupported-cc.ll with 100% similarity]
test/CodeGen/AMDGPU/urecip.ll [moved from test/CodeGen/R600/urecip.ll with 100% similarity]
test/CodeGen/AMDGPU/urem.ll [moved from test/CodeGen/R600/urem.ll with 100% similarity]
test/CodeGen/AMDGPU/use-sgpr-multiple-times.ll [moved from test/CodeGen/R600/use-sgpr-multiple-times.ll with 100% similarity]
test/CodeGen/AMDGPU/usubo.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/v1i64-kernel-arg.ll [moved from test/CodeGen/R600/v1i64-kernel-arg.ll with 100% similarity]
test/CodeGen/AMDGPU/v_cndmask.ll [moved from test/CodeGen/R600/v_cndmask.ll with 100% similarity]
test/CodeGen/AMDGPU/valu-i1.ll [moved from test/CodeGen/R600/valu-i1.ll with 100% similarity]
test/CodeGen/AMDGPU/vector-alloca.ll [moved from test/CodeGen/R600/vector-alloca.ll with 100% similarity]
test/CodeGen/AMDGPU/vertex-fetch-encoding.ll [moved from test/CodeGen/R600/vertex-fetch-encoding.ll with 100% similarity]
test/CodeGen/AMDGPU/vop-shrink.ll [moved from test/CodeGen/R600/vop-shrink.ll with 100% similarity]
test/CodeGen/AMDGPU/vselect.ll [moved from test/CodeGen/R600/vselect.ll with 100% similarity]
test/CodeGen/AMDGPU/vselect64.ll [moved from test/CodeGen/R600/vselect64.ll with 100% similarity]
test/CodeGen/AMDGPU/vtx-fetch-branch.ll [moved from test/CodeGen/R600/vtx-fetch-branch.ll with 100% similarity]
test/CodeGen/AMDGPU/vtx-schedule.ll [moved from test/CodeGen/R600/vtx-schedule.ll with 100% similarity]
test/CodeGen/AMDGPU/wait.ll [moved from test/CodeGen/R600/wait.ll with 100% similarity]
test/CodeGen/AMDGPU/work-item-intrinsics.ll [moved from test/CodeGen/R600/work-item-intrinsics.ll with 100% similarity]
test/CodeGen/AMDGPU/wrong-transalu-pos-fix.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/xor.ll [moved from test/CodeGen/R600/xor.ll with 100% similarity]
test/CodeGen/AMDGPU/zero_extend.ll [moved from test/CodeGen/R600/zero_extend.ll with 100% similarity]
test/CodeGen/ARM/2009-10-16-Scope.ll
test/CodeGen/ARM/2010-04-15-ScavengerDebugValue.ll
test/CodeGen/ARM/2010-06-25-Thumb2ITInvalidIterator.ll
test/CodeGen/ARM/2010-08-04-StackVariable.ll
test/CodeGen/ARM/2010-12-15-elf-lcomm.ll
test/CodeGen/ARM/2011-01-19-MergedGlobalDbg.ll
test/CodeGen/ARM/2011-06-29-MergeGlobalsAlign.ll
test/CodeGen/ARM/2011-08-02-MergedGlobalDbg.ll
test/CodeGen/ARM/2013-04-16-AAPCS-C5-vs-VFP.ll
test/CodeGen/ARM/2013-05-02-AAPCS-ByVal-Structs-C4-C5-VFP.ll
test/CodeGen/ARM/2013-05-02-AAPCS-ByVal-Structs-C4-C5-VFP2.ll
test/CodeGen/ARM/arm-and-tst-peephole.ll
test/CodeGen/ARM/atomic-ops-v8.ll
test/CodeGen/ARM/build-attributes.ll
test/CodeGen/ARM/coalesce-dbgvalue.ll
test/CodeGen/ARM/combine-movc-sub.ll [new file with mode: 0644]
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/disable-fp-elim.ll [new file with mode: 0644]
test/CodeGen/ARM/disable-tail-calls.ll [new file with mode: 0644]
test/CodeGen/ARM/ehabi.ll
test/CodeGen/ARM/fast-isel-remat-same-constant.ll [new file with mode: 0644]
test/CodeGen/ARM/fast-isel-select.ll
test/CodeGen/ARM/fast-isel-shift-materialize.ll [new file with mode: 0644]
test/CodeGen/ARM/fast-isel-update-valuemap-for-extract.ll [new file with mode: 0644]
test/CodeGen/ARM/fast-isel-vaddd.ll [new file with mode: 0644]
test/CodeGen/ARM/fold-stack-adjust.ll
test/CodeGen/ARM/global-merge-addrspace.ll
test/CodeGen/ARM/global-merge.ll
test/CodeGen/ARM/half.ll
test/CodeGen/ARM/ifcvt-callback.ll [new file with mode: 0644]
test/CodeGen/ARM/ifcvt-dead-def.ll [new file with mode: 0644]
test/CodeGen/ARM/ifcvt-regmask-noreturn.ll [new file with mode: 0644]
test/CodeGen/ARM/ifcvt3.ll
test/CodeGen/ARM/interrupt-attr.ll
test/CodeGen/ARM/jump-table-islands-split.ll [new file with mode: 0644]
test/CodeGen/ARM/jump-table-islands.ll [new file with mode: 0644]
test/CodeGen/ARM/jumptable-label.ll
test/CodeGen/ARM/ldrd.ll
test/CodeGen/ARM/memfunc.ll
test/CodeGen/ARM/named-reg-alloc.ll
test/CodeGen/ARM/named-reg-notareg.ll
test/CodeGen/ARM/noopt-dmb-v7.ll [new file with mode: 0644]
test/CodeGen/ARM/optimize-dmbs-v7.ll
test/CodeGen/ARM/sched-it-debug-nodes.ll [new file with mode: 0644]
test/CodeGen/ARM/sjlj-prepare-critical-edge.ll
test/CodeGen/ARM/special-reg-acore.ll [new file with mode: 0644]
test/CodeGen/ARM/special-reg-mcore.ll [new file with mode: 0644]
test/CodeGen/ARM/special-reg.ll [new file with mode: 0644]
test/CodeGen/ARM/struct-byval-frame-index.ll
test/CodeGen/ARM/t2abs-killflags.ll [new file with mode: 0644]
test/CodeGen/ARM/tail-dup-kill-flags.ll [new file with mode: 0644]
test/CodeGen/ARM/thumb-alignment.ll [new file with mode: 0644]
test/CodeGen/ARM/thumb-big-stack.ll [new file with mode: 0644]
test/CodeGen/ARM/thumb2-size-reduction-internal-flags.ll [new file with mode: 0644]
test/CodeGen/ARM/vfp-libcalls.ll
test/CodeGen/ARM/vfp-regs-dwarf.ll
test/CodeGen/ARM/vminmaxnm.ll
test/CodeGen/BPF/alu8.ll
test/CodeGen/BPF/atomics.ll
test/CodeGen/BPF/basictest.ll
test/CodeGen/BPF/cc_args.ll
test/CodeGen/BPF/cc_args_be.ll [new file with mode: 0644]
test/CodeGen/BPF/cc_ret.ll
test/CodeGen/BPF/ex1.ll
test/CodeGen/BPF/intrinsics.ll
test/CodeGen/BPF/load.ll
test/CodeGen/BPF/loops.ll
test/CodeGen/BPF/sanity.ll
test/CodeGen/BPF/setcc.ll
test/CodeGen/BPF/shifts.ll
test/CodeGen/BPF/sockex2.ll
test/CodeGen/Generic/2009-03-29-SoftFloatVectorExtract.ll
test/CodeGen/Generic/MachineBranchProb.ll
test/CodeGen/Generic/dbg_value.ll
test/CodeGen/Generic/icmp-illegal.ll [new file with mode: 0644]
test/CodeGen/Generic/overloaded-intrinsic-name.ll
test/CodeGen/Generic/stop-after.ll
test/CodeGen/Hexagon/BranchPredict.ll
test/CodeGen/Hexagon/absaddr-store.ll
test/CodeGen/Hexagon/absimm.ll
test/CodeGen/Hexagon/adde.ll
test/CodeGen/Hexagon/addh-sext-trunc.ll [new file with mode: 0644]
test/CodeGen/Hexagon/addh-shifted.ll [new file with mode: 0644]
test/CodeGen/Hexagon/addh.ll [new file with mode: 0644]
test/CodeGen/Hexagon/addrmode-indoff.ll [new file with mode: 0644]
test/CodeGen/Hexagon/alu64.ll [new file with mode: 0644]
test/CodeGen/Hexagon/always-ext.ll
test/CodeGen/Hexagon/args.ll
test/CodeGen/Hexagon/ashift-left-right.ll
test/CodeGen/Hexagon/barrier-flag.ll [new file with mode: 0644]
test/CodeGen/Hexagon/base-offset-addr.ll [new file with mode: 0644]
test/CodeGen/Hexagon/base-offset-post.ll [new file with mode: 0644]
test/CodeGen/Hexagon/block-addr.ll
test/CodeGen/Hexagon/calling-conv-2.ll [new file with mode: 0644]
test/CodeGen/Hexagon/cext-valid-packet1.ll
test/CodeGen/Hexagon/cext-valid-packet2.ll
test/CodeGen/Hexagon/compound.ll [new file with mode: 0644]
test/CodeGen/Hexagon/ctlz-cttz-ctpop.ll
test/CodeGen/Hexagon/dualstore.ll
test/CodeGen/Hexagon/duplex.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hwloop-crit-edge.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hwloop-dbg.ll
test/CodeGen/Hexagon/hwloop-loop1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hwloop-lt.ll
test/CodeGen/Hexagon/hwloop-missed.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hwloop-ph-deadcode.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hwloop-pos-ivbump1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hwloop-preheader.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hwloop-range.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hwloop-recursion.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hwloop-wrap.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hwloop-wrap2.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hwloop1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hwloop2.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hwloop3.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hwloop4.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hwloop5.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics/alu32_alu.ll
test/CodeGen/Hexagon/intrinsics/alu32_perm.ll
test/CodeGen/Hexagon/intrinsics/cr.ll
test/CodeGen/Hexagon/intrinsics/xtype_alu.ll
test/CodeGen/Hexagon/intrinsics/xtype_bit.ll
test/CodeGen/Hexagon/intrinsics/xtype_complex.ll
test/CodeGen/Hexagon/intrinsics/xtype_fp.ll
test/CodeGen/Hexagon/intrinsics/xtype_mpy.ll
test/CodeGen/Hexagon/intrinsics/xtype_perm.ll
test/CodeGen/Hexagon/intrinsics/xtype_pred.ll
test/CodeGen/Hexagon/intrinsics/xtype_shift.ll
test/CodeGen/Hexagon/macint.ll
test/CodeGen/Hexagon/mem-fi-add.ll [new file with mode: 0644]
test/CodeGen/Hexagon/newvaluejump2.ll
test/CodeGen/Hexagon/relax.ll [new file with mode: 0644]
test/CodeGen/Hexagon/remove-endloop.ll [new file with mode: 0644]
test/CodeGen/Hexagon/shrink-frame-basic.ll [new file with mode: 0644]
test/CodeGen/Hexagon/signed_immediates.ll [new file with mode: 0644]
test/CodeGen/Hexagon/stack-align1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/stack-align2.ll [new file with mode: 0644]
test/CodeGen/Hexagon/stack-alloca1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/stack-alloca2.ll [new file with mode: 0644]
test/CodeGen/Hexagon/sube.ll
test/CodeGen/Hexagon/tfr-to-combine.ll
test/CodeGen/Inputs/DbgValueOtherTargets.ll
test/CodeGen/MIR/function-missing-machine-function.mir [new file with mode: 0644]
test/CodeGen/MIR/lit.local.cfg [new file with mode: 0644]
test/CodeGen/MIR/llvm-ir-error-reported.mir [new file with mode: 0644]
test/CodeGen/MIR/llvmIR.mir [new file with mode: 0644]
test/CodeGen/MIR/llvmIRMissing.mir [new file with mode: 0644]
test/CodeGen/MIR/machine-function-missing-name.mir [new file with mode: 0644]
test/CodeGen/MIR/machine-function.mir [new file with mode: 0644]
test/CodeGen/Mips/2008-11-10-xint_to_fp.ll
test/CodeGen/Mips/Fast-ISel/bswap1.ll [new file with mode: 0644]
test/CodeGen/Mips/Fast-ISel/callabi.ll
test/CodeGen/Mips/Fast-ISel/constexpr-address.ll [new file with mode: 0644]
test/CodeGen/Mips/Fast-ISel/div1.ll [new file with mode: 0644]
test/CodeGen/Mips/Fast-ISel/fastalloca.ll [new file with mode: 0644]
test/CodeGen/Mips/Fast-ISel/memtest1.ll [new file with mode: 0644]
test/CodeGen/Mips/Fast-ISel/mul1.ll [new file with mode: 0644]
test/CodeGen/Mips/Fast-ISel/rem1.ll [new file with mode: 0644]
test/CodeGen/Mips/Fast-ISel/retabi.ll
test/CodeGen/Mips/Fast-ISel/sel1.ll [new file with mode: 0644]
test/CodeGen/Mips/Fast-ISel/shftopm.ll [new file with mode: 0644]
test/CodeGen/Mips/beqzc.ll
test/CodeGen/Mips/beqzc1.ll
test/CodeGen/Mips/brsize3.ll
test/CodeGen/Mips/brsize3a.ll
test/CodeGen/Mips/cconv/arguments-float.ll
test/CodeGen/Mips/cconv/arguments-fp128.ll
test/CodeGen/Mips/cconv/return-float.ll
test/CodeGen/Mips/ci2.ll
test/CodeGen/Mips/const1.ll
test/CodeGen/Mips/const4a.ll
test/CodeGen/Mips/const6.ll
test/CodeGen/Mips/const6a.ll
test/CodeGen/Mips/delay-slot-fill-forward.ll [new file with mode: 0644]
test/CodeGen/Mips/delay-slot-kill.ll [new file with mode: 0644]
test/CodeGen/Mips/dynamic-stack-realignment.ll [new file with mode: 0644]
test/CodeGen/Mips/ehframe-indirect.ll
test/CodeGen/Mips/emergency-spill-slot-near-fp.ll [new file with mode: 0644]
test/CodeGen/Mips/insn-zero-size-bb.ll [new file with mode: 0644]
test/CodeGen/Mips/l3mc.ll
test/CodeGen/Mips/lcb2.ll
test/CodeGen/Mips/lcb3c.ll
test/CodeGen/Mips/lcb4a.ll
test/CodeGen/Mips/lcb5.ll
test/CodeGen/Mips/llvm-ir/ashr.ll
test/CodeGen/Mips/llvm-ir/lshr.ll
test/CodeGen/Mips/llvm-ir/shl.ll
test/CodeGen/Mips/mbrsize4a.ll
test/CodeGen/Mips/mips16ex.ll
test/CodeGen/Mips/mips64-f128.ll
test/CodeGen/Mips/mips64-libcall.ll
test/CodeGen/Mips/mips64shift.ll
test/CodeGen/Mips/mips64signextendsesf.ll
test/CodeGen/Mips/mips64sinttofpsf.ll
test/CodeGen/Mips/msa/basic_operations.ll
test/CodeGen/Mips/msa/basic_operations_float.ll
test/CodeGen/Mips/msa/shuffle.ll
test/CodeGen/Mips/sel1c.ll
test/CodeGen/Mips/sel2c.ll
test/CodeGen/Mips/simplebr.ll
test/CodeGen/Mips/tail16.ll
test/CodeGen/NVPTX/access-non-generic.ll
test/CodeGen/NVPTX/addrspacecast-gvar.ll
test/CodeGen/NVPTX/bug21465.ll
test/CodeGen/NVPTX/call-with-alloca-buffer.ll
test/CodeGen/NVPTX/globals_init.ll [new file with mode: 0644]
test/CodeGen/NVPTX/lower-kernel-ptr-arg.ll [new file with mode: 0644]
test/CodeGen/NVPTX/pr13291-i1-store.ll
test/CodeGen/NVPTX/surf-read-cuda.ll
test/CodeGen/NVPTX/tex-read-cuda.ll
test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll
test/CodeGen/PowerPC/2010-02-12-saveCR.ll
test/CodeGen/PowerPC/MergeConsecutiveStores.ll [new file with mode: 0644]
test/CodeGen/PowerPC/anon_aggr.ll
test/CodeGen/PowerPC/asm-constraints.ll
test/CodeGen/PowerPC/atomic-2.ll
test/CodeGen/PowerPC/atomics-fences.ll
test/CodeGen/PowerPC/atomics-indexed.ll
test/CodeGen/PowerPC/atomics.ll
test/CodeGen/PowerPC/bperm.ll
test/CodeGen/PowerPC/builtins-ppc-p8vector.ll [new file with mode: 0644]
test/CodeGen/PowerPC/cmpb-ppc32.ll
test/CodeGen/PowerPC/cmpb.ll
test/CodeGen/PowerPC/compare-simm.ll
test/CodeGen/PowerPC/crbit-asm.ll
test/CodeGen/PowerPC/crbits.ll
test/CodeGen/PowerPC/cttz.ll
test/CodeGen/PowerPC/dbg.ll
test/CodeGen/PowerPC/early-ret.ll
test/CodeGen/PowerPC/ec-input.ll [new file with mode: 0644]
test/CodeGen/PowerPC/extra-toc-reg-deps.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fast-isel-cmp-imm.ll
test/CodeGen/PowerPC/fast-isel-conversion.ll
test/CodeGen/PowerPC/fast-isel-ext.ll
test/CodeGen/PowerPC/fast-isel-icmp-split.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fma-assoc.ll
test/CodeGen/PowerPC/fma-ext.ll
test/CodeGen/PowerPC/fma.ll
test/CodeGen/PowerPC/i64_fp_round.ll
test/CodeGen/PowerPC/long-compare.ll
test/CodeGen/PowerPC/mcm-5.ll
test/CodeGen/PowerPC/mcm-obj.ll
test/CodeGen/PowerPC/ppc32-cyclecounter.ll
test/CodeGen/PowerPC/ppc64-i128-abi.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64-zext.ll
test/CodeGen/PowerPC/ppc64le-smallarg.ll
test/CodeGen/PowerPC/pr17168.ll
test/CodeGen/PowerPC/preinc-ld-sel-crash.ll [new file with mode: 0644]
test/CodeGen/PowerPC/rlwimi-and.ll
test/CodeGen/PowerPC/rotl-2.ll
test/CodeGen/PowerPC/rotl-64.ll
test/CodeGen/PowerPC/rotl.ll
test/CodeGen/PowerPC/sdag-ppcf128.ll
test/CodeGen/PowerPC/seteq-0.ll
test/CodeGen/PowerPC/stack-realign.ll
test/CodeGen/PowerPC/subreg-postra-2.ll
test/CodeGen/PowerPC/subreg-postra.ll
test/CodeGen/PowerPC/swaps-le-1.ll [new file with mode: 0644]
test/CodeGen/PowerPC/swaps-le-2.ll [new file with mode: 0644]
test/CodeGen/PowerPC/unwind-dw2-g.ll
test/CodeGen/PowerPC/vec_add_sub_quadword.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vec_shuffle_p8vector.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vec_shuffle_p8vector_le.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vsx-elementary-arith.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vsx-fma-sp.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vsx-ldst-builtin-le.ll
test/CodeGen/PowerPC/vsx-ldst.ll
test/CodeGen/PowerPC/vsx-recip-est.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vsx.ll
test/CodeGen/PowerPC/vsx_insert_extract_le.ll
test/CodeGen/PowerPC/vsx_scalar_ld_st.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vsx_shuffle_le.ll
test/CodeGen/R600/128bit-kernel-args.ll [deleted file]
test/CodeGen/R600/64bit-kernel-args.ll [deleted file]
test/CodeGen/R600/add.ll [deleted file]
test/CodeGen/R600/call.ll [deleted file]
test/CodeGen/R600/cf-stack-bug.ll [deleted file]
test/CodeGen/R600/codegen-prepare-addrmode-sext.ll [deleted file]
test/CodeGen/R600/concat_vectors.ll [deleted file]
test/CodeGen/R600/flat-address-space.ll [deleted file]
test/CodeGen/R600/fmul.ll [deleted file]
test/CodeGen/R600/half.ll [deleted file]
test/CodeGen/R600/imm.ll [deleted file]
test/CodeGen/R600/indirect-addressing-si.ll [deleted file]
test/CodeGen/R600/kernel-args.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.kill.ll [deleted file]
test/CodeGen/R600/llvm.SI.fs.interp.ll [deleted file]
test/CodeGen/R600/llvm.SI.sendmsg.ll [deleted file]
test/CodeGen/R600/llvm.sqrt.ll [deleted file]
test/CodeGen/R600/load.ll [deleted file]
test/CodeGen/R600/loop-address.ll [deleted file]
test/CodeGen/R600/loop-idiom.ll [deleted file]
test/CodeGen/R600/madmk.ll [deleted file]
test/CodeGen/R600/max.ll [deleted file]
test/CodeGen/R600/min.ll [deleted file]
test/CodeGen/R600/sext-in-reg.ll [deleted file]
test/CodeGen/R600/shl_add_ptr.ll [deleted file]
test/CodeGen/R600/si-annotate-cf.ll [deleted file]
test/CodeGen/R600/si-vector-hang.ll [deleted file]
test/CodeGen/R600/store.ll [deleted file]
test/CodeGen/R600/sub.ll [deleted file]
test/CodeGen/R600/uaddo.ll [deleted file]
test/CodeGen/R600/unroll.ll [deleted file]
test/CodeGen/R600/usubo.ll [deleted file]
test/CodeGen/R600/wrong-transalu-pos-fix.ll [deleted file]
test/CodeGen/SPARC/basictest.ll
test/CodeGen/SystemZ/fp-abs-01.ll
test/CodeGen/SystemZ/fp-abs-02.ll
test/CodeGen/SystemZ/fp-add-02.ll
test/CodeGen/SystemZ/fp-cmp-02.ll
test/CodeGen/SystemZ/fp-conv-01.ll
test/CodeGen/SystemZ/fp-conv-02.ll
test/CodeGen/SystemZ/fp-div-02.ll
test/CodeGen/SystemZ/fp-move-01.ll
test/CodeGen/SystemZ/fp-move-04.ll
test/CodeGen/SystemZ/fp-move-07.ll
test/CodeGen/SystemZ/fp-move-09.ll
test/CodeGen/SystemZ/fp-move-10.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-move-11.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-mul-03.ll
test/CodeGen/SystemZ/fp-mul-07.ll
test/CodeGen/SystemZ/fp-mul-09.ll
test/CodeGen/SystemZ/fp-neg-01.ll
test/CodeGen/SystemZ/fp-round-02.ll
test/CodeGen/SystemZ/fp-sqrt-02.ll
test/CodeGen/SystemZ/fp-sub-02.ll
test/CodeGen/SystemZ/frame-03.ll
test/CodeGen/SystemZ/frame-07.ll
test/CodeGen/SystemZ/frame-17.ll
test/CodeGen/SystemZ/frame-19.ll [new file with mode: 0644]
test/CodeGen/SystemZ/frame-20.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-abi-align.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-abs-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-abs-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-abs-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-abs-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-abs-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-add-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-and-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-and-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-and-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-args-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-args-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-args-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-args-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-args-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-args-error-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-args-error-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-args-error-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-args-error-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-args-error-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-args-error-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-args-error-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-args-error-08.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-cmp-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-cmp-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-cmp-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-cmp-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-cmp-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-cmp-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-combine-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-combine-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-const-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-const-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-const-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-const-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-const-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-const-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-const-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-const-08.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-const-09.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-const-10.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-const-11.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-const-12.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-const-13.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-const-14.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-const-15.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-const-16.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-const-17.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-const-18.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-conv-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-conv-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-ctlz-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-ctpop-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-cttz-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-div-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-extract-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-extract-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-intrinsics.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-log-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-max-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-max-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-max-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-max-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-min-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-min-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-min-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-min-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-move-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-move-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-move-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-move-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-move-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-move-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-move-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-move-08.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-move-09.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-move-10.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-move-11.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-move-12.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-move-13.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-move-14.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-move-15.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-move-16.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-move-17.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-mul-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-mul-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-neg-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-or-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-or-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-perm-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-perm-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-perm-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-perm-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-perm-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-perm-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-perm-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-perm-08.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-perm-09.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-perm-10.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-perm-11.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-round-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-shift-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-shift-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-shift-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-shift-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-shift-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-shift-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-shift-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-sqrt-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-sub-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-xor-01.ll [new file with mode: 0644]
test/CodeGen/Thumb/2010-07-15-debugOrdering.ll
test/CodeGen/Thumb2/2009-08-06-SpDecBug.ll
test/CodeGen/Thumb2/2011-06-07-TwoAddrEarlyClobber.ll
test/CodeGen/Thumb2/cbnz.ll [new file with mode: 0644]
test/CodeGen/Thumb2/constant-islands-jump-table.ll
test/CodeGen/Thumb2/float-ops.ll
test/CodeGen/Thumb2/ifcvt-compare.ll [new file with mode: 0644]
test/CodeGen/Thumb2/large-stack.ll
test/CodeGen/Thumb2/thumb2-tbh.ll
test/CodeGen/Thumb2/tpsoft.ll
test/CodeGen/Thumb2/v8_IT_3.ll
test/CodeGen/Thumb2/v8_IT_5.ll
test/CodeGen/WinEH/cppeh-catch-all.ll
test/CodeGen/WinEH/cppeh-catch-and-throw.ll [new file with mode: 0644]
test/CodeGen/WinEH/cppeh-catch-scalar.ll
test/CodeGen/WinEH/cppeh-catch-unwind.ll
test/CodeGen/WinEH/cppeh-demote-liveout.ll [new file with mode: 0644]
test/CodeGen/WinEH/cppeh-frame-vars.ll
test/CodeGen/WinEH/cppeh-inalloca.ll
test/CodeGen/WinEH/cppeh-min-unwind.ll
test/CodeGen/WinEH/cppeh-mixed-catch-and-cleanup.ll [new file with mode: 0644]
test/CodeGen/WinEH/cppeh-multi-catch.ll
test/CodeGen/WinEH/cppeh-nested-1.ll
test/CodeGen/WinEH/cppeh-nested-2.ll
test/CodeGen/WinEH/cppeh-nested-3.ll
test/CodeGen/WinEH/cppeh-nested-rethrow.ll [new file with mode: 0644]
test/CodeGen/WinEH/cppeh-nonalloca-frame-values.ll
test/CodeGen/WinEH/cppeh-prepared-catch-reordered.ll
test/CodeGen/WinEH/cppeh-prepared-catch.ll
test/CodeGen/WinEH/cppeh-prepared-cleanups.ll
test/CodeGen/WinEH/cppeh-shared-empty-catch.ll [new file with mode: 0644]
test/CodeGen/WinEH/cppeh-similar-catch-blocks.ll [new file with mode: 0644]
test/CodeGen/WinEH/cppeh-state-calc-1.ll [new file with mode: 0644]
test/CodeGen/WinEH/seh-catch-all.ll
test/CodeGen/WinEH/seh-inlined-finally.ll
test/CodeGen/WinEH/seh-outlined-finally.ll
test/CodeGen/WinEH/seh-prepared-basic.ll [new file with mode: 0644]
test/CodeGen/WinEH/seh-resume-phi.ll [new file with mode: 0644]
test/CodeGen/WinEH/seh-simple.ll
test/CodeGen/X86/2008-04-17-CoalescerBug.ll
test/CodeGen/X86/2009-02-12-DebugInfoVLA.ll
test/CodeGen/X86/2009-10-16-Scope.ll
test/CodeGen/X86/2009-10-19-atomic-cmp-eflags.ll
test/CodeGen/X86/2010-01-08-Atomic64Bug.ll
test/CodeGen/X86/2010-01-18-DbgValue.ll
test/CodeGen/X86/2010-02-01-DbgValueCrash.ll
test/CodeGen/X86/2010-04-30-LocalAlloc-LandingPad.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-07-06-DbgCrash.ll
test/CodeGen/X86/2010-08-04-StackVariable.ll
test/CodeGen/X86/2010-09-16-EmptyFilename.ll
test/CodeGen/X86/2010-10-08-cmpxchg8b.ll
test/CodeGen/X86/2010-11-02-DbgParameter.ll
test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll
test/CodeGen/X86/2011-12-15-vec_shift.ll
test/CodeGen/X86/2012-01-16-mfence-nosse-flags.ll
test/CodeGen/X86/2012-11-30-handlemove-dbg.ll
test/CodeGen/X86/2012-11-30-misched-dbg.ll
test/CodeGen/X86/2012-11-30-regpres-dbg.ll
test/CodeGen/X86/2014-08-29-CompactUnwind.ll
test/CodeGen/X86/MachineBranchProb.ll
test/CodeGen/X86/MachineSink-DbgValue.ll
test/CodeGen/X86/MergeConsecutiveStores.ll
test/CodeGen/X86/StackColoring-dbg.ll
test/CodeGen/X86/asm-reject-reg-type-mismatch.ll [new file with mode: 0644]
test/CodeGen/X86/atomic-load-store-wide.ll
test/CodeGen/X86/atomic-minmax-i6432.ll
test/CodeGen/X86/atomic-or.ll
test/CodeGen/X86/avx-intrinsics-x86.ll
test/CodeGen/X86/avx-vperm2x128.ll
test/CodeGen/X86/avx2-arith.ll
test/CodeGen/X86/avx2-vector-shifts.ll
test/CodeGen/X86/avx512-bugfix-23634.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-build-vector.ll
test/CodeGen/X86/avx512-calling-conv.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-cvt.ll
test/CodeGen/X86/avx512-insert-extract.ll
test/CodeGen/X86/avx512-intrinsics.ll
test/CodeGen/X86/avx512-mask-bugfix.ll [new file with mode: 0755]
test/CodeGen/X86/avx512-mask-op.ll
test/CodeGen/X86/avx512-select.ll
test/CodeGen/X86/avx512-shift.ll
test/CodeGen/X86/avx512-shuffle.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-trunc-ext.ll
test/CodeGen/X86/avx512-vbroadcast.ll
test/CodeGen/X86/avx512-vec-cmp.ll
test/CodeGen/X86/avx512bw-intrinsics.ll
test/CodeGen/X86/avx512bwvl-intrinsics.ll
test/CodeGen/X86/avx512dqvl-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/avx512er-intrinsics.ll
test/CodeGen/X86/avx512vl-intrinsics.ll
test/CodeGen/X86/branchfolding-landingpads.ll [new file with mode: 0644]
test/CodeGen/X86/bswap-vector.ll
test/CodeGen/X86/buildvec-insertvec.ll
test/CodeGen/X86/cmovcmov.ll
test/CodeGen/X86/cmpxchg16b.ll
test/CodeGen/X86/combine-or.ll
test/CodeGen/X86/complex-fca.ll
test/CodeGen/X86/copy-propagation.ll [new file with mode: 0644]
test/CodeGen/X86/critical-anti-dep-breaker.ll
test/CodeGen/X86/cvt16.ll
test/CodeGen/X86/dbg-changes-codegen-branch-folding.ll
test/CodeGen/X86/dbg-changes-codegen.ll
test/CodeGen/X86/dbg-combine.ll
test/CodeGen/X86/disable-tail-calls.ll [new file with mode: 0644]
test/CodeGen/X86/dllimport.ll
test/CodeGen/X86/dwarf-comp-dir.ll
test/CodeGen/X86/exedeps-movq.ll
test/CodeGen/X86/extract-store.ll
test/CodeGen/X86/extractelement-index.ll [new file with mode: 0644]
test/CodeGen/X86/f16c-intrinsics.ll
test/CodeGen/X86/fast-isel-constrain-store-indexreg.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-movsbl-indexreg.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-trunc-kill-subreg.ll [new file with mode: 0644]
test/CodeGen/X86/fcmove.ll [new file with mode: 0644]
test/CodeGen/X86/floor-soft-float.ll
test/CodeGen/X86/fma3-intrinsics.ll
test/CodeGen/X86/fold-load-unops.ll
test/CodeGen/X86/fold-vector-bv-crash.ll [new file with mode: 0644]
test/CodeGen/X86/fold-vector-shuffle-crash.ll [new file with mode: 0644]
test/CodeGen/X86/fold-vector-trunc-sitofp.ll [new file with mode: 0644]
test/CodeGen/X86/fp-fast.ll
test/CodeGen/X86/fp-trunc.ll
test/CodeGen/X86/fpstack-debuginstr-kill.ll
test/CodeGen/X86/frameescape.ll
test/CodeGen/X86/haddsub.ll
test/CodeGen/X86/i486-fence-loop.ll
test/CodeGen/X86/i64-mem-copy.ll
test/CodeGen/X86/illegal-vector-args-return.ll
test/CodeGen/X86/implicit-null-check-negative.ll [new file with mode: 0644]
test/CodeGen/X86/implicit-null-check.ll [new file with mode: 0644]
test/CodeGen/X86/inalloca-invoke.ll
test/CodeGen/X86/inalloca-stdcall.ll
test/CodeGen/X86/inalloca.ll
test/CodeGen/X86/large-gep-chain.ll
test/CodeGen/X86/llc-override-mcpu-mattr.ll [new file with mode: 0644]
test/CodeGen/X86/load-slice.ll
test/CodeGen/X86/machine-cp.ll
test/CodeGen/X86/masked_gather_scatter.ll [new file with mode: 0644]
test/CodeGen/X86/masked_memop.ll
test/CodeGen/X86/merge-consecutive-stores-i1.ll [new file with mode: 0644]
test/CodeGen/X86/misched-code-difference-with-debug.ll
test/CodeGen/X86/null-streamer.ll
test/CodeGen/X86/patchpoint-invoke.ll
test/CodeGen/X86/patchpoint.ll
test/CodeGen/X86/pic.ll
test/CodeGen/X86/pic_jumptable.ll
test/CodeGen/X86/pmul.ll
test/CodeGen/X86/pr15267.ll
test/CodeGen/X86/pr21099.ll
test/CodeGen/X86/pr23103.ll [new file with mode: 0644]
test/CodeGen/X86/pr23273.ll [new file with mode: 0644]
test/CodeGen/X86/pr23603.ll [new file with mode: 0644]
test/CodeGen/X86/pr23664.ll [new file with mode: 0644]
test/CodeGen/X86/pr5145.ll
test/CodeGen/X86/ragreedy-hoist-spill.ll
test/CodeGen/X86/recip-fastmath.ll
test/CodeGen/X86/seh-basic.ll [deleted file]
test/CodeGen/X86/seh-catch-all-win32.ll [new file with mode: 0644]
test/CodeGen/X86/seh-catch-all.ll
test/CodeGen/X86/seh-except-finally.ll [new file with mode: 0644]
test/CodeGen/X86/seh-finally.ll
test/CodeGen/X86/seh-safe-div-win32.ll [new file with mode: 0644]
test/CodeGen/X86/seh-safe-div.ll
test/CodeGen/X86/shift-avx2-crash.ll [new file with mode: 0755]
test/CodeGen/X86/shift-i256.ll
test/CodeGen/X86/sibcall-win64.ll
test/CodeGen/X86/sink-hoist.ll
test/CodeGen/X86/soft-fp.ll
test/CodeGen/X86/splat-for-size.ll
test/CodeGen/X86/split-eh-lpad-edges.ll
test/CodeGen/X86/sqrt-fastmath.ll
test/CodeGen/X86/sret-implicit.ll
test/CodeGen/X86/sse-fcopysign.ll
test/CodeGen/X86/sse-intrinsics-x86.ll
test/CodeGen/X86/sse-minmax.ll
test/CodeGen/X86/sse-scalar-fp-arith-unary.ll [new file with mode: 0644]
test/CodeGen/X86/sse-scalar-fp-arith.ll
test/CodeGen/X86/sse2-intrinsics-x86.ll
test/CodeGen/X86/sse3-avx-addsub-2.ll
test/CodeGen/X86/sse41-intrinsics-x86.ll
test/CodeGen/X86/sse41.ll
test/CodeGen/X86/stack-folding-fp-avx1.ll
test/CodeGen/X86/stack-folding-fp-sse42.ll
test/CodeGen/X86/stack-folding-int-avx2.ll
test/CodeGen/X86/stack-folding-x86_64.ll [new file with mode: 0644]
test/CodeGen/X86/stack-protector-dbginfo.ll
test/CodeGen/X86/statepoint-allocas.ll
test/CodeGen/X86/statepoint-call-lowering.ll
test/CodeGen/X86/statepoint-far-call.ll [new file with mode: 0644]
test/CodeGen/X86/statepoint-forward.ll
test/CodeGen/X86/statepoint-gctransition-call-lowering.ll [new file with mode: 0644]
test/CodeGen/X86/statepoint-invoke.ll
test/CodeGen/X86/statepoint-stack-usage.ll
test/CodeGen/X86/statepoint-stackmap-format.ll
test/CodeGen/X86/switch-bt.ll
test/CodeGen/X86/switch-or.ll
test/CodeGen/X86/switch.ll [new file with mode: 0644]
test/CodeGen/X86/tail-call-got.ll
test/CodeGen/X86/tailcallpic1.ll
test/CodeGen/X86/tailcallpic3.ll [new file with mode: 0644]
test/CodeGen/X86/tailcallstack64.ll
test/CodeGen/X86/tls.ll
test/CodeGen/X86/unknown-location.ll
test/CodeGen/X86/vec_cast2.ll
test/CodeGen/X86/vec_fp_to_int.ll [new file with mode: 0644]
test/CodeGen/X86/vec_int_to_fp.ll [new file with mode: 0644]
test/CodeGen/X86/vec_shift8.ll [new file with mode: 0644]
test/CodeGen/X86/vector-ctpop.ll [deleted file]
test/CodeGen/X86/vector-lzcnt-128.ll [new file with mode: 0644]
test/CodeGen/X86/vector-lzcnt-256.ll [new file with mode: 0644]
test/CodeGen/X86/vector-popcnt-128.ll [new file with mode: 0644]
test/CodeGen/X86/vector-popcnt-256.ll [new file with mode: 0644]
test/CodeGen/X86/vector-sext.ll
test/CodeGen/X86/vector-shuffle-256-v4.ll
test/CodeGen/X86/vector-shuffle-512-v8.ll
test/CodeGen/X86/vector-tzcnt-128.ll [new file with mode: 0644]
test/CodeGen/X86/vector-tzcnt-256.ll [new file with mode: 0644]
test/CodeGen/X86/vector-zext.ll
test/CodeGen/X86/vselect-avx.ll
test/CodeGen/X86/widen_load-1.ll
test/CodeGen/X86/win32-eh-states.ll [new file with mode: 0644]
test/CodeGen/X86/win32-eh.ll [new file with mode: 0644]
test/CodeGen/X86/win32_sret.ll
test/CodeGen/X86/win_eh_prepare.ll
test/CodeGen/X86/x86-32-vector-calling-conv.ll [new file with mode: 0644]
test/CodeGen/X86/x86-fold-pshufb.ll [new file with mode: 0644]
test/CodeGen/X86/x86-framelowering-trap.ll [new file with mode: 0644]
test/CodeGen/X86/x86-shrink-wrapping.ll [new file with mode: 0644]
test/CodeGen/XCore/dwarf_debug.ll
test/DebugInfo/2009-11-03-InsertExtractValue.ll
test/DebugInfo/2009-11-05-DeadGlobalVariable.ll
test/DebugInfo/2009-11-06-NamelessGlobalVariable.ll
test/DebugInfo/2009-11-10-CurrentFn.ll
test/DebugInfo/2010-01-05-DbgScope.ll
test/DebugInfo/2010-03-12-llc-crash.ll
test/DebugInfo/2010-03-19-DbgDeclare.ll
test/DebugInfo/2010-03-24-MemberFn.ll
test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll
test/DebugInfo/2010-04-19-FramePtr.ll
test/DebugInfo/2010-05-03-DisableFramePtr.ll
test/DebugInfo/2010-05-03-OriginDIE.ll
test/DebugInfo/2010-05-10-MultipleCU.ll
test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll
test/DebugInfo/2010-07-19-Crash.ll
test/DebugInfo/2010-10-01-crash.ll
test/DebugInfo/AArch64/big-endian.ll
test/DebugInfo/AArch64/cfi-eof-prologue.ll
test/DebugInfo/AArch64/coalescing.ll
test/DebugInfo/AArch64/constant-dbgloc.ll [new file with mode: 0644]
test/DebugInfo/AArch64/dwarfdump.ll
test/DebugInfo/AArch64/eh_frame.s
test/DebugInfo/AArch64/eh_frame_personality.ll
test/DebugInfo/AArch64/frameindices.ll
test/DebugInfo/AArch64/struct_by_value.ll
test/DebugInfo/ARM/PR16736.ll
test/DebugInfo/ARM/cfi-eof-prologue.ll
test/DebugInfo/ARM/constant-dbgloc.ll [new file with mode: 0644]
test/DebugInfo/ARM/header.ll
test/DebugInfo/ARM/lowerbdgdeclare_vla.ll
test/DebugInfo/ARM/multiple-constant-uses-drops-dbgloc.ll [new file with mode: 0644]
test/DebugInfo/ARM/s-super-register.ll
test/DebugInfo/ARM/selectiondag-deadcode.ll
test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll [new file with mode: 0644]
test/DebugInfo/ARM/tls.ll
test/DebugInfo/COFF/asan-module-ctor.ll
test/DebugInfo/COFF/asan-module-without-functions.ll
test/DebugInfo/COFF/asm.ll
test/DebugInfo/COFF/cpp-mangling.ll
test/DebugInfo/COFF/multifile.ll
test/DebugInfo/COFF/multifunction.ll
test/DebugInfo/COFF/simple.ll
test/DebugInfo/COFF/tail-call-without-lexical-scopes.ll
test/DebugInfo/Inputs/dwarfdump-test.cc
test/DebugInfo/Inputs/dwarfdump.elf-mips64-64-bit-dwarf [new file with mode: 0755]
test/DebugInfo/Inputs/gmlt.ll
test/DebugInfo/Inputs/invalid.elf [new file with mode: 0644]
test/DebugInfo/Inputs/invalid.elf.2 [new file with mode: 0644]
test/DebugInfo/Inputs/invalid.elf.3 [new file with mode: 0644]
test/DebugInfo/Inputs/line.ll
test/DebugInfo/Inputs/test-multiple-macho.o [new file with mode: 0644]
test/DebugInfo/Inputs/test-simple-macho.o [new file with mode: 0644]
test/DebugInfo/Mips/InlinedFnLocalVar.ll
test/DebugInfo/Mips/delay-slot.ll
test/DebugInfo/Mips/fn-call-line.ll
test/DebugInfo/PR20038.ll
test/DebugInfo/PowerPC/tls-fission.ll
test/DebugInfo/PowerPC/tls.ll
test/DebugInfo/Sparc/gnu-window-save.ll
test/DebugInfo/SystemZ/eh_frame.s
test/DebugInfo/SystemZ/eh_frame_personality.s
test/DebugInfo/SystemZ/variable-loc.ll
test/DebugInfo/X86/2010-04-13-PubType.ll
test/DebugInfo/X86/2011-09-26-GlobalVarContext.ll
test/DebugInfo/X86/2011-12-16-BadStructRef.ll
test/DebugInfo/X86/DW_AT_byte_size.ll
test/DebugInfo/X86/DW_AT_linkage_name.ll
test/DebugInfo/X86/DW_AT_location-reference.ll
test/DebugInfo/X86/DW_AT_object_pointer.ll
test/DebugInfo/X86/DW_AT_specification.ll
test/DebugInfo/X86/DW_AT_stmt_list_sec_offset.ll
test/DebugInfo/X86/DW_TAG_friend.ll
test/DebugInfo/X86/InlinedFnLocalVar.ll
test/DebugInfo/X86/aligned_stack_var.ll
test/DebugInfo/X86/arange-and-stub.ll
test/DebugInfo/X86/arange.ll
test/DebugInfo/X86/arguments.ll
test/DebugInfo/X86/array.ll
test/DebugInfo/X86/array2.ll
test/DebugInfo/X86/block-capture.ll
test/DebugInfo/X86/byvalstruct.ll
test/DebugInfo/X86/c-type-units.ll
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/cu-ranges-odr.ll
test/DebugInfo/X86/cu-ranges.ll
test/DebugInfo/X86/data_member_location.ll
test/DebugInfo/X86/dbg-at-specficiation.ll
test/DebugInfo/X86/dbg-byval-parameter.ll
test/DebugInfo/X86/dbg-const-int.ll
test/DebugInfo/X86/dbg-const.ll
test/DebugInfo/X86/dbg-declare-arg.ll
test/DebugInfo/X86/dbg-declare.ll
test/DebugInfo/X86/dbg-file-name.ll
test/DebugInfo/X86/dbg-i128-const.ll
test/DebugInfo/X86/dbg-merge-loc-entry.ll
test/DebugInfo/X86/dbg-prolog-end.ll
test/DebugInfo/X86/dbg-subrange.ll
test/DebugInfo/X86/dbg-value-const-byref.ll
test/DebugInfo/X86/dbg-value-dag-combine.ll
test/DebugInfo/X86/dbg-value-inlined-parameter.ll
test/DebugInfo/X86/dbg-value-isel.ll
test/DebugInfo/X86/dbg-value-location.ll
test/DebugInfo/X86/dbg-value-range.ll
test/DebugInfo/X86/dbg-value-terminator.ll
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-static-member.ll
test/DebugInfo/X86/debug-loc-asan.ll
test/DebugInfo/X86/debug-loc-offset.ll
test/DebugInfo/X86/debug-ranges-offset.ll
test/DebugInfo/X86/debug_frame.ll
test/DebugInfo/X86/decl-derived-member.ll
test/DebugInfo/X86/deleted-bit-piece.ll
test/DebugInfo/X86/discriminator.ll
test/DebugInfo/X86/dwarf-aranges-no-dwarf-labels.ll
test/DebugInfo/X86/dwarf-aranges.ll
test/DebugInfo/X86/dwarf-public-names.ll
test/DebugInfo/X86/dwarf-pubnames-split.ll
test/DebugInfo/X86/earlydup-crash.ll
test/DebugInfo/X86/elf-names.ll
test/DebugInfo/X86/empty-and-one-elem-array.ll
test/DebugInfo/X86/empty-array.ll
test/DebugInfo/X86/empty.ll
test/DebugInfo/X86/ending-run.ll
test/DebugInfo/X86/enum-class.ll
test/DebugInfo/X86/enum-fwd-decl.ll
test/DebugInfo/X86/fission-cu.ll
test/DebugInfo/X86/fission-hash.ll
test/DebugInfo/X86/fission-inline.ll
test/DebugInfo/X86/fission-ranges.ll
test/DebugInfo/X86/float_const.ll
test/DebugInfo/X86/formal_parameter.ll
test/DebugInfo/X86/frame-register.ll
test/DebugInfo/X86/generate-odr-hash.ll
test/DebugInfo/X86/ghost-sdnode-dbgvalues.ll
test/DebugInfo/X86/gnu-public-names-empty.ll
test/DebugInfo/X86/gnu-public-names.ll
test/DebugInfo/X86/header.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 [new file with mode: 0644]
test/DebugInfo/X86/instcombine-instrinsics.ll
test/DebugInfo/X86/lexical_block.ll
test/DebugInfo/X86/line-info.ll
test/DebugInfo/X86/linkage-name.ll
test/DebugInfo/X86/low-pc-cu.ll
test/DebugInfo/X86/memberfnptr.ll
test/DebugInfo/X86/mi-print.ll
test/DebugInfo/X86/misched-dbg-value.ll
test/DebugInfo/X86/missing-file-line.ll
test/DebugInfo/X86/multiple-aranges.ll
test/DebugInfo/X86/multiple-at-const-val.ll
test/DebugInfo/X86/nodebug_with_debug_loc.ll
test/DebugInfo/X86/nondefault-subrange-array.ll
test/DebugInfo/X86/nophysreg.ll
test/DebugInfo/X86/objc-fwd-decl.ll
test/DebugInfo/X86/objc-property-void.ll
test/DebugInfo/X86/op_deref.ll
test/DebugInfo/X86/parameters.ll
test/DebugInfo/X86/pieces-1.ll
test/DebugInfo/X86/pieces-2.ll
test/DebugInfo/X86/pieces-3.ll
test/DebugInfo/X86/pointer-type-size.ll
test/DebugInfo/X86/pr11300.ll
test/DebugInfo/X86/pr12831.ll
test/DebugInfo/X86/pr13303.ll
test/DebugInfo/X86/pr19307.ll
test/DebugInfo/X86/processes-relocations.ll
test/DebugInfo/X86/prologue-stack.ll
test/DebugInfo/X86/recursive_inlining.ll
test/DebugInfo/X86/ref_addr_relocation.ll
test/DebugInfo/X86/reference-argument.ll
test/DebugInfo/X86/rvalue-ref.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/stmt-list-multiple-compile-units.ll
test/DebugInfo/X86/stmt-list.ll
test/DebugInfo/X86/stringpool.ll
test/DebugInfo/X86/struct-loc.ll
test/DebugInfo/X86/subrange-type.ll
test/DebugInfo/X86/subreg.ll
test/DebugInfo/X86/subregisters.ll
test/DebugInfo/X86/template.ll
test/DebugInfo/X86/tls.ll
test/DebugInfo/X86/type_units_with_addresses.ll
test/DebugInfo/X86/union-const.ll
test/DebugInfo/X86/union-template.ll
test/DebugInfo/X86/vector.ll
test/DebugInfo/X86/vla.ll
test/DebugInfo/accel-table-hash-collisions.ll
test/DebugInfo/array.ll
test/DebugInfo/block-asan.ll
test/DebugInfo/bug_null_debuginfo.ll
test/DebugInfo/constant-pointers.ll
test/DebugInfo/constant-sdnodes-have-dbg-location.ll [new file with mode: 0644]
test/DebugInfo/constantfp-sdnodes-have-dbg-location.ll [new file with mode: 0644]
test/DebugInfo/cross-cu-inlining.ll
test/DebugInfo/cross-cu-linkonce-distinct.ll
test/DebugInfo/cross-cu-linkonce.ll
test/DebugInfo/cu-range-hole.ll
test/DebugInfo/cu-ranges.ll
test/DebugInfo/dead-argument-order.ll
test/DebugInfo/debug-info-always-inline.ll
test/DebugInfo/debug-info-qualifiers.ll
test/DebugInfo/debuginfofinder-forward-declaration.ll
test/DebugInfo/debuginfofinder-multiple-cu.ll
test/DebugInfo/debuglineinfo-macho.test [new file with mode: 0644]
test/DebugInfo/debuglineinfo.test
test/DebugInfo/dwarf-public-names.ll
test/DebugInfo/dwarfdump-64-bit-dwarf.test [new file with mode: 0644]
test/DebugInfo/dwarfdump-invalid.test [new file with mode: 0644]
test/DebugInfo/empty.ll
test/DebugInfo/enum-types.ll
test/DebugInfo/enum.ll
test/DebugInfo/global.ll
test/DebugInfo/incorrect-variable-debugloc.ll
test/DebugInfo/incorrect-variable-debugloc1.ll
test/DebugInfo/inheritance.ll
test/DebugInfo/inline-debug-info-multiret.ll
test/DebugInfo/inline-debug-info.ll
test/DebugInfo/inline-no-debug-info.ll
test/DebugInfo/inline-scopes.ll
test/DebugInfo/inlined-arguments.ll
test/DebugInfo/inlined-vars.ll
test/DebugInfo/location-verifier.ll
test/DebugInfo/lto-comp-dir.ll
test/DebugInfo/member-order.ll
test/DebugInfo/member-pointers.ll
test/DebugInfo/missing-abstract-variable.ll
test/DebugInfo/multiline.ll
test/DebugInfo/namespace.ll
test/DebugInfo/namespace_function_definition.ll
test/DebugInfo/namespace_inline_function_definition.ll
test/DebugInfo/nodebug.ll
test/DebugInfo/piece-verifier.ll
test/DebugInfo/restrict.ll
test/DebugInfo/sugared-constants.ll
test/DebugInfo/template-recursive-void.ll
test/DebugInfo/tu-composite.ll
test/DebugInfo/tu-member-pointer.ll
test/DebugInfo/two-cus-from-same-file.ll
test/DebugInfo/typedef.ll
test/DebugInfo/unconditional-branch.ll
test/DebugInfo/varargs.ll
test/DebugInfo/version.ll
test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
test/ExecutionEngine/MCJIT/eh-lg-pic.ll
test/ExecutionEngine/MCJIT/eh-sm-pic.ll
test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll
test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll
test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll
test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll
test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll
test/ExecutionEngine/MCJIT/stubs-sm-pic.ll
test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll
test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
test/ExecutionEngine/OrcLazy/hello.ll
test/ExecutionEngine/OrcMCJIT/cross-module-sm-pic-a.ll
test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll
test/ExecutionEngine/OrcMCJIT/eh-sm-pic.ll
test/ExecutionEngine/OrcMCJIT/multi-module-sm-pic-a.ll
test/ExecutionEngine/OrcMCJIT/remote/cross-module-sm-pic-a.ll
test/ExecutionEngine/OrcMCJIT/remote/multi-module-sm-pic-a.ll
test/ExecutionEngine/OrcMCJIT/remote/test-global-init-nonzero-sm-pic.ll
test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-sm-pic.ll
test/ExecutionEngine/OrcMCJIT/stubs-sm-pic.ll
test/ExecutionEngine/OrcMCJIT/test-global-init-nonzero-sm-pic.ll
test/ExecutionEngine/OrcMCJIT/test-ptr-reloc-sm-pic.ll
test/ExecutionEngine/RuntimeDyld/Mips/ELF_Mips64r2N64_PIC_relocations.s [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/Mips/ELF_O32_PIC_relocations.s [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/Mips/Inputs/ExternalFunction.ll [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/Mips/lit.local.cfg [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/X86/MachO_i386_DynNoPIC_relocations.s
test/Instrumentation/AddressSanitizer/X86/asm_attr.ll
test/Instrumentation/AddressSanitizer/basic.ll
test/Instrumentation/AddressSanitizer/debug_info.ll
test/Instrumentation/AddressSanitizer/do-not-instrument-llvm-metadata-darwin.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/global_metadata.ll
test/Instrumentation/AddressSanitizer/instrument-dynamic-allocas.ll
test/Instrumentation/AddressSanitizer/undecidable-dynamic-alloca-1.ll [deleted file]
test/Instrumentation/DataFlowSanitizer/debug.ll
test/Instrumentation/InstrProfiling/PR23499.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/msan_basic.ll
test/Instrumentation/MemorySanitizer/store-origin.ll
test/Instrumentation/SanitizerCoverage/coverage-dbg.ll
test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll
test/Instrumentation/ThreadSanitizer/tsan_basic.ll
test/JitListener/multiple.ll
test/JitListener/simple.ll
test/Linker/2009-09-03-mdnode.ll
test/Linker/2009-09-03-mdnode2.ll
test/Linker/2011-08-04-DebugLoc.ll
test/Linker/2011-08-04-DebugLoc2.ll
test/Linker/2011-08-04-Metadata.ll
test/Linker/2011-08-04-Metadata2.ll
test/Linker/2011-08-18-unique-class-type.ll
test/Linker/2011-08-18-unique-class-type2.ll
test/Linker/2011-08-18-unique-debug-type.ll
test/Linker/2011-08-18-unique-debug-type2.ll
test/Linker/DbgDeclare.ll
test/Linker/DbgDeclare2.ll
test/Linker/Inputs/mdlocation.ll
test/Linker/Inputs/metadata-function.ll [new file with mode: 0644]
test/Linker/Inputs/override-different-linkage.ll [new file with mode: 0644]
test/Linker/Inputs/override-with-internal-linkage-2.ll [new file with mode: 0644]
test/Linker/Inputs/override-with-internal-linkage.ll [new file with mode: 0644]
test/Linker/Inputs/override.ll [new file with mode: 0644]
test/Linker/Inputs/replaced-function-matches-first-subprogram.ll
test/Linker/Inputs/subprogram-linkonce-weak-odr.ll
test/Linker/Inputs/subprogram-linkonce-weak.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/debug-info-version-a.ll
test/Linker/debug-info-version-b.ll
test/Linker/mdlocation.ll
test/Linker/metadata-function.ll [new file with mode: 0644]
test/Linker/override-different-linkage.ll [new file with mode: 0644]
test/Linker/override-with-internal-linkage-2.ll [new file with mode: 0644]
test/Linker/override-with-internal-linkage.ll [new file with mode: 0644]
test/Linker/override.ll [new file with mode: 0644]
test/Linker/replaced-function-matches-first-subprogram.ll
test/Linker/subprogram-linkonce-weak-odr.ll
test/Linker/subprogram-linkonce-weak.ll
test/Linker/testlink.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/armv8.1a-atomic.s [new file with mode: 0644]
test/MC/AArch64/armv8.1a-lor.s
test/MC/AArch64/basic-a64-diagnostics.s
test/MC/AArch64/basic-a64-instructions.s
test/MC/AArch64/case-insen-reg-names.s [new file with mode: 0644]
test/MC/AArch64/expr-shr.s [new file with mode: 0644]
test/MC/AArch64/inst-directive.s
test/MC/AMDGPU/ds-err.s [moved from test/MC/R600/ds-err.s with 100% similarity]
test/MC/AMDGPU/ds.s [moved from test/MC/R600/ds.s with 100% similarity]
test/MC/AMDGPU/flat.s [new file with mode: 0644]
test/MC/AMDGPU/lit.local.cfg [new file with mode: 0644]
test/MC/AMDGPU/mubuf.s [moved from test/MC/R600/mubuf.s with 100% similarity]
test/MC/AMDGPU/smrd.s [moved from test/MC/R600/smrd.s with 100% similarity]
test/MC/AMDGPU/sop1-err.s [moved from test/MC/R600/sop1-err.s with 100% similarity]
test/MC/AMDGPU/sop1.s [moved from test/MC/R600/sop1.s with 100% similarity]
test/MC/AMDGPU/sop2.s [moved from test/MC/R600/sop2.s with 100% similarity]
test/MC/AMDGPU/sopc.s [moved from test/MC/R600/sopc.s with 100% similarity]
test/MC/AMDGPU/sopk.s [moved from test/MC/R600/sopk.s with 100% similarity]
test/MC/AMDGPU/sopp.s [moved from test/MC/R600/sopp.s with 100% similarity]
test/MC/AMDGPU/vop1.s [new file with mode: 0644]
test/MC/AMDGPU/vop2-err.s [moved from test/MC/R600/vop2-err.s with 100% similarity]
test/MC/AMDGPU/vop2.s [new file with mode: 0644]
test/MC/AMDGPU/vop3-errs.s [new file with mode: 0644]
test/MC/AMDGPU/vop3.s [new file with mode: 0644]
test/MC/AMDGPU/vopc.s [moved from test/MC/R600/vopc.s with 100% similarity]
test/MC/ARM/arm-elf-symver.s
test/MC/ARM/bracket-exprs.s
test/MC/ARM/coff-debugging-secrel.ll
test/MC/ARM/data-in-code.ll
test/MC/ARM/directive-arch-armv2.s
test/MC/ARM/directive-arch-armv2a.s
test/MC/ARM/directive-arch-armv3.s
test/MC/ARM/directive-arch-armv3m.s
test/MC/ARM/directive-fpu-multiple.s
test/MC/ARM/dwarf-cfi-initial-state.s
test/MC/ARM/eh-directive-section-comdat.s
test/MC/ARM/eh-directive-section-multiple-func.s
test/MC/ARM/eh-directive-section.s
test/MC/ARM/eh-directive-text-section-multiple-func.s
test/MC/ARM/eh-directive-text-section.s
test/MC/ARM/eh-link.s
test/MC/ARM/elf-movt.s
test/MC/ARM/elf-thumbfunc-reloc.ll
test/MC/ARM/elf-thumbfunc-reloc.s
test/MC/ARM/inst-directive-emit.s
test/MC/ARM/thumb2-dsp-diag.s
test/MC/AsmParser/at-pseudo-variable-bad.s [new file with mode: 0644]
test/MC/AsmParser/at-pseudo-variable.s [new file with mode: 0644]
test/MC/AsmParser/defsym.s [new file with mode: 0644]
test/MC/AsmParser/defsym_error1.s [new file with mode: 0644]
test/MC/AsmParser/defsym_error2.s [new file with mode: 0644]
test/MC/AsmParser/expr-shr.s [new file with mode: 0644]
test/MC/AsmParser/section.s
test/MC/COFF/cross-section-relative.ll [new file with mode: 0644]
test/MC/COFF/cross-section-relative.s [new file with mode: 0644]
test/MC/COFF/pr23025.s [new file with mode: 0644]
test/MC/Disassembler/AArch64/armv8.1a-atomic.txt [new file with mode: 0644]
test/MC/Disassembler/AArch64/armv8.1a-lor.txt
test/MC/Disassembler/AArch64/basic-a64-instructions.txt
test/MC/Disassembler/Hexagon/alu32_alu.txt
test/MC/Disassembler/Mips/micromips.txt
test/MC/Disassembler/Mips/micromips32r6.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/micromips_le.txt
test/MC/Disassembler/Mips/mips3/valid-mips3.txt
test/MC/Disassembler/Mips/mips4/valid-mips4.txt
test/MC/Disassembler/Mips/mips64/valid-mips64.txt
test/MC/Disassembler/Mips/mips64r2/valid-mips64r2.txt
test/MC/Disassembler/Mips/mips64r3/valid-mips64r3.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/PowerPC/dcbt.txt [new file with mode: 0644]
test/MC/Disassembler/PowerPC/ppc64-encoding-4xx.txt
test/MC/Disassembler/PowerPC/ppc64-encoding-bookII.txt
test/MC/Disassembler/PowerPC/ppc64-encoding-bookIII.txt
test/MC/Disassembler/PowerPC/ppc64-encoding-ext.txt
test/MC/Disassembler/PowerPC/ppc64-encoding-p8vector.txt [new file with mode: 0644]
test/MC/Disassembler/PowerPC/ppc64-encoding-vmx.txt
test/MC/Disassembler/PowerPC/ppc64-encoding.txt
test/MC/Disassembler/PowerPC/ppc64-operands.txt
test/MC/Disassembler/PowerPC/qpx.txt
test/MC/Disassembler/PowerPC/vsx.txt
test/MC/Disassembler/Sparc/sparc-mem.txt
test/MC/Disassembler/Sparc/sparc-special-registers.txt [new file with mode: 0644]
test/MC/Disassembler/Sparc/sparc.txt
test/MC/Disassembler/SystemZ/insns-z13-bad.txt [new file with mode: 0644]
test/MC/Disassembler/SystemZ/insns-z13.txt [new file with mode: 0644]
test/MC/Disassembler/X86/avx-512.txt
test/MC/Disassembler/X86/x86-64.txt
test/MC/ELF/alias-to-local.s [new file with mode: 0644]
test/MC/ELF/alias.s
test/MC/ELF/align.s
test/MC/ELF/basic-elf-32.s
test/MC/ELF/basic-elf-64.s
test/MC/ELF/bracket-exprs.s
test/MC/ELF/cfi-adjust-cfa-offset.s
test/MC/ELF/cfi-advance-loc2.s
test/MC/ELF/cfi-def-cfa-offset.s
test/MC/ELF/cfi-def-cfa-register.s
test/MC/ELF/cfi-def-cfa.s
test/MC/ELF/cfi-escape.s
test/MC/ELF/cfi-large-model.s
test/MC/ELF/cfi-offset.s
test/MC/ELF/cfi-register.s
test/MC/ELF/cfi-rel-offset.s
test/MC/ELF/cfi-rel-offset2.s
test/MC/ELF/cfi-remember.s
test/MC/ELF/cfi-restore.s
test/MC/ELF/cfi-same-value.s
test/MC/ELF/cfi-sections.s
test/MC/ELF/cfi-signal-frame.s
test/MC/ELF/cfi-undefined.s
test/MC/ELF/cfi-version.ll
test/MC/ELF/cfi-window-save.s
test/MC/ELF/cfi-zero-addr-delta.s
test/MC/ELF/cfi.s
test/MC/ELF/comdat-dup-group-name.s
test/MC/ELF/comdat-reloc.s
test/MC/ELF/comdat.s
test/MC/ELF/common-error3.s [new file with mode: 0644]
test/MC/ELF/common-redeclare.s [new file with mode: 0644]
test/MC/ELF/common2.s
test/MC/ELF/debug-loc.s
test/MC/ELF/empty-dwarf-lines.s
test/MC/ELF/empty.s
test/MC/ELF/entsize.s
test/MC/ELF/file-double.s
test/MC/ELF/file.s
test/MC/ELF/got.s
test/MC/ELF/lcomm.s
test/MC/ELF/many-sections-2.s
test/MC/ELF/many-sections.s
test/MC/ELF/n_bytes.s
test/MC/ELF/noexec.s
test/MC/ELF/norelocation.s
test/MC/ELF/popsection.s [new file with mode: 0644]
test/MC/ELF/pr19430.s
test/MC/ELF/relax.s
test/MC/ELF/reloc-same-name-section.s
test/MC/ELF/relocation-386.s
test/MC/ELF/relocation-pc.s
test/MC/ELF/relocation.s
test/MC/ELF/rename.s
test/MC/ELF/section-sym.s
test/MC/ELF/section-sym2.s
test/MC/ELF/section-unique.s
test/MC/ELF/section.s
test/MC/ELF/strtab-suffix-opt.s
test/MC/ELF/symver-msvc.s
test/MC/ELF/symver.s
test/MC/ELF/type-propagate.s
test/MC/ELF/type.s
test/MC/ELF/undef.s
test/MC/ELF/weak-diff.s
test/MC/ELF/weak-diff2.s [deleted file]
test/MC/ELF/weakref-reloc.s
test/MC/ELF/weakref.s
test/MC/Hexagon/inst_add.ll
test/MC/Hexagon/inst_cmp_eq.ll
test/MC/Hexagon/inst_cmp_eqi.ll
test/MC/Hexagon/inst_cmp_gt.ll
test/MC/Hexagon/inst_cmp_gti.ll
test/MC/Hexagon/inst_cmp_lt.ll
test/MC/Hexagon/inst_cmp_ugt.ll
test/MC/Hexagon/inst_cmp_ugti.ll
test/MC/Hexagon/inst_cmp_ult.ll
test/MC/Hexagon/inst_select.ll
test/MC/Hexagon/inst_sxtb.ll
test/MC/Hexagon/inst_sxth.ll
test/MC/Hexagon/inst_zxtb.ll
test/MC/Hexagon/inst_zxth.ll
test/MC/MachO/AArch64/cfstring.s [deleted file]
test/MC/MachO/AArch64/ld64-workaround.s [new file with mode: 0644]
test/MC/MachO/AArch64/mergeable.s
test/MC/MachO/absolutize.s
test/MC/MachO/reloc-diff.s
test/MC/Mips/asciiz-directive-bad.s [new file with mode: 0644]
test/MC/Mips/asciiz-directive.s [new file with mode: 0644]
test/MC/Mips/eh-frame.s
test/MC/Mips/expr1.s
test/MC/Mips/micromips-expansions.s
test/MC/Mips/micromips-expressions.s [deleted file]
test/MC/Mips/micromips-invalid.s
test/MC/Mips/micromips32r6/valid.s [new file with mode: 0644]
test/MC/Mips/mips-data-directives.s
test/MC/Mips/mips-expansions-bad.s
test/MC/Mips/mips-expansions.s
test/MC/Mips/mips-pdr.s
test/MC/Mips/mips-relocations.s
test/MC/Mips/mips1/invalid-mips3.s
test/MC/Mips/mips2/invalid-mips3.s
test/MC/Mips/mips3/valid.s
test/MC/Mips/mips32/invalid-mips64.s
test/MC/Mips/mips32r6/invalid.s
test/MC/Mips/mips4/valid.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/valid.s
test/MC/Mips/mips64r5/valid.s
test/MC/Mips/mips64r6/invalid.s
test/MC/Mips/mips64r6/valid.s
test/MC/Mips/mips_directives.s
test/MC/Mips/module-directive-bad.s
test/MC/Mips/octeon-instructions.s
test/MC/Mips/relocation.s [new file with mode: 0644]
test/MC/Mips/set-at-directive-explicit-at.s
test/MC/Mips/set-nomacro-micromips.s [new file with mode: 0644]
test/MC/Mips/set-nomacro.s [new file with mode: 0644]
test/MC/Mips/set-push-pop-directives-bad.s
test/MC/Mips/set-push-pop-directives.s
test/MC/Mips/set-softfloat-hardfloat-bad.s [new file with mode: 0644]
test/MC/Mips/set-softfloat-hardfloat.s [new file with mode: 0644]
test/MC/Mips/target-soft-float.s [new file with mode: 0644]
test/MC/PowerPC/dcbt.s [new file with mode: 0644]
test/MC/PowerPC/ppc64-encoding-4xx.s
test/MC/PowerPC/ppc64-encoding-6xx.s
test/MC/PowerPC/ppc64-encoding-bookII.s
test/MC/PowerPC/ppc64-encoding-bookIII.s
test/MC/PowerPC/ppc64-encoding-ext.s
test/MC/PowerPC/ppc64-encoding-fp.s
test/MC/PowerPC/ppc64-encoding-p8vector.s [new file with mode: 0644]
test/MC/PowerPC/ppc64-encoding-vmx.s
test/MC/PowerPC/ppc64-encoding.s
test/MC/PowerPC/ppc64-initial-cfa.s
test/MC/PowerPC/qpx.s
test/MC/PowerPC/st-other-crash.s [new file with mode: 0644]
test/MC/PowerPC/vsx.s
test/MC/R600/lit.local.cfg [deleted file]
test/MC/R600/vop1.s [deleted file]
test/MC/R600/vop2.s [deleted file]
test/MC/R600/vop3.s [deleted file]
test/MC/Sparc/sparc-assembly-exprs.s [new file with mode: 0644]
test/MC/Sparc/sparc-atomic-instructions.s
test/MC/Sparc/sparc-ctrl-instructions.s
test/MC/Sparc/sparc-little-endian.s [new file with mode: 0644]
test/MC/Sparc/sparc-mem-instructions.s
test/MC/Sparc/sparc-special-registers.s [new file with mode: 0644]
test/MC/Sparc/sparc-synthetic-instructions.s [new file with mode: 0644]
test/MC/Sparc/sparcv9-atomic-instructions.s [new file with mode: 0644]
test/MC/SystemZ/insn-bad-z13.s [new file with mode: 0644]
test/MC/SystemZ/insn-bad-zEC12.s
test/MC/SystemZ/insn-good-z13.s [new file with mode: 0644]
test/MC/SystemZ/tokens.s
test/MC/X86/AlignedBundling/section-alignment.s [new file with mode: 0644]
test/MC/X86/avx512-encodings.s
test/MC/X86/avx512-err.s [new file with mode: 0644]
test/MC/X86/avx512bw-encoding.s
test/MC/X86/avx512vl-encoding.s
test/MC/X86/hex-immediates.s [new file with mode: 0644]
test/MC/X86/i386-darwin-frame-register.ll
test/MC/X86/intel-syntax-avx512.s
test/MC/X86/intel-syntax-bitwise-ops.s
test/MC/X86/intel-syntax-x86-64-avx512f_vl.s [new file with mode: 0644]
test/MC/X86/intel-syntax.s
test/MC/X86/mpx-encodings.s [new file with mode: 0644]
test/MC/X86/x86-64-avx512bw.s
test/MC/X86/x86-64-avx512bw_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/Object/Inputs/macho-invalid-getsection-index [deleted file]
test/Object/Inputs/macho-invalid-header [new file with mode: 0644]
test/Object/Inputs/macho-invalid-section-index-getSectionRawFinalSegmentName [deleted file]
test/Object/Inputs/macho64-invalid-getsection-index [deleted file]
test/Object/Inputs/macho64-invalid-incomplete-segment-load-command [new file with mode: 0644]
test/Object/Inputs/no-start-symbol.elf-x86_64 [new file with mode: 0644]
test/Object/Inputs/program-headers.mips
test/Object/Mips/abi-flags.yaml [new file with mode: 0644]
test/Object/Mips/elf-abi.yaml [new file with mode: 0644]
test/Object/Mips/elf-flags.yaml [new file with mode: 0644]
test/Object/X86/no-start-symbol.test [new file with mode: 0644]
test/Object/dllimport.ll [new file with mode: 0644]
test/Object/macho-invalid.test
test/Object/nm-archive.test
test/Object/nm-trivial-object.test
test/Object/obj2yaml.test
test/Object/objdump-symbol-table.test
test/Object/readobj-shared-object.test
test/Object/yaml2obj-elf-rel-noref.yaml [new file with mode: 0644]
test/Other/opt-override-mcpu-mattr.ll [new file with mode: 0644]
test/TableGen/AsmPredicateCondsEmission.td
test/TableGen/MultiClassDefName.td
test/TableGen/intrinsic-varargs.td
test/Transforms/AddDiscriminators/basic.ll
test/Transforms/AddDiscriminators/first-only.ll
test/Transforms/AddDiscriminators/multiple.ll
test/Transforms/AddDiscriminators/no-discriminators.ll
test/Transforms/ArgumentPromotion/dbg.ll
test/Transforms/ArgumentPromotion/sret.ll [new file with mode: 0644]
test/Transforms/BBVectorize/simple3.ll
test/Transforms/CodeGenPrepare/R600/lit.local.cfg [new file with mode: 0644]
test/Transforms/CodeGenPrepare/R600/no-sink-addrspacecast.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/statepoint-relocate.ll
test/Transforms/ConstProp/InsertElement.ll
test/Transforms/ConstProp/convert-from-fp16.ll [new file with mode: 0644]
test/Transforms/CorrelatedValuePropagation/select.ll [new file with mode: 0644]
test/Transforms/DeadArgElim/2010-04-30-DbgInfo.ll
test/Transforms/DeadArgElim/dbginfo.ll
test/Transforms/DeadStoreElimination/inst-limits.ll
test/Transforms/EarlyCSE/conditional.ll [new file with mode: 0644]
test/Transforms/EarlyCSE/edge.ll [new file with mode: 0644]
test/Transforms/EarlyCSE/read-reg.ll [new file with mode: 0644]
test/Transforms/FunctionAttrs/readnone.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/version.ll
test/Transforms/GVN/basic-undef-test.ll [new file with mode: 0644]
test/Transforms/GVN/load-pre-nonlocal.ll
test/Transforms/GVN/phi-translate.ll
test/Transforms/GVN/unreachable_block_infinite_loop.ll
test/Transforms/GlobalOpt/2009-03-05-dbg.ll
test/Transforms/IPConstantProp/return-constant.ll
test/Transforms/IndVarSimplify/exit_value_test2.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/exit_value_test3.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/lcssa-preservation.ll
test/Transforms/Inline/alloca-dbgdeclare.ll
test/Transforms/Inline/crash-lifetime-marker.ll [new file with mode: 0644]
test/Transforms/Inline/debug-info-duplicate-calls.ll
test/Transforms/Inline/debug-invoke.ll
test/Transforms/Inline/ignore-debug-info.ll
test/Transforms/Inline/inline_dbg_declare.ll
test/Transforms/Inline/noalias-cs.ll
test/Transforms/Inline/noalias2.ll
test/Transforms/Inline/pr22285.ll [new file with mode: 0644]
test/Transforms/Inline/vector-bonus.ll [new file with mode: 0644]
test/Transforms/InstCombine/add2.ll
test/Transforms/InstCombine/aligned-qpx.ll
test/Transforms/InstCombine/cast.ll
test/Transforms/InstCombine/debug-line.ll
test/Transforms/InstCombine/debuginfo.ll
test/Transforms/InstCombine/demand_shrink_nsw.ll [new file with mode: 0644]
test/Transforms/InstCombine/descale-zero.ll [deleted file]
test/Transforms/InstCombine/fpcast.ll
test/Transforms/InstCombine/gc.relocate.ll
test/Transforms/InstCombine/getelementptr.ll
test/Transforms/InstCombine/intrinsics.ll
test/Transforms/InstCombine/load-bitcast32.ll [new file with mode: 0644]
test/Transforms/InstCombine/load-bitcast64.ll [new file with mode: 0644]
test/Transforms/InstCombine/max-of-nots.ll
test/Transforms/InstCombine/minmax-fold.ll [new file with mode: 0644]
test/Transforms/InstCombine/mul.ll
test/Transforms/InstCombine/pr23751.ll [new file with mode: 0644]
test/Transforms/InstCombine/select.ll
test/Transforms/InstCombine/shift.ll
test/Transforms/InstCombine/statepoint.ll
test/Transforms/InstCombine/unpack-fca.ll
test/Transforms/InstCombine/x86-insertps.ll
test/Transforms/InstCombine/xor.ll
test/Transforms/InstSimplify/call.ll
test/Transforms/InstSimplify/fast-math.ll
test/Transforms/JumpThreading/thread-cmp.ll [new file with mode: 0644]
test/Transforms/LCSSA/invoke-dest.ll
test/Transforms/LICM/debug-value.ll
test/Transforms/LICM/hoist-deref-load.ll
test/Transforms/LICM/pr23608.ll [new file with mode: 0644]
test/Transforms/LoopDistribute/basic-with-memchecks.ll [new file with mode: 0644]
test/Transforms/LoopDistribute/basic.ll [new file with mode: 0644]
test/Transforms/LoopDistribute/crash-in-memcheck-generation.ll [new file with mode: 0644]
test/Transforms/LoopDistribute/no-if-convert.ll [new file with mode: 0644]
test/Transforms/LoopDistribute/outside-use.ll [new file with mode: 0644]
test/Transforms/LoopDistribute/program-order.ll [new file with mode: 0644]
test/Transforms/LoopIdiom/basic.ll
test/Transforms/LoopIdiom/debug-line.ll
test/Transforms/LoopInterchange/reductions.ll [new file with mode: 0644]
test/Transforms/LoopRotate/dbgvalue.ll
test/Transforms/LoopSimplify/dbg-loc.ll [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/negative-scale.ll [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/pr12018.ll
test/Transforms/LoopUnroll/PowerPC/a2-high-cost-trip-count-computation.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/full-unroll-bad-cost.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/full-unroll-bad-geps.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/full-unroll-heuristics.ll
test/Transforms/LoopUnroll/runtime-loop1.ll
test/Transforms/LoopUnroll/unroll-cleanup.ll [new file with mode: 0644]
test/Transforms/LoopUnswitch/2011-11-18-SimpleSwitch.ll
test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches.ll
test/Transforms/LoopVectorize/AArch64/arbitrary-induction-step.ll
test/Transforms/LoopVectorize/X86/unroll-small-loops.ll
test/Transforms/LoopVectorize/X86/veclib-calls.ll
test/Transforms/LoopVectorize/X86/vectorization-remarks-missed.ll
test/Transforms/LoopVectorize/X86/vectorization-remarks.ll
test/Transforms/LoopVectorize/conditional-assignment.ll
test/Transforms/LoopVectorize/control-flow.ll
test/Transforms/LoopVectorize/dbg.value.ll
test/Transforms/LoopVectorize/debugloc.ll
test/Transforms/LoopVectorize/interleaved-accesses.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/no_array_bounds.ll
test/Transforms/LoopVectorize/no_switch.ll
test/Transforms/LoopVectorize/unroll.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/zero-sized-pointee-crash.ll [new file with mode: 0644]
test/Transforms/LowerBitSets/simple.ll
test/Transforms/LowerBitSets/unnamed.ll [new file with mode: 0644]
test/Transforms/LowerSwitch/feature.ll
test/Transforms/Mem2Reg/ConvertDebugInfo.ll
test/Transforms/Mem2Reg/ConvertDebugInfo2.ll
test/Transforms/MemCpyOpt/callslot_deref.ll
test/Transforms/MemCpyOpt/memcpy-to-memset-with-lifetimes.ll
test/Transforms/MemCpyOpt/memset-memcpy-redundant-memset.ll [new file with mode: 0644]
test/Transforms/MemCpyOpt/memset-memcpy-to-2x-memset.ll [new file with mode: 0644]
test/Transforms/MergeFunc/alloca.ll [new file with mode: 0644]
test/Transforms/MergeFunc/call-and-invoke-with-ranges.ll
test/Transforms/MergeFunc/fold-weak.ll
test/Transforms/MergeFunc/linkonce_odr.ll [new file with mode: 0644]
test/Transforms/NaryReassociate/NVPTX/lit.local.cfg [new file with mode: 0644]
test/Transforms/NaryReassociate/NVPTX/nary-gep.ll [new file with mode: 0644]
test/Transforms/NaryReassociate/NVPTX/nary-slsr.ll [new file with mode: 0644]
test/Transforms/NaryReassociate/nary-add.ll
test/Transforms/ObjCARC/basic.ll
test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll
test/Transforms/ObjCARC/path-overflow.ll
test/Transforms/PlaceSafepoints/basic.ll
test/Transforms/PlaceSafepoints/call-in-loop.ll
test/Transforms/PlaceSafepoints/call_gc_result.ll [new file with mode: 0644]
test/Transforms/PlaceSafepoints/finite-loops.ll
test/Transforms/PlaceSafepoints/invokes.ll
test/Transforms/PlaceSafepoints/memset.ll [new file with mode: 0644]
test/Transforms/PlaceSafepoints/patchable-statepoints.ll [new file with mode: 0644]
test/Transforms/PlaceSafepoints/split-backedge.ll
test/Transforms/PlaceSafepoints/statepoint-calling-conventions.ll [new file with mode: 0644]
test/Transforms/PlaceSafepoints/statepoint-coreclr.ll [new file with mode: 0644]
test/Transforms/PlaceSafepoints/statepoint-format.ll [new file with mode: 0644]
test/Transforms/PlaceSafepoints/statepoint-frameescape.ll [new file with mode: 0644]
test/Transforms/Reassociate/basictest.ll
test/Transforms/Reassociate/canonicalize-neg-const.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-1.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-10.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-11.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-2.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-3.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-4.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-5.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-6.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-7.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-8.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-9.ll
test/Transforms/RewriteStatepointsForGC/base-pointers.ll
test/Transforms/RewriteStatepointsForGC/basics.ll
test/Transforms/RewriteStatepointsForGC/constants.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deref-pointers.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/gc_relocate_creation.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/live-vector.ll
test/Transforms/RewriteStatepointsForGC/liveness-basics.ll
test/Transforms/RewriteStatepointsForGC/preprocess.ll
test/Transforms/RewriteStatepointsForGC/relocate_invoke_result.ll
test/Transforms/RewriteStatepointsForGC/relocation.ll
test/Transforms/RewriteStatepointsForGC/rematerialize-derived-pointers.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/call.ll
test/Transforms/SLPVectorizer/X86/debug_info.ll
test/Transforms/SafeStack/addr-taken.ll [new file with mode: 0644]
test/Transforms/SafeStack/array-aligned.ll [new file with mode: 0644]
test/Transforms/SafeStack/array.ll [new file with mode: 0644]
test/Transforms/SafeStack/call.ll [new file with mode: 0644]
test/Transforms/SafeStack/cast.ll [new file with mode: 0644]
test/Transforms/SafeStack/constant-gep-call.ll [new file with mode: 0644]
test/Transforms/SafeStack/constant-gep.ll [new file with mode: 0644]
test/Transforms/SafeStack/constant-geps.ll [new file with mode: 0644]
test/Transforms/SafeStack/dynamic-alloca.ll [new file with mode: 0644]
test/Transforms/SafeStack/escape-addr-pointer.ll [new file with mode: 0644]
test/Transforms/SafeStack/escape-bitcast-store.ll [new file with mode: 0644]
test/Transforms/SafeStack/escape-bitcast-store2.ll [new file with mode: 0644]
test/Transforms/SafeStack/escape-call.ll [new file with mode: 0644]
test/Transforms/SafeStack/escape-casted-pointer.ll [new file with mode: 0644]
test/Transforms/SafeStack/escape-gep-call.ll [new file with mode: 0644]
test/Transforms/SafeStack/escape-gep-invoke.ll [new file with mode: 0644]
test/Transforms/SafeStack/escape-gep-negative.ll [new file with mode: 0644]
test/Transforms/SafeStack/escape-gep-ptrtoint.ll [new file with mode: 0644]
test/Transforms/SafeStack/escape-gep-store.ll [new file with mode: 0644]
test/Transforms/SafeStack/escape-phi-call.ll [new file with mode: 0644]
test/Transforms/SafeStack/escape-select-call.ll [new file with mode: 0644]
test/Transforms/SafeStack/escape-vector.ll [new file with mode: 0644]
test/Transforms/SafeStack/invoke.ll [new file with mode: 0644]
test/Transforms/SafeStack/no-attr.ll [new file with mode: 0644]
test/Transforms/SafeStack/phi-cycle.ll [new file with mode: 0644]
test/Transforms/SafeStack/setjmp.ll [new file with mode: 0644]
test/Transforms/SafeStack/setjmp2.ll [new file with mode: 0644]
test/Transforms/SafeStack/struct.ll [new file with mode: 0644]
test/Transforms/SampleProfile/Inputs/entry_counts.prof [new file with mode: 0644]
test/Transforms/SampleProfile/branch.ll
test/Transforms/SampleProfile/calls.ll
test/Transforms/SampleProfile/discriminator.ll
test/Transforms/SampleProfile/entry_counts.ll [new file with mode: 0644]
test/Transforms/SampleProfile/fnptr.ll
test/Transforms/SampleProfile/propagate.ll
test/Transforms/ScalarRepl/debuginfo-preserved.ll
test/Transforms/Scalarizer/dbginfo.ll
test/Transforms/SeparateConstOffsetFromGEP/NVPTX/split-gep-and-gvn.ll
test/Transforms/SeparateConstOffsetFromGEP/NVPTX/split-gep.ll
test/Transforms/SeparateConstOffsetFromGEP/NVPTX/value-tracking-domtree.ll [new file with mode: 0644]
test/Transforms/SeparateConstOffsetFromGEP/R600/lit.local.cfg [new file with mode: 0644]
test/Transforms/SeparateConstOffsetFromGEP/R600/split-gep-and-gvn-addrspace-addressing-modes.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/X86/switch_to_lookup_table.ll
test/Transforms/SimplifyCFG/branch-fold-dbg.ll
test/Transforms/SimplifyCFG/hoist-dbgvalue.ll
test/Transforms/SimplifyCFG/statepoint-invoke-unwind.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/trap-debugloc.ll
test/Transforms/Sink/convergent.ll [new file with mode: 0644]
test/Transforms/SpeculativeExecution/spec.ll [new file with mode: 0644]
test/Transforms/StraightLineStrengthReduce/NVPTX/lit.local.cfg [new file with mode: 0644]
test/Transforms/StraightLineStrengthReduce/NVPTX/reassociate-geps-and-slsr.ll [new file with mode: 0644]
test/Transforms/StraightLineStrengthReduce/R600/lit.local.cfg [moved from test/CodeGen/R600/lit.local.cfg with 100% similarity]
test/Transforms/StraightLineStrengthReduce/R600/reassociate-geps-and-slsr-addrspace.ll [new file with mode: 0644]
test/Transforms/StraightLineStrengthReduce/X86/no-slsr.ll
test/Transforms/StraightLineStrengthReduce/slsr-add.ll
test/Transforms/StraightLineStrengthReduce/slsr-gep.ll
test/Transforms/StraightLineStrengthReduce/slsr-mul.ll
test/Transforms/StripSymbols/2010-06-30-StripDebug.ll
test/Transforms/StripSymbols/2010-08-25-crash.ll
test/Transforms/StripSymbols/strip-dead-debug-info.ll
test/Transforms/Util/lowerswitch.ll
test/Verifier/dbg-typerefs.ll
test/Verifier/dbg.ll
test/Verifier/function-metadata-bad.ll [new file with mode: 0644]
test/Verifier/function-metadata-good.ll [new file with mode: 0644]
test/Verifier/gc_relocate_addrspace.ll [new file with mode: 0644]
test/Verifier/gc_relocate_operand.ll [new file with mode: 0644]
test/Verifier/gc_relocate_return.ll [new file with mode: 0644]
test/Verifier/invalid-patchable-statepoint.ll [new file with mode: 0644]
test/Verifier/invalid-statepoint.ll
test/Verifier/invalid-statepoint2.ll
test/Verifier/llvm.dbg.declare-address.ll
test/Verifier/llvm.dbg.declare-expression.ll
test/Verifier/llvm.dbg.declare-variable.ll
test/Verifier/llvm.dbg.intrinsic-dbg-attachment.ll
test/Verifier/llvm.dbg.value-expression.ll
test/Verifier/llvm.dbg.value-value.ll
test/Verifier/llvm.dbg.value-variable.ll
test/Verifier/mdcompositetype-templateparams-tuple.ll
test/Verifier/mdcompositetype-templateparams.ll
test/Verifier/statepoint.ll
test/YAMLParser/bool.test [moved from test/YAMLParser/bool.data with 100% similarity]
test/YAMLParser/construct-bool.test [moved from test/YAMLParser/construct-bool.data with 100% similarity]
test/YAMLParser/construct-custom.test [moved from test/YAMLParser/construct-custom.data with 100% similarity]
test/YAMLParser/construct-float.test [moved from test/YAMLParser/construct-float.data with 100% similarity]
test/YAMLParser/construct-int.test [moved from test/YAMLParser/construct-int.data with 100% similarity]
test/YAMLParser/construct-map.test [moved from test/YAMLParser/construct-map.data with 100% similarity]
test/YAMLParser/construct-merge.test [moved from test/YAMLParser/construct-merge.data with 100% similarity]
test/YAMLParser/construct-null.test [moved from test/YAMLParser/construct-null.data with 100% similarity]
test/YAMLParser/construct-omap.test [moved from test/YAMLParser/construct-omap.data with 100% similarity]
test/YAMLParser/construct-pairs.test [moved from test/YAMLParser/construct-pairs.data with 100% similarity]
test/YAMLParser/construct-seq.test [moved from test/YAMLParser/construct-seq.data with 100% similarity]
test/YAMLParser/construct-set.test [moved from test/YAMLParser/construct-set.data with 100% similarity]
test/YAMLParser/construct-str-ascii.test [moved from test/YAMLParser/construct-str-ascii.data with 100% similarity]
test/YAMLParser/construct-str.test [moved from test/YAMLParser/construct-str.data with 100% similarity]
test/YAMLParser/construct-timestamp.test [moved from test/YAMLParser/construct-timestamp.data with 100% similarity]
test/YAMLParser/construct-value.test [moved from test/YAMLParser/construct-value.data with 100% similarity]
test/YAMLParser/duplicate-key.former-loader-error.test [moved from test/YAMLParser/duplicate-key.former-loader-error.data with 100% similarity]
test/YAMLParser/duplicate-mapping-key.former-loader-error.test [moved from test/YAMLParser/duplicate-mapping-key.former-loader-error.data with 100% similarity]
test/YAMLParser/duplicate-merge-key.former-loader-error.test [moved from test/YAMLParser/duplicate-merge-key.former-loader-error.data with 100% similarity]
test/YAMLParser/duplicate-value-key.former-loader-error.test [moved from test/YAMLParser/duplicate-value-key.former-loader-error.data with 100% similarity]
test/YAMLParser/emit-block-scalar-in-simple-key-context-bug.test [moved from test/YAMLParser/emit-block-scalar-in-simple-key-context-bug.data with 100% similarity]
test/YAMLParser/empty-document-bug.test [moved from test/YAMLParser/empty-document-bug.data with 100% similarity]
test/YAMLParser/float.test [moved from test/YAMLParser/float.data with 100% similarity]
test/YAMLParser/int.test [moved from test/YAMLParser/int.data with 100% similarity]
test/YAMLParser/invalid-single-quote-bug.test [moved from test/YAMLParser/invalid-single-quote-bug.data with 100% similarity]
test/YAMLParser/merge.test [moved from test/YAMLParser/merge.data with 100% similarity]
test/YAMLParser/more-floats.test [moved from test/YAMLParser/more-floats.data with 100% similarity]
test/YAMLParser/negative-float-bug.test [moved from test/YAMLParser/negative-float-bug.data with 100% similarity]
test/YAMLParser/null.test [moved from test/YAMLParser/null.data with 100% similarity]
test/YAMLParser/resolver.test [moved from test/YAMLParser/resolver.data with 100% similarity]
test/YAMLParser/run-parser-crash-bug.test [moved from test/YAMLParser/run-parser-crash-bug.data with 100% similarity]
test/YAMLParser/scan-document-end-bug.test [moved from test/YAMLParser/scan-document-end-bug.data with 100% similarity]
test/YAMLParser/scan-line-break-bug.test [moved from test/YAMLParser/scan-line-break-bug.data with 100% similarity]
test/YAMLParser/single-dot-is-not-float-bug.test [moved from test/YAMLParser/single-dot-is-not-float-bug.data with 100% similarity]
test/YAMLParser/sloppy-indentation.test [moved from test/YAMLParser/sloppy-indentation.data with 100% similarity]
test/YAMLParser/spec-02-01.test [moved from test/YAMLParser/spec-02-01.data with 100% similarity]
test/YAMLParser/spec-02-02.test [moved from test/YAMLParser/spec-02-02.data with 100% similarity]
test/YAMLParser/spec-02-03.test [moved from test/YAMLParser/spec-02-03.data with 100% similarity]
test/YAMLParser/spec-02-04.test [moved from test/YAMLParser/spec-02-04.data with 100% similarity]
test/YAMLParser/spec-02-05.test [moved from test/YAMLParser/spec-02-05.data with 100% similarity]
test/YAMLParser/spec-02-06.test [moved from test/YAMLParser/spec-02-06.data with 100% similarity]
test/YAMLParser/spec-02-07.test [moved from test/YAMLParser/spec-02-07.data with 100% similarity]
test/YAMLParser/spec-02-08.test [moved from test/YAMLParser/spec-02-08.data with 100% similarity]
test/YAMLParser/spec-02-09.test [moved from test/YAMLParser/spec-02-09.data with 100% similarity]
test/YAMLParser/spec-02-10.test [moved from test/YAMLParser/spec-02-10.data with 100% similarity]
test/YAMLParser/spec-02-11.test [moved from test/YAMLParser/spec-02-11.data with 100% similarity]
test/YAMLParser/spec-02-12.test [moved from test/YAMLParser/spec-02-12.data with 100% similarity]
test/YAMLParser/spec-02-13.test [moved from test/YAMLParser/spec-02-13.data with 100% similarity]
test/YAMLParser/spec-02-14.test [moved from test/YAMLParser/spec-02-14.data with 100% similarity]
test/YAMLParser/spec-02-15.test [moved from test/YAMLParser/spec-02-15.data with 100% similarity]
test/YAMLParser/spec-02-16.test [moved from test/YAMLParser/spec-02-16.data with 100% similarity]
test/YAMLParser/spec-02-17.test [moved from test/YAMLParser/spec-02-17.data with 100% similarity]
test/YAMLParser/spec-02-18.test [moved from test/YAMLParser/spec-02-18.data with 100% similarity]
test/YAMLParser/spec-02-19.test [moved from test/YAMLParser/spec-02-19.data with 100% similarity]
test/YAMLParser/spec-02-20.test [moved from test/YAMLParser/spec-02-20.data with 100% similarity]
test/YAMLParser/spec-02-21.test [moved from test/YAMLParser/spec-02-21.data with 100% similarity]
test/YAMLParser/spec-02-22.test [moved from test/YAMLParser/spec-02-22.data with 100% similarity]
test/YAMLParser/spec-02-23.test [moved from test/YAMLParser/spec-02-23.data with 100% similarity]
test/YAMLParser/spec-02-24.test [moved from test/YAMLParser/spec-02-24.data with 100% similarity]
test/YAMLParser/spec-02-25.test [moved from test/YAMLParser/spec-02-25.data with 100% similarity]
test/YAMLParser/spec-02-26.test [moved from test/YAMLParser/spec-02-26.data with 100% similarity]
test/YAMLParser/spec-02-27.test [moved from test/YAMLParser/spec-02-27.data with 100% similarity]
test/YAMLParser/spec-02-28.test [moved from test/YAMLParser/spec-02-28.data with 100% similarity]
test/YAMLParser/spec-05-01-utf8.test [moved from test/YAMLParser/spec-05-01-utf8.data with 100% similarity]
test/YAMLParser/spec-05-02-utf8.data [deleted file]
test/YAMLParser/spec-05-02-utf8.test [new file with mode: 0644]
test/YAMLParser/spec-05-03.test [moved from test/YAMLParser/spec-05-03.data with 100% similarity]
test/YAMLParser/spec-05-04.test [moved from test/YAMLParser/spec-05-04.data with 100% similarity]
test/YAMLParser/spec-05-05.test [moved from test/YAMLParser/spec-05-05.data with 100% similarity]
test/YAMLParser/spec-05-06.test [moved from test/YAMLParser/spec-05-06.data with 100% similarity]
test/YAMLParser/spec-05-07.test [moved from test/YAMLParser/spec-05-07.data with 100% similarity]
test/YAMLParser/spec-05-08.test [moved from test/YAMLParser/spec-05-08.data with 100% similarity]
test/YAMLParser/spec-05-09.test [moved from test/YAMLParser/spec-05-09.data with 100% similarity]
test/YAMLParser/spec-05-10.data [deleted file]
test/YAMLParser/spec-05-10.test [new file with mode: 0644]
test/YAMLParser/spec-05-11.test [moved from test/YAMLParser/spec-05-11.data with 100% similarity]
test/YAMLParser/spec-05-12.data [deleted file]
test/YAMLParser/spec-05-12.test [new file with mode: 0644]
test/YAMLParser/spec-05-13.test [moved from test/YAMLParser/spec-05-13.data with 100% similarity]
test/YAMLParser/spec-05-14.test [moved from test/YAMLParser/spec-05-14.data with 100% similarity]
test/YAMLParser/spec-05-15.data [deleted file]
test/YAMLParser/spec-05-15.test [new file with mode: 0644]
test/YAMLParser/spec-06-01.test [moved from test/YAMLParser/spec-06-01.data with 100% similarity]
test/YAMLParser/spec-06-02.test [moved from test/YAMLParser/spec-06-02.data with 100% similarity]
test/YAMLParser/spec-06-03.test [moved from test/YAMLParser/spec-06-03.data with 100% similarity]
test/YAMLParser/spec-06-04.test [moved from test/YAMLParser/spec-06-04.data with 100% similarity]
test/YAMLParser/spec-06-05.test [moved from test/YAMLParser/spec-06-05.data with 100% similarity]
test/YAMLParser/spec-06-06.test [moved from test/YAMLParser/spec-06-06.data with 100% similarity]
test/YAMLParser/spec-06-07.test [moved from test/YAMLParser/spec-06-07.data with 100% similarity]
test/YAMLParser/spec-06-08.test [moved from test/YAMLParser/spec-06-08.data with 100% similarity]
test/YAMLParser/spec-07-01.test [moved from test/YAMLParser/spec-07-01.data with 100% similarity]
test/YAMLParser/spec-07-02.test [moved from test/YAMLParser/spec-07-02.data with 100% similarity]
test/YAMLParser/spec-07-03.data [deleted file]
test/YAMLParser/spec-07-03.test [new file with mode: 0644]
test/YAMLParser/spec-07-04.test [moved from test/YAMLParser/spec-07-04.data with 100% similarity]
test/YAMLParser/spec-07-05.data [deleted file]
test/YAMLParser/spec-07-05.test [new file with mode: 0644]
test/YAMLParser/spec-07-06.test [moved from test/YAMLParser/spec-07-06.data with 100% similarity]
test/YAMLParser/spec-07-07a.test [moved from test/YAMLParser/spec-07-07a.data with 100% similarity]
test/YAMLParser/spec-07-07b.test [moved from test/YAMLParser/spec-07-07b.data with 100% similarity]
test/YAMLParser/spec-07-08.test [moved from test/YAMLParser/spec-07-08.data with 100% similarity]
test/YAMLParser/spec-07-09.test [moved from test/YAMLParser/spec-07-09.data with 100% similarity]
test/YAMLParser/spec-07-10.test [moved from test/YAMLParser/spec-07-10.data with 100% similarity]
test/YAMLParser/spec-07-11.test [moved from test/YAMLParser/spec-07-11.data with 100% similarity]
test/YAMLParser/spec-07-12a.test [moved from test/YAMLParser/spec-07-12a.data with 100% similarity]
test/YAMLParser/spec-07-12b.test [moved from test/YAMLParser/spec-07-12b.data with 100% similarity]
test/YAMLParser/spec-07-13.test [moved from test/YAMLParser/spec-07-13.data with 100% similarity]
test/YAMLParser/spec-08-01.test [moved from test/YAMLParser/spec-08-01.data with 100% similarity]
test/YAMLParser/spec-08-02.test [moved from test/YAMLParser/spec-08-02.data with 100% similarity]
test/YAMLParser/spec-08-03.test [moved from test/YAMLParser/spec-08-03.data with 100% similarity]
test/YAMLParser/spec-08-04.data [deleted file]
test/YAMLParser/spec-08-04.test [new file with mode: 0644]
test/YAMLParser/spec-08-05.test [moved from test/YAMLParser/spec-08-05.data with 100% similarity]
test/YAMLParser/spec-08-06.data [deleted file]
test/YAMLParser/spec-08-06.test [new file with mode: 0644]
test/YAMLParser/spec-08-07.test [moved from test/YAMLParser/spec-08-07.data with 100% similarity]
test/YAMLParser/spec-08-08.test [moved from test/YAMLParser/spec-08-08.data with 100% similarity]
test/YAMLParser/spec-08-09.test [moved from test/YAMLParser/spec-08-09.data with 100% similarity]
test/YAMLParser/spec-08-10.test [moved from test/YAMLParser/spec-08-10.data with 100% similarity]
test/YAMLParser/spec-08-11.test [moved from test/YAMLParser/spec-08-11.data with 100% similarity]
test/YAMLParser/spec-08-12.test [moved from test/YAMLParser/spec-08-12.data with 100% similarity]
test/YAMLParser/spec-08-13.test [moved from test/YAMLParser/spec-08-13.data with 100% similarity]
test/YAMLParser/spec-08-14.test [moved from test/YAMLParser/spec-08-14.data with 100% similarity]
test/YAMLParser/spec-08-15.test [moved from test/YAMLParser/spec-08-15.data with 100% similarity]
test/YAMLParser/spec-09-01.test [moved from test/YAMLParser/spec-09-01.data with 100% similarity]
test/YAMLParser/spec-09-02.data [deleted file]
test/YAMLParser/spec-09-02.test [new file with mode: 0644]
test/YAMLParser/spec-09-03.test [moved from test/YAMLParser/spec-09-03.data with 100% similarity]
test/YAMLParser/spec-09-04.test [moved from test/YAMLParser/spec-09-04.data with 100% similarity]
test/YAMLParser/spec-09-05.test [moved from test/YAMLParser/spec-09-05.data with 100% similarity]
test/YAMLParser/spec-09-06.test [moved from test/YAMLParser/spec-09-06.data with 100% similarity]
test/YAMLParser/spec-09-07.test [moved from test/YAMLParser/spec-09-07.data with 100% similarity]
test/YAMLParser/spec-09-08.test [moved from test/YAMLParser/spec-09-08.data with 100% similarity]
test/YAMLParser/spec-09-09.test [moved from test/YAMLParser/spec-09-09.data with 100% similarity]
test/YAMLParser/spec-09-10.test [moved from test/YAMLParser/spec-09-10.data with 100% similarity]
test/YAMLParser/spec-09-11.test [moved from test/YAMLParser/spec-09-11.data with 100% similarity]
test/YAMLParser/spec-09-12.test [moved from test/YAMLParser/spec-09-12.data with 100% similarity]
test/YAMLParser/spec-09-13.test [moved from test/YAMLParser/spec-09-13.data with 100% similarity]
test/YAMLParser/spec-09-14.data [deleted file]
test/YAMLParser/spec-09-14.test [new file with mode: 0644]
test/YAMLParser/spec-09-15.test [moved from test/YAMLParser/spec-09-15.data with 100% similarity]
test/YAMLParser/spec-09-16.test [moved from test/YAMLParser/spec-09-16.data with 100% similarity]
test/YAMLParser/spec-09-17.test [moved from test/YAMLParser/spec-09-17.data with 100% similarity]
test/YAMLParser/spec-09-18.data [deleted file]
test/YAMLParser/spec-09-18.test [new file with mode: 0644]
test/YAMLParser/spec-09-19.data [deleted file]
test/YAMLParser/spec-09-19.test [new file with mode: 0644]
test/YAMLParser/spec-09-20.data [deleted file]
test/YAMLParser/spec-09-20.test [new file with mode: 0644]
test/YAMLParser/spec-09-21.data [deleted file]
test/YAMLParser/spec-09-21.test [new file with mode: 0644]
test/YAMLParser/spec-09-22.data [deleted file]
test/YAMLParser/spec-09-22.test [new file with mode: 0644]
test/YAMLParser/spec-09-23.test [moved from test/YAMLParser/spec-09-23.data with 100% similarity]
test/YAMLParser/spec-09-24.data [deleted file]
test/YAMLParser/spec-09-24.test [new file with mode: 0644]
test/YAMLParser/spec-09-25.data [deleted file]
test/YAMLParser/spec-09-25.test [new file with mode: 0644]
test/YAMLParser/spec-09-26.data [deleted file]
test/YAMLParser/spec-09-26.test [new file with mode: 0644]
test/YAMLParser/spec-09-27.data [deleted file]
test/YAMLParser/spec-09-28.data [deleted file]
test/YAMLParser/spec-09-29.test [moved from test/YAMLParser/spec-09-29.data with 100% similarity]
test/YAMLParser/spec-09-30.test [moved from test/YAMLParser/spec-09-30.data with 100% similarity]
test/YAMLParser/spec-09-31.test [moved from test/YAMLParser/spec-09-31.data with 100% similarity]
test/YAMLParser/spec-09-32.test [moved from test/YAMLParser/spec-09-32.data with 100% similarity]
test/YAMLParser/spec-09-33.test [moved from test/YAMLParser/spec-09-33.data with 100% similarity]
test/YAMLParser/spec-10-01.test [moved from test/YAMLParser/spec-10-01.data with 100% similarity]
test/YAMLParser/spec-10-02.test [moved from test/YAMLParser/spec-10-02.data with 100% similarity]
test/YAMLParser/spec-10-03.test [moved from test/YAMLParser/spec-10-03.data with 100% similarity]
test/YAMLParser/spec-10-04.test [moved from test/YAMLParser/spec-10-04.data with 100% similarity]
test/YAMLParser/spec-10-05.test [moved from test/YAMLParser/spec-10-05.data with 100% similarity]
test/YAMLParser/spec-10-06.test [moved from test/YAMLParser/spec-10-06.data with 100% similarity]
test/YAMLParser/spec-10-07.test [moved from test/YAMLParser/spec-10-07.data with 100% similarity]
test/YAMLParser/spec-10-08.data [deleted file]
test/YAMLParser/spec-10-08.test [new file with mode: 0644]
test/YAMLParser/spec-10-09.test [moved from test/YAMLParser/spec-10-09.data with 100% similarity]
test/YAMLParser/spec-10-10.test [moved from test/YAMLParser/spec-10-10.data with 100% similarity]
test/YAMLParser/spec-10-11.test [moved from test/YAMLParser/spec-10-11.data with 100% similarity]
test/YAMLParser/spec-10-12.test [moved from test/YAMLParser/spec-10-12.data with 100% similarity]
test/YAMLParser/spec-10-13.test [moved from test/YAMLParser/spec-10-13.data with 100% similarity]
test/YAMLParser/spec-10-14.test [moved from test/YAMLParser/spec-10-14.data with 100% similarity]
test/YAMLParser/spec-10-15.test [moved from test/YAMLParser/spec-10-15.data with 100% similarity]
test/YAMLParser/str.test [moved from test/YAMLParser/str.data with 100% similarity]
test/YAMLParser/timestamp-bugs.test [moved from test/YAMLParser/timestamp-bugs.data with 100% similarity]
test/YAMLParser/timestamp.test [moved from test/YAMLParser/timestamp.data with 100% similarity]
test/YAMLParser/utf8-implicit.test [moved from test/YAMLParser/utf8-implicit.data with 100% similarity]
test/YAMLParser/utf8.test [moved from test/YAMLParser/utf8.data with 100% similarity]
test/YAMLParser/value.test [moved from test/YAMLParser/value.data with 100% similarity]
test/YAMLParser/yaml.test [moved from test/YAMLParser/yaml.data with 100% similarity]
test/lit.cfg
test/tools/dsymutil/Inputs/frame-dw2.ll [new file with mode: 0644]
test/tools/dsymutil/Inputs/frame-dw4.ll [new file with mode: 0644]
test/tools/dsymutil/Inputs/frame.c [new file with mode: 0644]
test/tools/dsymutil/X86/basic-linking-x86.test
test/tools/dsymutil/X86/basic-lto-linking-x86.test
test/tools/dsymutil/X86/frame-1.test [new file with mode: 0644]
test/tools/dsymutil/X86/frame-2.test [new file with mode: 0644]
test/tools/dsymutil/debug-map-parsing.test
test/tools/dsymutil/yaml-object-address-rewrite.test [new file with mode: 0644]
test/tools/gold/emit-llvm.ll
test/tools/llvm-cov/Inputs/lineExecutionCounts.proftext
test/tools/llvm-cov/Inputs/regionMarkers.proftext
test/tools/llvm-cov/showLineExecutionCounts.cpp
test/tools/llvm-cov/showRegionMarkers.cpp
test/tools/llvm-objdump/X86/macho-archive-headers.test
test/tools/llvm-objdump/X86/macho-symbol-table.test
test/tools/llvm-objdump/invalid-input.test [new file with mode: 0644]
test/tools/llvm-pdbdump/Inputs/LoadAddressTest.cpp [new file with mode: 0644]
test/tools/llvm-pdbdump/Inputs/LoadAddressTest.pdb [new file with mode: 0644]
test/tools/llvm-pdbdump/load-address.test [new file with mode: 0644]
test/tools/llvm-profdata/raw-magic-but-no-header.test
test/tools/llvm-readobj/Inputs/abiflags.obj.elf-mips [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/abiflags.obj.elf-mipsel [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/dtflags.elf-x86-64 [new file with mode: 0755]
test/tools/llvm-readobj/Inputs/mips-options.elf-mips64el [new file with mode: 0755]
test/tools/llvm-readobj/elf-dtflags.test [new file with mode: 0644]
test/tools/llvm-readobj/mips-abiflags.test [new file with mode: 0644]
test/tools/llvm-readobj/mips-options.test [new file with mode: 0644]
test/tools/llvm-readobj/program-headers.test
test/tools/llvm-readobj/sections-ext.test
test/tools/llvm-symbolizer/pdb/Inputs/test.cpp [new file with mode: 0644]
test/tools/llvm-symbolizer/pdb/Inputs/test.exe [new file with mode: 0644]
test/tools/llvm-symbolizer/pdb/Inputs/test.exe.input [new file with mode: 0644]
test/tools/llvm-symbolizer/pdb/Inputs/test.pdb [new file with mode: 0644]
test/tools/llvm-symbolizer/pdb/lit.local.cfg [new file with mode: 0644]
test/tools/llvm-symbolizer/pdb/pdb.test [new file with mode: 0644]
tools/LLVMBuild.txt
tools/Makefile
tools/bugpoint-passes/TestPasses.cpp
tools/bugpoint/Android.mk
tools/bugpoint/CrashDebugger.cpp
tools/bugpoint/LLVMBuild.txt
tools/bugpoint/Miscompilation.cpp
tools/bugpoint/bugpoint.cpp
tools/dsymutil/Android.mk
tools/dsymutil/CMakeLists.txt
tools/dsymutil/DebugMap.cpp
tools/dsymutil/DebugMap.h
tools/dsymutil/DwarfLinker.cpp
tools/dsymutil/MachODebugMapParser.cpp
tools/dsymutil/dsymutil.cpp
tools/dsymutil/dsymutil.h
tools/gold/gold-plugin.cpp
tools/llc/Android.mk
tools/llc/CMakeLists.txt
tools/llc/LLVMBuild.txt
tools/llc/Makefile
tools/llc/llc.cpp
tools/lli/CMakeLists.txt
tools/lli/LLVMBuild.txt
tools/lli/OrcLazyJIT.cpp
tools/lli/OrcLazyJIT.h
tools/lli/lli.cpp
tools/llvm-ar/Android.mk
tools/llvm-ar/CMakeLists.txt
tools/llvm-ar/Makefile
tools/llvm-ar/install_symlink.cmake
tools/llvm-ar/llvm-ar.cpp
tools/llvm-as/llvm-as.cpp
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
tools/llvm-c-test/Android.mk
tools/llvm-cov/CodeCoverage.cpp
tools/llvm-cov/SourceCoverageView.cpp
tools/llvm-cov/llvm-cov.cpp
tools/llvm-cxxdump/llvm-cxxdump.cpp
tools/llvm-dis/llvm-dis.cpp
tools/llvm-dwarfdump/CMakeLists.txt
tools/llvm-dwarfdump/fuzzer/CMakeLists.txt [new file with mode: 0644]
tools/llvm-dwarfdump/fuzzer/llvm-dwarfdump-fuzzer.cpp [new file with mode: 0644]
tools/llvm-dwarfdump/llvm-dwarfdump.cpp
tools/llvm-jitlistener/LLVMBuild.txt
tools/llvm-jitlistener/Makefile
tools/llvm-link/llvm-link.cpp
tools/llvm-lto/Android.mk
tools/llvm-lto/CMakeLists.txt
tools/llvm-lto/llvm-lto.cpp
tools/llvm-mc/CMakeLists.txt
tools/llvm-mc/llvm-mc.cpp
tools/llvm-nm/llvm-nm.cpp
tools/llvm-objdump/COFFDump.cpp
tools/llvm-objdump/MachODump.cpp
tools/llvm-objdump/llvm-objdump.cpp
tools/llvm-objdump/llvm-objdump.h
tools/llvm-pdbdump/Android.mk
tools/llvm-pdbdump/CMakeLists.txt
tools/llvm-pdbdump/CompilandDumper.cpp
tools/llvm-pdbdump/ExternalSymbolDumper.cpp [new file with mode: 0644]
tools/llvm-pdbdump/ExternalSymbolDumper.h [new file with mode: 0644]
tools/llvm-pdbdump/FunctionDumper.cpp
tools/llvm-pdbdump/LinePrinter.h
tools/llvm-pdbdump/VariableDumper.cpp
tools/llvm-pdbdump/llvm-pdbdump.cpp
tools/llvm-readobj/COFFDumper.cpp
tools/llvm-readobj/ELFDumper.cpp
tools/llvm-readobj/MachODumper.cpp
tools/llvm-readobj/ObjDumper.h
tools/llvm-readobj/StreamWriter.h
tools/llvm-readobj/Win64EHDumper.cpp
tools/llvm-readobj/llvm-readobj.cpp
tools/llvm-rtdyld/llvm-rtdyld.cpp
tools/llvm-size/llvm-size.cpp
tools/llvm-symbolizer/CMakeLists.txt
tools/llvm-symbolizer/LLVMSymbolize.cpp
tools/llvm-symbolizer/LLVMSymbolize.h
tools/llvm-symbolizer/Makefile
tools/llvm-symbolizer/llvm-symbolizer.cpp
tools/lto/CMakeLists.txt
tools/lto/lto.cpp
tools/lto/lto.exports
tools/macho-dump/macho-dump.cpp
tools/obj2yaml/coff2yaml.cpp
tools/obj2yaml/elf2yaml.cpp
tools/opt/Android.mk
tools/opt/BreakpointPrinter.cpp
tools/opt/LLVMBuild.txt
tools/opt/opt.cpp
tools/yaml2obj/yaml2elf.cpp
unittests/ADT/APIntTest.cpp
unittests/ADT/ArrayRefTest.cpp
unittests/ADT/TripleTest.cpp
unittests/Analysis/AliasAnalysisTest.cpp
unittests/AsmParser/AsmParserTest.cpp [new file with mode: 0644]
unittests/AsmParser/CMakeLists.txt [new file with mode: 0644]
unittests/AsmParser/Makefile [new file with mode: 0644]
unittests/Bitcode/BitReaderTest.cpp
unittests/CMakeLists.txt
unittests/CodeGen/DIEHashTest.cpp
unittests/DebugInfo/PDB/PDBApiTest.cpp
unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp
unittests/ExecutionEngine/MCJIT/MCJITTest.cpp
unittests/ExecutionEngine/MCJIT/MCJITTestBase.h
unittests/ExecutionEngine/Orc/CMakeLists.txt
unittests/ExecutionEngine/Orc/IndirectionUtilsTest.cpp [new file with mode: 0644]
unittests/ExecutionEngine/Orc/OrcTestCommon.cpp [new file with mode: 0644]
unittests/ExecutionEngine/Orc/OrcTestCommon.h [new file with mode: 0644]
unittests/IR/ConstantsTest.cpp
unittests/IR/DebugInfoTest.cpp
unittests/IR/IRBuilderTest.cpp
unittests/IR/MetadataTest.cpp
unittests/IR/ValueHandleTest.cpp
unittests/Linker/LinkModulesTest.cpp
unittests/Makefile
unittests/Option/OptionParsingTest.cpp
unittests/Option/Opts.td
unittests/ProfileData/CoverageMappingTest.cpp
unittests/Support/AllocatorTest.cpp
unittests/Support/CMakeLists.txt
unittests/Support/CommandLineTest.cpp
unittests/Support/ErrorOrTest.cpp
unittests/Support/Makefile
unittests/Support/ScaledNumberTest.cpp
unittests/Support/StreamingMemoryObject.cpp
unittests/Support/SwapByteOrderTest.cpp
unittests/Support/TargetRegistry.cpp [new file with mode: 0644]
unittests/Support/YAMLIOTest.cpp
unittests/Support/YAMLParserTest.cpp
unittests/Support/raw_pwrite_stream_test.cpp
unittests/Transforms/Utils/Cloning.cpp
utils/FileCheck/FileCheck.cpp
utils/Makefile
utils/TableGen/AsmMatcherEmitter.cpp
utils/TableGen/AsmWriterEmitter.cpp
utils/TableGen/AsmWriterInst.cpp
utils/TableGen/CTagsEmitter.cpp
utils/TableGen/CallingConvEmitter.cpp
utils/TableGen/CodeGenDAGPatterns.cpp
utils/TableGen/CodeGenInstruction.cpp
utils/TableGen/CodeGenInstruction.h
utils/TableGen/CodeGenIntrinsics.h
utils/TableGen/CodeGenMapTable.cpp
utils/TableGen/CodeGenRegisters.cpp
utils/TableGen/CodeGenSchedule.cpp
utils/TableGen/CodeGenTarget.cpp
utils/TableGen/DAGISelMatcherGen.cpp
utils/TableGen/FixedLenDecoderEmitter.cpp
utils/TableGen/InstrInfoEmitter.cpp
utils/TableGen/IntrinsicEmitter.cpp
utils/TableGen/PseudoLoweringEmitter.cpp
utils/TableGen/SubtargetEmitter.cpp
utils/TableGen/X86DisassemblerTables.cpp
utils/TableGen/X86RecognizableInstr.cpp
utils/git-svn/git-svnrevert
utils/lit/lit/TestRunner.py
utils/lit/lit/TestingConfig.py
utils/lit/lit/main.py
utils/lit/tests/Inputs/googletest-format/DummySubDir/OneTest
utils/lit/tests/discovery.py
utils/lit/tests/unittest-adaptor.py
utils/lit/tests/xunit-output.py
utils/release/export.sh
utils/release/tag.sh
utils/release/test-release.sh
utils/sort_includes.py
utils/vim/README
utils/vim/ftdetect/llvm-lit.vim [new file with mode: 0644]
utils/vim/ftdetect/llvm.vim [new file with mode: 0644]
utils/vim/ftdetect/tablegen.vim [new file with mode: 0644]
utils/vim/ftplugin/llvm.vim [new file with mode: 0644]
utils/vim/ftplugin/tablegen.vim [new file with mode: 0644]
utils/vim/indent/llvm.vim [new file with mode: 0644]
utils/vim/syntax/llvm.vim [moved from utils/vim/llvm.vim with 100% similarity]
utils/vim/syntax/tablegen.vim [moved from utils/vim/tablegen.vim with 100% similarity]
utils/yaml-bench/Android.mk [new file with mode: 0644]
utils/yaml-bench/YAMLBench.cpp