aboutsummaryrefslogtreecommitdiff
path: root/gcc/targhooks.h
AgeCommit message (Expand)AuthorFilesLines
2018-01-13Rework the legitimize_address_displacement hookRichard Sandiford1-1/+1
2018-01-13Add an "early rematerialisation" passRichard Sandiford1-0/+1
2018-01-13Add an empty_mask_is_expensive hookRichard Sandiford1-0/+1
2018-01-12re PR target/80846 (auto-vectorized AVX2 horizontal sum should narrow to 128b...Richard Biener1-0/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-03poly_int: current_vector_size and TARGET_AUTOVECTORIZE_VECTOR_SIZESRichard Sandiford1-1/+1
2018-01-03poly_int: get_mask_modeRichard Sandiford1-1/+1
2017-12-21poly_int: argument sizesRichard Sandiford1-1/+1
2017-12-20poly_int: DWARF locationsRichard Sandiford1-0/+3
2017-12-14poly_int: add poly-int.hRichard Sandiford1-0/+1
2017-11-22re PR c++/60336 (empty struct value is passed differently in C and C++)Marek Polacek1-0/+2
2017-11-01Add a fixed_size_mode classRichard Sandiford1-1/+1
2017-10-31builtins.def (DEF_FLOATN_BUILTIN): Change most _Float<N> and _Float<N>X built...Michael Meissner1-0/+1
2017-10-26This patch adds a new hook that gives the preferred alignment for a static rt...Richard Sandiford1-0/+1
2017-10-23re PR debug/82630 (Bogus DW_AT_GNU_call_site_value)Jakub Jelinek1-0/+1
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford1-0/+3
2017-09-22Let the target choose a vectorisation alignmentRichard Sandiford1-0/+1
2017-09-19explow.c: Include "params.h".Jeff Law1-0/+1
2017-09-15Turn FUNCTION_ARG_OFFSET into a hookRichard Sandiford1-0/+1
2017-09-13Turn SECONDARY_MEMORY_NEEDED_MODE into a target hookRichard Sandiford1-0/+1
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford1-0/+1
2017-09-12Turn SLOW_UNALIGNED_ACCESS into a target hookRichard Sandiford1-0/+1
2017-09-05Make targetm.get_mask_mode return an opt_modeRichard Sandiford1-1/+1
2017-09-04Turn FUNCTION_ARG_PADDING into a target hookRichard Sandiford1-0/+1
2017-08-30[73/77] Pass scalar_mode to scalar_mode_supported_pRichard Sandiford1-1/+1
2017-08-30[72/77] Pass scalar_mode to scalar_mode_supported_pRichard Sandiford1-1/+1
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford1-9/+9
2017-08-30[37/77] Use scalar_int_mode when emitting cstoresRichard Sandiford1-1/+1
2017-08-30[14/77] Make libgcc_floating_mode_supported_p take a scalar_float_modeRichard Sandiford1-1/+1
2017-08-30[13/77] Make floatn_mode return an opt_scalar_float_modeRichard Sandiford1-1/+1
2017-07-25c-attribs.c (c_common_attribute_table): Add entry for "patchable_function_ent...Torsten Duwe1-0/+3
2017-07-05Remove enum before machine_modeRichard Sandiford1-2/+2
2017-04-04re PR tree-optimization/79390 (10% performance drop in SciMark2 LU after r242...Jakub Jelinek1-0/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-29PR tree-optimization/78512 - [7 Regression] r242674 miscompiles Linux kernelMartin Sebor1-4/+0
2016-11-23[Patch 1/17] Add a new target hook for describing excess precision intentionsJames Greenhalgh1-0/+3
2016-10-28target.def (min_arithmetic_precision): New hook.Eric Botcazou1-1/+1
2016-10-05PR bootstrap/77819 - undefined reference to gnu_libc_printf_pointer_format wi...Martin Sebor1-1/+1
2016-09-20PR middle-end/49905 - Better sanity checking on sprintf src & dest toMartin Sebor1-0/+4
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers1-0/+1
2016-07-21[Patch 1/2 ifcvt costs] New target hook: max_noce_ifcvt_seq_costJames Greenhalgh1-0/+2
2016-07-20target.def (addr_space): Add new diagnose_usage to hook vector.Georg-Johann Lay1-0/+1
2016-06-03re PR tree-optimization/52171 (memcmp/strcmp/strncmp can be optimized when th...Bernd Schmidt1-0/+1
2016-02-02Improve TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS target hook.Wilco Dijkstra1-1/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-03Add an rsqrt_optab and IFN_RSQRT internal functionRichard Sandiford1-1/+1
2015-12-02PR 68432: Add a target hook to control size/speed optab choicesRichard Sandiford1-0/+3
2015-11-30re PR tree-optimization/68501 (sqrt builtin is not used anymore)Jakub Jelinek1-1/+1
2015-11-17Make builtin_vectorized_function take a combined_fnRichard Sandiford1-1/+2
2015-11-09Machine modes for address printing.Julian Brown1-1/+1