search for: 9858cd5c

Displaying 2 results from an estimated 2 matches for "9858cd5c".

2015 Jun 16
2
[LLVMdev] How to pick default floating point ABI?
...764: Warning: float register should be even, was 1 > DOMNodeIDMap.s:771: Warning: float register should be even, was 1 Hope this helps. -- /Regards/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150616/9858cd5c/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: test_xercesc3_clang_mips2.tar.xz Type: application/x-xz Size: 53364 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150616/9858cd5c/attachment.bin>
2015 Jun 16
2
[LLVMdev] How to pick default floating point ABI?
On 06/12/2015 07:12 PM, Daniel Sanders wrote: > > Hi, > > I'm afraid targeting a 64-bit CPU and the O32 ABI is completely broken > at the moment, it's one of the very long-standing issues I'm working > towards. The main problem is that a lot of the internals of the Mips > LLVM backend derive their behaviour from the target CPU rather than > the target ABI.