summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/MCTargetDesc/PPCBaseInfo.h
Commit message (Collapse)AuthorAgeFilesLines
* PPC: Use HWEncoding and TRI->getEncodingValueHal Finkel2013-03-261-71/+0
| | | | | | | | | | | 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. llvm-svn: 178067
* PPC ZERO register needs a register number of 0.Hal Finkel2013-03-231-0/+1
| | | | | | | | | In order for the new ZERO register to be used with MC, etc. we need to specify its register number (0). Thanks to Kai for reporting the problem! llvm-svn: 177833
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, ↵Jia Liu2012-02-181-1/+1
| | | | | | MSP430, PPC, PTX, Sparc, X86, XCore. llvm-svn: 150878
* Code clean up.Evan Cheng2011-07-251-1/+1
| | | | llvm-svn: 135954
* Missed a file.Evan Cheng2011-07-251-0/+70
llvm-svn: 135943
OpenPOWER on IntegriCloud