aboutsummaryrefslogtreecommitdiff
path: root/gcc/targhooks.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-13[APX CCMP] Add targetm.have_ccmp hook [PR115370]Hongyu Wang1-0/+1
2024-05-10c++, mingw: Fix up types of dtor hooks to __cxa_{,thread_}atexit/__cxa_throw ...Jakub Jelinek1-0/+1
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-16Add support for target_version attributeAndrew Carlotti1-0/+1
2023-12-05Add a new target hook: TARGET_START_CALL_ARGSRichard Sandiford1-2/+3
2023-11-23gcc: Introduce -fhardenedMarek Polacek1-0/+1
2023-11-18gcov: Remove TARGET_GCOV_TYPE_SIZE target hookSebastian Huber1-2/+0
2023-09-06Middle-end _BitInt support [PR102989]Jakub Jelinek1-0/+1
2023-08-09targhooks: Extend legitimate_address_p with code_helper [PR110248]Kewen Lin1-3/+3
2023-04-28Add targetm.libm_function_max_errorJakub Jelinek1-0/+3
2023-03-12middle-end: Implement preferred_div_as_shifts_over_mult [PR108583]Tamar Christina1-0/+2
2023-03-12middle-end: Revert can_special_div_by_const changes [PR108583]Tamar Christina1-2/+0
2023-03-03c++, v3: Emit fundamental tinfos for _Float16/decltype(0.0bf16) types on ia32...Jakub Jelinek1-0/+2
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-11-24Adjust the symbol for SECTION_LINK_ORDER linked_to section [PR99889]Kewen.Lin1-3/+0
2022-11-14middle-end: Support not decomposing specific divisions during vectorization.Tamar Christina1-0/+2
2022-11-04Better integrate default 'sorry' 'TARGET_ASM_CONSTRUCTOR', 'TARGET_ASM_DESTRU...Thomas Schwinge1-0/+2
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