aboutsummaryrefslogtreecommitdiff
path: root/gcc/targhooks.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-02Improve TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS target hook.Wilco Dijkstra1-1/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-03Add an rsqrt_optab and IFN_RSQRT internal functionRichard Sandiford1-1/+1
2015-12-02PR 68432: Add a target hook to control size/speed optab choicesRichard Sandiford1-0/+8
2015-11-30re PR tree-optimization/68501 (sqrt builtin is not used anymore)Jakub Jelinek1-3/+1
2015-11-17Make builtin_vectorized_function take a combined_fnRichard Sandiford1-3/+9
2015-11-17re PR middle-end/68134 (float64x1_t comparison ICE on aarch64-none-elf)Ilya Enkovich1-2/+2
2015-11-09Machine modes for address printing.Julian Brown1-0/+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-05targhooks.c (default_get_mask_mode): Use BLKmode in case target doesn't suppo...Ilya Enkovich1-1/+7
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-5/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-17/+14
2015-10-21Relax ADDR_SPACE_GENERIC_P checks for default address space hooksRichard Henderson1-23/+16
2015-10-21tm.texi: Regenerated.Ilya Enkovich1-0/+14
2015-10-14Fix "#pragma GCC pop_options" Dominik Vogt1-2/+6
2015-08-21always define HAVE_conditional_executionTrevor Saunders1-4/+0
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+0
2015-07-05target.def: Add code_for_* hooks.Richard Sandiford1-5/+1
2015-06-23c-common.c: Don't include target-def.h.Richard Sandiford1-1/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-14re PR rtl-optimization/65862 ([MIPS] IRA/LRA issue: integers spilled to float...Vladimir Makarov1-0/+7
2015-04-28remove #if ARGS_GROW_DOWNWARDTrevor Saunders1-3/+2
2015-04-28always define ARGS_GROW_DOWNWARDTrevor Saunders1-1/+1
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-4/+14
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-3/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-31diagnostic.c (build_message_string): Use xvasprintf.Uros Bizjak1-6/+2
2014-12-19* Add TARGET_LEGITIMIZE_ADDRESS_DISPLACEMENT target macro.Kaz Kojima1-0/+8
2014-11-19Make TARGET_STATIC_CHAIN allow a function typeRichard Henderson1-4/+1
2014-11-18[Patch] PR target/63937 TARGET_USE_BY_PIECES_INFRASTRUCTURE_P should take an ...James Greenhalgh1-1/+1
2014-11-06[Patchv3] Control SRA and IPA-SRA by a param rather than MOVE_RATIOJames Greenhalgh1-1/+1
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-0/+86
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-1/+1
2014-11-01[Patch 1/7] Hookize *_BY_PIECES_PJames Greenhalgh1-0/+55
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-49/+49
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+5
2014-09-12Remove LIBGCC2_HAS_?F_MODE target macros.Joseph Myers1-0/+27
2014-09-04Add target hook to override DWARF2 frame register sizeMatthew Fortune1-0/+13
2014-08-27Use rtx_insn for various target.def hooksDavid Malcolm1-1/+1
2014-06-11common.md: New file.Richard Sandiford1-11/+4
2014-06-11system.h (REG_CLASS_FROM_CONSTRAINT): Poison.Richard Sandiford1-4/+4
2014-06-06targhooks.c (default_add_stmt_cost): Call target specific hook instead of def...Bingfeng Mei1-2/+2
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+25