[llvm-commits] [PATCH, RFC] Medium code model support for 64-bit PowerPC

Bill Schmidt wschmidt at linux.vnet.ibm.com
Mon Nov 26 05:25:53 PST 2012


Ping... Any further work needed before I commit this?

Thanks,
Bill

On Fri, 2012-11-16 at 16:23 -0600, Bill Schmidt wrote:
> Here's a new revision of the patch.  The changes are:
> 
> (1) Add support for direct object file writing:
>  - New relocation types in ELF.h.
>  - New fixup kinds in PPCFixupKinds.h
>  - Handle new fixups in PPCMCCodeEmitter.cpp, PPCAsmBackend.cpp, and
> PPCELFObjectWriter.cpp.
>  - Add encoder method for LDrs in PPCInstr64Bit.td.
> 
> (2) Small cleanups per private review from Roman Divacky:
>  - Use GValue rather than GVal throughout, to more easily distinguish
> from GVar.
>  - Use isa in preference to dyn_cast where appropriate in
> PPCISelDAGToDAG.cpp.
> 
> I will be on vacation for the next week, but will occasionally monitor
> the list for any reviews.  Thanks!
> 
> Bill
> 




More information about the llvm-commits mailing list