summaryrefslogtreecommitdiff
path: root/gcc/calls.h
AgeCommit message (Expand)Author
2020-04-29calls: Remove FIXME for cxx17_empty_base_field_pRichard Sandiford
2020-04-29c++, middle-end, rs6000: Fix C++17 ABI incompatibilities during class layout ...Jakub Jelinek
2020-04-22calls: Introduce cxx17_empty_base_field_p [PR94383]Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-08-20Add a pass_by_reference flag to function_arg_infoRichard Sandiford
2019-08-20Add a apply_pass_by_reference_rules helperRichard Sandiford
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_(INCOMING_)ARGRichard 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-20Add must_pass_va_arg_in_stackRichard Sandiford
2019-08-20Add pass_va_arg_by_referenceRichard Sandiford
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-12-20Don't call targetm.calls.static_chain in non-static functionTom de Vries
2017-12-16PR tree-optimization/78918 - missing -Wrestrict on memcpy copying over selfMartin Sebor
2017-11-21PR tree-optimization/82945 - add warning for passing non-strings to functions...Martin Sebor
2017-01-10PR tree-optimization/78775 - [7 Regression] ICE in maybe_warn_alloc_args_over...Martin Sebor
2017-01-01Update copyright years.Jakub Jelinek
2016-12-21re PR bootstrap/78817 (stage2 bootstrap failure in vec.h:1613:5: error: argum...Jakub Jelinek
2016-12-14PR c/78673 - sprintf missing attribute nonnull on destination argumentMartin Sebor
2016-12-08PR c/77531 - __attribute__((alloc_size(1,2))) could also warn on multiplicati...Martin Sebor
2016-07-21016-07-21 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger
2016-01-04Update copyright years.Jakub Jelinek
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-06-25function.h (struct incoming_args): Move struct.Andrew MacLeod
2015-01-15dojump.h: New header file.Prathamesh Kulkarni
2015-01-05Update copyright years.Jakub Jelinek
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford
2014-02-24* calls.h: Fix typo in comment.Alangi Derick
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo