1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib/Target/PowerPC/MCTargetDesc
Kang Zhang 39687fcac1 [NFC][PowerPC] Remove the redundant InstAlias for OR instruction
Summary:
We have handle the InstAlias for OR instructions, but we handle it
agagin in PPCInstPrinter.cpp.
This patch is to Remove the redundant InstAlias for OR instruction.

Reviewed By: steven.zhang

Differential Revision: https://reviews.llvm.org/D80502
2020-06-09 03:32:27 +00:00
..
CMakeLists.txt
LLVMBuild.txt
PPCAsmBackend.cpp [MC][Bugfix] Remove redundant parameter for relaxInstruction 2020-04-21 11:06:55 +08:00
PPCELFObjectWriter.cpp [PowerPC][Future] More support for PCRel addressing for global values 2020-04-17 11:06:13 -05:00
PPCELFStreamer.cpp [PowerPC][NFC] Split PPCELFStreamer::emitInstruction 2020-05-25 06:48:58 -05:00
PPCELFStreamer.h [PowerPC][NFC] Split PPCELFStreamer::emitInstruction 2020-05-25 06:48:58 -05:00
PPCFixupKinds.h [PowerPC][Future] Initial support for PCRel addressing for constant pool loads 2020-04-09 11:17:23 -05:00
PPCInstPrinter.cpp [NFC][PowerPC] Remove the redundant InstAlias for OR instruction 2020-06-09 03:32:27 +00:00
PPCInstPrinter.h
PPCMCAsmInfo.cpp [AIX] Update data directives for AIX assembly 2020-06-03 10:55:59 -04:00
PPCMCAsmInfo.h
PPCMCCodeEmitter.cpp [PowerPC] Fix incorrect PC Relative relocations for Big Endian 2020-06-08 20:29:43 -05:00
PPCMCCodeEmitter.h [PowerPC][Future] Fix for 75828ef615da 2020-04-09 19:33:12 +00:00
PPCMCExpr.cpp
PPCMCExpr.h
PPCMCTargetDesc.cpp [MC] Change MCCFIInstruction::createDefCfa to cfiDefCfa which does not negate Offset 2020-05-22 15:47:26 -07:00
PPCMCTargetDesc.h [PowerPC] Remove unused forward declarations. NFC. 2020-04-23 15:02:18 +01:00
PPCPredicates.cpp
PPCPredicates.h
PPCXCOFFObjectWriter.cpp