]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/calls.c
Correct a function pre/postcondition [PR102403].
[thirdparty/gcc.git] / gcc / calls.c
2021-08-17  Martin SeborMove more warning code to gimple-ssa-warn-access etc.
2021-08-06  Martin SeborMove more code to new gimple-ssa-warn-access pass.
2021-07-28  Martin SeborAdd new gimple-ssa-warn-access pass.
2021-07-28  Martin UeckerCorrect a mistake in a warnung for -Wnonnull.
2021-07-06  Martin SeborImprove warning suppression for inlined functions.
2021-06-25  Martin SeborPR middle-end/101216 - spurious notes for function...
2021-06-25  Martin Sebormiddle-end: add support for per-location warning groups.
2021-06-17  H.J. LuAdd a target calls hook: TARGET_PUSH_ARGUMENT
2021-06-03  Aldy HernandezReplace uses of determine_value_range with range_of_expr.
2021-05-25  Richard Bienermiddle-end/100727 - fix call expansion with WITH_SIZE_E...
2021-05-05  Richard Bienermiddle-end/100394 - avoid DSE/DCE of pure call that...
2021-04-27  David Edelsohnaix: TLS precompute register parameters (PR 94177)
2021-03-09  Eric BotcazouFix internal error on lambda function
2021-02-09  Jakub Jelinekcalls: Fix a memory leak in maybe_warn_rdwr_sizes ...
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-03  Martin SeborAdd support for detecting mismatched allocation/dealloc...
2020-11-06  Nathan Sidwellcore: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTIN
2020-11-02  Alan Modracan_implement_as_sibling_call_p REG_PARM_STACK_SPACE...
2020-10-26  Jan HubickaExtend builtin fnspecs
2020-10-24  Aldy HernandezHandle undefined ranges in get_size_range.
2020-10-20  Aldy HernandezConvert -Wrestrict pass to ranger.
2020-10-12  Martin SeborGeneralize compute_objsize to return maximum size/offse...
2020-10-02  Jan HubickaCommonize handling of attr-fnspec
2020-09-29  Martin SeborCorrect and improve -Wnonnull for calls to functions...
2020-09-19  Martin SeborExtend -Wstringop-overflow to detect out-of-bounds...
2020-09-19  Martin SeborInfrastructure & C front end changes for array paramete...
2020-08-28  Martin SeborAdd -Wstringop-overread for reading past the end by...
2020-08-27  Martin Liskavec: add exact argument for various grow functions.
2020-07-28  Jakub Jelinekexpander: Fix ICE in maybe_warn_rdwr_sizes [PR96335]
2020-06-28  Martin SeborUnderline argument in -Wnonnull and in C++ extend warni...
2020-06-04  Martin SeborImplement a solution for PR middle-end/10138 and PR...
2020-04-29  Richard Sandifordcalls: Remove FIXME for cxx17_empty_base_field_p
2020-04-29  Jakub Jelinekc++, middle-end, rs6000: Fix C++17 ABI incompatibilitie...
2020-04-22  Jakub Jelinekcalls: Introduce cxx17_empty_base_field_p [PR94383]
2020-03-27  Martin SeborPR c++/94098 - ICE on attribute access redeclaration
2020-03-02  Martin SeborPR middle-end/92721 - checking ICE on attribute access...
2020-01-31  David Malcolmcalls.c: refactor special_function_p for use by analyze...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-11-22  Martin SeborPR middle-end/83859 - attributes to associate pointer...
2019-11-06  Eric Botcazouintroduce -fcallgraph-info option
2019-10-29  Richard Sandiford[AArch64] Add support for the SVE PCS
2019-10-09  Martin SeborPR tree-optimization/90879 - fold zero-equality of...
2019-09-06  Jakub Jelinekfunction.c (assign_parm_find_data_types): Use RECORD_OR...
2019-09-05  Jakub Jelinekre PR middle-end/91001 (internal compiler error: in...
2019-08-20  Richard SandifordAdd a pass_by_reference flag to function_arg_info
2019-08-20  Richard SandifordMake calls.c use function_arg_info internally
2019-08-20  Richard SandifordAdd a apply_pass_by_reference_rules helper
2019-08-20  Richard SandifordUse function_arg_info for TARGET_MUST_PASS_IN_STACK
2019-08-20  Richard SandifordUse function_arg_info for TARGET_CALLEE_COPIES
2019-08-20  Richard SandifordUse function_arg_info for TARGET_FUNCTION_ARG_ADVANCE
2019-08-20  Richard SandifordUse function_arg_info for TARGET_FUNCTION_(INCOMING_)ARG
2019-08-20  Richard SandifordUse function_arg_info for TARGET_PASS_BY_REFERENCE
2019-08-20  Richard SandifordUse function_arg_info for TARGET_ARG_PARTIAL_BYTES
2019-08-20  Richard SandifordAdd must_pass_va_arg_in_stack
2019-08-20  Richard SandifordAdd pass_va_arg_by_reference
2019-08-13  Richard SandifordProtect some checks of DECL_FUNCTION_CODE
2019-07-25  Martin LiskaCome up with function_decl_type and use it in tree_func...
2019-06-14  H.J. LuUpdate preferred_stack_boundary only when expanding...
2019-05-16  Jakub Jelinekre PR fortran/90329 (Incompatibility between gfortran...
2019-04-04  Martin SeborPR middle-end/89957 - ICE calling strnlen with an int12...
2019-02-13  Martin LiskaClean up MPX-related stuff.
2019-01-09  Sandra LoosemorePR other/16615 [1/5]
2019-01-04  Martin SeborPR tree-optimization/88659 - ICE in maybe_warn_nonstrin...
2019-01-02  Martin Seborgimple-fold.h (get_range_strlen): Update prototype.
2019-01-01  Jakub JelinekUpdate copyright years.
2018-12-14  Martin SeborPR tree-optimization/88372 - alloc_size attribute is...
2018-12-05  Jeff Lawre PR c/87028 (false positive -Wstringop-truncation...
2018-10-17  Aldy Hernandezbitmap.c (bitmap_head::dump): New.
2018-09-28  Eric Botcazoucalls.c (expand_call): Try to do a tail call for thunks...
2018-08-28  Martin SeborPR middle-end/86631 - missing -Walloc-size-larger-than...
2018-08-28  Jakub Jelinekre PR middle-end/87099 (internal compiler error: segmen...
2018-08-27  Martin LiskaCome up with fndecl_built_in_p.
2018-08-20  David MalcolmAdd support for grouping of related diagnostics (PR...
2018-07-20  Martin SeborPR middle-end/82063 - issues with arguments enabled...
2018-07-07  Aldy Hernandeztree-vrp.c (vrp_int_const_binop): Change overflow type...
2018-06-18  Martin SeborPR middle-end/85602 - -Wsizeof-pointer-memaccess for...
2018-06-18  Martin SeborPR tree-optimization/81384 - built-in form of strnlen...
2018-06-12  Richard SandifordUse poly_int rtx accessors instead of hwi accessors
2018-06-08  Martin LiskaRemove MPX
2018-05-31  Martin SeborPR c/82063 - issues with arguments enabled by -Wall
2018-05-29  Martin SeborPR middle-end/85888 - New test case c-c++-common/attr...
2018-05-22  Martin SeborPR middle-end/85359 - duplicate -Wstringop-overflow...
2018-05-22  Martin SeborFix typo in a comment.
2018-05-22  Martin SeborPR c/85623 - strncmp() warns about attribute 'nonstring...
2018-05-15  Martin SeborPR middle-end/85643 - attribute nonstring fails to...
2018-03-28  Martin LiskaFix typos (PR other/84819).
2018-03-15  Jakub Jelinekre PR c++/79085 (ICE with placement new to unaligned...
2018-02-08  Aldy Hernandezre PR tree-optimization/84224 (ICE in execute, at gimpl...
2018-01-03  Martin SeborPR tree-optimization/83603 - ICE in builtin_memref...
2018-01-03  Richard Sandifordpoly_int: GET_MODE_SIZE
2018-01-03  Richard Sandifordpoly_int: GET_MODE_BITSIZE
2018-01-03  Jakub JelinekUpdate copyright years.
2018-01-03  Richard Sandifordpoly_int: struct_value_size
2018-01-03  Richard Sandifordpoly_int: load_register_parameters
2018-01-03  Richard Sandifordpoly_int: PUSH_ROUNDING
2017-12-21  Richard Sandifordpoly_int: argument sizes
2017-12-21  Richard Sandifordpoly_int: REG_ARGS_SIZE
2017-12-20  Richard Sandifordpoly_int: SUBREG_BYTE
2017-12-20  Richard SandifordAdd a gen_int_shift_amount helper function
2017-12-20  Jakub Jelinekre PR c++/83490 (ICE in find_call_stack_args, at dce...
next