aboutsummaryrefslogtreecommitdiff
path: root/gcc/targhooks.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-24alpha.c (alpha_mangle_type, [...]): Constify.Kaveh R. Ghazi1-6/+7
2007-08-23arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi1-8/+8
2007-08-20c-common.h (enum rid): Add new enumeration values of RID_SAT, RID_FRACT, and ...Chao-ying Fu1-0/+12
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-12re PR target/25413 (wrong alignment or incorrect address computation in vecto...Dorit Nuzman1-0/+16
2007-07-06libgcc2.h (word_type): Type definition removed.Andreas Krebbel1-0/+12
2007-07-03cpplib.h (CPP_N_WIDTH_MD, [...]): Add new constants.Uros Bizjak1-0/+7
2007-06-18re PR tree-optimization/32383 (ICE with reciprocals and -ffast-math)Uros Bizjak1-0/+1
2007-06-16targhooks.c (default_builtin_reciprocal): New default target hook.Uros Bizjak1-0/+9
2007-05-28targhooks.c (default_narrow_bitfield): Remove.Kazu Hirata1-14/+0
2007-05-24re PR target/27067 (Compile errors with multiple inheritance where the stdcal...Danny Smith1-0/+7
2007-03-09re PR target/26090 (IA-64 creates DT_TEXTREL binaries)Richard Henderson1-1/+10
2007-03-06c-common.c (targetcm): Add.Mike Stump1-0/+8
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-2/+2
2007-02-11tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): New target hook.Tehila Meyzels1-0/+9
2007-02-05tree-vectorizer.h (vectorizable_function): Add argument type argument, change...Richard Guenther1-1/+2
2006-11-27target.h (struct gcc_target): Add builtin_vectorized_function target hook.Richard Guenther1-0/+9
2006-04-17target.h (struct gcc_target): Add mode_rep_extended.Adam Nemet1-0/+9
2006-03-29re PR middle-end/23623 (volatile keyword changes bitfield access size from 32...Paul Brook1-0/+14
2006-03-21re PR middle-end/20297 (#pragma GCC visibility isn't properly handled for bui...Jason Merrill1-0/+2
2006-01-27re PR rtl-optimization/24762 ([killloop-branch] code motion of non-invariant ...Daniel Berlin1-0/+5
2006-01-11re PR tree-optimization/23109 (compiler generates wrong code leading to spuri...Paolo Bonzini1-0/+8
2006-01-03targhooks.h (default_decimal_float_supported_p): Declare.Ben Elliston1-0/+8
2005-12-16target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.Jon Grimm1-0/+3
2005-11-25cris.md ("reload_out<mode>"): Mark operand 2 as earlyclobber.Hans-Peter Nilsson1-3/+8
2005-11-24re PR target/21623 (ICE in reload_cse_simplify_operands, at postreload.c:391)J"orn Rennecke1-0/+86
2005-11-02re PR target/9350 (-fomit-frame-pointer does not work for main)Richard Henderson1-0/+16
2005-07-14Makefile.in (explow.o, [...]): Depend on target.h.Richard Guenther1-0/+22
2005-07-07hooks.c (hook_bool_rtx_int_false): New function.J"orn Rennecke1-0/+6
2005-06-27targhooks.c (default_hidden_stack_protect_fail): Fall back to default_externa...Jakub Jelinek1-1/+8
2005-06-27c-cppbuiltin.c (c_cpp_builtins): Add __SSP_ALL__ and __SSP__.Richard Henderson1-0/+84
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-09target.h (insn_valid_within_doloop): Rename into "invalid_within_doloop".Adrian Straetling1-16/+10
2005-05-26c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-05-25loop-doloop.c: Include "target.h".Adrian Straetling1-0/+30
2005-03-12cfglayout.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-08Target Hook to issue diagnostics for AltiVec argument to funtion with unknown...Fariborz Jahanian1-0/+9
2004-12-29target.h (targetm.calls.arg_partial_bytes): New.Richard Henderson1-0/+9
2004-12-22optabs.h (OTI_movmisalign, [...]): New.Richard Henderson1-6/+0
2004-10-01dwarf2.h (dwarf_calling_convention): Add enum for renesas sh abi.Eric Christopher1-2/+2
2004-09-24hooks.c (hook_tree_tree_bool_null): New.Paolo Bonzini1-6/+0
2004-09-23tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos1-0/+6
2004-09-20builtins.c (fold_builtin): Call the new omonymous target hook for machine-dep...Paolo Bonzini1-0/+6
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-2/+2
2004-09-08function.c (reference_callee_copied): New.Richard Henderson1-11/+28
2004-09-04md.texi (shift patterns): New anchor.Richard Sandiford1-0/+8
2004-08-25target-def.h (TARGET_SCALAR_MODE_SUPPORTED_P): New.Richard Henderson1-0/+47
2004-08-16Patch to fix -mcpu=G5 interface to EH runtime library.Fariborz Jahanian1-0/+6
2004-07-15dwarf2out.c (dwarf2out_begin_prologue): Rename IA64_UNWIND_INFO to TARGET_UNW...Paul Brook1-0/+11
2004-07-13target.h (struct gcc_target): Add calls.pass_by_reference.Richard Henderson1-0/+22