llvm-6502/lib/Target/PowerPC/MCTargetDesc
David Woodhouse eab5cc34c6 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200350 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-28 23:13:25 +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
PPCAsmBackend.cpp
PPCELFObjectWriter.cpp
PPCFixupKinds.h
PPCMachObjectWriter.cpp
PPCMCAsmInfo.cpp test commit. 2013-12-13 15:46:48 +00:00
PPCMCAsmInfo.h on darwin<10, fallback to .weak_definition (PPC,X86) 2013-12-10 21:37:41 +00:00
PPCMCCodeEmitter.cpp Delete MCSubtargetInfo data members from target MCCodeEmitter classes 2014-01-28 23:13:25 +00:00
PPCMCExpr.cpp Re-sort all of the includes with ./utils/sort_includes.py so that 2014-01-07 11:48:04 +00:00
PPCMCExpr.h Re-sort all of the includes with ./utils/sort_includes.py so that 2014-01-07 11:48:04 +00:00
PPCMCTargetDesc.cpp Provide a stub Target Streamer implementation for PPC MachO 2014-01-28 11:03:17 +00:00
PPCMCTargetDesc.h
PPCPredicates.cpp
PPCPredicates.h