[LLVMbugs] [Bug 20528] New: [mips] Tracking ticket for big-endian N32/N64 ABI issues

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Aug 4 03:29:55 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=20528

            Bug ID: 20528
           Summary: [mips] Tracking ticket for big-endian N32/N64 ABI
                    issues
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: daniel.sanders at imgtec.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

There appears to be a number of issues in the N32/N64 ABI's on big-endian
targets. The ones identified so far include:
* Stack arguments smaller than 64-bit are put in the wrong 32-bit word
* Likewise for va_arg
* Floating point stack arguments are correctly stored at the lowest part of the
address but their handling is tangled with integers so fixing the previous bugs
breaks this.
* i8, i16, i32 arguments are not promoted to i64 as per some documentation and
GCC.
* Structures are not stored in the lowest possible address

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140804/af4481a4/attachment.html>


More information about the llvm-bugs mailing list