[llvm-commits] Changing MCE and JCE to modern '_t' style types

Evan Cheng evan.cheng at apple.com
Thu Jun 11 11:17:56 PDT 2009


Looks good. Thanks.

Evan

On Jun 10, 2009, at 3:36 PM, Aaron Gray wrote:

> Here's a patch for the MachineCodeEmitter and JITCodeEmitter  
> classes, changing older types to '_t' types.
>
> I have used [u]int64_t types for emitULEB128Bytes() and  
> emitSLEB128Bytes() methods used for DWARF style EH in JIT.
>
> We could use a [u]int128_t instead if we defined them properly in  
> include/llvm/Support/DataTypes.h.in, but 64 bits should be large  
> enough for the forseeable future :)
>
> The patch has been tested with 'make check' on Linux.
>
> Aaron
> <MCE_JCE_t.patch>_______________________________________________
> 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