search for: ce7663e6

Displaying 2 results from an estimated 2 matches for "ce7663e6".

2009 Apr 09
0
[LLVMdev] Calling Conventions, function prologs and epilogs.
...different code from X86 Linux. You would add a new Subtarget to do this. That will affect a fair amount of code but it should all be in Target/X86. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090409/ce7663e6/attachment.html>
2009 Apr 09
2
[LLVMdev] Calling Conventions, function prologs and epilogs.
On Thu, Apr 9, 2009 at 4:34 PM, Anton Korobeynikov <anton at korobeynikov.info>wrote: > Hello, Aaron > > > How/where are function prologs and epilogs generated, is it bespoke C++ > code > > or TableGen generated ? > > > > If someone could point me in the right direction please. > Calling convention is really-really far from prologue/epilogue emission :)