summaryrefslogtreecommitdiff
path: root/gcc/targhooks.c
Commit message (Expand)AuthorAgeFilesLines
* Makefile.in (explow.o, [...]): Depend on target.h.Richard Guenther2005-07-141-0/+22
* hooks.c (hook_bool_rtx_int_false): New function.J"orn Rennecke2005-07-071-0/+6
* targhooks.c (default_hidden_stack_protect_fail): Fall back to default_externa...Jakub Jelinek2005-06-271-1/+8
* c-cppbuiltin.c (c_cpp_builtins): Add __SSP_ALL__ and __SSP__.Richard Henderson2005-06-271-0/+84
* Update FSF address.Kelley Cook2005-06-251-2/+2
* target.h (insn_valid_within_doloop): Rename into "invalid_within_doloop".Adrian Straetling2005-06-091-16/+10
* c-common.c, [...]: Fix comment typos.Kazu Hirata2005-05-261-1/+1
* loop-doloop.c: Include "target.h".Adrian Straetling2005-05-251-0/+30
* cfglayout.c, [...]: Update copyright.Kazu Hirata2005-03-121-1/+1
* Target Hook to issue diagnostics for AltiVec argument to funtion with unknown...Fariborz Jahanian2005-03-081-0/+9
* target.h (targetm.calls.arg_partial_bytes): New.Richard Henderson2004-12-291-0/+9
* optabs.h (OTI_movmisalign, [...]): New.Richard Henderson2004-12-221-6/+0
* dwarf2.h (dwarf_calling_convention): Add enum for renesas sh abi.Eric Christopher2004-10-011-2/+2
* hooks.c (hook_tree_tree_bool_null): New.Paolo Bonzini2004-09-241-6/+0
* tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos2004-09-231-0/+6
* builtins.c (fold_builtin): Call the new omonymous target hook for machine-dep...Paolo Bonzini2004-09-201-0/+6
* 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