aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/tm.texi
AgeCommit message (Expand)AuthorFilesLines
2020-12-04Refactor -frecord-gcc-switches.Martin Liska1-36/+2
2020-12-02introduce overridable clear_cache emitterAlexandre Oliva1-2/+15
2020-11-29d: Add darwin support for D language front-endIain Buclaw1-0/+20
2020-11-25libsanitizer: mid-end: Introduce stack variable handling for HWASANMatthew Malcomson1-0/+57
2020-11-25libsanitizer: options: Add hwasan flags and argument parsingMatthew Malcomson1-0/+9
2020-11-17Relocatable read-only section support for absolute jump tableHaochen Gui1-5/+6
2020-11-13Asan changes for RISC-V.Jim Wilson1-1/+2
2020-11-11CFI-handling : Add a hook to allow target-specific Personality and LSDA indir...Iain Sandoe1-0/+4
2020-10-30Add -fzero-call-used-regs option and zero_call_used_regs function attributes.qing zhao1-0/+12
2020-10-27d: Remove the d_critsec_size target hook.Iain Buclaw1-7/+0
2020-09-30[nvptx] Add type arg to TARGET_LIBC_HAS_FUNCTIONTom de Vries1-2/+5
2020-09-14options: Save and restore opts_set for Optimization and Target optionsJakub Jelinek1-2/+2
2020-08-03doc: fix a typo in tm.texiWei Wentao1-1/+1
2020-07-21Add TARGET_LOWER_LOCAL_DECL_ALIGNMENT [PR95237]Sunil K Pandey1-0/+5
2020-07-16doc: Document TARGET_TRULY_NOOP_TRUNCATION requires trunc?i?i2 patterns.Roger Sayle1-1/+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/+7
2020-05-05add vec_info * parameters where neededRichard Biener1-1/+1
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek1-2/+2
2020-03-12doc: Fix up ASM_OUTPUT_ALIGNED_DECL_LOCAL descriptionJakub Jelinek1-3/+3
2020-01-24doc: target.def (flags_regnum): Also mention effect on delay slot filling.Hans-Peter Nilsson1-1/+3
2020-01-09Add a compatible_vector_types_p target hookRichard Sandiford1-0/+21
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-30[C] Add a target hook that allows targets to verify type usageRichard Sandiford1-0/+13
2019-11-27target.def (TARGET_VECTORIZE_BUILTIN_CONVERSION): Remove.Richard Biener1-12/+0
2019-11-18Remove vestiges of MODIFY_JNI_METHOD_CALLTom Tromey1-16/+0
2019-11-16Optionally pick the cheapest loop_vec_infoRichard Sandiford1-2/+12
2019-11-14Replace autovectorize_vector_sizes with autovectorize_vector_modesRichard Sandiford1-6/+14
2019-11-14Pass the data vector mode to get_mask_modeRichard Sandiford1-10/+10
2019-11-14Add a targetm.vectorize.related_mode hookRichard Sandiford1-0/+24
2019-11-12Remove option_default_params and option_validate_param hooks.Martin Liska1-8/+0
2019-11-12Remove set_default_param_value from documentation.Martin Liska1-2/+2
2019-10-31configure.ac: Compute and substitute omp_device_properties and omp_device_pro...Jakub Jelinek1-0/+7
2019-09-30Remove global call sets: LRARichard Sandiford1-12/+0
2019-09-30Pass an ABI identifier to hard_regno_call_part_clobberedRichard Sandiford1-8/+17
2019-09-30Add a function for getting the ABI of a call insn targetRichard Sandiford1-12/+11
2019-09-30Add a target hook for getting an ABI from a function typeRichard Sandiford1-0/+10
2019-09-27[C][C++] Allow targets to check calls to BUILT_IN_MD functionsRichard Sandiford1-0/+15
2019-09-14Consider doloop IV in IVOPTsKewen Lin1-0/+30
2019-09-10Remove call_really_used_regsRichard Sandiford1-2/+6
2019-09-09Remove bt-load.cRichard Sandiford1-22/+0
2019-09-03Implement TARGET_HANDLE_GENERIC_ATTRIBUTEJozef Lawrynowicz1-0/+8
2019-08-20Use function_arg_info for TARGET_MUST_PASS_IN_STACKRichard Sandiford1-2/+2
2019-08-20Use function_arg_info for TARGET_CALLEE_COPIESRichard Sandiford1-1/+1
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford1-3/+2
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford1-13/+5
2019-08-20Use function_arg_info for TARGET_SETUP_INCOMING_ARGSRichard Sandiford1-3/+3
2019-08-20Use function_arg_info for TARGET_PASS_BY_REFERENCERichard Sandiford1-3/+3
2019-08-20Use function_arg_info for TARGET_ARG_PARTIAL_BYTESRichard Sandiford1-1/+1
2019-08-15Remove TARGET_SETUP_INCOMING_VARARG_BOUNDSRichard Sandiford1-6/+0