aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/tm.texi
AgeCommit message (Expand)Author
2019-11-30[C] Add a target hook that allows targets to verify type usageRichard Sandiford
2019-11-272019-11-27 Richard Biener <rguenther@suse.de>Richard Biener
2019-11-18Remove vestiges of MODIFY_JNI_METHOD_CALLTom Tromey
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-11-12Remove option_default_params and option_validate_param hooks.Martin Liska
2019-11-12Remove set_default_param_value from documentation.Martin Liska
2019-10-31 * configure.ac: Compute and substitute omp_device_properties andJakub Jelinek
2019-09-30Remove global call sets: LRARichard Sandiford
2019-09-30Pass an ABI identifier to hard_regno_call_part_clobberedRichard Sandiford
2019-09-30Add a function for getting the ABI of a call insn targetRichard Sandiford
2019-09-30Add a target hook for getting an ABI from a function typeRichard Sandiford
2019-09-27[C][C++] Allow targets to check calls to BUILT_IN_MD functionsRichard Sandiford
2019-09-14 Consider doloop IV in IVOPTsKewen Lin
2019-09-10Remove call_really_used_regsRichard Sandiford
2019-09-09Remove bt-load.cRichard Sandiford
2019-09-03Implement TARGET_HANDLE_GENERIC_ATTRIBUTEJozef Lawrynowicz
2019-08-20Use function_arg_info for TARGET_MUST_PASS_IN_STACKRichard 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-08-13Improve documentation of target hooks for libc functionsJonathan Wakely
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-06-272019-06-27 Aaron Sawdey <acsawdey@linux.ibm.com>Aaron Sawdey
2019-06-18 Add predict_doloop_p target hookKewen Lin
2019-05-20 * cfgloop.h (struct loop): Add simdlen member.Jakub Jelinek
2019-05-20Come up with hook libc_has_fast_function (PR middle-end/90263).Martin Liska
2019-02-18Support if statement in !GCC$ builtin directive.Martin Liska
2019-01-12[openacc] Add used parameter to TARGET_GOACC_VALIDATE_DIMSTom de Vries
2019-01-112019-01-11 Steve Ellcey <sellcey@marvell.com>Steve Ellcey
2019-01-112019-01-11 Steve Ellcey <sellcey@marvell.com>Steve Ellcey
2019-01-092019-01-09 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore
2019-01-01 Update copyright years.Jakub Jelinek
2018-12-14[PATCH 1/3][GCC] Add new target hook asm_post_cfi_startprocSam Tebbs
2018-11-162018-11-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>Jozef Lawrynowicz
2018-11-13[PATCH][GCC] Make DR_TARGET_ALIGNMENT compile time variableAndre Vieira
2018-11-09PR c/87795 - Excessive alignment permitted for functions and labelsMartin Sebor
2018-11-07doc: Use @: where neededSegher Boessenkool
2018-10-28Add D front-end, libphobos library, and D2 testsuite.Iain Buclaw
2018-10-04gcc/Peter Bergner
2018-10-01Allow back-ends to be able to do custom validations on params. Tamar Christina
2018-10-01Add a hook to support telling the mid-end when to probe the stack.Tamar Christina
2018-09-03Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193).Martin Liska
2018-08-302018-08-30 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore