summaryrefslogtreecommitdiff
path: root/gcc/targhooks.c
Commit message (Expand)AuthorAgeFilesLines
* target-def.h (TARGET_CXX_GET_COOKIE_SIZE, [...]): Define.Paul Brook2004-06-291-0/+25
* target-def.h (TARGET_CXX_GUARD_TYPE, [...]): Define.Paul Brook2004-06-251-0/+8
* calls.c (expand_call): Call INIT_CUMULATIVE_ARGS earlier, and pass raw n_name...Alan Modra2004-06-241-3/+4
* builtins.c (BUILTIN_SETJMP_FRAME_VALUE): Remove.Kazu Hirata2004-03-021-0/+8
* hooks.c (hook_void_tree_int): Remove.Kazu Hirata2004-02-191-8/+0
* target-def.h (TARGET_STRUCT_VALUE_RTX): Define as hook_rtx_tree_int_null.Kazu Hirata2004-02-081-7/+0
* default.h (PROMOTE_PROTOTYPES): Remove.Kazu Hirata2004-02-081-38/+0
* target-def.h (TARGET_STRICT_ARGUMENT_NAMING): Define as hook_bool_CUMULATIVE_...Kazu Hirata2004-01-311-1/+3
* system.h (PROMOTE_FUNCTION_ARGS, [...]): Poison.Kazu Hirata2004-01-311-41/+7
* re PR target/1532 (-O3 generates (obviously) redundant tests and jumps)Ian Lance Taylor2004-01-231-0/+8
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* system.h (STRUCT_VALUE_INCOMING_REGNUM): Poison.Kazu Hirata2004-01-151-4/+0
* calls.c (expand_call): Update comments.Kazu Hirata2003-12-181-4/+0
* re PR target/13186 ([PPC] Internal compiler error in reload.c)Richard Sandiford2003-12-041-30/+0
* Makefile.in (targhooks.o, reload.o): Update dependencies.Richard Sandiford2003-11-021-0/+39
* hooks.c (hook_bool_tree_true): New.Geoffrey Keating2003-10-071-0/+7
* targhooks.c: Include output.h.Rainer Orth2003-09-231-0/+1
* target.h (struct gcc_target): New member external_libcall.Rainer Orth2003-09-231-6/+11
* * targhooks.c: Add comment explaining the migration process.DJ Delorie2003-09-041-0/+29
* targhooks.c (default_return_in_memory): Allow unconverted ports.Eric Christopher2003-09-041-0/+4
* targhooks.c (default_return_in_memory): Fix typo in last checkin.Eric Christopher2003-09-041-1/+1
* targhooks.c (default_return_in_memory): Fix default definition.Eric Christopher2003-09-041-1/+1
* targhooks.c: New file.DJ Delorie2003-09-031-0/+158