Displaying 2 results from an estimated 2 matches for "f2189cd5".
2010 Jun 21
0
[LLVMdev] r98938 broke argument passing on MSP430?
...rn*, not the call
instruction, is variadic.)
-ben
-------------- next part --------------
A non-text attachment was scrubbed...
Name: msp430-call-variadic.patch
Type: application/octet-stream
Size: 677 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100621/f2189cd5/attachment.obj>
2010 Jun 11
2
[LLVMdev] r98938 broke argument passing on MSP430?
Hello,
Yesterday I noticed that MSP430 argument passing is broken in trunk;
see http://llvm.org/PR6573 for details and testcases. The problem is
that calls aren't being preceded by instructions that put the
arguments into registers. I backtracked my working copy and then
stepped forward until it broke between r98937 and r98938. Refining
further, I found that rolling back the