Displaying 8 results from an estimated 8 matches for "053961".
2013 Mar 21
3
[LLVMdev] [cfe-dev] Handling SRet on Windows x86
Anton,
[+Eric, Nick,
the e-mail thread context has been broken a few times, so you should
probably look at the llvmdev archives.
It all starts here:
http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-October/053961.html ]
So I've decided to make a new attempt to fix this issue.
We've discussed my patches with Eric and came up with the following idea:
a) IsTargetWindows should be true for all the targets that execute on
the Windows kernel, including Cygwin, MinGW and MSVC ABIs.
However, "Window...
2013 Mar 21
2
[LLVMdev] [cfe-dev] Handling SRet on Windows x86
...urrrr at google.com>:
> > Anton,
> >
> > [+Eric, Nick,
> > the e-mail thread context has been broken a few times, so you should
> > probably look at the llvmdev archives.
> > It all starts here:
> > http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-October/053961.html ]
> >
> > So I've decided to make a new attempt to fix this issue.
> >
> > We've discussed my patches with Eric and came up with the following idea:
> > a) IsTargetWindows should be true for all the targets that execute on
> > the Windows kernel, inc...
2013 Mar 21
0
[LLVMdev] [cfe-dev] Handling SRet on Windows x86
...013/3/20 Timur Iskhodzhanov <timurrrr at google.com>:
> Anton,
>
> [+Eric, Nick,
> the e-mail thread context has been broken a few times, so you should
> probably look at the llvmdev archives.
> It all starts here:
> http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-October/053961.html ]
>
> So I've decided to make a new attempt to fix this issue.
>
> We've discussed my patches with Eric and came up with the following idea:
> a) IsTargetWindows should be true for all the targets that execute on
> the Windows kernel, including Cygwin, MinGW and MSVC...
2013 Mar 27
0
[LLVMdev] [cfe-dev] Handling SRet on Windows x86
...;> > Anton,
>> >
>> > [+Eric, Nick,
>> > the e-mail thread context has been broken a few times, so you should
>> > probably look at the llvmdev archives.
>> > It all starts here:
>> > http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-October/053961.html ]
>> >
>> > So I've decided to make a new attempt to fix this issue.
>> >
>> > We've discussed my patches with Eric and came up with the following
>> > idea:
>> > a) IsTargetWindows should be true for all the targets that execute on...
2013 Mar 27
3
[LLVMdev] [cfe-dev] Handling SRet on Windows x86
...t;> >
>>> > [+Eric, Nick,
>>> > the e-mail thread context has been broken a few times, so you should
>>> > probably look at the llvmdev archives.
>>> > It all starts here:
>>> > http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-October/053961.html ]
>>> >
>>> > So I've decided to make a new attempt to fix this issue.
>>> >
>>> > We've discussed my patches with Eric and came up with the following
>>> > idea:
>>> > a) IsTargetWindows should be true for all the...
2012 Oct 04
0
[LLVMdev] [cfe-dev] Handling SRet on Windows x86
How can a frontend tell LLVM to put a function argument on stack/register/etc?
On Thu, Oct 4, 2012 at 5:08 PM, Anton Korobeynikov <asl at math.spbu.ru> wrote:
>> Ah, got it.
>> Sounds like we might need to introduce CC_X86_Win32_MSVC_ThisCall then?..
> No, we should not. It should be properly expanded in frontend.
>
> --
> With best regards, Anton Korobeynikov
>
2012 Oct 04
3
[LLVMdev] [cfe-dev] Handling SRet on Windows x86
> Ah, got it.
> Sounds like we might need to introduce CC_X86_Win32_MSVC_ThisCall then?..
No, we should not. It should be properly expanded in frontend.
-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2013 Mar 27
0
[LLVMdev] [cfe-dev] Handling SRet on Windows x86
...> > [+Eric, Nick,
> >>> > the e-mail thread context has been broken a few times, so you should
> >>> > probably look at the llvmdev archives.
> >>> > It all starts here:
> >>> > http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-October/053961.html]
> >>> >
> >>> > So I've decided to make a new attempt to fix this issue.
> >>> >
> >>> > We've discussed my patches with Eric and came up with the following
> >>> > idea:
> >>> > a) IsTargetWindo...