1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00
llvm-mirror/lib/Target/PowerPC/MCTargetDesc
Nemanja Ivanovic 9190dc4f73 [PowerPC] Ensure displacements for DQ-Form instructions are multiples of 16
As outlined in the PR, we didn't ensure that displacements for DQ-Form
instructions are multiples of 16. Since the instruction encoding encodes
a quad-word displacement, a sub-16 byte displacement is meaningless and
ends up being encoded incorrectly.

Fixes https://bugs.llvm.org/show_bug.cgi?id=33671.

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

llvm-svn: 307934
2017-07-13 18:17:10 +00:00
..
CMakeLists.txt
LLVMBuild.txt
PPCAsmBackend.cpp Fully fix the movw/movt addend. 2017-07-11 23:18:25 +00:00
PPCELFObjectWriter.cpp Sort the remaining #include lines in include/... and lib/.... 2017-06-06 11:49:48 +00:00
PPCFixupKinds.h Don't repeat name in comment and format. NFC. 2017-06-28 17:23:13 +00:00
PPCMachObjectWriter.cpp Reuse existing variable. NFC. 2017-06-28 18:24:02 +00:00
PPCMCAsmInfo.cpp Distinguish between code pointer size and DataLayout::getPointerSize() in DWARF info generation 2017-04-17 17:41:25 +00:00
PPCMCAsmInfo.h
PPCMCCodeEmitter.cpp [PowerPC] Ensure displacements for DQ-Form instructions are multiples of 16 2017-07-13 18:17:10 +00:00
PPCMCExpr.cpp Sort the remaining #include lines in include/... and lib/.... 2017-06-06 11:49:48 +00:00
PPCMCExpr.h
PPCMCTargetDesc.cpp Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
PPCMCTargetDesc.h [PowerPC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-01-13 00:58:58 +00:00
PPCPredicates.cpp
PPCPredicates.h