aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-06-20calls: Change return type of predicate function from int to boolUros Bizjak1-1/+1
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-08-17Move more warning code to gimple-ssa-warn-access etc.Martin Sebor1-14/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-03can_implement_as_sibling_call_p REG_PARM_STACK_SPACE checkAlan Modra1-0/+1
2020-10-20Convert -Wrestrict pass to ranger.Aldy Hernandez1-0/+2
2020-10-12Generalize compute_objsize to return maximum size/offset instead of failing (...Martin Sebor1-1/+9
2020-08-28Add -Wstringop-overread for reading past the end by string functions.Martin Sebor1-1/+1
2020-04-29calls: Remove FIXME for cxx17_empty_base_field_pRichard Sandiford1-4/+1
2020-04-29c++, middle-end, rs6000: Fix C++17 ABI incompatibilities during class layout ...Jakub Jelinek1-1/+4
2020-04-22calls: Introduce cxx17_empty_base_field_p [PR94383]Jakub Jelinek1-0/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-08-20Add a pass_by_reference flag to function_arg_infoRichard Sandiford1-4/+12
2019-08-20Add a apply_pass_by_reference_rules helperRichard Sandiford1-0/+2
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-2/+2
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford1-0/+11
2019-08-20Use function_arg_info for TARGET_PASS_BY_REFERENCERichard Sandiford1-2/+1
2019-08-20Use function_arg_info for TARGET_ARG_PARTIAL_BYTESRichard Sandiford1-0/+71
2019-08-20Add must_pass_va_arg_in_stackRichard Sandiford1-0/+1
2019-08-20Add pass_va_arg_by_referenceRichard Sandiford1-0/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20Don't call targetm.calls.static_chain in non-static functionTom de Vries1-0/+1
2017-12-16PR tree-optimization/78918 - missing -Wrestrict on memcpy copying over selfMartin Sebor1-1/+1
2017-11-21PR tree-optimization/82945 - add warning for passing non-strings to functions...Martin Sebor1-0/+2
2017-01-10PR tree-optimization/78775 - [7 Regression] ICE in maybe_warn_alloc_args_over...Martin Sebor1-0/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-21re PR bootstrap/78817 (stage2 bootstrap failure in vec.h:1613:5: error: argum...Jakub Jelinek1-1/+0
2016-12-14PR c/78673 - sprintf missing attribute nonnull on destination argumentMartin Sebor1-0/+1
2016-12-08PR c/77531 - __attribute__((alloc_size(1,2))) could also warn on multiplicati...Martin Sebor1-2/+1
2016-07-21016-07-21 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-09-20switch from gimple to gimple*Trevor Saunders1-1/+1
2015-06-25function.h (struct incoming_args): Move struct.Andrew MacLeod1-0/+5
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-0/+6
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-2/+2
2014-02-24* calls.h: Fix typo in comment.Alangi Derick1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+31