]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/calls.c
gcc/
[thirdparty/gcc.git] / gcc / calls.c
2014-07-24  rsandifogcc/
2014-04-30  mrsMerge in trunk.
2014-04-29  jgreenhalghRemove PUSH_ARGS_REVERSED from the RTL expander.
2014-04-24  mrsMerge in trunk.
2014-04-24  vries-fuse-caller-save - Add new reg-note REG_CALL_DECL
2014-04-02  mrsMerge in trunk.
2014-03-20  ebotcazou * calls.c (store_one_arg): Remove incorrect const...
2014-02-11  rthPR target/59927
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in gcc/
2013-12-16  mrsMerge in trunk.
2013-12-14  vriesFix REG_PARM_STACK_SPACE usage in expand_call
2013-12-13  aldyh PR tree-optimization/59149
2013-12-04  rsandifoMerge with trunk.
2013-12-03  mpolacek PR middle-end/56344
2013-12-03  jakub PR target/58864
2013-11-22  amacleod * gimple.h: Remove all includes.
2013-11-20  rsandifoMerge from trunk.
2013-11-19  dnovilloFactor unrelated declarations out of tree.h.
2013-11-16  mrsMerge in trunk.
2013-11-14  uweigand2013-11-14 Ulrich Weigand <Ulrich.Weigand@de.ibm...
2013-11-14  uweigand2013-11-14 Ulrich Weigand <Ulrich.Weigand@de.ibm...
2013-11-04  mrsMerge in trunk.
2013-10-23  amacleod * tree-ssa.h: Remove all #include's
2013-10-20  mrsMerge in trunk.
2013-10-03  glisse2013-10-03 Marc Glisse <marc.glisse@inria.fr>
2013-09-28  rsandifogcc/
2013-09-28  sandra2013-09-28 Sandra Loosemore <sandra@codesourcery...
2013-09-20  mrsMerge in trunk.
2013-09-12  amacleod * tree-ssa.h: New. Move content from tree-flow.h and
2013-05-07  rguenth2013-05-07 Richard Biener <rguenther@suse.de>
2013-03-25  rguenth2013-03-25 Richard Biener <rguenther@suse.de>
2013-03-23  ebotcazou * calls.c (expand_call): Add missing guard to code...
2013-01-11  vries2013-01-12 Tom de Vries <tom@codesourcery.com>
2013-01-10  rsandifoUpdate copyright years in gcc/
2012-11-29  ebotcazou PR middle-end/55321
2012-11-18  dnovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01  crowlThis patch normalizes more bitmap function names.
2012-10-30  crowlThis patch implements the unification of the *bitmap...
2012-10-21  ebotcazou PR rtl-optimization/44194
2012-10-20  ebotcazou PR rtl-optimization/54315
2012-10-16  steven * rtl.h (get_call_rtx_from): New prototype.
2012-09-16  rsandifogcc/
2012-09-14  ebotcazou PR rtl-optimization/44194
2012-08-09  steven * calls.c (mem_overlaps_already_clobbered_arg_p):...
2012-05-29  matz * rtl.h (assign_stack_temp, assign_stack_temp_for_type,
2012-05-29  matz * expr.c (expand_expr_real_1 <normal_inner_ref>):...
2012-05-14  bernds * attribs.c (decl_attributes): Avoid emitting a warning if
2012-05-05  rsandifogcc/
2012-03-26  steven * toplev.c (check_global_declaration_1): Do not call...
2012-02-06  aldyh PR middle-end/52047
2012-02-06  jakub PR target/52129
2012-01-05  jakub PR debug/51762
2011-12-21  jakub * tree-vect-patterns.c (vect_operation_fits_smaller_ty...
2011-12-12  jakub PR middle-end/51510
2011-12-05  jakub PR middle-end/51323
2011-11-26  amylaar PR middle-end/50074
2011-11-08  aldyhMerge from transactional-memory branch.
2011-10-11  meissnerConvert standard builtin functions from being arrays...
2011-09-22  rsandifogcc/
2011-09-12  jakub PR debug/50299
2011-08-18  rsandifogcc/
2011-08-04  rthPR middle-end/49968
2011-08-02  rthPR target/49864
2011-08-01  hjlDeclare size only if BLOCK_REG_PADDING is defined.
2011-08-01  jules gcc/
2011-07-27  aldyh * params.h (ALLOW_STORE_DATA_RACES): New.
2011-07-19  rsandifogcc/
2011-07-08  hjlFix PR middle-end/49519.
2011-07-05  hjlPromote the function argument before checking non-legit...
2011-06-24  eraman2011-06-24 Easwaran Raman <eraman@google.com>
2011-06-16  amylaar PR middle-end/46500
2011-06-06  rguenth2011-06-06 Mikael Pettersson <mikpe@it.uu.se>
2011-06-04  aolivaPR debug/48333
2011-05-25  ebotcazou * common.opt (flag_stack_usage_info): New variable.
2011-05-04  krebbel2011-05-04 Andreas Krebbel <Andreas.Krebbel@de.ibm...
2011-04-29  rguenth2011-04-29 Richard Guenther <rguenther@suse.de>
2011-04-21  rguenth2011-04-21 Richard Guenther <rguenther@suse.de>
2011-04-21  rsandifogcc/
2011-04-20  meyeringremove useless if-before-free tests
2011-03-16  jakub * emit-rtl.c (try_split): Don't call copy_call_info...
2011-03-16  jakub * calls.c (emit_call_1): Set MEM_EXPR on call's MEM.
2011-03-16  jakub * final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG...
2011-03-03  rth * explow.c (emit_stack_save): Remove 'after...
2010-11-16  froydnj * builtins.c (std_gimplify_va_arg_expr): Use
2010-10-22  jiez * expr.c (emit_group_load_1): Update calls to extract_...
2010-10-09  rth PR rtl-opt/33721
2010-09-24  hubicka * doc/extend.texi: (attribute leaf): Document.
2010-09-24  jakub PR middle-end/45234
2010-09-17  hjlMake sure that all variable sized adjustments are multi...
2010-09-02  aesok * target.def (class_likely_spilled_p): New hook.
2010-08-30  ebotcazou Stack usage support
2010-08-26  jakub PR tree-optimization/44485
2010-07-22  iains * calls.c (load_register_parameters): Move check for...
2010-07-19  rguenth2010-07-19 Richard Guenther <rguenther@suse.de>
2010-07-08  manu2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
2010-06-29  froydnj * calls.c, dse.c, expr.c, function.c: Call targetm...
2010-06-29  froydnj * reginfo.c (init_reg_sets_1): Adjust comments.
2010-05-03  steven * doc/tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.
2010-04-08  ebotcazou * tree.h (TREE_ADDRESSABLE): Document its effect for...
next