search for: x86cconv3

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

2008 Jan 03
0
[LLVMdev] x86 calling conventions refactoring
...and -TailCallTo. -508 LOC! — Gordon -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080103/b5cf4352/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: x86cconv3.patch Type: application/octet-stream Size: 60741 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080103/b5cf4352/attachment.obj> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/...
2008 Jan 02
2
[LLVMdev] x86 calling conventions refactoring
Hi all, The attachment supersedes the previous patch. It incorporates some feedback from Anton and takes the next step of merging the largely duplicated calling convention logic in X86ISelLowering. LowerCCCArguments, LowerX86_64CCCArguments and LowerFastCCArguments are merged and inlined directly into LowerFORMAL_ARGUMENTS. I moved LowerFORMAL_ARGUMENTS to the location where