llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc
Mirko Brkusanin 4b63ca1379 [Mips] Use appropriate private label prefix based on Mips ABI
MipsMCAsmInfo was using '$' prefix for Mips32 and '.L' for Mips64
regardless of -target-abi option. By passing MCTargetOptions to MCAsmInfo
we can find out Mips ABI and pick appropriate prefix.

Tags: #llvm, #clang, #lldb

Differential Revision: https://reviews.llvm.org/D66795
2019-10-23 12:24:35 +02: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
PPCInstPrinter.cpp [AIX] TOC pseudo expansion for 64bit large + 64bit small + 32bit large models 2019-10-17 13:20:25 +00:00
PPCInstPrinter.h [PowerPC] Move InstPrinter files to MCTargetDesc. NFC 2019-05-11 02:33:18 +00:00
PPCMCAsmInfo.cpp [AIX] Use .space instead of .zero in assembly 2019-10-11 15:07:28 +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
PPCMCExpr.cpp [NFC] Replace 'isDarwin' with 'IsDarwin' 2019-10-06 14:44:22 +00:00
PPCMCExpr.h [NFC] Replace 'isDarwin' with 'IsDarwin' 2019-10-06 14:44:22 +00:00
PPCMCTargetDesc.cpp [Mips] Use appropriate private label prefix based on Mips ABI 2019-10-23 12:24:35 +02: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
PPCPredicates.h
PPCXCOFFObjectWriter.cpp [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00