aboutsummaryrefslogtreecommitdiff
path: root/gcc/targhooks.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-13add vectype parameter to add_stmt_cost hookRichard Biener1-3/+2
2020-05-12RISC-V: Add shorten_memrefs pass.Craig Blackmore1-0/+13
2020-05-05add vec_info * parameters where neededRichard Biener1-2/+4
2020-01-20Fix PR 93242: patchable-function-entry broken on MIPSAndrew Pinski1-1/+1
2020-01-20Align __patchable_function_entries to POINTER_SIZE [PR93194]Fangrui Song1-0/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-27target.def (TARGET_VECTORIZE_BUILTIN_CONVERSION): Remove.Richard Biener1-10/+0
2019-11-16Optionally pick the cheapest loop_vec_infoRichard Sandiford1-1/+2
2019-11-14Replace autovectorize_vector_sizes with autovectorize_vector_modesRichard Sandiford1-3/+2
2019-11-14Pass the data vector mode to get_mask_modeRichard Sandiford1-14/+2
2019-11-14Add a targetm.vectorize.related_mode hookRichard Sandiford1-0/+19
2019-11-12PR tree-optimization/92412 - excessive errno aliasing assumption defeats opti...Martin Sebor1-2/+4
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-10/+11
2019-10-17cp-gimplify.c (cp_gimplify_expr): Use get_initialized_tmp_var.Jason Merrill1-3/+3
2019-09-30Pass an ABI to choose_hard_reg_modeRichard Sandiford1-2/+4
2019-09-30Pass an ABI identifier to hard_regno_call_part_clobberedRichard Sandiford1-1/+1
2019-09-30Add a function for getting the ABI of a call insn targetRichard Sandiford1-5/+0
2019-09-09Remove bt-load.cRichard Sandiford1-6/+0
2019-08-20Use function_arg_info for TARGET_MUST_PASS_IN_STACKRichard Sandiford1-1/+1
2019-08-20Use function_arg_info for TARGET_CALLEE_COPIESRichard Sandiford1-19/+6
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford1-4/+1
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford1-8/+2
2019-08-20Use function_arg_info for TARGET_SETUP_INCOMING_ARGSRichard Sandiford1-5/+2
2019-08-20Use function_arg_info for TARGET_PASS_BY_REFERENCERichard Sandiford1-4/+10
2019-08-20Use function_arg_info for TARGET_ARG_PARTIAL_BYTESRichard Sandiford1-4/+2
2019-08-20Add pass_va_arg_by_referenceRichard Sandiford1-1/+1
2019-08-15Remove TARGET_SETUP_INCOMING_VARARG_BOUNDSRichard Sandiford1-9/+0
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-3/+3
2019-06-27builtins.c (get_memory_rtx): Fix comment.Aaron Sawdey1-3/+3
2019-06-18Add predict_doloop_p target hookKewen Lin1-0/+13
2019-05-20cfgloop.h (struct loop): Add simdlen member.Jakub Jelinek1-1/+1
2019-05-20Add missing default default_libc_has_fast_function implementation.Martin Liska1-0/+8
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-1/+1
2019-04-17targhooks.c (default_print_patchable_function_entry): Emit __patchable_functi...Joao Moreira1-1/+1
2019-04-12PR c/88383 - ICE calling __builtin_has_attribute on a referenceMartin Sebor1-5/+9
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-3/+3
2019-01-11aarch64.c (aarch64_simd_call_p): New function.Steve Ellcey1-1/+1
2019-01-11aarch64.c (aarch64_simd_call_p): New function.Steve Ellcey1-0/+5
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-16re PR target/87927 (ICE: segmentation fault with patchable_function_entry att...Jozef Lawrynowicz1-1/+3
2018-11-13[PATCH][GCC] Make DR_TARGET_ALIGNMENT compile time variableAndre Vieira1-1/+1
2018-10-01Add a hook to support telling the mid-end when to probe the stack.Tamar Christina1-2/+4
2018-08-20targhooks.c (std_gimplify_va_arg_expr): Properly handle case of when TARGET_S...Chung-Lin Tang1-0/+17
2018-07-31targhooks.c (default_have_speculation_safe_value): Add ATTRIBUTE_UNUSED.Ian Lance Taylor1-1/+1
2018-07-31targhooks - provide an alternative hook for targets that never execute specul...Richard Earnshaw1-0/+7
2018-07-31Add __builtin_speculation_safe_valueRichard Earnshaw1-0/+32
2018-07-12Extend tree code folds to IFN_COND_*Richard Sandiford1-0/+8
2018-07-06re PR target/86324 (testsuite test divkc3-1.c FAILs when compiling with -mabi...Peter Bergner1-0/+8
2018-06-08Remove MPXMartin Liska1-47/+0