aboutsummaryrefslogtreecommitdiff
path: root/gcc/targhooks.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-25target/89125 - BSD and math functionsSteve Kargl1-0/+1
2022-01-04ipa-inline: Add target info into fn summary [PR102059]Kewen Lin1-0/+2
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-04vect: Convert cost hooks to classesRichard Sandiford1-7/+1
2021-10-20calls.c: Remove some dead code and target hooksAlex Coplan1-4/+0
2021-08-16gcov: Add TARGET_GCOV_TYPE_SIZE target hookSebastian Huber1-0/+2
2021-07-29Use preferred mode for doloop IV [PR61837]Jiufu Guo1-0/+1
2021-06-17Add a target calls hook: TARGET_PUSH_ARGUMENTH.J. Lu1-0/+1
2021-05-11vect: Add costing_for_scalar parameter to init_cost hookKewen Lin1-1/+1
2021-04-03rs6000: Avoid -fpatchable-function-entry* regressions on powerpc64 be [PR98125]Jakub Jelinek1-0/+3
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-17Update default_estimated_poly_value prototype in targhooks.hH.J. Lu1-1/+2
2020-12-02introduce overridable clear_cache emitterAlexandre Oliva1-0/+1
2020-11-25libsanitizer: mid-end: Introduce stack variable handling for HWASANMatthew Malcomson1-0/+8
2020-11-25libsanitizer: options: Add hwasan flags and argument parsingMatthew Malcomson1-0/+1
2020-10-30Add -fzero-call-used-regs option and zero_call_used_regs function attributes.qing zhao1-0/+1
2020-09-30[nvptx] Add type arg to TARGET_LIBC_HAS_FUNCTIONTom de Vries1-3/+3
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