[LLVMbugs] [Bug 10590] New: Expanded 'naked' function support and interrupt calling convention

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Aug 4 13:07:19 PDT 2011


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

           Summary: Expanded 'naked' function support and interrupt
                    calling convention
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: LLVM Codegen
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: m_kuklinski at stackheap.com
                CC: llvmbugs at cs.uiuc.edu


It would be useful to have some sort of LocalSize symbol exported for naked
functions, which would be value-set with the stack size required of the
function. This would allow the stack pointer to be manually set within inline
assembly, so that naked functions could be used for C / C++.

It would also be useful to have the interrupt calling convention supported on
x86 and x86-64 functions.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list