Re: [Open64-devel] Review request for implement three gcc builtin functions

2010-10-11 Thread Jian-Xin Lai
This patch looks fine to me. 在 2010年10月8日 下午7:04,Chen, Rui (Roger, TSG-GDCC-SH) 写道: > I modified the patch a little bit, defined a PU_HAS_APPLY_ARGS flag in > symtab_defs.h, and set this flag in wgen. So I don’t need to traverse the > whole WHIRL tree later. > > > > Pls help to review the changes

Re: [Open64-devel] Review request for implement three gcc builtin functions

2010-10-08 Thread Chen, Rui (Roger, TSG-GDCC-SH)
I modified the patch a little bit, defined a PU_HAS_APPLY_ARGS flag in symtab_defs.h, and set this flag in wgen. So I don’t need to traverse the whole WHIRL tree later. Pls help to review the changes. Regards, Roger From: Chen, Rui (Roger, TSG-GDCC-SH) Sent: 2010年9月25日 14:23 To: open64-devel@l

[Open64-devel] Review request for implement three gcc builtin functions

2010-09-24 Thread Chen, Rui (Roger, TSG-GDCC-SH)
Hi all, This is a fix for bug 598 (https://bugs.open64.net/show_bug.cgi?id=598): implement 3 gcc builtin functions on x86-64: __builtin_apply_args / __builtin_apply / __builtin_return. Here are the descriptions of those 3 functions: Constructing Function Calls Using the built-in functions des