Displaying 6 results from an estimated 6 matches for "rettyissign".
Did you mean:
rettyissigned
2007 Sep 24
2
[LLVMdev] RFC: Tail call optimization X86
...=========================
> --- include/llvm/Target/TargetLowering.h (revision 42247)
> +++ include/llvm/Target/TargetLowering.h (working copy)
> @@ -851,8 +851,18 @@
> virtual std::pair<SDOperand, SDOperand>
> LowerCallTo(SDOperand Chain, const Type *RetTy, bool
> RetTyIsSigned,
> bool isVarArg, unsigned CallingConv, bool isTailCall,
> - SDOperand Callee, ArgListTy &Args, SelectionDAG &DAG);
> + bool isNextInstRet, SDOperand Callee, ArgListTy &Args,
> + SelectionDAG &DAG);
> + // IsEl...
2007 Sep 24
0
[LLVMdev] RFC: Tail call optimization X86
...=====
>> --- include/llvm/Target/TargetLowering.h (revision 42247)
>> +++ include/llvm/Target/TargetLowering.h (working copy)
>> @@ -851,8 +851,18 @@
>> virtual std::pair<SDOperand, SDOperand>
>> LowerCallTo(SDOperand Chain, const Type *RetTy, bool
>> RetTyIsSigned,
>> bool isVarArg, unsigned CallingConv, bool isTailCall,
>> - SDOperand Callee, ArgListTy &Args, SelectionDAG &DAG);
>> + bool isNextInstRet, SDOperand Callee, ArgListTy &Args,
>> + SelectionDAG &DAG);...
2007 Sep 24
0
[LLVMdev] RFC: Tail call optimization X86
...=========================================================
--- include/llvm/Target/TargetLowering.h (revision 42247)
+++ include/llvm/Target/TargetLowering.h (working copy)
@@ -851,8 +851,18 @@
virtual std::pair<SDOperand, SDOperand>
LowerCallTo(SDOperand Chain, const Type *RetTy, bool RetTyIsSigned,
bool isVarArg, unsigned CallingConv, bool isTailCall,
- SDOperand Callee, ArgListTy &Args, SelectionDAG &DAG);
+ bool isNextInstRet, SDOperand Callee, ArgListTy &Args,
+ SelectionDAG &DAG);
+ // IsEligibleForTailCallEliminat...
2007 Sep 23
2
[LLVMdev] RFC: Tail call optimization X86
The patch is against revision 42247.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tailcall-src.patch
Type: application/octet-stream
Size: 62639 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070923/4770302f/attachment.obj>
2007 Sep 25
2
[LLVMdev] RFC: Tail call optimization X86
...arget/TargetLowering.h (revision 42247)
> >> +++ include/llvm/Target/TargetLowering.h (working copy)
> >> @@ -851,8 +851,18 @@
> >> virtual std::pair<SDOperand, SDOperand>
> >> LowerCallTo(SDOperand Chain, const Type *RetTy, bool
> >> RetTyIsSigned,
> >> bool isVarArg, unsigned CallingConv, bool isTailCall,
> >> - SDOperand Callee, ArgListTy &Args, SelectionDAG &DAG);
> >> + bool isNextInstRet, SDOperand Callee, ArgListTy &Args,
> >> + Sele...
2007 Sep 25
0
[LLVMdev] RFC: Tail call optimization X86
...ering.h (revision 42247)
>>>> +++ include/llvm/Target/TargetLowering.h (working copy)
>>>> @@ -851,8 +851,18 @@
>>>> virtual std::pair<SDOperand, SDOperand>
>>>> LowerCallTo(SDOperand Chain, const Type *RetTy, bool
>>>> RetTyIsSigned,
>>>> bool isVarArg, unsigned CallingConv, bool
>>>> isTailCall,
>>>> - SDOperand Callee, ArgListTy &Args, SelectionDAG
>>>> &DAG);
>>>> + bool isNextInstRet, SDOperand Callee, ArgList...