summaryrefslogtreecommitdiff
path: root/gcc/targhooks.c
Commit message (Expand)AuthorAgeFilesLines
* system.h (OUTPUT_ADDR_CONST_EXTRA): Poison.Anatoly Sokolov2011-10-061-15/+0
* tm.texi.in (PREFERRED_OUTPUT_RELOAD_CLASS): Remove.Anatoly Sokolov2011-08-201-4/+0
* target.def (class_max_nregs): New hook.Anatoly Sokolov2011-07-201-0/+13
* tm.texi.in (FUNCTION_ARG_PADDING): Mention TARGET_FUNCTION_ARG_ROUND_BOUNDARY.Bernd Schmidt2011-07-121-0/+7
* re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke2011-06-161-12/+12
* target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers2011-06-151-58/+0
* calls.c (emit_library_call_value_1): Invoke promote_function_mode hook on lib...Andreas Krebbel2011-05-041-1/+1
* Remove doubled up words.Mike Stump2011-04-101-3/+4
* tm.texi.in: Document C target hooks as separate from general target hooks.Joseph Myers2011-04-061-8/+0
* [multiple changes]Vladimir Makarov2011-03-291-9/+0
* re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov2011-03-281-0/+9
* [multiple changes]Vladimir Makarov2011-03-271-9/+0
* system.h (FUNCTION_ARG, [...]): Poison.Nathan Froyd2011-03-241-14/+0
* target.def (handle_option): Take gcc_options and cl_decoded_option pointers a...Joseph Myers2011-03-221-1/+12
* expr.h (prepare_operand): Move to...Richard Sandiford2011-03-211-2/+1
* re PR tree-optimization/47179 (SPU: errno misoptimization around malloc call)Richard Guenther2011-01-141-0/+29
* re PR middle-end/46674 (Weak alias is mistakenly optimized away)Dave Korn2010-12-101-0/+11
* Makefile.in: Add $(TARGET_H) to the regrename.o rule.Yao Qi2010-12-071-0/+7
* common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers2010-12-011-0/+111
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* target.def (supports_split_stack, [...]): Take gcc_options parameters.Joseph Myers2010-11-251-3/+3
* targhooks.c (default_except_unwind_info): Remove MUST_USE_SJLJ_EXCEPTIONS case.Nathan Froyd2010-11-241-6/+0
* builtins.c (std_gimplify_va_arg_expr): Use targetm.calls.function_arg_boundary.Nathan Froyd2010-11-161-0/+7
* re PR bootstrap/44335 (gcc-4.6-20100529 java bootstrap failure on arm-linux-g...Joern Rennecke2010-11-031-0/+13
* tm.texi.in (TARGET_GET_RAW_RESULT_MODE): New.Steve Ellcey2010-10-271-0/+10
* target.h (enum opt_levels, [...]): New.Joseph Myers2010-10-221-0/+5
* target.def (preferred_output_reload_class): New hook.Anatoly Sokolov2010-10-171-0/+13
* target.def (preferred_reload_class): New hook.Anatoly Sokolov2010-10-111-0/+13
* target.def (autovectorize_vector_sizes): New target hook.Richard Guenther2010-10-071-0/+9
* target.def (units_per_simd_word): Rename to ...Richard Guenther2010-10-071-3/+3
* tm.texi.in (CLASS_LIKELY_SPILLED_P): Remove documentation.Anatoly Sokolov2010-10-061-4/+0
* Hookize TARGET_UNWIND_INFO et al.Richard Henderson2010-09-281-0/+69
* tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.Joseph Myers2010-09-161-8/+0
* Turn UNITS_PER_SIMD_WORD into a target hook.H.J. Lu2010-09-141-0/+9
* target.def (class_likely_spilled_p): New hook.Anatoly Sokolov2010-09-021-0/+12
* target.def (function_arg, [...]): Remove const qualifier on CUMULATIVE_ARGS p...Nathan Froyd2010-08-191-6/+4
* target.def (output_addr_const_extra): New hook.Anatoly Sokolov2010-08-111-0/+15
* i386.h (MCOUNT_NAME_BEFORE_PROLOGUE): New.Kai Tietz2010-07-281-0/+10
* final.c (final_scan_insn): Replace TARGET_UNWIND_INFO macro check by unwind_e...Kai Tietz2010-07-081-10/+0
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* gcc/Richard Sandiford2010-07-041-2/+3
* optabs.h (optab_handler, [...]): Turn into inline functions that return an in...Richard Sandiford2010-07-041-1/+1
* tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document new argume...Ira Rosen2010-07-041-1/+4
* re PR middle-end/44566 (configuration with multiple targets / backends is not...Joern Rennecke2010-06-301-11/+12
* tm.texi (TARGET_OPTION_OVERRIDE): Document.Joern Rennecke2010-06-291-0/+8
* calls.c, [...]: Call targetm.calls.function_arg...Nathan Froyd2010-06-291-0/+43
* reginfo.c (init_reg_sets_1): Adjust comments.Nathan Froyd2010-06-291-0/+8
* target.h (struct gcc_target): Add register_move_cost field.Anatoly Sokolov2010-06-271-0/+15
* targhooks.c (default_function_value): Don't use FUNCTION_OUTGOING_VALUE.Anatoly Sokolov2010-06-121-5/+0
* tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update documentation.Ira Rosen2010-06-071-0/+30