]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/calls.c
* asan.c (handle_builtin_alloca): Deal with all alloca variants.
[thirdparty/gcc.git] / gcc / calls.c
2017-10-19  ebotcazou * asan.c (handle_builtin_alloca): Deal with all alloca...
2017-10-13  rsandifoMake more use of subreg_lowpart_offset
2017-10-10  rsandifoRequire wi::to_wide for trees
2017-10-02  rsandifoFix mismatched precisions in tree arithmetic
2017-09-21  rsandifoMake more use of simplify_gen_binary
2017-09-12  rsandifoTurn SLOW_UNALIGNED_ACCESS into a target hook
2017-09-05  rsandifoMake more use of int_mode_for_size
2017-09-04  rsandifoTurn FUNCTION_ARG_PADDING into a target hook
2017-09-04  rsandifoPR82045: Avoid passing machine modes through "..."
2017-08-30  rsandifoAdd a partial_subreg_p predicate
2017-08-30  rsandifo[17/77] Add an int_mode_for_size helper function
2017-08-08  marxin.
2017-08-03  jakub PR driver/81650
2017-06-09  hubicka * builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST,
2017-05-13  wilsonPatch for RTL expand bug affecting aarch64 vector code.
2017-05-04  mpolacek PR tree-optimization/80612
2017-05-01  nathan * calls.c (combine_pending_stack_adjustment_and_call...
2017-03-29  schwab PR ada/80146
2017-03-14  law PR c/79936
2017-02-13  marxinReplace XALLOCAVEC with XCNEWVEC (PR c/79471).
2017-01-10  mseborPR tree-optimization/78775 - [7 Regression] ICE in...
2017-01-01  jakub Update copyright years.
2016-12-21  jakub PR bootstrap/78817
2016-12-14  mseborPR c/78673 - sprintf missing attribute nonnull on desti...
2016-12-08  mseborPR c/77531 - __attribute__((alloc_size(1,2))) could...
2016-12-06  ebotcazouPut back blank line
2016-12-06  ebotcazou PR middle-end/78700
2016-11-29  jiwang[Patch] New hook TARGET_STACK_PROTECT_RUNTIME_ENABLED_P...
2016-10-16  ebotcazou PR ada/37139
2016-10-13  thopre01Move MEMMODEL_* from coretypes.h to memmodel.h
2016-09-16  jason Add inline functions for various bitwise operations.
2016-08-09  renlin[PATCH][PR64971]Convert function pointer to Pmode when...
2016-08-03  edlinger2016-08-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-07-21  edlinger016-07-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-07-21  edlinger016-07-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-05-20  dmalcolmcalls.c: fix warning on targets without REG_PARM_STACK_...
2016-05-20  dmalcolmImplement CALL_EXPR_MUST_TAIL_CALL
2016-05-20  dmalcolmIntroduce can_implement_as_sibling_call_p
2016-05-10  ienkovichgcc/
2016-03-18  jason * calls.c (load_register_parameters): Fix zero size...
2016-03-12  ebotcazou PR ada/70017
2016-01-15  rsandifoPR 69246: Invalid REG_ARGS_SIZE for sibcalls
2016-01-04  jakub Update copyright years.
2015-12-04  jakub PR tree-optimization/68680
2015-11-26  ktkachov[calls.c] PR rtl-optimization/67226: Take into account...
2015-11-08  ebotcazouMerge of the scalar-storage-order branch.
2015-10-30  amacleod2015-10-30 Andrew MacLeod <amacleod@redhat.com>
2015-10-29  amacleod2015-10-29 Andrew MacLeod <amacleod@redhat.com>
2015-10-27  hjlProperly handle -fno-plt in ix86_expand_call
2015-09-20  tbsaundeswitch from gimple to gimple*
2015-08-24  rsandifogcc/
2015-07-17  uros PR rtl-optimization/66891
2015-07-15  uros PR rtl-optimization/58066
2015-07-13  aldyhFix double word typos.
2015-07-10  amacleod2015-07-10 Andrew MacLeod <amacleod@redhat.com>
2015-07-08  amodra * target.def (rtx_costs): Remove "code" param, add...
2015-07-08  amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-06-30  rsandifogcc/
2015-06-25  amacleod2015-06-25 Andrew MacLeod <amacleod@redhat.com>
2015-06-25  amacleod2015-06-25 Andrew MacLeod <amacleod@redhat.com>
2015-06-25  amacleod2015-06-25 Andrew MacLeod <amacleod@redhat.com>
2015-06-17  amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08  amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-06  rsandifogcc/
2015-06-04  tmsriram2015-06-04 Sriraman Tallam <tmsriram@google.com>
2015-06-04  amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-05-27  ktkachov[expr.c] PR target/65358 Avoid clobbering partial argum...
2015-05-22  tbsaundealways define STACK_GROWS_DOWNWARD
2015-05-19  ebotcazou * insn-notes.def (UPDATE_SJLJ_CONTEXT): New note.
2015-05-19  ktkachov[calls.c] Remove #ifdef checks on STACK_GROWS_DOWNWARD
2015-05-11  amonakov * calls.c (prepare_call_address): Transform PLT call...
2015-05-07  rsandifogcc/
2015-04-28  tbsaunderemove #if ARGS_GROW_DOWNWARD
2015-04-28  tbsaundealways define ARGS_GROW_DOWNWARD
2015-04-28  tbsaundeadd default for NO_FUNCTION_CSE
2015-04-17  vriesHandle internal_fn in operand_equal_p
2015-04-15  amodra PR target/65408
2015-04-07  hubicka PR ipa/65540
2015-01-17  law PR rtl-optimization/52773
2015-01-15  prathamesh34922015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni...
2015-01-09  prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-05  jakub Update copyright years.
2014-12-03  vriesRename fuse-caller-save
2014-11-19  rthAllow the front-end to create calls with a static chain
2014-11-10  hubicka PR bootstrap/63573
2014-11-06  berndsAdd a hook to inform a port about call arguments.
2014-11-05  ienkovichgcc/
2014-11-01  amacleod2014-11-01 Andrew MacLeod <amacleod@redhat,com>
2014-10-29  rsandifogcc/ada/
2014-10-28  amacleod * cgraph.h: Flatten. Remove all include files.
2014-10-27  amacleod2014-10-27 Andrew MacLeod <amacleod@redhat.com>
2014-10-16  amacleod2014-10-16 Andrew MacLeod <amacleod@redhat.com>
2014-10-06  ebotcazou * calls.c (expand_call): Do not use the target as...
2014-09-10  kugangcc/ChangeLog:
2014-08-28  rsandifogcc/
2014-08-25  marxinIPA C++ refactoring 4/N
2014-08-21  dmalcolmcalls.c: Use rtx_insn
2014-08-08  kugangcc
2014-08-08  kugangcc/
2014-07-24  rsandifogcc/
next