aboutsummaryrefslogtreecommitdiff
path: root/gcc/targhooks.h
AgeCommit message (Expand)AuthorFilesLines
2004-09-24hooks.c (hook_tree_tree_bool_null): New.Paolo Bonzini1-1/+0
2004-09-23tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos1-0/+2
2004-09-20builtins.c (fold_builtin): Call the new omonymous target hook for machine-dep...Paolo Bonzini1-0/+1
2004-09-08function.c (reference_callee_copied): New.Richard Henderson1-4/+13
2004-09-04md.texi (shift patterns): New anchor.Richard Sandiford1-0/+2
2004-08-25target-def.h (TARGET_SCALAR_MODE_SUPPORTED_P): New.Richard Henderson1-0/+2
2004-08-16Patch to fix -mcpu=G5 interface to EH runtime library.Fariborz Jahanian1-0/+2
2004-07-15dwarf2out.c (dwarf2out_begin_prologue): Rename IA64_UNWIND_INFO to TARGET_UNW...Paul Brook1-0/+2
2004-07-13target.h (struct gcc_target): Add calls.pass_by_reference.Richard Henderson1-0/+5
2004-06-29target-def.h (TARGET_CXX_GET_COOKIE_SIZE, [...]): Define.Paul Brook1-0/+1
2004-06-25target-def.h (TARGET_CXX_GUARD_TYPE, [...]): Define.Paul Brook1-0/+1
2004-03-02builtins.c (BUILTIN_SETJMP_FRAME_VALUE): Remove.Kazu Hirata1-0/+1
2004-02-19hooks.c (hook_void_tree_int): Remove.Kazu Hirata1-1/+0
2004-02-08target-def.h (TARGET_STRUCT_VALUE_RTX): Define as hook_rtx_tree_int_null.Kazu Hirata1-1/+0
2004-02-08default.h (PROMOTE_PROTOTYPES): Remove.Kazu Hirata1-3/+0
2004-01-31target-def.h (TARGET_STRICT_ARGUMENT_NAMING): Define as hook_bool_CUMULATIVE_...Kazu Hirata1-1/+1
2004-01-31system.h (PROMOTE_FUNCTION_ARGS, [...]): Poison.Kazu Hirata1-1/+0
2004-01-23re PR target/1532 (-O3 generates (obviously) redundant tests and jumps)Ian Lance Taylor1-1/+4
2003-12-04re PR target/13186 ([PPC] Internal compiler error in reload.c)Richard Sandiford1-2/+0
2003-11-02Makefile.in (targhooks.o, reload.o): Update dependencies.Richard Sandiford1-0/+3
2003-10-07hooks.c (hook_bool_tree_true): New.Geoffrey Keating1-0/+2
2003-09-23target.h (struct gcc_target): New member external_libcall.Rainer Orth1-0/+2
2003-09-03targhooks.c: New file.DJ Delorie1-0/+31