aboutsummaryrefslogtreecommitdiff
path: root/gcc/target.def
AgeCommit message (Expand)AuthorFilesLines
2016-09-26target.def (elf_flags_numeric): Change documentation to present tense.Andre Vieira1-4/+4
2016-09-23hooks.h (hook_uint_uintp_false): Rename to...Uros Bizjak1-1/+1
2016-09-22[ARM] Add support for -mpure-code optionAndre Vieira1-0/+16
2016-09-20PR middle-end/49905 - Better sanity checking on sprintf src & dest toMartin Sebor1-0/+6
2016-09-19Fix lra_p textSegher Boessenkool1-1/+1
2016-09-14Fix TARGET_LRA_P descriptionSegher Boessenkool1-2/+2
2016-09-12extend.texi: Use lowercase "boolean".Marek Polacek1-1/+1
2016-09-09tm.texi.in (INITIAL_FRAME_POINTER_OFFSET): Remove.Bernd Edlinger1-6/+5
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers1-0/+20
2016-07-28merge adjust_cost and adjust_cost_2 target hooksTrevor Saunders1-16/+9
2016-07-21[Patch 1/2 ifcvt costs] New target hook: max_noce_ifcvt_seq_costJames Greenhalgh1-0/+24
2016-07-20target.def (addr_space): Add new diagnose_usage to hook vector.Georg-Johann Lay1-0/+14
2016-06-03re PR tree-optimization/52171 (memcmp/strcmp/strncmp can be optimized when th...Bernd Schmidt1-2/+15
2016-06-02Update TARGET_FUNCTION_INCOMING_ARG documentationH.J. Lu1-7/+9
2016-05-16Remove TARGET_INVALID_PARAMETER_TYPE and TARGET_INVALID_RETURN_TYPE hooks.Matthew Wahab1-22/+0
2016-03-02target.def (lra_p): Specify that new ports should use LRA.Manuel López-Ibáñez1-2/+2
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek1-1/+1
2016-02-02Improve TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS target hook.Wilco Dijkstra1-2/+2
2016-02-01nvptx.c (PTX_GANG_DEFAULT): New.Nathan Sidwell1-4/+5
2016-01-19[Patch 1/4] Simplify the representation of CCMP patterns by usingWilco Dijkstra1-18/+18
2016-01-13re PR target/68964 (Internal compiler error for test case gcc.dg/tm/20100610....Richard Henderson1-18/+0
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-03Add an rsqrt_optab and IFN_RSQRT internal functionRichard Sandiford1-4/+4
2015-12-02PR 68432: Add a target hook to control size/speed optab choicesRichard Sandiford1-0/+17
2015-11-30re PR tree-optimization/68501 (sqrt builtin is not used anymore)Jakub Jelinek1-7/+3
2015-11-17Make builtin_vectorized_function take a combined_fnRichard Sandiford1-5/+15
2015-11-09Machine modes for address printing.Julian Brown1-1/+1
2015-11-09Add hook for modifying debug info for address spacesRichard Henderson1-0/+8
2015-11-09Add TARGET_ADDR_SPACE_ZERO_ADDRESS_VALIDRichard Henderson1-0/+9
2015-11-05target.def (goacc.dim_limit): New hook.Nathan Sidwell1-0/+7
2015-11-04internal-fn.def (GOACC_REDUCTION): New.Nathan Sidwell1-0/+11
2015-10-27internal-fn.def (IFN_GOACC_DIM_SIZE, [...]): New.Nathan Sidwell1-5/+7
2015-10-27target-insns.def (oacc_fork, oacc_join): Define.Nathan Sidwell1-1/+11
2015-10-26target.def (TARGET_NO_SPECULATION_IN_DELAY_SLOTS_P): New hook.Simon Dardis1-0/+13
2015-10-21Update documentation for address space hooksRichard Henderson1-4/+2
2015-10-21tm.texi: Regenerated.Ilya Enkovich1-0/+10
2015-10-16re PR target/67745 ([ARM] wrong alignments when __attribute__ ((optimize,targ...Christian Bruel1-0/+6
2015-09-30nvptx.c (nvptx_goacc_validate_dims): New.Nathan Sidwell1-0/+21
2015-09-20switch from gimple to gimple*Trevor Saunders1-1/+1
2015-09-04tm.texi.in (TARGET_VECTORIZE_BUILTIN_SCATTER): New.Andrey Turetskiy1-0/+12
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-5/+5
2015-07-05target.def: Add code_for_* hooks.Richard Sandiford1-0/+5
2015-06-25Makefile.in (TARGET_DEF): Add target-insns.def.Richard Sandiford1-0/+13
2015-06-04Remove TARGET_RELAXED_ORDERING and optimize for weak memory models.Ramana Radhakrishnan1-13/+0
2015-05-14re PR rtl-optimization/65862 ([MIPS] IRA/LRA issue: integers spilled to float...Vladimir Makarov1-0/+10
2015-05-11Convert to md_asm_adjustRichard Henderson1-14/+16
2015-05-01[doc] Update definition location of attribute_spec in documentationKyrylo Tkachov1-1/+1
2015-02-25re PR lto/64374 (LTO ICE in extract_insn, at recog.c:2327)Jakub Jelinek1-0/+9
2015-02-21tree-streamer-in.c (unpack_ts_decl_common_value_fields, [...]): If ACCEL_COMP...Bernd Schmidt1-0/+7
2015-01-16[AArch64] Enable CCMP support for AArch64, PR64015 resolvedZhenqiang Chen1-9/+16