]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/function.c
Add a apply_pass_by_reference_rules helper
[thirdparty/gcc.git] / gcc / function.c
2019-08-20  rsandifoAdd a apply_pass_by_reference_rules helper
2019-08-20  rsandifoUse function_arg_info for TARGET_MUST_PASS_IN_STACK
2019-08-20  rsandifoUse function_arg_info for TARGET_CALLEE_COPIES
2019-08-20  rsandifoUse function_arg_info for TARGET_FUNCTION_ARG_ADVANCE
2019-08-20  rsandifoUse function_arg_info for TARGET_FUNCTION_(INCOMING_)ARG
2019-08-20  rsandifoUse function_arg_info for TARGET_SETUP_INCOMING_ARGS
2019-08-20  rsandifoUse function_arg_info for TARGET_PASS_BY_REFERENCE
2019-08-20  rsandifoUse function_arg_info for TARGET_ARG_PARTIAL_BYTES
2019-08-20  edlinger2019-08-20 Bernd Edlinger <bernd.edlinger@hotmail.de>
2019-08-15  edlinger2019-08-15 Bernd Edlinger <bernd.edlinger@hotmail.de>
2019-08-02  edlinger2019-08-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
2019-08-02  edlinger2019-08-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
2019-07-19  jakub PR middle-end/91190
2019-07-09  mseborPR c++/61339 - add mismatch between struct and class...
2019-07-09  mseborPR c++/61339 - add mismatch between struct and class...
2019-07-08  ebotcazou * emit-rtl.c (set_insn_locations): New function moved...
2019-06-19  wilcoSimplify setjmp and non-local goto implementation ...
2019-06-14  hjlUpdate preferred_stack_boundary only when expanding...
2019-05-22  hpIn <https://gcc.gnu.org/ml/gcc-patches/2019-05/msg01417...
2019-03-29  jakub PR rtl-optimization/87485
2019-03-27  bergnergcc/
2019-02-11  hp * function.c (assign_parm_setup_block): Use the stored
2019-01-14  jakub PR rtl-optimization/88796
2019-01-10  jakub PR middle-end/84877
2019-01-09  jakub PR rtl-optimization/88331
2019-01-01  jakub Update copyright years.
2018-12-14  seghermatch_asm_constraints: Use copy_rtx where needed (PR88001)
2018-11-22  thopre01PR85434: Prevent spilling of stack protector guard...
2018-11-21  uros PR middle-end/88129
2018-11-21  renlin[PATCH][PR84877]Dynamically align the address for local...
2018-08-24  uros * emit-rtl.c (init_emit_once): Do not emit MODE_POINTE...
2018-08-02  thopre01Revert "[ARM] Fix PR85434: spilling of stack protector...
2018-08-02  thopre01[ARM] Fix PR85434: spilling of stack protector guard...
2018-07-20  mseborPR middle-end/82063 - issues with arguments enabled...
2018-07-04  marxin2018-07-04 Denys Vlasenko <dvlasenk@redhat.com>
2018-06-08  marxinRemove MPX
2018-05-30  rsandifoUse poly_int tree accessors
2018-03-23  jakub PR inline-asm/85034
2018-03-22  jakub PR inline-asm/84941
2018-01-18  jakub PR sanitizer/81715
2018-01-03  rsandifopoly_int: GET_MODE_SIZE
2018-01-03  jakub Update copyright years.
2017-12-21  rsandifopoly_int: argument sizes
2017-12-21  rsandifopoly_int: instantiate_virtual_regs
2017-12-21  rsandifopoly_int: frame allocations
2017-12-20  rsandifopoly_int: SUBREG_BYTE
2017-12-12  aoliva[SFN] introduce statement frontier notes, still disabled
2017-12-12  aoliva[SFN] boilerplate changes in preparation to introduce...
2017-11-22  mpolacek PR c++/60336
2017-10-29  wilsonDelete obsolete SDB debug info support.
2017-10-23  rsandifoConvert STARTING_FRAME_OFFSET to a hook
2017-10-19  ebotcazou * asan.c (handle_builtin_alloca): Deal with all alloca...
2017-09-20  law * function.c (dump_stack_clash_frame_info)...
2017-09-15  rsandifoTurn FUNCTION_ARG_OFFSET into a hook
2017-09-15  rsandifoTurn TRULY_NOOP_TRUNCATION into a hook
2017-09-12  rsandifoConvert hard_regno_nregs to a function
2017-09-05  rsandifoMake more use of int_mode_for_size
2017-09-04  rsandifoTurn FUNCTION_ARG_PADDING into a target hook
2017-08-30  rsandifoAdd a partial_subreg_p predicate
2017-08-30  rsandifo[77/77] Add a complex_mode class
2017-08-30  rsandifo[64/77] Add a scalar_mode class
2017-08-30  rsandifo[35/77] Add uses of as_a <scalar_int_mode>
2017-08-23  rguenth2017-08-23 Richard Biener <rguenther@suse.de>
2017-08-21  rsandifoSimplify pad_below implementation
2017-08-08  marxin.
2017-08-02  jakub PR middle-end/79499
2017-07-26  marxinMove non-local goto expansion after parm_birth_insn...
2017-07-21  nathan gcc/
2017-01-13  marxinReload global options when strict aliasing is dropped...
2017-01-05  dmalcolmIntroduce RTL function reader
2017-01-01  jakub Update copyright years.
2016-11-29  jiwang[Patch] New hook TARGET_STACK_PROTECT_RUNTIME_ENABLED_P...
2016-11-25  rsandifoTweak LRA handling of shared spill slots
2016-11-21  tbsaundemake prologue_epilogue_contains take a rtx_insn *
2016-11-18  rsandifoAdd SET_DECL_MODE
2016-10-28  seghersched: Do not mix prologue and epilogue insns
2016-10-13  segherCreate the *logue in the same order as before (PR77962)
2016-10-13  thopre01Move MEMMODEL_* from coretypes.h to memmodel.h
2016-10-13  jakub PR target/77957
2016-10-12  seghershrink-wrap: Shrink-wrapping for separate components
2016-10-09  jakub * tree-ssa.c (target_for_debug_bind, verify_phi_args,
2016-09-16  jason Add inline functions for various bitwise operations.
2016-08-28  tbsaundemake stack_slot_list a vec<rtx>
2016-07-26  tbsaundeuse auto_sbitmap in various places
2016-07-19  uros * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WID...
2016-06-22  ebotcazou * function.c (assign_parm_setup_reg): Prevent sharing...
2016-06-02  hjlUpdate TARGET_FUNCTION_INCOMING_ARG documentation
2016-05-20  segherThis fixes a bug in my r236491: on nvptx, functions...
2016-05-19  segherfunction: Restructure *logue insertion
2016-05-19  segherfunction: A fix for my previous commit
2016-05-18  segherfunction: Factor out make_*logue_seq
2016-05-18  segherfunction: Do the CLEANUP_EXPENSIVE after shrink-wrappin...
2016-05-04  seghershrink-wrap: Remove complicated simple_return manipulations
2016-04-18  matz * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted...
2016-01-08  jason PR c++/68983 (BE)
2016-01-04  jakub Update copyright years.
2015-12-10  dmalcolmFix -Wmisleading-indentation warning in function.c
2015-12-07  ebotcazou PR middle-end/68291
2015-12-03  alalaw01Empty the redirect_edge_var_map after each pass
2015-11-26  aoliva[PR67753] adjust for padding when bypassing memory...
next