aboutsummaryrefslogtreecommitdiff
path: root/gcc/targhooks.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-01Add a fixed_size_mode classRichard Sandiford1-2/+4
2017-10-31builtins.def (DEF_FLOATN_BUILTIN): Change most _Float<N> and _Float<N>X built...Michael Meissner1-1/+23
2017-10-26This patch adds a new hook that gives the preferred alignment for a static rt...Richard Sandiford1-0/+8
2017-10-23re PR debug/82630 (Bogus DW_AT_GNU_call_site_value)Jakub Jelinek1-0/+8
2017-10-13Make more use of GET_MODE_UNIT_BITSIZERichard Sandiford1-1/+1
2017-10-10targhooks.c (default_stack_clash_protection_final_dynamic_probe): Fix return ...Jeff Law1-1/+1
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford1-0/+19
2017-09-22Let the target choose a vectorisation alignmentRichard Sandiford1-0/+9
2017-09-19explow.c: Include "params.h".Jeff Law1-0/+6
2017-09-15Turn FUNCTION_ARG_OFFSET into a hookRichard Sandiford1-0/+8
2017-09-13Turn SECONDARY_MEMORY_NEEDED_MODE into a target hookRichard Sandiford1-0/+12
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford1-0/+8
2017-09-12Turn SLOW_UNALIGNED_ACCESS into a target hookRichard Sandiford1-0/+8
2017-09-05Make targetm.get_mask_mode return an opt_modeRichard Sandiford1-6/+6
2017-09-05Make mode_for_vector return an opt_modeRichard Sandiford1-2/+2
2017-09-04Turn FUNCTION_ARG_PADDING into a target hookRichard Sandiford1-0/+25
2017-09-04Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hookRichard Sandiford1-1/+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-10/+9
2017-08-30[37/77] Use scalar_int_mode when emitting cstoresRichard Sandiford1-2/+2
2017-08-30[19/77] Add a smallest_int_mode_for_size helper functionRichard Sandiford1-2/+2
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-16/+18
2017-08-30[2/77] Add an E_ prefix to case statementsRichard Sandiford1-4/+4
2017-08-24re PR target/81921 (Fails to always-inline intrinsics with -flto)Richard Biener1-14/+5
2017-07-25c-attribs.c (c_common_attribute_table): Add entry for "patchable_function_ent...Torsten Duwe1-0/+46
2017-07-05Remove enum before machine_modeRichard Sandiford1-2/+2
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-0/+1
2017-02-07re PR tree-optimization/79256 (FAIL: gcc.dg/vect/pr25413a.c execution test)Richard Biener1-7/+2
2017-01-30re PR tree-optimization/79256 (FAIL: gcc.dg/vect/pr25413a.c execution test)Richard Biener1-2/+7
2017-01-25re PR target/69264 (ICE building spidermonkey -mcpu=970 -maltivec -O3: rs6000...Richard Biener1-12/+4
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-29PR tree-optimization/78512 - [7 Regression] r242674 miscompiles Linux kernelMartin Sebor1-30/+0
2016-11-23[Patch 8/17] Make _Float16 available if HFmode is availableJames Greenhalgh1-4/+6
2016-11-23[Patch 1/17] Add a new target hook for describing excess precision intentionsJames Greenhalgh1-0/+8
2016-10-28target.def (min_arithmetic_precision): New hook.Eric Botcazou1-0/+8
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-10-05PR bootstrap/77819 - undefined reference to gnu_libc_printf_pointer_format wi...Martin Sebor1-0/+16
2016-09-20PR middle-end/49905 - Better sanity checking on sprintf src & dest toMartin Sebor1-0/+14
2016-09-14Change the default of TARGET_LRA_P to trueSegher Boessenkool1-1/+1
2016-08-20Makefile.in: Add tree-vrp.h to GTFILES.Kugan Vivekanandarajah1-0/+1
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers1-0/+87
2016-07-21[Patch 1/2 ifcvt costs] New target hook: max_noce_ifcvt_seq_costJames Greenhalgh1-0/+22
2016-07-20target.def (addr_space): Add new diagnose_usage to hook vector.Georg-Johann Lay1-0/+9
2016-06-10targhooks.c (default_builtin_vectorization_cost): Adjust vec_construct cost.Richard Biener1-4/+1
2016-06-03re PR tree-optimization/52171 (memcmp/strcmp/strncmp can be optimized when th...Bernd Schmidt1-17/+32
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-1/+1
2016-03-04re PR c/69973 (ICE on excessive attribute vector_size)Bernd Schmidt1-1/+4
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek1-1/+1