[llvm-commits] [llvm] r61784 - in /llvm/trunk: lib/Target/CellSPU/SPU128InstrInfo.td lib/Target/CellSPU/SPU64InstrInfo.td lib/Target/CellSPU/SPUCallingConv.td lib/Target/CellSPU/SPUISelLowering.cpp lib/Target/CellSPU/SPUInstrInfo.cpp lib/Target/CellSPU/SPUInstrInfo.td test/CodeGen/CellSPU/i64ops.ll test/CodeGen/CellSPU/useful-harnesses/i64operations.c test/CodeGen/CellSPU/useful-harnesses/i64operations.h

Chris Lattner clattner at apple.com
Sun Jan 11 12:58:32 PST 2009


Scott, ping?

On Jan 6, 2009, at 10:57 AM, Tanya Lattner wrote:

> Scott,
>
> We no longer put author names in the files themselves.
> http://llvm.org/docs/DeveloperPolicy.html#attribution
>
> Thanks,
> Tanya
>
> On Jan 5, 2009, at 7:36 PM, Scott Michel wrote:
>
>> Author: pingbak
>> Date: Mon Jan  5 21:36:14 2009
>> New Revision: 61784
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=61784&view=rev
>> Log:
>> CellSPU:
>> - Fix bugs 3194, 3195: i128 load/stores produce correct code
>> (although, we
>> need to ensure that i128 is 16-byte aligned in real life), and 128
>> zero-
>> extends are supported.
>> - New td file: SPU128InstrInfo.td: this is where all new i128
>> support should
>> be put in the future.
>> - Continue to hammer on i64 operations and test cases; ensure that
>> the only
>> remaining problem will be i64 mul.
>>




More information about the llvm-commits mailing list