summaryrefslogtreecommitdiff
path: root/gcc/target.def
AgeCommit message (Expand)Author
2018-07-17Clean up of new format of -falign-FOO.Martin Liska
2018-07-12Extend tree code folds to IFN_COND_*Richard Sandiford
2018-07-06re PR target/86324 (testsuite test divkc3-1.c FAILs when compiling with -mabi...Peter Bergner
2018-06-08Remove MPXMartin Liska
2018-04-30Microblaze Target: PIC data text relative Andrew Sadek
2018-02-13common.opt (gas-loc-support, [...]): New.Alexandre Oliva
2018-01-13Rework the legitimize_address_displacement hookRichard Sandiford
2018-01-13Add an "early rematerialisation" passRichard Sandiford
2018-01-13Add an empty_mask_is_expensive hookRichard Sandiford
2018-01-13Give the target more control over ARRAY_TYPE modesRichard Sandiford
2018-01-12re PR target/80846 (auto-vectorized AVX2 horizontal sum should narrow to 128b...Richard Biener
2018-01-03Update copyright years.Jakub Jelinek
2018-01-03poly_int: current_vector_size and TARGET_AUTOVECTORIZE_VECTOR_SIZESRichard Sandiford
2018-01-03poly_int: get_mask_modeRichard Sandiford
2018-01-02Remove vec_perm_const optabRichard Sandiford
2017-12-21poly_int: argument sizesRichard Sandiford
2017-12-20poly_int: DWARF locationsRichard Sandiford
2017-12-20poly_int: TRULY_NOOP_TRUNCATIONRichard Sandiford
2017-12-14poly_int: add poly-int.hRichard Sandiford
2017-12-01function.h (struct function): Remove cilk_frame_decl, is_cilk_function and ca...Jakub Jelinek
2017-11-22re PR c++/60336 (empty struct value is passed differently in C and C++)Marek Polacek
2017-11-01Add a fixed_size_mode classRichard Sandiford
2017-10-31builtins.def (DEF_FLOATN_BUILTIN): Change most _Float<N> and _Float<N>X built...Michael Meissner
2017-10-29Delete obsolete SDB debug info support.James E Wilson
2017-10-26This patch adds a new hook that gives the preferred alignment for a static rt...Richard Sandiford
2017-10-23re PR debug/82630 (Bogus DW_AT_GNU_call_site_value)Jakub Jelinek
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford
2017-10-09Add targetm.insn_cost hookSegher Boessenkool
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford
2017-09-25Update interface to TARGET_VECTORIZE_VEC_PERM_CONST_OKRichard Sandiford
2017-09-22Let the target choose a vectorisation alignmentRichard Sandiford
2017-09-19explow.c: Include "params.h".Jeff Law
2017-09-15Turn FUNCTION_ARG_OFFSET into a hookRichard Sandiford
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford
2017-09-13Turn SECONDARY_MEMORY_NEEDED into a hookRichard Sandiford
2017-09-13Turn SECONDARY_MEMORY_NEEDED_MODE into a target hookRichard Sandiford
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford
2017-09-12Turn SLOW_UNALIGNED_ACCESS into a target hookRichard Sandiford
2017-09-05Make targetm.get_mask_mode return an opt_modeRichard Sandiford
2017-09-04Turn FUNCTION_ARG_PADDING into a target hookRichard Sandiford
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford
2017-09-04Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hookRichard Sandiford
2017-08-30[73/77] Pass scalar_mode to scalar_mode_supported_pRichard Sandiford
2017-08-30[72/77] Pass scalar_mode to scalar_mode_supported_pRichard Sandiford
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford
2017-08-30[37/77] Use scalar_int_mode when emitting cstoresRichard Sandiford
2017-08-30[14/77] Make libgcc_floating_mode_supported_p take a scalar_float_modeRichard Sandiford
2017-08-30[13/77] Make floatn_mode return an opt_scalar_float_modeRichard Sandiford