aboutsummaryrefslogtreecommitdiff
path: root/gcc/targhooks.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-06Merge in wide-int.Kenneth Zadeck1-2/+2
2014-05-05target.def: Add new target hook.Andreas Krebbel1-0/+9
2014-03-03opts.h (CL_PCH_IGNORE): Define.Joern Rennecke1-0/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-43/+0
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-3/+2
2013-11-20Normalize whitespace.Mike Stump1-2/+0
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-1/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-09target.def (can_use_doloop_p): New hook.Richard Sandiford1-0/+9
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers1-0/+7
2013-11-04cpp.texi (__GCC_IEC_559, [...]): Document macros.Joseph Myers1-0/+13
2013-10-30target.def (builtin_chkp_function): New.Ilya Enkovich1-0/+43
2013-10-26predict.c (PRED_MUDFLAP): Remove.Jeff Law1-5/+0
2013-10-24builtins.c (dummy_object, [...]): Move to gimplify.c.Andrew MacLeod1-0/+116
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+2
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-27vectorizer cost model enhancementXinliang David Li1-13/+10
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1