aboutsummaryrefslogtreecommitdiff
path: root/gcc/targhooks.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-13add vectype parameter to add_stmt_cost hookRichard Biener1-1/+1
2020-05-12RISC-V: Add shorten_memrefs pass.Craig Blackmore1-0/+1
2020-05-05fix build of targets not implementing add_stmt_costRichard Biener1-1/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-27target.def (TARGET_VECTORIZE_BUILTIN_CONVERSION): Remove.Richard Biener1-2/+0
2019-11-16Optionally pick the cheapest loop_vec_infoRichard Sandiford1-1/+1
2019-11-14Replace autovectorize_vector_sizes with autovectorize_vector_modesRichard Sandiford1-1/+1
2019-11-14Pass the data vector mode to get_mask_modeRichard Sandiford1-1/+1
2019-11-14Add a targetm.vectorize.related_mode hookRichard Sandiford1-0/+3
2019-09-30Add a function for getting the ABI of a call insn targetRichard Sandiford1-2/+0
2019-09-09Remove bt-load.cRichard Sandiford1-1/+0
2019-08-20Use function_arg_info for TARGET_CALLEE_COPIESRichard Sandiford1-5/+3
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford1-1/+1
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford1-4/+3
2019-08-20Use function_arg_info for TARGET_SETUP_INCOMING_ARGSRichard Sandiford1-1/+3
2019-08-20Use function_arg_info for TARGET_PASS_BY_REFERENCERichard Sandiford1-1/+3
2019-08-20Use function_arg_info for TARGET_ARG_PARTIAL_BYTESRichard Sandiford1-2/+2
2019-08-15Remove TARGET_SETUP_INCOMING_VARARG_BOUNDSRichard Sandiford1-5/+0
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-4/+4
2019-06-18Add predict_doloop_p target hookKewen Lin1-0/+1
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/+1
2019-01-12[openacc] Add used parameter to TARGET_GOACC_VALIDATE_DIMSTom de Vries1-1/+1
2019-01-11aarch64.c (aarch64_simd_call_p): New function.Steve Ellcey1-0/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
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-1/+1
2018-07-31targhooks - provide an alternative hook for targets that never execute specul...Richard Earnshaw1-0/+1
2018-07-31Add __builtin_speculation_safe_valueRichard Earnshaw1-0/+3
2018-07-17Clean up of new format of -falign-FOO.Martin Liska1-4/+0
2018-07-12Extend tree code folds to IFN_COND_*Richard Sandiford1-0/+1
2018-07-06re PR target/86324 (testsuite test divkc3-1.c FAILs when compiling with -mabi...Peter Bergner1-0/+1
2018-06-08Remove MPXMartin Liska1-7/+0
2018-04-30Microblaze Target: PIC data text relative Andrew Sadek1-0/+1
2018-01-13Rework the legitimize_address_displacement hookRichard Sandiford1-1/+1
2018-01-13Add an "early rematerialisation" passRichard Sandiford1-0/+1
2018-01-13Add an empty_mask_is_expensive hookRichard Sandiford1-0/+1
2018-01-12re PR target/80846 (auto-vectorized AVX2 horizontal sum should narrow to 128b...Richard Biener1-0/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-03poly_int: current_vector_size and TARGET_AUTOVECTORIZE_VECTOR_SIZESRichard Sandiford1-1/+1
2018-01-03poly_int: get_mask_modeRichard Sandiford1-1/+1
2017-12-21poly_int: argument sizesRichard Sandiford1-1/+1
2017-12-20poly_int: DWARF locationsRichard Sandiford1-0/+3
2017-12-14poly_int: add poly-int.hRichard Sandiford1-0/+1
2017-11-22re PR c++/60336 (empty struct value is passed differently in C and C++)Marek Polacek1-0/+2
2017-11-01Add a fixed_size_mode classRichard Sandiford1-1/+1
2017-10-31builtins.def (DEF_FLOATN_BUILTIN): Change most _Float<N> and _Float<N>X built...Michael Meissner1-0/+1
2017-10-26This patch adds a new hook that gives the preferred alignment for a static rt...Richard Sandiford1-0/+1
2017-10-23re PR debug/82630 (Bogus DW_AT_GNU_call_site_value)Jakub Jelinek1-0/+1
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford1-0/+3