aboutsummaryrefslogtreecommitdiff
path: root/gcc/targhooks.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-08target-def.h (TARGET_STRUCT_VALUE_RTX): Define as hook_rtx_tree_int_null.Kazu Hirata1-7/+0
2004-02-08default.h (PROMOTE_PROTOTYPES): Remove.Kazu Hirata1-38/+0
2004-01-31target-def.h (TARGET_STRICT_ARGUMENT_NAMING): Define as hook_bool_CUMULATIVE_...Kazu Hirata1-1/+3
2004-01-31system.h (PROMOTE_FUNCTION_ARGS, [...]): Poison.Kazu Hirata1-41/+7
2004-01-23re PR target/1532 (-O3 generates (obviously) redundant tests and jumps)Ian Lance Taylor1-0/+8
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-15system.h (STRUCT_VALUE_INCOMING_REGNUM): Poison.Kazu Hirata1-4/+0
2003-12-18calls.c (expand_call): Update comments.Kazu Hirata1-4/+0
2003-12-04re PR target/13186 ([PPC] Internal compiler error in reload.c)Richard Sandiford1-30/+0
2003-11-02Makefile.in (targhooks.o, reload.o): Update dependencies.Richard Sandiford1-0/+39
2003-10-07hooks.c (hook_bool_tree_true): New.Geoffrey Keating1-0/+7
2003-09-23targhooks.c: Include output.h.Rainer Orth1-0/+1
2003-09-23target.h (struct gcc_target): New member external_libcall.Rainer Orth1-6/+11
2003-09-04* targhooks.c: Add comment explaining the migration process.DJ Delorie1-0/+29
2003-09-04targhooks.c (default_return_in_memory): Allow unconverted ports.Eric Christopher1-0/+4
2003-09-04targhooks.c (default_return_in_memory): Fix typo in last checkin.Eric Christopher1-1/+1
2003-09-04targhooks.c (default_return_in_memory): Fix default definition.Eric Christopher1-1/+1
2003-09-03targhooks.c: New file.DJ Delorie1-0/+158