aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-15re PR c++/79085 (ICE with placement new to unaligned location)Jakub Jelinek1-3/+8
2018-02-08re PR tree-optimization/84224 (ICE in execute, at gimple-ssa-warn-alloca.c:448)Aldy Hernandez1-1/+1
2018-01-03PR tree-optimization/83603 - ICE in builtin_memref at gcc/gimple-ssa-warn-res...Martin Sebor1-4/+19
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford1-8/+5
2018-01-03poly_int: GET_MODE_BITSIZERichard Sandiford1-4/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-03poly_int: struct_value_sizeRichard Sandiford1-5/+7
2018-01-03poly_int: load_register_parametersRichard Sandiford1-23/+37
2018-01-03poly_int: PUSH_ROUNDINGRichard Sandiford1-8/+6
2017-12-21poly_int: argument sizesRichard Sandiford1-239/+329
2017-12-21poly_int: REG_ARGS_SIZERichard Sandiford1-2/+2
2017-12-20poly_int: SUBREG_BYTERichard Sandiford1-2/+2
2017-12-20Add a gen_int_shift_amount helper functionRichard Sandiford1-3/+5
2017-12-20re PR c++/83490 (ICE in find_call_stack_args, at dce.c:392)Jakub Jelinek1-0/+3
2017-12-20Don't call targetm.calls.static_chain in non-static functionTom de Vries1-0/+11
2017-12-16PR tree-optimization/78918 - missing -Wrestrict on memcpy copying over selfMartin Sebor1-17/+41
2017-12-16Revert accidental commitRichard Sandiford1-5/+3
2017-12-16Add a gen_int_shift_amount helper functionRichard Sandiford1-3/+5
2017-11-22re PR c++/60336 (empty struct value is passed differently in C and C++)Marek Polacek1-11/+24
2017-11-21re PR tree-optimization/82945 (add warning for passing non-strings to functio...Martin Sebor1-52/+0
2017-11-21PR tree-optimization/82945 - add warning for passing non-strings to functions...Martin Sebor1-0/+208
2017-10-19asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou1-16/+9
2017-10-13Make more use of subreg_lowpart_offsetRichard Sandiford1-13/+2
2017-10-10Require wi::to_wide for treesRichard Sandiford1-11/+9
2017-10-02Fix mismatched precisions in tree arithmeticRichard Sandiford1-3/+2
2017-09-21Make more use of simplify_gen_binaryRichard Sandiford1-10/+2
2017-09-12Turn SLOW_UNALIGNED_ACCESS into a target hookRichard Sandiford1-2/+2
2017-09-05Make more use of int_mode_for_sizeRichard Sandiford1-4/+5
2017-09-04Turn FUNCTION_ARG_PADDING into a target hookRichard Sandiford1-10/+13
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford1-55/+15
2017-08-30Add a partial_subreg_p predicateRichard Sandiford1-2/+1
2017-08-30[17/77] Add an int_mode_for_size helper functionRichard Sandiford1-3/+6
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-08-03re PR driver/81650 (gcc -m32 mishandles -Walloc-size-larger-than=922337203685...Jakub Jelinek1-12/+18
2017-06-09builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST, [...]): New.Jan Hubicka1-0/+2
2017-05-12Patch for RTL expand bug affecting aarch64 vector code.Jim Wilson1-2/+3
2017-05-04re PR tree-optimization/80612 (ICE in get_range_info, at tree-ssanames.c:375)Marek Polacek1-1/+1
2017-05-01calls.c (combine_pending_stack_adjustment_and_call): Remove unnecessary unadj...Nathan Sidwell1-7/+2
2017-03-29re PR ada/80146 (ICE in copy_to_mode_reg, at explow.c:612)Andreas Schwab1-0/+3
2017-03-14re PR c/79936 (ICE with -Walloc-size-larger-than=32767)Martin Sebor1-0/+3
2017-02-13Replace XALLOCAVEC with XCNEWVEC (PR c/79471).Martin Liska1-2/+2
2017-01-10PR tree-optimization/78775 - [7 Regression] ICE in maybe_warn_alloc_args_over...Martin Sebor1-135/+139
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-95/+0
2016-12-14PR c/78673 - sprintf missing attribute nonnull on destination argumentMartin Sebor1-0/+95
2016-12-08PR c/77531 - __attribute__((alloc_size(1,2))) could also warn on multiplicati...Martin Sebor1-1/+340
2016-12-06Put back blank lineEric Botcazou1-0/+1
2016-12-06re PR middle-end/78700 (gccgo testcases stack.go, recover.go, crypto/tls fails)Eric Botcazou1-7/+3
2016-11-29[Patch] New hook TARGET_STACK_PROTECT_RUNTIME_ENABLED_P to disable SSP runtimeJiong Wang1-1/+3
2016-10-16re PR ada/37139 (DEP prevents using Ada tasking)Eric Botcazou1-16/+85