1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/lib/Target/R600/MCTargetDesc
David Woodhouse 6c8fefd999 Delete MCSubtargetInfo data members from target MCCodeEmitter classes
The subtarget info is explicitly passed to the EncodeInstruction
method and we should use that subtarget info to influence any
encoding decisions.

llvm-svn: 200350
2014-01-28 23:13:25 +00:00
..
AMDGPUAsmBackend.cpp Generate compact unwind encoding from CFI directives. 2013-09-09 02:37:14 +00:00
AMDGPUELFObjectWriter.cpp R600: Emit ELF formatted code rather than raw ISA. 2013-04-15 17:51:21 +00:00
AMDGPUMCAsmInfo.cpp CommentColumn is always 40. Simplify. 2014-01-16 07:04:11 +00:00
AMDGPUMCAsmInfo.h Remove address spaces from MC. 2013-07-02 15:49:13 +00:00
AMDGPUMCCodeEmitter.cpp [weak vtables] Remove a bunch of weak vtables 2013-11-19 00:57:56 +00:00
AMDGPUMCCodeEmitter.h Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr() 2014-01-28 23:13:18 +00:00
AMDGPUMCTargetDesc.cpp Pass a MCSubtargetInfo down to the TargetStreamer creation. 2014-01-26 06:38:58 +00:00
AMDGPUMCTargetDesc.h Generate compact unwind encoding from CFI directives. 2013-09-09 02:37:14 +00:00
CMakeLists.txt [CMake] Let add_public_tablegen_target responsible to provide dependency to CommonTableGen. 2013-11-28 17:04:04 +00:00
LLVMBuild.txt
Makefile
R600MCCodeEmitter.cpp Delete MCSubtargetInfo data members from target MCCodeEmitter classes 2014-01-28 23:13:25 +00:00
SIMCCodeEmitter.cpp Delete MCSubtargetInfo data members from target MCCodeEmitter classes 2014-01-28 23:13:25 +00:00