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

Rafael EspĂ­ndola rafael.espindola at gmail.com
Thu Feb 2 07:30:07 PST 2012


LGTM.

On 2 February 2012 05:42, Hatanaka, Akira <ahatanaka at mips.com> wrote:
> 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.
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



More information about the llvm-commits mailing list