llvm-6502/lib/Target/PowerPC/MCTargetDesc
Hal Finkel aa6047d23d PPC: Use HWEncoding and TRI->getEncodingValue
As pointed out by Jakob, we don't need to maintain a separate
register-numbering table. Instead we should let TableGen generate the table for
us from the information (already present) in PPCRegisterInfo.td.
TRI->getEncodingValue is now used to access register-encoding values.

No functionality change intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178067 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-26 20:08:20 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
PPCAsmBackend.cpp PowerPC: Simplify handling of fixups. 2013-03-26 10:56:47 +00:00
PPCELFObjectWriter.cpp PowerPC: Simplify handling of fixups. 2013-03-26 10:56:47 +00:00
PPCFixupKinds.h PowerPC: Simplify handling of fixups. 2013-03-26 10:56:47 +00:00
PPCMCAsmInfo.cpp
PPCMCAsmInfo.h
PPCMCCodeEmitter.cpp PPC: Use HWEncoding and TRI->getEncodingValue 2013-03-26 20:08:20 +00:00
PPCMCTargetDesc.cpp
PPCMCTargetDesc.h To avoid symbol clash, undefine PPC here. PPC may be predefined on some hosts. 2013-03-17 12:40:42 +00:00
PPCPredicates.cpp Remove default case from fully covered switch. 2013-03-26 14:17:42 +00:00
PPCPredicates.h PowerPC: Simplify BLR pattern. 2013-03-26 10:53:27 +00:00