aboutsummaryrefslogtreecommitdiff
path: root/gcc/targhooks.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-10Improve cstore code generation on 64-bit sparc.David S. Miller1-0/+9
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher1-1/+1
2013-03-27target.def (TARGET_HAS_IFUNC_P): New target hook.Alexander Ivchenko1-0/+8
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-12-21rtlanal.c (volatile_insn_p): Delete commented out code.Eric Botcazou1-4/+2
2012-12-19targhooks.h (default_canonicalize_comparison): Fix prototype.Richard Biener1-0/+7
2012-10-23dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov1-0/+18
2012-09-26re PR middle-end/54635 (Add addr_space_t argument to TARGET_MODE_DEPENDENT_AD...Georg-Johann Lay1-1/+2
2012-08-17Convert MEMBER_TYPE_FORCES_BLK to target hookH.J. Lu1-0/+8
2012-07-31defaults.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.Nathan Froyd1-12/+0
2012-07-30target.def (vector_alignment): New target hook.Ulrich Weigand1-0/+7
2012-07-25tm.texi: Regenerate.Bill Schmidt1-15/+19
2012-07-13tm.texi: Regenerate.Bill Schmidt1-0/+58
2012-06-13targhooks.c (default_builtin_vectorized_conversion): Handle vec_construct, us...Bill Schmidt1-1/+7
2012-04-18targhooks.c (default_case_values_threshold): Fix code style nit.Steven Bosscher1-1/+2
2012-02-10re PR tree-optimization/50031 (Sphinx3 has a 10% regression going from GCC 4....Bill Schmidt1-0/+1
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+6
2011-10-06system.h (OUTPUT_ADDR_CONST_EXTRA): Poison.Anatoly Sokolov1-15/+0
2011-08-20tm.texi.in (PREFERRED_OUTPUT_RELOAD_CLASS): Remove.Anatoly Sokolov1-4/+0
2011-07-20target.def (class_max_nregs): New hook.Anatoly Sokolov1-0/+13
2011-07-12tm.texi.in (FUNCTION_ARG_PADDING): Mention TARGET_FUNCTION_ARG_ROUND_BOUNDARY.Bernd Schmidt1-0/+7
2011-06-16re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke1-12/+12
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-58/+0
2011-05-04calls.c (emit_library_call_value_1): Invoke promote_function_mode hook on lib...Andreas Krebbel1-1/+1
2011-04-10Remove doubled up words.Mike Stump1-3/+4
2011-04-06tm.texi.in: Document C target hooks as separate from general target hooks.Joseph Myers1-8/+0
2011-03-29[multiple changes]Vladimir Makarov1-9/+0
2011-03-28re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov1-0/+9
2011-03-27[multiple changes]Vladimir Makarov1-9/+0
2011-03-24system.h (FUNCTION_ARG, [...]): Poison.Nathan Froyd1-14/+0
2011-03-22target.def (handle_option): Take gcc_options and cl_decoded_option pointers a...Joseph Myers1-1/+12
2011-03-21expr.h (prepare_operand): Move to...Richard Sandiford1-2/+1
2011-01-14re PR tree-optimization/47179 (SPU: errno misoptimization around malloc call)Richard Guenther1-0/+29
2010-12-10re PR middle-end/46674 (Weak alias is mistakenly optimized away)Dave Korn1-0/+11
2010-12-07Makefile.in: Add $(TARGET_H) to the regrename.o rule.Yao Qi1-0/+7
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-0/+111
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-25target.def (supports_split_stack, [...]): Take gcc_options parameters.Joseph Myers1-3/+3
2010-11-24targhooks.c (default_except_unwind_info): Remove MUST_USE_SJLJ_EXCEPTIONS case.Nathan Froyd1-6/+0
2010-11-16builtins.c (std_gimplify_va_arg_expr): Use targetm.calls.function_arg_boundary.Nathan Froyd1-0/+7
2010-11-03re PR bootstrap/44335 (gcc-4.6-20100529 java bootstrap failure on arm-linux-g...Joern Rennecke1-0/+13
2010-10-27tm.texi.in (TARGET_GET_RAW_RESULT_MODE): New.Steve Ellcey1-0/+10
2010-10-22target.h (enum opt_levels, [...]): New.Joseph Myers1-0/+5
2010-10-17target.def (preferred_output_reload_class): New hook.Anatoly Sokolov1-0/+13
2010-10-11target.def (preferred_reload_class): New hook.Anatoly Sokolov1-0/+13
2010-10-07target.def (autovectorize_vector_sizes): New target hook.Richard Guenther1-0/+9
2010-10-07target.def (units_per_simd_word): Rename to ...Richard Guenther1-3/+3
2010-10-06tm.texi.in (CLASS_LIKELY_SPILLED_P): Remove documentation.Anatoly Sokolov1-4/+0
2010-09-28Hookize TARGET_UNWIND_INFO et al.Richard Henderson1-0/+69