summaryrefslogtreecommitdiff
path: root/gcc/calls.c
Commit message (Expand)AuthorAgeFilesLines
* PR tree-optimization/84224aldyh2018-02-081-1/+1
* PR tree-optimization/83603 - ICE in builtin_memref at gcc/gimple-ssa-warn-res...msebor2018-01-031-4/+19
* poly_int: GET_MODE_SIZErsandifo2018-01-031-8/+5
* poly_int: GET_MODE_BITSIZErsandifo2018-01-031-4/+3
* Update copyright years.jakub2018-01-031-1/+1
* poly_int: struct_value_sizersandifo2018-01-031-5/+7
* poly_int: load_register_parametersrsandifo2018-01-031-23/+37
* poly_int: PUSH_ROUNDINGrsandifo2018-01-031-8/+6
* poly_int: argument sizesrsandifo2017-12-211-239/+329
* poly_int: REG_ARGS_SIZErsandifo2017-12-211-2/+2
* poly_int: SUBREG_BYTErsandifo2017-12-201-2/+2
* Add a gen_int_shift_amount helper functionrsandifo2017-12-201-3/+5
* PR c++/83490jakub2017-12-201-0/+3
* Don't call targetm.calls.static_chain in non-static functionvries2017-12-201-0/+11
* PR tree-optimization/78918 - missing -Wrestrict on memcpy copying over selfmsebor2017-12-161-17/+41
* Revert accidental commitrsandifo2017-12-161-5/+3
* Add a gen_int_shift_amount helper functionrsandifo2017-12-161-3/+5
* PR c++/60336mpolacek2017-11-221-11/+24
* gcc/ChangeLog:msebor2017-11-211-52/+0
* PR tree-optimization/82945 - add warning for passing non-strings to functions...msebor2017-11-211-0/+208
* * asan.c (handle_builtin_alloca): Deal with all alloca variants.ebotcazou2017-10-191-16/+9
* Make more use of subreg_lowpart_offsetrsandifo2017-10-131-13/+2
* Require wi::to_wide for treesrsandifo2017-10-101-11/+9
* Fix mismatched precisions in tree arithmeticrsandifo2017-10-021-3/+2
* Make more use of simplify_gen_binaryrsandifo2017-09-211-10/+2
* Turn SLOW_UNALIGNED_ACCESS into a target hookrsandifo2017-09-121-2/+2
* Make more use of int_mode_for_sizersandifo2017-09-051-4/+5
* Turn FUNCTION_ARG_PADDING into a target hookrsandifo2017-09-041-10/+13
* PR82045: Avoid passing machine modes through "..."rsandifo2017-09-041-55/+15
* Add a partial_subreg_p predicatersandifo2017-08-301-2/+1
* [17/77] Add an int_mode_for_size helper functionrsandifo2017-08-301-3/+6
* .marxin2017-08-081-0/+2
* PR driver/81650jakub2017-08-031-12/+18
* * builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST,hubicka2017-06-091-0/+2
* Patch for RTL expand bug affecting aarch64 vector code.wilson2017-05-131-2/+3
* PR tree-optimization/80612mpolacek2017-05-041-1/+1
* * calls.c (combine_pending_stack_adjustment_and_call): Removenathan2017-05-011-7/+2
* PR ada/80146schwab2017-03-291-0/+3
* PR c/79936law2017-03-141-0/+3
* Replace XALLOCAVEC with XCNEWVEC (PR c/79471).marxin2017-02-131-2/+2
* PR tree-optimization/78775 - [7 Regression] ICE in maybe_warn_alloc_args_over...msebor2017-01-101-135/+139
* Update copyright years.jakub2017-01-011-1/+1
* PR bootstrap/78817jakub2016-12-211-95/+0
* PR c/78673 - sprintf missing attribute nonnull on destination argumentmsebor2016-12-141-0/+95
* PR c/77531 - __attribute__((alloc_size(1,2))) could also warn on multiplicati...msebor2016-12-081-1/+340
* Put back blank lineebotcazou2016-12-061-0/+1
* PR middle-end/78700ebotcazou2016-12-061-7/+3
* [Patch] New hook TARGET_STACK_PROTECT_RUNTIME_ENABLED_P to disable SSP runtimejiwang2016-11-291-1/+3
* PR ada/37139ebotcazou2016-10-161-16/+85
* Move MEMMODEL_* from coretypes.h to memmodel.hthopre012016-10-131-0/+1