search for: dfae698f

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

2009 Apr 24
0
[LLVMdev] Calling-convention lowering proposal
...t; http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -------------- next part -------------- A non-text attachment was scrubbed... Name: fun_in_expr3.bc Type: application/octet-stream Size: 604 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090424/dfae698f/attachment.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: struct_args_5.bc Type: application/octet-stream Size: 1172 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090424/dfae698f/attachment-0001.obj> -------...
2009 Apr 24
9
[LLVMdev] Calling-convention lowering proposal
Hello, Attached is a patch which significantly reworks how calls, incoming arguments, and outgoing return values are lowered. It's a major change, affecting all targets, so I'm looking for feedback on the approach. The goal of the patch is to eliminate a bunch of awkward code, eliminate some unnecessary differences between targets, and to facilitate future refactoring and feature work.