Eric Christopher - [patch] cleanup CALL_EXPR_ARGS for frv (original) (raw)
This is the mail archive of the gcc-patches@gcc.gnu.orgmailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
- From: Eric Christopher
- To: GCC Patches
- Cc: Sandra Loosemore
- Date: Sun, 18 Feb 2007 23:25:44 -0800
- Subject: [patch] cleanup CALL_EXPR_ARGS for frv
- References: <45D4BFE5.6060002@codesourcery.com> 665F0E7F-5926-4603-8521-008E43FA1237@apple.com 45D50B8D.1050606@codesourcery.com
On Feb 15, 2007, at 5:40 PM, Sandra Loosemore wrote:
Lower importance:
- Get rid of the CALL_EXPR_ARGS calls in config/frv/frv.c and config/mips/mips.c.
So, I'll need approval for this one. Tested on frv-elf with no regressions.2007-02-18 Eric Christopher echristo@gmail.com
* config/frv/frv.c (frv_read_argument): Take a tree and int argument.
Rewrite accordingly.
(frv_read_iacc_argument): Ditto.
(frv_expand_set_builtin): Take a call instead of arglist, update for
above changes.
(frv_expand_unop_builtin): Ditto.
(frv_expand_binop_builtin): Ditto.
(frv_expand_cut_builtin): Ditto.
(frv_expand_binopimm_builtin): Ditto.
(frv_expand_voidbinop_builtin): Ditto.
(frv_expand_int_void2arg): Ditto.
(frv_expand_prefetches): Ditto.
(frv_expand_voidtriop_builtin): Ditto.
(frv_expand_voidaccop_builtin): Ditto.
(frv_expand_load_builtin): Ditto.
(frv_expand_store_builtin): Ditto.
(frv_expand_mdpackh_builtin): Ditto.
(frv_expand_mclracc_builtin): Ditto.
(frv_expand_mrdacc_builtin): Ditto.
(frv_expand_mwtacc_builtin): Ditto.
(frv_expand_builtin): Remove usage of CALL_EXPR_ARGS, update
calls for above.
Attachment:frv.c.diff.txt
Description: Text document
- Follow-Ups:
- Re: [patch] cleanup CALL_EXPR_ARGS for frv
* From: Sandra Loosemore - Re: [patch] cleanup CALL_EXPR_ARGS for frv
* From: Mark Mitchell
- Re: [patch] cleanup CALL_EXPR_ARGS for frv
- References:
- remaining CALL_EXPR related cleanups
* From: Sandra Loosemore
- remaining CALL_EXPR related cleanups
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |