aboutsummaryrefslogtreecommitdiff
path: root/gcc/targhooks.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-30target.def (register_usage_leveling_p): New hook.Vladimir Makarov1-0/+6
2013-04-10Improve cstore code generation on 64-bit sparc.David S. Miller1-0/+9
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher1-1/+1
2013-03-27target.def (TARGET_HAS_IFUNC_P): New target hook.Alexander Ivchenko1-0/+8
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-12-21rtlanal.c (volatile_insn_p): Delete commented out code.Eric Botcazou1-4/+2
2012-12-19targhooks.h (default_canonicalize_comparison): Fix prototype.Richard Biener1-0/+7
2012-10-23dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov1-0/+18
2012-09-26re PR middle-end/54635 (Add addr_space_t argument to TARGET_MODE_DEPENDENT_AD...Georg-Johann Lay1-1/+2
2012-08-17Convert MEMBER_TYPE_FORCES_BLK to target hookH.J. Lu1-0/+8
2012-07-31defaults.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.Nathan Froyd1-12/+0
2012-07-30target.def (vector_alignment): New target hook.Ulrich Weigand1-0/+7
2012-07-25tm.texi: Regenerate.Bill Schmidt1-15/+19
2012-07-13tm.texi: Regenerate.Bill Schmidt1-0/+58
2012-06-13targhooks.c (default_builtin_vectorized_conversion): Handle vec_construct, us...Bill Schmidt1-1/+7
2012-04-18targhooks.c (default_case_values_threshold): Fix code style nit.Steven Bosscher1-1/+2
2012-02-10re PR tree-optimization/50031 (Sphinx3 has a 10% regression going from GCC 4....Bill Schmidt1-0/+1
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+6
2011-10-06system.h (OUTPUT_ADDR_CONST_EXTRA): Poison.Anatoly Sokolov1-15/+0
2011-08-20tm.texi.in (PREFERRED_OUTPUT_RELOAD_CLASS): Remove.Anatoly Sokolov1-4/+0
2011-07-20target.def (class_max_nregs): New hook.Anatoly Sokolov1-0/+13
2011-07-12tm.texi.in (FUNCTION_ARG_PADDING): Mention TARGET_FUNCTION_ARG_ROUND_BOUNDARY.Bernd Schmidt1-0/+7
2011-06-16re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke1-12/+12
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-58/+0
2011-05-04calls.c (emit_library_call_value_1): Invoke promote_function_mode hook on lib...Andreas Krebbel1-1/+1
2011-04-10Remove doubled up words.Mike Stump1-3/+4
2011-04-06tm.texi.in: Document C target hooks as separate from general target hooks.Joseph Myers1-8/+0
2011-03-29[multiple changes]Vladimir Makarov1-9/+0