Age | Commit message (Expand) | Author | Files | Lines |
2019-10-21 | expr.c (expand_expr_real_2): Don't widen constant op1 when expanding widening... | Jozef Lawrynowicz | 1 | -3/+0 |
2019-10-11 | Relax store_bit_field call in store_expr | Richard Sandiford | 1 | -1/+2 |
2019-10-04 | expr.c (convert_mode_scalar): Remove shadowing local var. | Bernd Edlinger | 1 | -41/+33 |
2019-10-03 | expr.c (emit_block_move_hints): Slightly cleaner fix to can_move_by_pieces is... | Aaron Sawdey | 1 | -3/+2 |
2019-10-03 | re PR rtl-optimization/91976 (RTL check: expected code 'const_int', have 'reg... | Jakub Jelinek | 1 | -8/+10 |
2019-10-02 | builtins.c (expand_builtin_memory_copy_args): Add might_overlap parm. | Aaron Sawdey | 1 | -19/+54 |
2019-09-26 | re PR tree-optimization/91896 (ICE in vect_get_vec_def_for_stmt_copy, at tree... | Richard Biener | 1 | -6/+7 |
2019-09-09 | expmed.c (extract_bit_field): Update function comment regarding alt_rtl. | Bernd Edlinger | 1 | -68/+45 |
2019-09-05 | re PR target/91615 ([armeb] ICEs since r274986) | Bernd Edlinger | 1 | -14/+19 |
2019-09-03 | re PR middle-end/91603 (Unaligned access in expand_assignment) | Bernd Edlinger | 1 | -3/+40 |
2019-09-02 | re PR middle-end/91605 (ICE in ix86_avx256_split_vector_move_misalign, at con... | Bernd Edlinger | 1 | -14/+23 |
2019-08-28 | expr.c (expand_assignment): Handle misaligned DECLs. | Bernd Edlinger | 1 | -2/+11 |
2019-08-22 | PR middle-end/91490 - bogus argument missing terminating nul warning on strle... | Martin Sebor | 1 | -15/+49 |
2019-08-20 | Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCE | Richard Sandiford | 1 | -2/+1 |
2019-08-20 | Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARG | Richard Sandiford | 1 | -2/+1 |
2019-08-20 | Use function_arg_info for TARGET_ARG_PARTIAL_BYTES | Richard Sandiford | 1 | -1/+2 |
2019-07-13 | re PR target/90723 (pr88598-2.c segfaults with -msve-vector-bits=256) | Prathamesh Kulkarni | 1 | -8/+2 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -11/+11 |
2019-07-04 | introduce EH_ELSE_EXPR tree and gimplifier | Alexandre Oliva | 1 | -0/+1 |
2019-06-29 | expr.c (expand_expr_real_1): Apply the big-endian adjustment for bit-fields t... | Eric Botcazou | 1 | -4/+4 |
2019-06-27 | builtins.c (get_memory_rtx): Fix comment. | Aaron Sawdey | 1 | -5/+5 |
2019-05-20 | Come up with hook libc_has_fast_function (PR middle-end/90263). | Martin Liska | 1 | -1/+12 |
2019-04-10 | re PR middle-end/90025 (botan2 miscompilation on s390x-linux since r268957) | Jakub Jelinek | 1 | -1/+2 |
2019-02-21 | re PR middle-end/89412 (gcc ICE in simplify_subreg, at simplify-rtx.c:6273 on... | Jakub Jelinek | 1 | -3/+7 |
2019-02-16 | re PR rtl-optimization/66152 (suboptimal load bytes to stack) | Jakub Jelinek | 1 | -23/+43 |
2019-02-08 | expr.c: Correct indentations in expand_constructor | H.J. Lu | 1 | -6/+6 |
2019-01-22 | re PR rtl-optimization/49429 (dse.c change (r175063) causes execution failures) | Jakub Jelinek | 1 | -8/+9 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -5/+5 |
2019-01-05 | re PR middle-end/82564 (ICE at -O1 and above: in assign_stack_temp_for_type, ... | Jakub Jelinek | 1 | -0/+15 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-27 | Comparison with an enum should mention enum value. | Martin Liska | 1 | -4/+4 |
2018-12-21 | re PR rtl-optimization/88563 (wrong code with -O2 -fno-code-hoisting -fno-tre... | Jakub Jelinek | 1 | -13/+11 |
2018-12-18 | re PR target/88513 (FAIL: gcc.target/i386/pr59591-1.c) | Jakub Jelinek | 1 | -1/+23 |
2018-12-14 | re PR c++/82294 (Array of objects with constexpr constructors initialized fro... | Jakub Jelinek | 1 | -15/+43 |
2018-11-27 | Come up with memop_ret enum instead of int endp for memory operations. | Martin Liska | 1 | -28/+25 |
2018-11-26 | PR 87756 - missing unterminated argument warning using address of a constant ... | Martin Sebor | 1 | -2/+8 |
2018-11-23 | PR tree-optimization/87756 - missing unterminated argument warning using addr... | Martin Sebor | 1 | -5/+27 |
2018-11-09 | re PR tree-optimization/87940 (FAIL: gcc.dg/warn-strlen-no-nul.c) | Bernd Edlinger | 1 | -13/+12 |
2018-11-07 | common.opt: Add -Wattribute-warning. | Nikolai Merinov | 1 | -1/+2 |
2018-10-02 | dojump.h (do_jump): Delete. | Eric Botcazou | 1 | -4/+5 |
2018-09-25 | re PR c/87387 (trunk/gcc/builtins.c:585:7: warning: -Wself-assign problem) | Jeff Law | 1 | -1/+36 |
2018-09-14 | re PR middle-end/87188 (Function pointer canonicalization optimized away) | John David Anglin | 1 | -6/+4 |
2018-09-13 | builtins.h (c_srlen): Add argument. | Martin Sebor | 1 | -32/+15 |
2018-09-13 | expr.c (string_constant): Adjust function comment. | Bernd Edlinger | 1 | -21/+10 |
2018-09-13 | re PR middle-end/87290 (Optimize signed x % pow2p == cst) | Jakub Jelinek | 1 | -2/+97 |
2018-09-12 | re PR middle-end/82853 (Optimize x % 3 == 0 without modulo) | Jakub Jelinek | 1 | -1/+256 |
2018-08-29 | re PR middle-end/86714 (tree-ssa-forwprop.c confused by too long initializer) | Martin Sebor | 1 | -6/+25 |
2018-08-27 | Come up with fndecl_built_in_p. | Martin Liska | 1 | -1/+1 |
2018-08-20 | expr.c (store_field): Change gcc_assert to gcc_checking_assert. | Bernd Edlinger | 1 | -1/+1 |
2018-08-20 | re PR target/86984 (invalid relocation accessing a const char array) | Bernd Edlinger | 1 | -0/+11 |