aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)Author
2018-08-28re PR middle-end/87099 (internal compiler error: segmentation fault)Jakub Jelinek
2018-07-18backport: PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with s...Martin Sebor
2018-06-18PR c/82063 - issues with arguments enabled by -WallMartin Sebor
2018-06-04PR c/85623 - strncmp() warns about attribute 'nonstring' incorrectlyMartin Sebor
2018-05-22PR middle-end/85643 - attribute nonstring fails to squash -Wstringop-truncati...Martin Sebor
2018-03-28Fix typos (PR other/84819).Martin Liska
2018-03-15re PR c++/79085 (ICE with placement new to unaligned location)Jakub Jelinek
2018-02-08re PR tree-optimization/84224 (ICE in execute, at gimple-ssa-warn-alloca.c:448)Aldy Hernandez
2018-01-03PR tree-optimization/83603 - ICE in builtin_memref at gcc/gimple-ssa-warn-res...Martin Sebor
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford
2018-01-03poly_int: GET_MODE_BITSIZERichard Sandiford
2018-01-03Update copyright years.Jakub Jelinek
2018-01-03poly_int: struct_value_sizeRichard Sandiford
2018-01-03poly_int: load_register_parametersRichard Sandiford
2018-01-03poly_int: PUSH_ROUNDINGRichard Sandiford
2017-12-21poly_int: argument sizesRichard Sandiford
2017-12-21poly_int: REG_ARGS_SIZERichard Sandiford
2017-12-20poly_int: SUBREG_BYTERichard Sandiford
2017-12-20Add a gen_int_shift_amount helper functionRichard Sandiford
2017-12-20re PR c++/83490 (ICE in find_call_stack_args, at dce.c:392)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-12-16Revert accidental commitRichard Sandiford
2017-12-16Add a gen_int_shift_amount helper functionRichard Sandiford
2017-11-22re PR c++/60336 (empty struct value is passed differently in C and C++)Marek Polacek
2017-11-21re PR tree-optimization/82945 (add warning for passing non-strings to functio...Martin Sebor
2017-11-21PR tree-optimization/82945 - add warning for passing non-strings to functions...Martin Sebor
2017-10-19asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou
2017-10-13Make more use of subreg_lowpart_offsetRichard Sandiford
2017-10-10Require wi::to_wide for treesRichard Sandiford
2017-10-02Fix mismatched precisions in tree arithmeticRichard Sandiford
2017-09-21Make more use of simplify_gen_binaryRichard Sandiford
2017-09-12Turn SLOW_UNALIGNED_ACCESS into a target hookRichard Sandiford
2017-09-05Make more use of int_mode_for_sizeRichard Sandiford
2017-09-04Turn FUNCTION_ARG_PADDING into a target hookRichard Sandiford
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford
2017-08-30Add a partial_subreg_p predicateRichard Sandiford
2017-08-30[17/77] Add an int_mode_for_size helper functionRichard Sandiford
2017-08-08trans.c: Include header files.Martin Liska
2017-08-03re PR driver/81650 (gcc -m32 mishandles -Walloc-size-larger-than=922337203685...Jakub Jelinek
2017-06-09builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST, [...]): New.Jan Hubicka
2017-05-12Patch for RTL expand bug affecting aarch64 vector code.Jim Wilson
2017-05-04re PR tree-optimization/80612 (ICE in get_range_info, at tree-ssanames.c:375)Marek Polacek
2017-05-01calls.c (combine_pending_stack_adjustment_and_call): Remove unnecessary unadj...Nathan Sidwell
2017-03-29re PR ada/80146 (ICE in copy_to_mode_reg, at explow.c:612)Andreas Schwab
2017-03-14re PR c/79936 (ICE with -Walloc-size-larger-than=32767)Martin Sebor
2017-02-13Replace XALLOCAVEC with XCNEWVEC (PR c/79471).Martin Liska
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