]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/calls.c
[Ada] Warning for out-of-order record representation clauses
[thirdparty/gcc.git] / gcc / calls.c
2019-08-20  rsandifoAdd a pass_by_reference flag to function_arg_info
2019-08-20  rsandifoMake calls.c use function_arg_info internally
2019-08-20  rsandifoAdd a apply_pass_by_reference_rules helper
2019-08-20  rsandifoUse function_arg_info for TARGET_MUST_PASS_IN_STACK
2019-08-20  rsandifoUse function_arg_info for TARGET_CALLEE_COPIES
2019-08-20  rsandifoUse function_arg_info for TARGET_FUNCTION_ARG_ADVANCE
2019-08-20  rsandifoUse function_arg_info for TARGET_FUNCTION_(INCOMING_)ARG
2019-08-20  rsandifoUse function_arg_info for TARGET_PASS_BY_REFERENCE
2019-08-20  rsandifoUse function_arg_info for TARGET_ARG_PARTIAL_BYTES
2019-08-20  rsandifoAdd must_pass_va_arg_in_stack
2019-08-20  rsandifoAdd pass_va_arg_by_reference
2019-08-13  rsandifoProtect some checks of DECL_FUNCTION_CODE
2019-07-25  marxinCome up with function_decl_type and use it in tree_func...
2019-06-14  hjlUpdate preferred_stack_boundary only when expanding...
2019-05-16  jakub PR fortran/90329
2019-04-04  mseborPR middle-end/89957 - ICE calling strnlen with an int12...
2019-02-13  marxinClean up MPX-related stuff.
2019-01-09  sandra2019-01-09 Sandra Loosemore <sandra@codesourcery...
2019-01-04  mseborPR tree-optimization/88659 - ICE in maybe_warn_nonstrin...
2019-01-02  law * gimple-fold.h (get_range_strlen): Update prototype.
2019-01-01  jakub Update copyright years.
2018-12-14  mseborPR tree-optimization/88372 - alloc_size attribute is...
2018-12-05  law PR c/87028
2018-10-17  aldyh * bitmap.c (bitmap_head::dump): New.
2018-09-28  ebotcazou * calls.c (expand_call): Try to do a tail call for...
2018-08-28  mseborPR middle-end/86631 - missing -Walloc-size-larger-than...
2018-08-28  jakub PR middle-end/87099
2018-08-27  marxinCome up with fndecl_built_in_p.
2018-08-20  dmalcolmAdd support for grouping of related diagnostics (PR...
2018-07-20  mseborPR middle-end/82063 - issues with arguments enabled...
2018-07-07  aldyh * tree-vrp.c (vrp_int_const_binop): Change overflow...
2018-06-18  mseborPR middle-end/85602 - -Wsizeof-pointer-memaccess for...
2018-06-18  mseborPR tree-optimization/81384 - built-in form of strnlen...
2018-06-12  rsandifoUse poly_int rtx accessors instead of hwi accessors
2018-06-08  marxinRemove MPX
2018-05-31  mseborPR c/82063 - issues with arguments enabled by -Wall
2018-05-29  mseborPR middle-end/85888 - New test case c-c++-common/attr...
2018-05-22  mseborPR middle-end/85359 - duplicate -Wstringop-overflow...
2018-05-22  mseborFix typo in a comment.
2018-05-22  mseborPR c/85623 - strncmp() warns about attribute 'nonstring...
2018-05-15  mseborPR middle-end/85643 - attribute nonstring fails to...
2018-03-28  marxinFix typos (PR other/84819).
2018-03-15  jakub PR c++/79085
2018-02-08  aldyh PR tree-optimization/84224
2018-01-03  mseborPR tree-optimization/83603 - ICE in builtin_memref...
2018-01-03  rsandifopoly_int: GET_MODE_SIZE
2018-01-03  rsandifopoly_int: GET_MODE_BITSIZE
2018-01-03  jakub Update copyright years.
2018-01-03  rsandifopoly_int: struct_value_size
2018-01-03  rsandifopoly_int: load_register_parameters
2018-01-03  rsandifopoly_int: PUSH_ROUNDING
2017-12-21  rsandifopoly_int: argument sizes
2017-12-21  rsandifopoly_int: REG_ARGS_SIZE
2017-12-20  rsandifopoly_int: SUBREG_BYTE
2017-12-20  rsandifoAdd a gen_int_shift_amount helper function
2017-12-20  jakub PR c++/83490
2017-12-20  vriesDon't call targetm.calls.static_chain in non-static...
2017-12-16  mseborPR tree-optimization/78918 - missing -Wrestrict on...
2017-12-16  rsandifoRevert accidental commit
2017-12-16  rsandifoAdd a gen_int_shift_amount helper function
2017-11-22  mpolacek PR c++/60336
2017-11-21  mseborgcc/ChangeLog:
2017-11-21  mseborPR tree-optimization/82945 - add warning for passing...
2017-10-19  ebotcazou * asan.c (handle_builtin_alloca): Deal with all alloca...
2017-10-13  rsandifoMake more use of subreg_lowpart_offset
2017-10-10  rsandifoRequire wi::to_wide for trees
2017-10-02  rsandifoFix mismatched precisions in tree arithmetic
2017-09-21  rsandifoMake more use of simplify_gen_binary
2017-09-12  rsandifoTurn SLOW_UNALIGNED_ACCESS into a target hook
2017-09-05  rsandifoMake more use of int_mode_for_size
2017-09-04  rsandifoTurn FUNCTION_ARG_PADDING into a target hook
2017-09-04  rsandifoPR82045: Avoid passing machine modes through "..."
2017-08-30  rsandifoAdd a partial_subreg_p predicate
2017-08-30  rsandifo[17/77] Add an int_mode_for_size helper function
2017-08-08  marxin.
2017-08-03  jakub PR driver/81650
2017-06-09  hubicka * builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST,
2017-05-13  wilsonPatch for RTL expand bug affecting aarch64 vector code.
2017-05-04  mpolacek PR tree-optimization/80612
2017-05-01  nathan * calls.c (combine_pending_stack_adjustment_and_call...
2017-03-29  schwab PR ada/80146
2017-03-14  law PR c/79936
2017-02-13  marxinReplace XALLOCAVEC with XCNEWVEC (PR c/79471).
2017-01-10  mseborPR tree-optimization/78775 - [7 Regression] ICE in...
2017-01-01  jakub Update copyright years.
2016-12-21  jakub PR bootstrap/78817
2016-12-14  mseborPR c/78673 - sprintf missing attribute nonnull on desti...
2016-12-08  mseborPR c/77531 - __attribute__((alloc_size(1,2))) could...
2016-12-06  ebotcazouPut back blank line
2016-12-06  ebotcazou PR middle-end/78700
2016-11-29  jiwang[Patch] New hook TARGET_STACK_PROTECT_RUNTIME_ENABLED_P...
2016-10-16  ebotcazou PR ada/37139
2016-10-13  thopre01Move MEMMODEL_* from coretypes.h to memmodel.h
2016-09-16  jason Add inline functions for various bitwise operations.
2016-08-09  renlin[PATCH][PR64971]Convert function pointer to Pmode when...
2016-08-03  edlinger2016-08-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-07-21  edlinger016-07-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-07-21  edlinger016-07-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-05-20  dmalcolmcalls.c: fix warning on targets without REG_PARM_STACK_...
2016-05-20  dmalcolmImplement CALL_EXPR_MUST_TAIL_CALL
next