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

Bruno Cardoso Lopes bruno.cardoso at gmail.com
Fri Jun 12 16:52:56 PDT 2009


On Thu, Jun 11, 2009 at 3:17 PM, Evan Cheng<evan.cheng at apple.com> wrote:
> Looks good. Thanks.

commited!

> 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
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



-- 
Bruno Cardoso Lopes
http://www.brunocardoso.cc



More information about the llvm-commits mailing list