aboutsummaryrefslogtreecommitdiff
path: root/gcc/hooks.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-13common.opt (gas-loc-support, [...]): New.Alexandre Oliva1-0/+6
2018-01-13Give the target more control over ARRAY_TYPE modesRichard Sandiford1-0/+8
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20poly_int: TRULY_NOOP_TRUNCATIONRichard Sandiford1-2/+2
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-0/+6
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-0/+7
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford1-0/+8
2017-09-13Turn SECONDARY_MEMORY_NEEDED into a hookRichard Sandiford1-0/+9
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford1-0/+7
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford1-0/+7
2017-09-04Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hookRichard Sandiford1-0/+7
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-10target.def (additional_allocno_class_p): New.Vladimir Makarov1-0/+8
2016-10-13re PR target/77957 (Undefined .LCTOC0 with -fstack-protector-strong -mminimal...Jakub Jelinek1-0/+7
2016-09-23hooks.c (hook_bool_bool_false, [...]): For arguments with ATTRIBUTE_UNUSED...Jakub Jelinek1-88/+57
2016-09-23hooks.h (hook_uint_uintp_false): Rename to...Uros Bizjak1-2/+1
2016-09-22[ARM] Add support for -mpure-code optionAndre Vieira1-0/+10
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-6/+6
2015-05-11Convert to md_asm_adjustRichard Henderson1-8/+0
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-13[PATCH 6/7] OpenMP 4.0 offloading infrastructure: option handling.Bernd Schmidt1-1/+8
2014-11-10Add a target hook for assembling undeclared decls.Bernd Schmidt1-0/+7
2014-11-06Add a hook to inform a port about call arguments.Bernd Schmidt1-0/+5
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-17/+17
2014-09-15Instruction attributes take an rtx_insn *David Malcolm1-1/+1
2014-09-15The TARGET_CAN_FOLLOW_JUMP hook takes insnsDavid Malcolm1-3/+3
2014-08-27Use rtx_insn for various target.def hooksDavid Malcolm1-7/+9
2014-05-06Merge in wide-int.Kenneth Zadeck1-1/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22hooks.h (hook_uint_mode_0): Add Prototype.Andrew MacLeod1-0/+7
2013-11-09target.def (can_use_doloop_p): New hook.Richard Sandiford1-0/+6
2013-04-22[Mid-end] Add TARGET_GIMPLE_FOLD_BUILTIN target hook.James Greenhalgh1-0/+8
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-05md.texi (Defining Attributes): Document that we are defining HAVE_ATTR_name m...Joern Rennecke1-0/+12
2012-10-23gcc:Joseph Myers1-1/+8
2012-09-30re PR rtl-optimization/38449 (delay branch scheduling follows REG_CROSSING_JU...Joern Rennecke1-0/+8
2012-09-05hooks.c (hook_int_rtx_mode_as_bool_0): New function.Oleg Endo1-0/+6
2012-09-01target.def (legitimate_combined_insn): New target hook.Uros Bizjak1-0/+6
2011-10-06system.h (OUTPUT_ADDR_CONST_EXTRA): Poison.Anatoly Sokolov1-0/+8
2011-09-06PR middle-end/44382: Tree reassociation improvementEnkovich Ilya1-0/+7
2011-08-18tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.Richard Sandiford1-5/+6
2011-05-03hooks.h (hook_bool_mode_uhwi_false): Declare.Richard Sandiford1-0/+9
2011-04-21target.def (legitimate_constant_p): New hook.Richard Sandiford1-0/+8
2011-04-21target.def (cannot_force_const_mem): Add a mode argument.Richard Sandiford1-2/+10
2011-03-22target.def (handle_option): Take gcc_options and cl_decoded_option pointers a...Joseph Myers1-9/+1
2010-11-25target.def (supports_split_stack, [...]): Take gcc_options parameters.Joseph Myers1-0/+8
2010-10-15target.def (target_option.init_struct): New hook.Joseph Myers1-0/+7
2010-09-16target.def (target_option.optimization): New hook.Joseph Myers1-0/+5
2010-09-09Dispatch scheduling for AMD Bulldozer processors.Reza Yazdani1-0/+15