aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-12/+3
2015-06-30defaults.h (HAVE_epilogue, [...]): Delete.Richard Sandiford1-7/+2
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25function.h (struct incoming_args): Move struct.Andrew MacLeod1-0/+44
2015-06-25cgraph.h (cgraph_rtl_info): Move to rtl.hAndrew MacLeod1-1/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-4/+3
2015-06-04c-common.c (noplt): New attribute.Sriraman Tallam1-1/+7
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-27[expr.c] PR target/65358 Avoid clobbering partial argument during sibcallKyrylo Tkachov1-4/+14
2015-05-22always define STACK_GROWS_DOWNWARDTrevor Saunders1-8/+0
2015-05-19insn-notes.def (UPDATE_SJLJ_CONTEXT): New note.Eric Botcazou1-6/+3
2015-05-19[calls.c] Remove #ifdef checks on STACK_GROWS_DOWNWARDKyrylo Tkachov1-11/+22
2015-05-11calls.c (prepare_call_address): Transform PLT call to GOT lookup and indirect...Alexander Monakov1-0/+6
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-1/+1
2015-04-28remove #if ARGS_GROW_DOWNWARDTrevor Saunders1-61/+64
2015-04-28always define ARGS_GROW_DOWNWARDTrevor Saunders1-10/+10
2015-04-28add default for NO_FUNCTION_CSETrevor Saunders1-3/+1
2015-04-17Handle internal_fn in operand_equal_pTom de Vries1-0/+2
2015-04-15re PR target/65408 (powerpc64 function argument passing may access invalid me...Alan Modra1-12/+28
2015-04-07re PR ipa/65540 (internal error on s-fatllf.ads at -O2)Jan Hubicka1-0/+9
2015-01-17re PR rtl-optimization/52773 (internal error: in replace_pseudos_in, at reloa...Bernd Schmidt1-7/+15
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-4/+10
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-03Rename fuse-caller-saveTom de Vries1-2/+2
2014-11-19Allow the front-end to create calls with a static chainRichard Henderson1-6/+8
2014-11-10re PR bootstrap/63573 (libgo: ICE building libgo on powerpc-linux-gnu)Jan Hubicka1-0/+10
2014-11-06Add a hook to inform a port about call arguments.Bernd Schmidt1-39/+65
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-15/+221
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-24/+24
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-7/+8
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-10-06calls.c (expand_call): Do not use the target as the return slot if it is not ...Eric Botcazou1-1/+8
2014-09-10revert: calls.c (precompute_arguments): Check promoted_for_signed_and_unsigne...Kugan Vivekanandarajah1-4/+1
2014-08-28calls.c: Include rtl-iter.h.Richard Sandiford1-19/+12
2014-08-25IPA C++ refactoring 4/NMartin Liska1-1/+1
2014-08-21calls.c: Use rtx_insnDavid Malcolm1-22/+25
2014-08-08calls.c (precompute_arguments): Check promoted_for_signed_and_unsigned_p and ...Kugan Vivekanandarajah1-1/+4
2014-08-08calls.c (precompute_arguments): Use new SUBREG_PROMOTED_SET instead of SUBREG...Kugan Vivekanandarajah1-3/+2