summaryrefslogtreecommitdiff
path: root/gcc/targhooks.c
Commit message (Expand)AuthorAgeFilesLines
* rtlanal.c (volatile_insn_p): Delete commented out code.Eric Botcazou2012-12-211-4/+2
* targhooks.h (default_canonicalize_comparison): Fix prototype.Richard Biener2012-12-191-0/+7
* dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov2012-10-231-0/+18
* re PR middle-end/54635 (Add addr_space_t argument to TARGET_MODE_DEPENDENT_AD...Georg-Johann Lay2012-09-261-1/+2
* Convert MEMBER_TYPE_FORCES_BLK to target hookH.J. Lu2012-08-171-0/+8
* defaults.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.Nathan Froyd2012-07-311-12/+0
* target.def (vector_alignment): New target hook.Ulrich Weigand2012-07-301-0/+7
* tm.texi: Regenerate.Bill Schmidt2012-07-251-15/+19
* tm.texi: Regenerate.Bill Schmidt2012-07-131-0/+58
* targhooks.c (default_builtin_vectorized_conversion): Handle vec_construct, us...Bill Schmidt2012-06-131-1/+7
* targhooks.c (default_case_values_threshold): Fix code style nit.Steven Bosscher2012-04-181-1/+2
* re PR tree-optimization/50031 (Sphinx3 has a 10% regression going from GCC 4....Bill Schmidt2012-02-101-0/+1
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-0/+6
* 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