llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc
Sam Clegg 90b6bb75e8 [MC] Minor cleanup to MCFixup::Kind handling. NFC.
Prefer `MCFixupKind` where possible and add getTargetKind() to
convert to `unsigned` when needed rather than scattering cast
operators around the place.

Differential Revision: https://reviews.llvm.org/D59890

llvm-svn: 369720
2019-08-23 01:00:55 +00:00
..
CMakeLists.txt Boilerplate for producing XCOFF object files from the PowerPC backend. 2019-07-09 19:21:01 +00:00
LLVMBuild.txt [PowerPC] Move InstPrinter files to MCTargetDesc. NFC 2019-05-11 02:33:18 +00:00
PPCAsmBackend.cpp Boilerplate for producing XCOFF object files from the PowerPC backend. 2019-07-09 19:21:01 +00:00
PPCELFObjectWriter.cpp [MC] Minor cleanup to MCFixup::Kind handling. NFC. 2019-08-23 01:00:55 +00:00
PPCFixupKinds.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PPCInstPrinter.cpp [PowerPC] Move InstPrinter files to MCTargetDesc. NFC 2019-05-11 02:33:18 +00:00
PPCInstPrinter.h [PowerPC] Move InstPrinter files to MCTargetDesc. NFC 2019-05-11 02:33:18 +00:00
PPCMCAsmInfo.cpp Boilerplate for producing XCOFF object files from the PowerPC backend. 2019-07-09 19:21:01 +00:00
PPCMCAsmInfo.h Boilerplate for producing XCOFF object files from the PowerPC backend. 2019-07-09 19:21:01 +00:00
PPCMCCodeEmitter.cpp Add Triple::isPPC64() 2019-05-16 08:31:22 +00:00
PPCMCCodeEmitter.h Use bitset for assembler predicates 2019-03-11 17:04:35 +00:00
PPCMCExpr.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PPCMCExpr.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PPCMCTargetDesc.cpp Boilerplate for producing XCOFF object files from the PowerPC backend. 2019-07-09 19:21:01 +00:00
PPCMCTargetDesc.h Boilerplate for producing XCOFF object files from the PowerPC backend. 2019-07-09 19:21:01 +00:00
PPCMachObjectWriter.cpp [MC] Minor cleanup to MCFixup::Kind handling. NFC. 2019-08-23 01:00:55 +00:00
PPCPredicates.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PPCPredicates.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PPCXCOFFObjectWriter.cpp [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00