llvm-6502/lib/Target/PowerPC/MCTargetDesc
Ulrich Weigand b7074b8c2d [PowerPC] Fix emitting instruction pairs on LE
My patch r204634 to emit instructions in little-endian format failed to
handle those special cases where we emit a pair of instructions from a
single LLVM MC instructions (like the bl; nop pairs used to implement
the call sequence).

In those cases, we still need to emit the "first" instruction (the one
in the more significant word) first, on both big and little endian,
and not swap them.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211171 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-18 15:37:07 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
PPCAsmBackend.cpp [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. PowerPC edition 2014-04-29 07:57:37 +00:00
PPCELFObjectWriter.cpp Fix pr19645. 2014-05-03 19:57:04 +00:00
PPCFixupKinds.h
PPCMachObjectWriter.cpp [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. PowerPC edition 2014-04-29 07:57:37 +00:00
PPCMCAsmInfo.cpp [C++] Use 'nullptr'. Target edition. 2014-04-25 05:30:21 +00:00
PPCMCAsmInfo.h [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. PowerPC edition 2014-04-29 07:57:37 +00:00
PPCMCCodeEmitter.cpp [PowerPC] Fix emitting instruction pairs on LE 2014-06-18 15:37:07 +00:00
PPCMCExpr.cpp [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 02:41:26 +00:00
PPCMCExpr.h [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. PowerPC edition 2014-04-29 07:57:37 +00:00
PPCMCTargetDesc.cpp Remove the UseCFI option from createAsmStreamer. 2014-05-07 13:00:43 +00:00
PPCMCTargetDesc.h [PowerPC] Generate little-endian object files 2014-03-24 18:16:09 +00:00
PPCPredicates.cpp
PPCPredicates.h