Age | Commit message (Expand) | Author | Files | Lines |
2020-09-17 | Fix assertion checking failure with tail call | Eric Botcazou | 1 | -3/+7 |
2020-09-14 | Fix dangling references in thunks at -O0 | Eric Botcazou | 1 | -5/+7 |
2020-09-14 | options: Save and restore opts_set for Optimization and Target options | Jakub Jelinek | 1 | -1/+2 |
2020-08-27 | vec: add exact argument for various grow functions. | Martin Liska | 1 | -1/+1 |
2020-07-17 | middle-end: Prefer TRULY_NOOP_TRUNCATION_MODES_P over raw target hook. | Roger Sayle | 1 | -2/+2 |
2020-05-07 | extend DECL_GIMPLE_REG_P to all types | Richard Biener | 1 | -3/+2 |
2020-04-16 | bootstrap: Fix building with GCC 4.2 [PR89494] | Jakub Jelinek | 1 | -0/+8 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-20 | drop attempt to reuse cgraph callees for -fcallgraph-info | Alexandre Oliva | 1 | -3/+0 |
2019-11-08 | re PR middle-end/92384 (Empty class instances have different equal testing re... | Jakub Jelinek | 1 | -2/+14 |
2019-11-06 | introduce -fcallgraph-info option | Eric Botcazou | 1 | -6/+53 |
2019-09-30 | Remove global call sets: function.c | Richard Sandiford | 1 | -1/+8 |
2019-09-30 | Add function_abi.{h,cc} | Richard Sandiford | 1 | -0/+7 |
2019-09-26 | function.c (gimplify_parameters): Use build_clobber function. | Jakub Jelinek | 1 | -2/+1 |
2019-09-10 | Add call_used_or_fixed_reg_p | Richard Sandiford | 1 | -1/+1 |
2019-09-09 | Make note_stores take an rtx_insn | Richard Sandiford | 1 | -2/+1 |
2019-09-06 | function.c (assign_parm_find_data_types): Use RECORD_OR_UNION_TYPE_P before t... | Jakub Jelinek | 1 | -2/+1 |
2019-08-28 | expr.c (expand_assignment): Handle misaligned DECLs. | Bernd Edlinger | 1 | -2/+13 |
2019-08-20 | function.c (assign_parm_find_stack_rtl): Use known_eq instead of ==. | Bernd Edlinger | 1 | -1/+1 |
2019-08-20 | Add a pass_by_reference flag to function_arg_info | Richard Sandiford | 1 | -9/+7 |
2019-08-20 | Make function.c use function_arg_info internally | Richard Sandiford | 1 | -95/+73 |
2019-08-20 | Add a apply_pass_by_reference_rules helper | Richard Sandiford | 1 | -3/+3 |
2019-08-20 | Use function_arg_info for TARGET_MUST_PASS_IN_STACK | Richard Sandiford | 1 | -2/+1 |
2019-08-20 | Use function_arg_info for TARGET_CALLEE_COPIES | Richard Sandiford | 1 | -2/+2 |
2019-08-20 | Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCE | Richard Sandiford | 1 | -4/+6 |
2019-08-20 | Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARG | Richard Sandiford | 1 | -7/+6 |
2019-08-20 | Use function_arg_info for TARGET_SETUP_INCOMING_ARGS | Richard Sandiford | 1 | -3/+3 |
2019-08-20 | Use function_arg_info for TARGET_PASS_BY_REFERENCE | Richard Sandiford | 1 | -7/+9 |
2019-08-20 | Use function_arg_info for TARGET_ARG_PARTIAL_BYTES | Richard Sandiford | 1 | -4/+3 |
2019-08-20 | re PR middle-end/89544 (Argument marshalling incorrectly assumes stack slots ... | Bernd Edlinger | 1 | -1/+16 |
2019-08-15 | function.c (assign_parm_setup_reg): Handle misaligned stack arguments. | Bernd Edlinger | 1 | -1/+18 |
2019-08-02 | function.c (assign_parm_adjust_stack_rtl): Revise STRICT_ALIGNMENT check to u... | Bernd Edlinger | 1 | -2/+3 |
2019-08-02 | function.c (assign_param_data_one): Remove unused data members. | Bernd Edlinger | 1 | -2/+0 |
2019-07-19 | re PR middle-end/91190 (ICE on valid code: in hashtab_chk_error, at hash-tabl... | Jakub Jelinek | 1 | -1/+1 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -20/+20 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+2 |
2019-07-08 | emit-rtl.c (set_insn_locations): New function moved from... | Eric Botcazou | 1 | -13/+0 |
2019-06-19 | Simplify setjmp and non-local goto implementation (PR84521) | Wilco Dijkstra | 1 | -1/+1 |
2019-06-14 | Update preferred_stack_boundary only when expanding function call | H.J. Lu | 1 | -7/+0 |
2019-05-22 | In <https://gcc.gnu.org/ml/gcc-patches/2019-05/msg01417.html>... | Hans-Peter Nilsson | 1 | -1/+5 |
2019-03-29 | re PR rtl-optimization/87485 (Compile time hog w/ -O2 -fschedule-insns -fno-g... | Jakub Jelinek | 1 | -1/+9 |
2019-03-27 | re PR rtl-optimization/89313 (ICE in process_alt_operands, at lra-constraints... | Peter Bergner | 1 | -11/+37 |
2019-02-11 | function.c (assign_parm_setup_block): Use the stored size... | Hans-Peter Nilsson | 1 | -1/+1 |
2019-01-14 | re PR rtl-optimization/88796 (-fstack-protector* kills RTL DSE opportunities) | Jakub Jelinek | 1 | -1/+1 |
2019-01-10 | re PR middle-end/84877 (Local stack copy of BLKmode parameter on the stack is... | Jakub Jelinek | 1 | -57/+23 |
2019-01-09 | re PR rtl-optimization/88331 (ICE in rtl_verify_bb_layout, at cfgrtl.c:2987) | Jakub Jelinek | 1 | -1/+3 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-14 | match_asm_constraints: Use copy_rtx where needed (PR88001) | Segher Boessenkool | 1 | -1/+1 |
2018-11-22 | PR85434: Prevent spilling of stack protector guard's address on ARM | Thomas Preud'homme | 1 | -8/+24 |
2018-11-21 | re PR middle-end/88129 (Two blockage insns are emited in the function epilogue) | Uros Bizjak | 1 | -8/+0 |