R600 -> AMDGPU rename
authorTom Stellard <thomas.stellard@amd.com>
Sat, 13 Jun 2015 03:28:10 +0000 (03:28 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Sat, 13 Jun 2015 03:28:10 +0000 (03:28 +0000)
commit953c6814730951ad9a286d7991e9c8c481433d45
tree18ceb605903abc4d40e124137fe5d2d3744c44af
parent8b8b72ef03c3c7f28ab9f38c462e95046e7a677a
R600 -> AMDGPU rename

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239657 91177308-0d34-0410-b5e6-96231b3b80d8
1087 files changed:
CMakeLists.txt
autoconf/configure.ac
configure
docs/AMDGPUUsage.rst [new file with mode: 0644]
docs/CompilerWriterInfo.rst
docs/GettingStarted.rst
docs/R600Usage.rst [deleted file]
docs/index.rst
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 [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUCallingConv.td [new file with mode: 0644]
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 [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUIntrinsicInfo.h [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUIntrinsics.td [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUMCInstLower.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUMCInstLower.h [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUMachineFunction.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUMachineFunction.h [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPURegisterInfo.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPURegisterInfo.h [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPURegisterInfo.td [new file with mode: 0644]
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 [new file with mode: 0644]
lib/Target/AMDGPU/AMDKernelCodeT.h [new file with mode: 0644]
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 [new file with mode: 0644]
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 [new file with mode: 0644]
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 [new file with mode: 0644]
lib/Target/AMDGPU/MCTargetDesc/AMDGPUFixupKinds.h [new file with mode: 0644]
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 [new file with mode: 0644]
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.h [new file with mode: 0644]
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 [new file with mode: 0644]
lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp [new file with mode: 0644]
lib/Target/AMDGPU/R600Defines.h [new file with mode: 0644]
lib/Target/AMDGPU/R600EmitClauseMarkers.cpp [new file with mode: 0644]
lib/Target/AMDGPU/R600ExpandSpecialInstrs.cpp [new file with mode: 0644]
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 [new file with mode: 0644]
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 [new file with mode: 0644]
lib/Target/AMDGPU/R600MachineFunctionInfo.cpp [new file with mode: 0644]
lib/Target/AMDGPU/R600MachineFunctionInfo.h [new file with mode: 0644]
lib/Target/AMDGPU/R600MachineScheduler.cpp [new file with mode: 0644]
lib/Target/AMDGPU/R600MachineScheduler.h [new file with mode: 0644]
lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp [new file with mode: 0644]
lib/Target/AMDGPU/R600Packetizer.cpp [new file with mode: 0644]
lib/Target/AMDGPU/R600RegisterInfo.cpp [new file with mode: 0644]
lib/Target/AMDGPU/R600RegisterInfo.h [new file with mode: 0644]
lib/Target/AMDGPU/R600RegisterInfo.td [new file with mode: 0644]
lib/Target/AMDGPU/R600Schedule.td [new file with mode: 0644]
lib/Target/AMDGPU/R600TextureIntrinsicsReplacer.cpp [new file with mode: 0644]
lib/Target/AMDGPU/R700Instructions.td [new file with mode: 0644]
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 [new file with mode: 0644]
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 [new file with mode: 0644]
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 [new file with mode: 0644]
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 [new file with mode: 0644]
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp [new file with mode: 0644]
lib/Target/AMDGPU/SIMachineFunctionInfo.h [new file with mode: 0644]
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 [new file with mode: 0644]
lib/Target/AMDGPU/SIRegisterInfo.td [new file with mode: 0644]
lib/Target/AMDGPU/SISchedule.td [new file with mode: 0644]
lib/Target/AMDGPU/SIShrinkInstructions.cpp [new file with mode: 0644]
lib/Target/AMDGPU/SITypeRewriter.cpp [new file with mode: 0644]
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 [new file with mode: 0644]
lib/Target/AMDGPU/VIInstructions.td [new file with mode: 0644]
lib/Target/LLVMBuild.txt
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/AMDGPUAsmPrinter.h [deleted file]
lib/Target/R600/AMDGPUCallingConv.td [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/AMDGPUIntrinsicInfo.cpp [deleted file]
lib/Target/R600/AMDGPUIntrinsicInfo.h [deleted file]
lib/Target/R600/AMDGPUIntrinsics.td [deleted file]
lib/Target/R600/AMDGPUMCInstLower.cpp [deleted file]
lib/Target/R600/AMDGPUMCInstLower.h [deleted file]
lib/Target/R600/AMDGPUMachineFunction.cpp [deleted file]
lib/Target/R600/AMDGPUMachineFunction.h [deleted file]
lib/Target/R600/AMDGPUPromoteAlloca.cpp [deleted file]
lib/Target/R600/AMDGPURegisterInfo.cpp [deleted file]
lib/Target/R600/AMDGPURegisterInfo.h [deleted file]
lib/Target/R600/AMDGPURegisterInfo.td [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/AMDILCFGStructurizer.cpp [deleted file]
lib/Target/R600/AMDKernelCodeT.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/CaymanInstructions.td [deleted file]
lib/Target/R600/EvergreenInstructions.td [deleted file]
lib/Target/R600/InstPrinter/AMDGPUInstPrinter.cpp [deleted file]
lib/Target/R600/InstPrinter/AMDGPUInstPrinter.h [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/AMDGPUELFObjectWriter.cpp [deleted file]
lib/Target/R600/MCTargetDesc/AMDGPUFixupKinds.h [deleted file]
lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp [deleted file]
lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.h [deleted file]
lib/Target/R600/MCTargetDesc/AMDGPUMCCodeEmitter.cpp [deleted file]
lib/Target/R600/MCTargetDesc/AMDGPUMCCodeEmitter.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/R600ClauseMergePass.cpp [deleted file]
lib/Target/R600/R600ControlFlowFinalizer.cpp [deleted file]
lib/Target/R600/R600Defines.h [deleted file]
lib/Target/R600/R600EmitClauseMarkers.cpp [deleted file]
lib/Target/R600/R600ExpandSpecialInstrs.cpp [deleted file]
lib/Target/R600/R600ISelLowering.cpp [deleted file]
lib/Target/R600/R600ISelLowering.h [deleted file]
lib/Target/R600/R600InstrFormats.td [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/R600Intrinsics.td [deleted file]
lib/Target/R600/R600MachineFunctionInfo.cpp [deleted file]
lib/Target/R600/R600MachineFunctionInfo.h [deleted file]
lib/Target/R600/R600MachineScheduler.cpp [deleted file]
lib/Target/R600/R600MachineScheduler.h [deleted file]
lib/Target/R600/R600OptimizeVectorRegisters.cpp [deleted file]
lib/Target/R600/R600Packetizer.cpp [deleted file]
lib/Target/R600/R600RegisterInfo.cpp [deleted file]
lib/Target/R600/R600RegisterInfo.h [deleted file]
lib/Target/R600/R600RegisterInfo.td [deleted file]
lib/Target/R600/R600Schedule.td [deleted file]
lib/Target/R600/R600TextureIntrinsicsReplacer.cpp [deleted file]
lib/Target/R600/R700Instructions.td [deleted file]
lib/Target/R600/SIAnnotateControlFlow.cpp [deleted file]
lib/Target/R600/SIDefines.h [deleted file]
lib/Target/R600/SIFixControlFlowLiveIntervals.cpp [deleted file]
lib/Target/R600/SIFixSGPRCopies.cpp [deleted file]
lib/Target/R600/SIFixSGPRLiveRanges.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/SIInsertWaits.cpp [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/SIIntrinsics.td [deleted file]
lib/Target/R600/SILoadStoreOptimizer.cpp [deleted file]
lib/Target/R600/SILowerControlFlow.cpp [deleted file]
lib/Target/R600/SILowerI1Copies.cpp [deleted file]
lib/Target/R600/SIMachineFunctionInfo.cpp [deleted file]
lib/Target/R600/SIMachineFunctionInfo.h [deleted file]
lib/Target/R600/SIPrepareScratchRegs.cpp [deleted file]
lib/Target/R600/SIRegisterInfo.cpp [deleted file]
lib/Target/R600/SIRegisterInfo.h [deleted file]
lib/Target/R600/SIRegisterInfo.td [deleted file]
lib/Target/R600/SISchedule.td [deleted file]
lib/Target/R600/SIShrinkInstructions.cpp [deleted file]
lib/Target/R600/SITypeRewriter.cpp [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/VIInstrFormats.td [deleted file]
lib/Target/R600/VIInstructions.td [deleted file]
test/CodeGen/AMDGPU/32-bit-local-address-space.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/README [new file with mode: 0644]
test/CodeGen/AMDGPU/add-debug.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/add.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/add_i64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/address-space.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/and.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/anyext.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/array-ptr-calc-i32.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/array-ptr-calc-i64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/atomic_cmp_swap_local.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/atomic_load_add.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/atomic_load_sub.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/basic-branch.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/basic-loop.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/bfe_uint.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/bfi_int.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/big_alu.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/bitcast.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/bswap.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/build_vector.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/call.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/call_fs.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/cayman-loop-bug.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/cf-stack-bug.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/cf_end.ll [new file with mode: 0644]
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 [new file with mode: 0644]
test/CodeGen/AMDGPU/commute-compares.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/commute_modifiers.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/complex-folding.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/concat_vectors.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/copy-illegal-type.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/copy-to-reg.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/ctlz_zero_undef.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/ctpop.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/ctpop64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/cttz_zero_undef.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/cvt_f32_ubyte.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/cvt_flr_i32_f32.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/cvt_rpi_i32_f32.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/dagcombiner-bug-illegal-vec4-int-to-fp.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/debug.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/default-fp-mode.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/disconnected-predset-break-bug.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/dot4-folding.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/ds-negative-offset-addressing-mode-loop.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/ds_read2.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/ds_read2_offset_order.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/ds_read2st64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/ds_write2.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/ds_write2st64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/elf.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/elf.r600.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/empty-function.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/endcf-loop-header.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/extload-private.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/extload.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/extract_vector_elt_i16.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fabs.f64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fabs.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fadd.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fadd64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fceil.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fceil64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fcmp-cnd.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fcmp-cnde-int-args.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fcmp.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fcmp64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fconst64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fcopysign.f32.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fcopysign.f64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fdiv.f64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fdiv.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fetch-limits.r600.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fetch-limits.r700+.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/ffloor.f64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/ffloor.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/flat-address-space.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/floor.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fma-combine.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fma.f64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fma.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fmad.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fmax.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fmax3.f64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fmax3.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fmax_legacy.f64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fmax_legacy.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fmaxnum.f64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fmaxnum.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fmin.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fmin3.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fmin_legacy.f64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fmin_legacy.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fminnum.f64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fminnum.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fmul.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fmul64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fmuladd.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fnearbyint.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fneg-fabs.f64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fneg-fabs.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fneg.f64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fneg.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fp-classify.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fp16_to_fp.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fp32_to_fp16.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fp_to_sint.f64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fp_to_sint.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fp_to_uint.f64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fp_to_uint.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fpext.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fptrunc.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/frem.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fsqrt.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fsub.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fsub64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/ftrunc.f64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/ftrunc.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/gep-address-space.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/global-directive.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/global-extload-i1.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/global-extload-i16.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/global-extload-i32.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/global-extload-i8.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/global-zero-initializer.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/global_atomics.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/gv-const-addrspace-fail.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/gv-const-addrspace.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/half.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/hsa.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/i1-copy-implicit-def.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/i1-copy-phi.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/i8-to-double-to-float.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/icmp-select-sete-reverse-args.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/icmp64.ll [new file with mode: 0644]
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 [new file with mode: 0644]
test/CodeGen/AMDGPU/infinite-loop-evergreen.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/infinite-loop.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/inline-asm.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/inline-calls.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/input-mods.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/insert_subreg.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/insert_vector_elt.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/jump-address.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/kcache-fold.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/kernel-args.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/large-alloca.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/large-constant-initializer.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/lds-initializer.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/lds-oqap-crash.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/lds-output-queue.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/lds-size.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/lds-zero-initializer.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/legalizedag-bug-expand-setcc.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/lit.local.cfg [new file with mode: 0644]
test/CodeGen/AMDGPU/literals.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.abs.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.barrier.global.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.barrier.local.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.bfe.i32.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.bfe.u32.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.bfi.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.bfm.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.brev.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.clamp.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.class.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.cube.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.cvt_f32_ubyte.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.div_fixup.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.div_fmas.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.div_scale.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.flbit.i32.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.fract.f64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.fract.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.imad24.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.imax.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.imin.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.imul24.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.kill.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.ldexp.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.legacy.rsq.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.mul.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.rcp.f64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.rcp.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.rsq.clamped.f64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.rsq.clamped.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.rsq.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.tex.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.trig_preop.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.trunc.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.umad24.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.umax.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.umin.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.umul24.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.SI.fs.interp.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.SI.gather4.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.SI.getlod.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.SI.image.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.SI.image.sample.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.SI.image.sample.o.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.SI.imageload.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.SI.load.dword.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.SI.resinfo.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.SI.sample-masked.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.SI.sample.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.SI.sampled.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.SI.sendmsg-m0.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.SI.sendmsg.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.SI.tbuffer.store.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.SI.tid.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgpu.dp4.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgpu.kilp.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgpu.lrp.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.cos.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.exp2.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.log2.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.memcpy.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.pow.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.rint.f64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.rint.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.round.f64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.round.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.sin.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.sqrt.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load-i1.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load-input-fold.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load.vec.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/local-64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/local-atomics.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/local-atomics64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/local-memory-two-objects.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/local-memory.ll [new file with mode: 0644]
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 [new file with mode: 0644]
test/CodeGen/AMDGPU/lshr.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/m0-spill.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/mad-combine.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/mad-sub.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/mad_int24.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/mad_uint24.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/madak.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/madmk.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/max-literals.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/max.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/max3.ll [new file with mode: 0644]
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 [new file with mode: 0644]
test/CodeGen/AMDGPU/missing-store.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/mubuf.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/mul.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/mul_int24.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/mul_uint24.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/mulhu.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/no-initializer-constant-addrspace.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/no-shrink-extloads.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/operand-folding.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/operand-spacing.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/or.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/packetizer.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/parallelandifcollapse.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/parallelorifcollapse.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/predicate-dp4.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/predicates.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/private-memory-atomics.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/private-memory-broken.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/private-memory.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/pv-packing.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/pv.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/r600-encoding.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/r600-export-fix.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/r600-infinite-loop-bug-while-reorganizing-vector.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/r600cfg.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/reciprocal.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/register-count-comments.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/reorder-stores.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/rotl.i64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/rotl.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/rotr.i64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/rotr.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/rsq.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/rv7x0_count3.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/s_movk_i32.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/saddo.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/salu-to-valu.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/scalar_to_vector.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/schedule-fs-loop-nested-if.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/schedule-fs-loop-nested.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/schedule-fs-loop.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/schedule-global-loads.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/schedule-if-2.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/schedule-if.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/schedule-kernel-arg-loads.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/schedule-vs-if-nested-loop-failure.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/schedule-vs-if-nested-loop.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/scratch-buffer.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/sdiv.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/sdivrem24.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/sdivrem64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/select-i1.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/select-vectors.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/select.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/select64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/selectcc-cnd.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/selectcc-cnde-int.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/selectcc-icmp-select-float.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/selectcc-opt.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/selectcc.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/set-dx10.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/setcc-equivalent.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/setcc-opt.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/setcc.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/setcc64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/seto.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/setuo.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/sext-eliminate.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/sext-in-reg.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/sgpr-control-flow.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/sgpr-copy-duplicate-operand.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/sgpr-copy.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/shared-op-cycle.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/shl.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/shl_add_constant.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/shl_add_ptr.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/si-annotate-cf-assertion.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/si-annotate-cf.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/si-lod-bias.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/si-sgpr-spill.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/si-spill-cf.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/si-triv-disjoint-mem-access.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/si-vector-hang.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/sign_extend.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/simplify-demanded-bits-build-pair.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/sint_to_fp.f64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/sint_to_fp.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/smrd.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/split-scalar-i64-add.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/sra.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/srem.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/srl.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/ssubo.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/store-barrier.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/store-v3i32.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/store-v3i64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/store-vector-ptrs.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/store.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/store.r600.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/structurize.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/structurize1.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/sub.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/subreg-coalescer-crash.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/subreg-eliminate-dead.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/swizzle-export.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/tex-clause-antidep.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/texture-input-merge.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/trunc-cmp-constant.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/trunc-store-f64-to-f16.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/trunc-store-i1.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/trunc-vector-store-assertion-failure.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/trunc.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/tti-unroll-prefs.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/uaddo.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/udiv.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/udivrem.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/udivrem24.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/udivrem64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/uint_to_fp.f64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/uint_to_fp.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/unaligned-load-store.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/unhandled-loop-condition-assertion.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/unroll.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/unsupported-cc.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/urecip.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/urem.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/use-sgpr-multiple-times.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/usubo.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/v1i64-kernel-arg.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/v_cndmask.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/valu-i1.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/vector-alloca.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/vertex-fetch-encoding.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/vop-shrink.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/vselect.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/vselect64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/vtx-fetch-branch.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/vtx-schedule.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/wait.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/work-item-intrinsics.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/wrong-transalu-pos-fix.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/xor.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/zero_extend.ll [new file with mode: 0644]
test/CodeGen/R600/32-bit-local-address-space.ll [deleted file]
test/CodeGen/R600/README [deleted file]
test/CodeGen/R600/add-debug.ll [deleted file]
test/CodeGen/R600/add.ll [deleted file]
test/CodeGen/R600/add_i64.ll [deleted file]
test/CodeGen/R600/address-space.ll [deleted file]
test/CodeGen/R600/and.ll [deleted file]
test/CodeGen/R600/anyext.ll [deleted file]
test/CodeGen/R600/array-ptr-calc-i32.ll [deleted file]
test/CodeGen/R600/array-ptr-calc-i64.ll [deleted file]
test/CodeGen/R600/atomic_cmp_swap_local.ll [deleted file]
test/CodeGen/R600/atomic_load_add.ll [deleted file]
test/CodeGen/R600/atomic_load_sub.ll [deleted file]
test/CodeGen/R600/basic-branch.ll [deleted file]
test/CodeGen/R600/basic-loop.ll [deleted file]
test/CodeGen/R600/bfe_uint.ll [deleted file]
test/CodeGen/R600/bfi_int.ll [deleted file]
test/CodeGen/R600/big_alu.ll [deleted file]
test/CodeGen/R600/bitcast.ll [deleted file]
test/CodeGen/R600/bswap.ll [deleted file]
test/CodeGen/R600/build_vector.ll [deleted file]
test/CodeGen/R600/call.ll [deleted file]
test/CodeGen/R600/call_fs.ll [deleted file]
test/CodeGen/R600/cayman-loop-bug.ll [deleted file]
test/CodeGen/R600/cf-stack-bug.ll [deleted file]
test/CodeGen/R600/cf_end.ll [deleted file]
test/CodeGen/R600/cgp-addressing-modes.ll [deleted file]
test/CodeGen/R600/coalescer_remat.ll [deleted file]
test/CodeGen/R600/codegen-prepare-addrmode-sext.ll [deleted file]
test/CodeGen/R600/combine_vloads.ll [deleted file]
test/CodeGen/R600/commute-compares.ll [deleted file]
test/CodeGen/R600/commute_modifiers.ll [deleted file]
test/CodeGen/R600/complex-folding.ll [deleted file]
test/CodeGen/R600/concat_vectors.ll [deleted file]
test/CodeGen/R600/copy-illegal-type.ll [deleted file]
test/CodeGen/R600/copy-to-reg.ll [deleted file]
test/CodeGen/R600/ctlz_zero_undef.ll [deleted file]
test/CodeGen/R600/ctpop.ll [deleted file]
test/CodeGen/R600/ctpop64.ll [deleted file]
test/CodeGen/R600/cttz_zero_undef.ll [deleted file]
test/CodeGen/R600/cvt_f32_ubyte.ll [deleted file]
test/CodeGen/R600/cvt_flr_i32_f32.ll [deleted file]
test/CodeGen/R600/cvt_rpi_i32_f32.ll [deleted file]
test/CodeGen/R600/dagcombiner-bug-illegal-vec4-int-to-fp.ll [deleted file]
test/CodeGen/R600/debug.ll [deleted file]
test/CodeGen/R600/default-fp-mode.ll [deleted file]
test/CodeGen/R600/disconnected-predset-break-bug.ll [deleted file]
test/CodeGen/R600/dot4-folding.ll [deleted file]
test/CodeGen/R600/ds-negative-offset-addressing-mode-loop.ll [deleted file]
test/CodeGen/R600/ds_read2.ll [deleted file]
test/CodeGen/R600/ds_read2_offset_order.ll [deleted file]
test/CodeGen/R600/ds_read2st64.ll [deleted file]
test/CodeGen/R600/ds_write2.ll [deleted file]
test/CodeGen/R600/ds_write2st64.ll [deleted file]
test/CodeGen/R600/elf.ll [deleted file]
test/CodeGen/R600/elf.r600.ll [deleted file]
test/CodeGen/R600/empty-function.ll [deleted file]
test/CodeGen/R600/endcf-loop-header.ll [deleted file]
test/CodeGen/R600/extload-private.ll [deleted file]
test/CodeGen/R600/extload.ll [deleted file]
test/CodeGen/R600/extract_vector_elt_i16.ll [deleted file]
test/CodeGen/R600/fabs.f64.ll [deleted file]
test/CodeGen/R600/fabs.ll [deleted file]
test/CodeGen/R600/fadd.ll [deleted file]
test/CodeGen/R600/fadd64.ll [deleted file]
test/CodeGen/R600/fceil.ll [deleted file]
test/CodeGen/R600/fceil64.ll [deleted file]
test/CodeGen/R600/fcmp-cnd.ll [deleted file]
test/CodeGen/R600/fcmp-cnde-int-args.ll [deleted file]
test/CodeGen/R600/fcmp.ll [deleted file]
test/CodeGen/R600/fcmp64.ll [deleted file]
test/CodeGen/R600/fconst64.ll [deleted file]
test/CodeGen/R600/fcopysign.f32.ll [deleted file]
test/CodeGen/R600/fcopysign.f64.ll [deleted file]
test/CodeGen/R600/fdiv.f64.ll [deleted file]
test/CodeGen/R600/fdiv.ll [deleted file]
test/CodeGen/R600/fetch-limits.r600.ll [deleted file]
test/CodeGen/R600/fetch-limits.r700+.ll [deleted file]
test/CodeGen/R600/ffloor.f64.ll [deleted file]
test/CodeGen/R600/ffloor.ll [deleted file]
test/CodeGen/R600/flat-address-space.ll [deleted file]
test/CodeGen/R600/floor.ll [deleted file]
test/CodeGen/R600/fma-combine.ll [deleted file]
test/CodeGen/R600/fma.f64.ll [deleted file]
test/CodeGen/R600/fma.ll [deleted file]
test/CodeGen/R600/fmad.ll [deleted file]
test/CodeGen/R600/fmax.ll [deleted file]
test/CodeGen/R600/fmax3.f64.ll [deleted file]
test/CodeGen/R600/fmax3.ll [deleted file]
test/CodeGen/R600/fmax_legacy.f64.ll [deleted file]
test/CodeGen/R600/fmax_legacy.ll [deleted file]
test/CodeGen/R600/fmaxnum.f64.ll [deleted file]
test/CodeGen/R600/fmaxnum.ll [deleted file]
test/CodeGen/R600/fmin.ll [deleted file]
test/CodeGen/R600/fmin3.ll [deleted file]
test/CodeGen/R600/fmin_legacy.f64.ll [deleted file]
test/CodeGen/R600/fmin_legacy.ll [deleted file]
test/CodeGen/R600/fminnum.f64.ll [deleted file]
test/CodeGen/R600/fminnum.ll [deleted file]
test/CodeGen/R600/fmul.ll [deleted file]
test/CodeGen/R600/fmul64.ll [deleted file]
test/CodeGen/R600/fmuladd.ll [deleted file]
test/CodeGen/R600/fnearbyint.ll [deleted file]
test/CodeGen/R600/fneg-fabs.f64.ll [deleted file]
test/CodeGen/R600/fneg-fabs.ll [deleted file]
test/CodeGen/R600/fneg.f64.ll [deleted file]
test/CodeGen/R600/fneg.ll [deleted file]
test/CodeGen/R600/fp-classify.ll [deleted file]
test/CodeGen/R600/fp16_to_fp.ll [deleted file]
test/CodeGen/R600/fp32_to_fp16.ll [deleted file]
test/CodeGen/R600/fp_to_sint.f64.ll [deleted file]
test/CodeGen/R600/fp_to_sint.ll [deleted file]
test/CodeGen/R600/fp_to_uint.f64.ll [deleted file]
test/CodeGen/R600/fp_to_uint.ll [deleted file]
test/CodeGen/R600/fpext.ll [deleted file]
test/CodeGen/R600/fptrunc.ll [deleted file]
test/CodeGen/R600/frem.ll [deleted file]
test/CodeGen/R600/fsqrt.ll [deleted file]
test/CodeGen/R600/fsub.ll [deleted file]
test/CodeGen/R600/fsub64.ll [deleted file]
test/CodeGen/R600/ftrunc.f64.ll [deleted file]
test/CodeGen/R600/ftrunc.ll [deleted file]
test/CodeGen/R600/gep-address-space.ll [deleted file]
test/CodeGen/R600/global-directive.ll [deleted file]
test/CodeGen/R600/global-extload-i1.ll [deleted file]
test/CodeGen/R600/global-extload-i16.ll [deleted file]
test/CodeGen/R600/global-extload-i32.ll [deleted file]
test/CodeGen/R600/global-extload-i8.ll [deleted file]
test/CodeGen/R600/global-zero-initializer.ll [deleted file]
test/CodeGen/R600/global_atomics.ll [deleted file]
test/CodeGen/R600/gv-const-addrspace-fail.ll [deleted file]
test/CodeGen/R600/gv-const-addrspace.ll [deleted file]
test/CodeGen/R600/half.ll [deleted file]
test/CodeGen/R600/hsa.ll [deleted file]
test/CodeGen/R600/i1-copy-implicit-def.ll [deleted file]
test/CodeGen/R600/i1-copy-phi.ll [deleted file]
test/CodeGen/R600/i8-to-double-to-float.ll [deleted file]
test/CodeGen/R600/icmp-select-sete-reverse-args.ll [deleted file]
test/CodeGen/R600/icmp64.ll [deleted file]
test/CodeGen/R600/imm.ll [deleted file]
test/CodeGen/R600/indirect-addressing-si.ll [deleted file]
test/CodeGen/R600/indirect-private-64.ll [deleted file]
test/CodeGen/R600/infinite-loop-evergreen.ll [deleted file]
test/CodeGen/R600/infinite-loop.ll [deleted file]
test/CodeGen/R600/inline-asm.ll [deleted file]
test/CodeGen/R600/inline-calls.ll [deleted file]
test/CodeGen/R600/input-mods.ll [deleted file]
test/CodeGen/R600/insert_subreg.ll [deleted file]
test/CodeGen/R600/insert_vector_elt.ll [deleted file]
test/CodeGen/R600/jump-address.ll [deleted file]
test/CodeGen/R600/kcache-fold.ll [deleted file]
test/CodeGen/R600/kernel-args.ll [deleted file]
test/CodeGen/R600/large-alloca.ll [deleted file]
test/CodeGen/R600/large-constant-initializer.ll [deleted file]
test/CodeGen/R600/lds-initializer.ll [deleted file]
test/CodeGen/R600/lds-oqap-crash.ll [deleted file]
test/CodeGen/R600/lds-output-queue.ll [deleted file]
test/CodeGen/R600/lds-size.ll [deleted file]
test/CodeGen/R600/lds-zero-initializer.ll [deleted file]
test/CodeGen/R600/legalizedag-bug-expand-setcc.ll [deleted file]
test/CodeGen/R600/lit.local.cfg [deleted file]
test/CodeGen/R600/literals.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.abs.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.barrier.global.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.barrier.local.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.bfe.i32.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.bfe.u32.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.bfi.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.bfm.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.brev.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.clamp.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.class.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.cube.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.cvt_f32_ubyte.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.div_fixup.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.div_fmas.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.div_scale.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.flbit.i32.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.fract.f64.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.fract.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.imad24.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.imax.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.imin.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.imul24.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.kill.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.ldexp.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.legacy.rsq.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.mul.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.rcp.f64.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.rcp.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.rsq.clamped.f64.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.rsq.clamped.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.rsq.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.tex.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.trig_preop.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.trunc.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.umad24.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.umax.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.umin.ll [deleted file]
test/CodeGen/R600/llvm.AMDGPU.umul24.ll [deleted file]
test/CodeGen/R600/llvm.SI.fs.interp.ll [deleted file]
test/CodeGen/R600/llvm.SI.gather4.ll [deleted file]
test/CodeGen/R600/llvm.SI.getlod.ll [deleted file]
test/CodeGen/R600/llvm.SI.image.ll [deleted file]
test/CodeGen/R600/llvm.SI.image.sample.ll [deleted file]
test/CodeGen/R600/llvm.SI.image.sample.o.ll [deleted file]
test/CodeGen/R600/llvm.SI.imageload.ll [deleted file]
test/CodeGen/R600/llvm.SI.load.dword.ll [deleted file]
test/CodeGen/R600/llvm.SI.resinfo.ll [deleted file]
test/CodeGen/R600/llvm.SI.sample-masked.ll [deleted file]
test/CodeGen/R600/llvm.SI.sample.ll [deleted file]
test/CodeGen/R600/llvm.SI.sampled.ll [deleted file]
test/CodeGen/R600/llvm.SI.sendmsg-m0.ll [deleted file]
test/CodeGen/R600/llvm.SI.sendmsg.ll [deleted file]
test/CodeGen/R600/llvm.SI.tbuffer.store.ll [deleted file]
test/CodeGen/R600/llvm.SI.tid.ll [deleted file]
test/CodeGen/R600/llvm.amdgpu.dp4.ll [deleted file]
test/CodeGen/R600/llvm.amdgpu.kilp.ll [deleted file]
test/CodeGen/R600/llvm.amdgpu.lrp.ll [deleted file]
test/CodeGen/R600/llvm.cos.ll [deleted file]
test/CodeGen/R600/llvm.exp2.ll [deleted file]
test/CodeGen/R600/llvm.log2.ll [deleted file]
test/CodeGen/R600/llvm.memcpy.ll [deleted file]
test/CodeGen/R600/llvm.pow.ll [deleted file]
test/CodeGen/R600/llvm.rint.f64.ll [deleted file]
test/CodeGen/R600/llvm.rint.ll [deleted file]
test/CodeGen/R600/llvm.round.f64.ll [deleted file]
test/CodeGen/R600/llvm.round.ll [deleted file]
test/CodeGen/R600/llvm.sin.ll [deleted file]
test/CodeGen/R600/llvm.sqrt.ll [deleted file]
test/CodeGen/R600/load-i1.ll [deleted file]
test/CodeGen/R600/load-input-fold.ll [deleted file]
test/CodeGen/R600/load.ll [deleted file]
test/CodeGen/R600/load.vec.ll [deleted file]
test/CodeGen/R600/load64.ll [deleted file]
test/CodeGen/R600/local-64.ll [deleted file]
test/CodeGen/R600/local-atomics.ll [deleted file]
test/CodeGen/R600/local-atomics64.ll [deleted file]
test/CodeGen/R600/local-memory-two-objects.ll [deleted file]
test/CodeGen/R600/local-memory.ll [deleted file]
test/CodeGen/R600/loop-address.ll [deleted file]
test/CodeGen/R600/loop-idiom.ll [deleted file]
test/CodeGen/R600/lshl.ll [deleted file]
test/CodeGen/R600/lshr.ll [deleted file]
test/CodeGen/R600/m0-spill.ll [deleted file]
test/CodeGen/R600/mad-combine.ll [deleted file]
test/CodeGen/R600/mad-sub.ll [deleted file]
test/CodeGen/R600/mad_int24.ll [deleted file]
test/CodeGen/R600/mad_uint24.ll [deleted file]
test/CodeGen/R600/madak.ll [deleted file]
test/CodeGen/R600/madmk.ll [deleted file]
test/CodeGen/R600/max-literals.ll [deleted file]
test/CodeGen/R600/max.ll [deleted file]
test/CodeGen/R600/max3.ll [deleted file]
test/CodeGen/R600/merge-stores.ll [deleted file]
test/CodeGen/R600/min.ll [deleted file]
test/CodeGen/R600/min3.ll [deleted file]
test/CodeGen/R600/missing-store.ll [deleted file]
test/CodeGen/R600/mubuf.ll [deleted file]
test/CodeGen/R600/mul.ll [deleted file]
test/CodeGen/R600/mul_int24.ll [deleted file]
test/CodeGen/R600/mul_uint24.ll [deleted file]
test/CodeGen/R600/mulhu.ll [deleted file]
test/CodeGen/R600/no-initializer-constant-addrspace.ll [deleted file]
test/CodeGen/R600/no-shrink-extloads.ll [deleted file]
test/CodeGen/R600/operand-folding.ll [deleted file]
test/CodeGen/R600/operand-spacing.ll [deleted file]
test/CodeGen/R600/or.ll [deleted file]
test/CodeGen/R600/packetizer.ll [deleted file]
test/CodeGen/R600/parallelandifcollapse.ll [deleted file]
test/CodeGen/R600/parallelorifcollapse.ll [deleted file]
test/CodeGen/R600/predicate-dp4.ll [deleted file]
test/CodeGen/R600/predicates.ll [deleted file]
test/CodeGen/R600/private-memory-atomics.ll [deleted file]
test/CodeGen/R600/private-memory-broken.ll [deleted file]
test/CodeGen/R600/private-memory.ll [deleted file]
test/CodeGen/R600/pv-packing.ll [deleted file]
test/CodeGen/R600/pv.ll [deleted file]
test/CodeGen/R600/r600-encoding.ll [deleted file]
test/CodeGen/R600/r600-export-fix.ll [deleted file]
test/CodeGen/R600/r600-infinite-loop-bug-while-reorganizing-vector.ll [deleted file]
test/CodeGen/R600/r600cfg.ll [deleted file]
test/CodeGen/R600/reciprocal.ll [deleted file]
test/CodeGen/R600/register-count-comments.ll [deleted file]
test/CodeGen/R600/reorder-stores.ll [deleted file]
test/CodeGen/R600/rotl.i64.ll [deleted file]
test/CodeGen/R600/rotl.ll [deleted file]
test/CodeGen/R600/rotr.i64.ll [deleted file]
test/CodeGen/R600/rotr.ll [deleted file]
test/CodeGen/R600/rsq.ll [deleted file]
test/CodeGen/R600/rv7x0_count3.ll [deleted file]
test/CodeGen/R600/s_movk_i32.ll [deleted file]
test/CodeGen/R600/saddo.ll [deleted file]
test/CodeGen/R600/salu-to-valu.ll [deleted file]
test/CodeGen/R600/scalar_to_vector.ll [deleted file]
test/CodeGen/R600/schedule-fs-loop-nested-if.ll [deleted file]
test/CodeGen/R600/schedule-fs-loop-nested.ll [deleted file]
test/CodeGen/R600/schedule-fs-loop.ll [deleted file]
test/CodeGen/R600/schedule-global-loads.ll [deleted file]
test/CodeGen/R600/schedule-if-2.ll [deleted file]
test/CodeGen/R600/schedule-if.ll [deleted file]
test/CodeGen/R600/schedule-kernel-arg-loads.ll [deleted file]
test/CodeGen/R600/schedule-vs-if-nested-loop-failure.ll [deleted file]
test/CodeGen/R600/schedule-vs-if-nested-loop.ll [deleted file]
test/CodeGen/R600/scratch-buffer.ll [deleted file]
test/CodeGen/R600/sdiv.ll [deleted file]
test/CodeGen/R600/sdivrem24.ll [deleted file]
test/CodeGen/R600/sdivrem64.ll [deleted file]
test/CodeGen/R600/select-i1.ll [deleted file]
test/CodeGen/R600/select-vectors.ll [deleted file]
test/CodeGen/R600/select.ll [deleted file]
test/CodeGen/R600/select64.ll [deleted file]
test/CodeGen/R600/selectcc-cnd.ll [deleted file]
test/CodeGen/R600/selectcc-cnde-int.ll [deleted file]
test/CodeGen/R600/selectcc-icmp-select-float.ll [deleted file]
test/CodeGen/R600/selectcc-opt.ll [deleted file]
test/CodeGen/R600/selectcc.ll [deleted file]
test/CodeGen/R600/set-dx10.ll [deleted file]
test/CodeGen/R600/setcc-equivalent.ll [deleted file]
test/CodeGen/R600/setcc-opt.ll [deleted file]
test/CodeGen/R600/setcc.ll [deleted file]
test/CodeGen/R600/setcc64.ll [deleted file]
test/CodeGen/R600/seto.ll [deleted file]
test/CodeGen/R600/setuo.ll [deleted file]
test/CodeGen/R600/sext-eliminate.ll [deleted file]
test/CodeGen/R600/sext-in-reg.ll [deleted file]
test/CodeGen/R600/sgpr-control-flow.ll [deleted file]
test/CodeGen/R600/sgpr-copy-duplicate-operand.ll [deleted file]
test/CodeGen/R600/sgpr-copy.ll [deleted file]
test/CodeGen/R600/shared-op-cycle.ll [deleted file]
test/CodeGen/R600/shl.ll [deleted file]
test/CodeGen/R600/shl_add_constant.ll [deleted file]
test/CodeGen/R600/shl_add_ptr.ll [deleted file]
test/CodeGen/R600/si-annotate-cf-assertion.ll [deleted file]
test/CodeGen/R600/si-annotate-cf.ll [deleted file]
test/CodeGen/R600/si-lod-bias.ll [deleted file]
test/CodeGen/R600/si-sgpr-spill.ll [deleted file]
test/CodeGen/R600/si-spill-cf.ll [deleted file]
test/CodeGen/R600/si-triv-disjoint-mem-access.ll [deleted file]
test/CodeGen/R600/si-vector-hang.ll [deleted file]
test/CodeGen/R600/sign_extend.ll [deleted file]
test/CodeGen/R600/simplify-demanded-bits-build-pair.ll [deleted file]
test/CodeGen/R600/sint_to_fp.f64.ll [deleted file]
test/CodeGen/R600/sint_to_fp.ll [deleted file]
test/CodeGen/R600/smrd.ll [deleted file]
test/CodeGen/R600/split-scalar-i64-add.ll [deleted file]
test/CodeGen/R600/sra.ll [deleted file]
test/CodeGen/R600/srem.ll [deleted file]
test/CodeGen/R600/srl.ll [deleted file]
test/CodeGen/R600/ssubo.ll [deleted file]
test/CodeGen/R600/store-barrier.ll [deleted file]
test/CodeGen/R600/store-v3i32.ll [deleted file]
test/CodeGen/R600/store-v3i64.ll [deleted file]
test/CodeGen/R600/store-vector-ptrs.ll [deleted file]
test/CodeGen/R600/store.ll [deleted file]
test/CodeGen/R600/store.r600.ll [deleted file]
test/CodeGen/R600/structurize.ll [deleted file]
test/CodeGen/R600/structurize1.ll [deleted file]
test/CodeGen/R600/sub.ll [deleted file]
test/CodeGen/R600/subreg-coalescer-crash.ll [deleted file]
test/CodeGen/R600/subreg-eliminate-dead.ll [deleted file]
test/CodeGen/R600/swizzle-export.ll [deleted file]
test/CodeGen/R600/tex-clause-antidep.ll [deleted file]
test/CodeGen/R600/texture-input-merge.ll [deleted file]
test/CodeGen/R600/trunc-cmp-constant.ll [deleted file]
test/CodeGen/R600/trunc-store-f64-to-f16.ll [deleted file]
test/CodeGen/R600/trunc-store-i1.ll [deleted file]
test/CodeGen/R600/trunc-vector-store-assertion-failure.ll [deleted file]
test/CodeGen/R600/trunc.ll [deleted file]
test/CodeGen/R600/tti-unroll-prefs.ll [deleted file]
test/CodeGen/R600/uaddo.ll [deleted file]
test/CodeGen/R600/udiv.ll [deleted file]
test/CodeGen/R600/udivrem.ll [deleted file]
test/CodeGen/R600/udivrem24.ll [deleted file]
test/CodeGen/R600/udivrem64.ll [deleted file]
test/CodeGen/R600/uint_to_fp.f64.ll [deleted file]
test/CodeGen/R600/uint_to_fp.ll [deleted file]
test/CodeGen/R600/unaligned-load-store.ll [deleted file]
test/CodeGen/R600/unhandled-loop-condition-assertion.ll [deleted file]
test/CodeGen/R600/unroll.ll [deleted file]
test/CodeGen/R600/unsupported-cc.ll [deleted file]
test/CodeGen/R600/urecip.ll [deleted file]
test/CodeGen/R600/urem.ll [deleted file]
test/CodeGen/R600/use-sgpr-multiple-times.ll [deleted file]
test/CodeGen/R600/usubo.ll [deleted file]
test/CodeGen/R600/v1i64-kernel-arg.ll [deleted file]
test/CodeGen/R600/v_cndmask.ll [deleted file]
test/CodeGen/R600/valu-i1.ll [deleted file]
test/CodeGen/R600/vector-alloca.ll [deleted file]
test/CodeGen/R600/vertex-fetch-encoding.ll [deleted file]
test/CodeGen/R600/vop-shrink.ll [deleted file]
test/CodeGen/R600/vselect.ll [deleted file]
test/CodeGen/R600/vselect64.ll [deleted file]
test/CodeGen/R600/vtx-fetch-branch.ll [deleted file]
test/CodeGen/R600/vtx-schedule.ll [deleted file]
test/CodeGen/R600/wait.ll [deleted file]
test/CodeGen/R600/work-item-intrinsics.ll [deleted file]
test/CodeGen/R600/wrong-transalu-pos-fix.ll [deleted file]
test/CodeGen/R600/xor.ll [deleted file]
test/CodeGen/R600/zero_extend.ll [deleted file]
test/MC/AMDGPU/ds-err.s [new file with mode: 0644]
test/MC/AMDGPU/ds.s [new file with mode: 0644]
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 [new file with mode: 0644]
test/MC/AMDGPU/smrd.s [new file with mode: 0644]
test/MC/AMDGPU/sop1-err.s [new file with mode: 0644]
test/MC/AMDGPU/sop1.s [new file with mode: 0644]
test/MC/AMDGPU/sop2.s [new file with mode: 0644]
test/MC/AMDGPU/sopc.s [new file with mode: 0644]
test/MC/AMDGPU/sopk.s [new file with mode: 0644]
test/MC/AMDGPU/sopp.s [new file with mode: 0644]
test/MC/AMDGPU/vop1.s [new file with mode: 0644]
test/MC/AMDGPU/vop2-err.s [new file with mode: 0644]
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 [new file with mode: 0644]
test/MC/R600/ds-err.s [deleted file]
test/MC/R600/ds.s [deleted file]
test/MC/R600/flat.s [deleted file]
test/MC/R600/lit.local.cfg [deleted file]
test/MC/R600/mubuf.s [deleted file]
test/MC/R600/smrd.s [deleted file]
test/MC/R600/sop1-err.s [deleted file]
test/MC/R600/sop1.s [deleted file]
test/MC/R600/sop2.s [deleted file]
test/MC/R600/sopc.s [deleted file]
test/MC/R600/sopk.s [deleted file]
test/MC/R600/sopp.s [deleted file]
test/MC/R600/vop1.s [deleted file]
test/MC/R600/vop2-err.s [deleted file]
test/MC/R600/vop2.s [deleted file]
test/MC/R600/vop3-errs.s [deleted file]
test/MC/R600/vop3.s [deleted file]
test/MC/R600/vopc.s [deleted file]