aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/tm.texi
AgeCommit message (Expand)AuthorFilesLines
2018-10-04re PR rtl-optimization/87466 (IRA and LRA spill all pseudos that are live acr...Peter Bergner1-0/+13
2018-10-01Allow back-ends to be able to do custom validations on params. Tamar Christina1-0/+4
2018-10-01Add a hook to support telling the mid-end when to probe the stack.Tamar Christina1-2/+6
2018-09-03Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193).Martin Liska1-0/+4
2018-08-30target.def (custom_function_descriptors): Improve documentation.Sandra Loosemore1-35/+71
2018-07-31targhooks - provide an alternative hook for targets that never execute specul...Richard Earnshaw1-0/+5
2018-07-31Add __builtin_speculation_safe_valueRichard Earnshaw1-0/+31
2018-07-17Clean up of new format of -falign-FOO.Martin Liska1-24/+0
2018-07-12Extend tree code folds to IFN_COND_*Richard Sandiford1-0/+16
2018-07-06re PR target/86324 (testsuite test divkc3-1.c FAILs when compiling with -mabi...Peter Bergner1-0/+8
2018-07-05Replace NO_IMPLICIT_EXTERN_C with SYSTEM_IMPLICIT_EXTERN_C.Nathan Sidwell1-5/+4
2018-06-08Remove MPXMartin Liska1-93/+0
2018-04-30Microblaze Target: PIC data text relative Andrew Sadek1-0/+8
2018-02-13common.opt (gas-loc-support, [...]): New.Alexandre Oliva1-0/+23
2018-01-31re PR rtl-optimization/84071 (wrong elimination of zero-extension after sign-...Eric Botcazou1-2/+6
2018-01-19re PR debug/81570 (create_pseudo_cfg assumes that INCOMING_FRAME_SP_OFFSET is...Jakub Jelinek1-0/+9
2018-01-13Rework the legitimize_address_displacement hookRichard Sandiford1-7/+10
2018-01-13Add an "early rematerialisation" passRichard Sandiford1-0/+11
2018-01-13Add an empty_mask_is_expensive hookRichard Sandiford1-0/+6
2018-01-13Give the target more control over ARRAY_TYPE modesRichard Sandiford1-0/+14
2018-01-13SVE unwindingRichard Sandiford1-0/+7
2018-01-12re PR target/80846 (auto-vectorized AVX2 horizontal sum should narrow to 128b...Richard Biener1-0/+7
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-03poly_int: current_vector_size and TARGET_AUTOVECTORIZE_VECTOR_SIZESRichard Sandiford1-5/+9
2018-01-03poly_int: get_mask_modeRichard Sandiford1-1/+1
2018-01-02Remove vec_perm_const optabRichard Sandiford1-2/+18
2017-12-21poly_int: argument sizesRichard Sandiford1-1/+1
2017-12-20poly_int: DWARF locationsRichard Sandiford1-0/+13
2017-12-20poly_int: TRULY_NOOP_TRUNCATIONRichard Sandiford1-1/+1
2017-12-14poly_int: add poly-int.hRichard Sandiford1-0/+6
2017-12-01Delete obsolete DWARF1 references.Jim Wilson1-2/+2
2017-11-22re PR c++/60336 (empty struct value is passed differently in C and C++)Marek Polacek1-0/+10
2017-11-01Add a fixed_size_mode classRichard Sandiford1-2/+2
2017-10-31builtins.def (DEF_FLOATN_BUILTIN): Change most _Float<N> and _Float<N>X built...Michael Meissner1-0/+11
2017-10-29Delete obsolete SDB debug info support.James E Wilson1-50/+10
2017-10-26This patch adds a new hook that gives the preferred alignment for a static rt...Richard Sandiford1-0/+7
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-11/+8
2017-10-09Add targetm.insn_cost hookSegher Boessenkool1-0/+12
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford1-10/+9
2017-09-25Update interface to TARGET_VECTORIZE_VEC_PERM_CONST_OKRichard Sandiford1-1/+1
2017-09-22Let the target choose a vectorisation alignmentRichard Sandiford1-0/+12
2017-09-19explow.c: Include "params.h".Jeff Law1-0/+4
2017-09-15Turn FUNCTION_ARG_OFFSET into a hookRichard Sandiford1-7/+7
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-15/+11
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford1-20/+21
2017-09-13Turn SECONDARY_MEMORY_NEEDED into a hookRichard Sandiford1-13/+12
2017-09-13Turn SECONDARY_MEMORY_NEEDED_MODE into a target hookRichard Sandiford1-17/+15
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford1-18/+11
2017-09-12Turn SLOW_UNALIGNED_ACCESS into a target hookRichard Sandiford1-12/+11
2017-09-05Make targetm.get_mask_mode return an opt_modeRichard Sandiford1-4/+10