aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-09-16Add inline functions for various bitwise operations.Jason Merrill1-3/+3
2016-08-09[PATCH][PR64971]Convert function pointer to Pmode when emit call.Renlin Li1-3/+12
2016-08-03re PR middle-end/71876 (longjmp is miscompiled with -ffreestanding)Bernd Edlinger1-37/+14
2016-07-21016-07-21 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger1-6/+2
2016-07-21016-07-21 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger1-5/+37
2016-05-20calls.c: fix warning on targets without REG_PARM_STACK_SPACEDavid Malcolm1-1/+1
2016-05-20Implement CALL_EXPR_MUST_TAIL_CALLDavid Malcolm1-16/+107
2016-05-20Introduce can_implement_as_sibling_call_pDavid Malcolm1-38/+76
2016-05-10re PR tree-optimization/70876 (ICE in chkp_find_bounds: Unexpected tree code ...Ilya Enkovich1-0/+10
2016-03-18* calls.c (load_register_parameters): Fix zero size sibcall logic.Jason Merrill1-3/+3
2016-03-12re PR ada/70017 (c52103x and c52104x test failure on s390x)Eric Botcazou1-2/+2
2016-01-15PR 69246: Invalid REG_ARGS_SIZE for sibcallsRichard Sandiford1-3/+10
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-04re PR tree-optimization/68680 (On-stack VLA does not cause instrumentation wi...Jakub Jelinek1-6/+14
2015-11-26[calls.c] PR rtl-optimization/67226: Take into account pretend_args_size when...Kyrylo Tkachov1-0/+7
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-5/+5
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-7/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-14/+12
2015-10-27Properly handle -fno-plt in ix86_expand_callH.J. Lu1-12/+0
2015-09-20switch from gimple to gimple*Trevor Saunders1-1/+1
2015-08-24genflags.c (gen_macro): Delete.Richard Sandiford1-61/+21
2015-07-17re PR rtl-optimization/66891 (ICE in expand_call, at calls.c:3407)Uros Bizjak1-0/+6
2015-07-15re PR target/58066 (__tls_get_addr is called with misaligned stack on x86-64)Uros Bizjak1-4/+7
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-2/+3