[llvm-commits] [PATCH][Review request] Add new MachineJumpTableInfo entry type (GPRel64BlockAddress)

Hatanaka, Akira ahatanaka at mips.com
Wed Feb 1 20:42:42 PST 2012


This patch adds a new MachineJumpTableInfo entry type, GPRel64BlockAddress,
which is needed to emit a 64-bit gp-relative relocation entry. Support for direct
object emission or JIT is not included since I have implemented only the bare minimum to print .gpdword directives to .s files.

The first patch is the changes in the target independent part.
The second patch includes changes in lib/Target/Mips and test case.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120202/e067b1e8/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gprel64-1.patch
Type: text/x-patch
Size: 6491 bytes
Desc: gprel64-1.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120202/e067b1e8/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gprel64-2.patch
Type: text/x-patch
Size: 3745 bytes
Desc: gprel64-2.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120202/e067b1e8/attachment-0001.bin>


More information about the llvm-commits mailing list