llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc
Nemanja Ivanovic 0dad994a10 [PowerPC][NFC] Macro for register set defs for the Asm Parser
We have some unfortunate code in the back end that defines a bunch of register
sets for the Asm Parser. Every time another class is needed in the parser, we
have to add another one of those definitions with explicit lists of registers.
This NFC patch simply provides macros to use to condense that code a little bit.

Differential revision: https://reviews.llvm.org/D54433

llvm-svn: 350156
2018-12-29 16:13:11 +00:00
..
CMakeLists.txt
LLVMBuild.txt
PPCAsmBackend.cpp [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixup 2018-06-06 09:40:06 +00:00
PPCELFObjectWriter.cpp [PowerPC] Add support for high and higha symbol modifiers on tls modifers. 2018-06-15 19:47:16 +00:00
PPCFixupKinds.h Don't repeat name in comment and format. NFC. 2017-06-28 17:23:13 +00:00
PPCMCAsmInfo.cpp Remove trailing space 2018-07-30 19:41:25 +00:00
PPCMCAsmInfo.h
PPCMCCodeEmitter.cpp [PowerPC][NFC] Split PPCMCCodeEmitter into header and cpp file. 2018-11-21 21:23:50 +00:00
PPCMCCodeEmitter.h [PowerPC][NFC] Split PPCMCCodeEmitter into header and cpp file. 2018-11-21 21:23:50 +00:00
PPCMCExpr.cpp [PPC64] Support "symbol@high" and "symbol@higha" symbol modifers. 2018-06-15 19:47:11 +00:00
PPCMCExpr.h [PPC64] Support "symbol@high" and "symbol@higha" symbol modifers. 2018-06-15 19:47:11 +00:00
PPCMCTargetDesc.cpp First step towards more human-friendly PPC assembler output: 2017-11-29 23:05:56 +00:00
PPCMCTargetDesc.h [PowerPC][NFC] Macro for register set defs for the Asm Parser 2018-12-29 16:13:11 +00:00
PPCMachObjectWriter.cpp MC: Separate creating a generic object writer from creating a target object writer. NFCI. 2018-05-21 19:20:29 +00:00
PPCPredicates.cpp
PPCPredicates.h Remove trailing space 2018-07-30 19:41:25 +00:00