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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to