Displaying 3 results from an estimated 3 matches for "csret".
Did you mean:
sret
2009 Feb 04
12
Detecting a programm runs using Wine
Is there absolutelu no (unofficial) way to detect whether a programm is running using Wine?
In this way a programm could decide to use other routines for those features that do not work fine using Wine.
2006 Sep 02
2
[LLVMdev] gfortran calling convention
...s> for instructions.
make: *** [funccall-1arg.exe] Error 1
While I didn't entirely understand the cause from the backtraces and
inspection in the debugger, I did notice that there is not yet a
calling convention in CallingConv.h for Fortran, and llvm-convert only
tests for CallingConv:C and CSRet, so I suspect that the different CCs
is a problem here.
It looks like I will have to implement a complement to the
FunctionCallArgumentConversion class in llvm-convert.c for the Fortran
CC, but I'm not clear on the role of the CallingConv ID enum. Does a
Fortran CC belong in there, or is that...
2006 Sep 02
0
[LLVMdev] gfortran calling convention
...the params in the Params array print to?
> While I didn't entirely understand the cause from the backtraces and
> inspection in the debugger, I did notice that there is not yet a
> calling convention in CallingConv.h for Fortran, and llvm-convert only
> tests for CallingConv:C and CSRet, so I suspect that the different CCs
> is a problem here.
I don't think that that would be necessary, gfortran (IIUC) uses C calling
conventions for easy interop.
> It looks like I will have to implement a complement to the
> FunctionCallArgumentConversion class in llvm-convert.c fo...