summaryrefslogtreecommitdiff
path: root/gcc/targhooks.h
AgeCommit message (Expand)Author
2020-05-13add vectype parameter to add_stmt_cost hookRichard Biener
2020-05-12RISC-V: Add shorten_memrefs pass.Craig Blackmore
2020-05-05fix build of targets not implementing add_stmt_costRichard Biener
2020-01-01Update copyright years.Jakub Jelinek
2019-11-27target.def (TARGET_VECTORIZE_BUILTIN_CONVERSION): Remove.Richard Biener
2019-11-16Optionally pick the cheapest loop_vec_infoRichard Sandiford
2019-11-14Replace autovectorize_vector_sizes with autovectorize_vector_modesRichard Sandiford
2019-11-14Pass the data vector mode to get_mask_modeRichard Sandiford
2019-11-14Add a targetm.vectorize.related_mode hookRichard Sandiford
2019-09-30Add a function for getting the ABI of a call insn targetRichard Sandiford
2019-09-09Remove bt-load.cRichard Sandiford
2019-08-20Use function_arg_info for TARGET_CALLEE_COPIESRichard Sandiford
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford
2019-08-20Use function_arg_info for TARGET_SETUP_INCOMING_ARGSRichard Sandiford
2019-08-20Use function_arg_info for TARGET_PASS_BY_REFERENCERichard Sandiford
2019-08-20Use function_arg_info for TARGET_ARG_PARTIAL_BYTESRichard Sandiford
2019-08-15Remove TARGET_SETUP_INCOMING_VARARG_BOUNDSRichard Sandiford
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-06-18Add predict_doloop_p target hookKewen Lin
2019-05-20cfgloop.h (struct loop): Add simdlen member.Jakub Jelinek
2019-05-20Add missing default default_libc_has_fast_function implementation.Martin Liska
2019-01-12[openacc] Add used parameter to TARGET_GOACC_VALIDATE_DIMSTom de Vries
2019-01-11aarch64.c (aarch64_simd_call_p): New function.Steve Ellcey
2019-01-01Update copyright years.Jakub Jelinek
2018-11-13[PATCH][GCC] Make DR_TARGET_ALIGNMENT compile time variableAndre Vieira
2018-10-01Add a hook to support telling the mid-end when to probe the stack.Tamar Christina
2018-07-31targhooks - provide an alternative hook for targets that never execute specul...Richard Earnshaw
2018-07-31Add __builtin_speculation_safe_valueRichard Earnshaw
2018-07-17Clean up of new format of -falign-FOO.Martin Liska
2018-07-12Extend tree code folds to IFN_COND_*Richard Sandiford
2018-07-06re PR target/86324 (testsuite test divkc3-1.c FAILs when compiling with -mabi...Peter Bergner
2018-06-08Remove MPXMartin Liska
2018-04-30Microblaze Target: PIC data text relative Andrew Sadek
2018-01-13Rework the legitimize_address_displacement hookRichard Sandiford
2018-01-13Add an "early rematerialisation" passRichard Sandiford
2018-01-13Add an empty_mask_is_expensive hookRichard Sandiford
2018-01-12re PR target/80846 (auto-vectorized AVX2 horizontal sum should narrow to 128b...Richard Biener
2018-01-03Update copyright years.Jakub Jelinek
2018-01-03poly_int: current_vector_size and TARGET_AUTOVECTORIZE_VECTOR_SIZESRichard Sandiford
2018-01-03poly_int: get_mask_modeRichard Sandiford
2017-12-21poly_int: argument sizesRichard Sandiford
2017-12-20poly_int: DWARF locationsRichard Sandiford
2017-12-14poly_int: add poly-int.hRichard Sandiford
2017-11-22re PR c++/60336 (empty struct value is passed differently in C and C++)Marek Polacek
2017-11-01Add a fixed_size_mode classRichard Sandiford
2017-10-31builtins.def (DEF_FLOATN_BUILTIN): Change most _Float<N> and _Float<N>X built...Michael Meissner
2017-10-26This patch adds a new hook that gives the preferred alignment for a static rt...Richard Sandiford
2017-10-23re PR debug/82630 (Bogus DW_AT_GNU_call_site_value)Jakub Jelinek
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford