summaryrefslogtreecommitdiff
path: root/gcc/targhooks.c
Commit message (Expand)AuthorAgeFilesLines
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-2/+2
* function.c (reference_callee_copied): New.Richard Henderson2004-09-081-11/+28
* md.texi (shift patterns): New anchor.Richard Sandiford2004-09-041-0/+8
* target-def.h (TARGET_SCALAR_MODE_SUPPORTED_P): New.Richard Henderson2004-08-251-0/+47
* Patch to fix -mcpu=G5 interface to EH runtime library.Fariborz Jahanian2004-08-161-0/+6
* dwarf2out.c (dwarf2out_begin_prologue): Rename IA64_UNWIND_INFO to TARGET_UNW...Paul Brook2004-07-151-0/+11
* target.h (struct gcc_target): Add calls.pass_by_reference.Richard Henderson2004-07-131-0/+22
* 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