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