aboutsummaryrefslogtreecommitdiff
path: root/gcc/targhooks.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-13[PATCH][GCC] Make DR_TARGET_ALIGNMENT compile time variableAndre Vieira1-1/+1
2018-10-01Add a hook to support telling the mid-end when to probe the stack.Tamar Christina1-1/+1
2018-07-31targhooks - provide an alternative hook for targets that never execute specul...Richard Earnshaw1-0/+1
2018-07-31Add __builtin_speculation_safe_valueRichard Earnshaw1-0/+3
2018-07-17Clean up of new format of -falign-FOO.Martin Liska1-4/+0
2018-07-12Extend tree code folds to IFN_COND_*Richard Sandiford1-0/+1
2018-07-06re PR target/86324 (testsuite test divkc3-1.c FAILs when compiling with -mabi...Peter Bergner1-0/+1
2018-06-08Remove MPXMartin Liska1-7/+0
2018-04-30Microblaze Target: PIC data text relative Andrew Sadek1-0/+1
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