1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/lib/Target/PowerPC/InstPrinter
Chris Lattner 9a0a840839 add targetoperand flags for jump tables, constant pool and block address
nodes to indicate when ha16/lo16 modifiers should be used.  This lets
us pass PowerPC/indirectbr.ll.

The one annoying thing about this patch is that the MCSymbolExpr isn't
expressive enough to represent ha16(label1-label2) which we need on
PowerPC.  I have a terrible hack in the meantime, but this will have
to be revisited at some point.

Last major conversion item left is global variable references.

llvm-svn: 119105
2010-11-15 02:46:57 +00:00
..
CMakeLists.txt
Makefile
PPCInstPrinter.cpp add targetoperand flags for jump tables, constant pool and block address 2010-11-15 02:46:57 +00:00
PPCInstPrinter.h make the stubbed-out printer methods abort instead of 2010-11-14 21:54:34 +00:00