[llvm-commits] [PATCH][Review request] Add new MachineJumpTableInfo entry type (GPRel64BlockAddress)
Hatanaka, Akira
ahatanaka at mips.com
Thu Feb 2 20:38:31 PST 2012
Committed in r149668.
Thank you for the review.
________________________________________
From: Rafael EspĂndola [rafael.espindola at gmail.com]
Sent: Thursday, February 02, 2012 7:30 AM
To: Hatanaka, Akira
Cc: llvm-commits at cs.uiuc.edu
Subject: Re: [llvm-commits] [PATCH][Review request] Add new MachineJumpTableInfo entry type (GPRel64BlockAddress)
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