search for: b5cf4352

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

2008 Jan 03
0
[LLVMdev] x86 calling conventions refactoring
...ists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20071231/056756.html ) and I also finished merging LowerCCC- 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> -----------...
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