summaryrefslogtreecommitdiff
path: root/gcc/targhooks.c
Commit message (Expand)AuthorAgeFilesLines
* Add ability to set target options (ix86 only) and optimization options on a f...Michael Meissner2008-07-231-0/+34
* c-pch.c (get_ident): Avoid C++ keywords.Kaveh R. Ghazi2008-07-161-9/+9
* target.h (struct gcc_target): Add hard_regno_scratch_ok field.Anatoly Sokolov2008-07-091-0/+6
* targhooks.h (struct gcc_target): New member unwind_word_mode.Ulrich Weigand2008-06-181-1/+7
* 2008-05-07 Kai Tietz <kai,tietz@onevision.com>Kai Tietz2008-05-081-4/+0
* target.h (unspec_may_trap_p): New target hook.Paolo Bonzini2007-10-161-0/+20
* alpha.c (alpha_mangle_type, [...]): Constify.Kaveh R. Ghazi2007-08-241-6/+7
* arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi2007-08-231-8/+8
* c-common.h (enum rid): Add new enumeration values of RID_SAT, RID_FRACT, and ...Chao-ying Fu2007-08-201-0/+12
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* re PR target/25413 (wrong alignment or incorrect address computation in vecto...Dorit Nuzman2007-07-121-0/+16
* libgcc2.h (word_type): Type definition removed.Andreas Krebbel2007-07-061-0/+12
* cpplib.h (CPP_N_WIDTH_MD, [...]): Add new constants.Uros Bizjak2007-07-031-0/+7
* re PR tree-optimization/32383 (ICE with reciprocals and -ffast-math)Uros Bizjak2007-06-181-0/+1
* targhooks.c (default_builtin_reciprocal): New default target hook.Uros Bizjak2007-06-161-0/+9
* targhooks.c (default_narrow_bitfield): Remove.Kazu Hirata2007-05-281-14/+0
* re PR target/27067 (Compile errors with multiple inheritance where the stdcal...Danny Smith2007-05-241-0/+7
* re PR target/26090 (IA-64 creates DT_TEXTREL binaries)Richard Henderson2007-03-091-1/+10
* c-common.c (targetcm): Add.Mike Stump2007-03-061-0/+8
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-2/+2
* tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): New target hook.Tehila Meyzels2007-02-111-0/+9
* tree-vectorizer.h (vectorizable_function): Add argument type argument, change...Richard Guenther2007-02-051-1/+2
* target.h (struct gcc_target): Add builtin_vectorized_function target hook.Richard Guenther2006-11-271-0/+9
* target.h (struct gcc_target): Add mode_rep_extended.Adam Nemet2006-04-171-0/+9
* re PR middle-end/23623 (volatile keyword changes bitfield access size from 32...Paul Brook2006-03-291-0/+14
* re PR middle-end/20297 (#pragma GCC visibility isn't properly handled for bui...Jason Merrill2006-03-211-0/+2
* re PR rtl-optimization/24762 ([killloop-branch] code motion of non-invariant ...Daniel Berlin2006-01-271-0/+5
* re PR tree-optimization/23109 (compiler generates wrong code leading to spuri...Paolo Bonzini2006-01-111-0/+8
* targhooks.h (default_decimal_float_supported_p): Declare.Ben Elliston2006-01-031-0/+8
* target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.Jon Grimm2005-12-161-0/+3
* cris.md ("reload_out<mode>"): Mark operand 2 as earlyclobber.Hans-Peter Nilsson2005-11-251-3/+8
* re PR target/21623 (ICE in reload_cse_simplify_operands, at postreload.c:391)J"orn Rennecke2005-11-241-0/+86
* re PR target/9350 (-fomit-frame-pointer does not work for main)Richard Henderson2005-11-021-0/+16
* 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