summaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)Author
2020-04-16middle-end/94614 - avoid multiword moves to nothingRichard Biener
2020-01-01Update copyright years.Jakub Jelinek
2019-12-07re PR middle-end/90840 (ICE in simplify_subreg, at simplify-rtx.c:6441)Eric Botcazou
2019-11-14Vectorise conversions between differently-sized integer vectorsRichard Sandiford
2019-11-05Allow libcalls for complex memcpy when optimizing for size.Jim Wilson
2019-11-05[mid-end] Fix declared type of personality functionsMatthew Malcomson
2019-11-04[SLP] SLP vectorization: vectorize vector constructorsJoel Hutton
2019-10-21expr.c (expand_expr_real_2): Don't widen constant op1 when expanding widening...Jozef Lawrynowicz
2019-10-11Relax store_bit_field call in store_exprRichard Sandiford
2019-10-04expr.c (convert_mode_scalar): Remove shadowing local var.Bernd Edlinger
2019-10-03expr.c (emit_block_move_hints): Slightly cleaner fix to can_move_by_pieces is...Aaron Sawdey
2019-10-03re PR rtl-optimization/91976 (RTL check: expected code 'const_int', have 'reg...Jakub Jelinek
2019-10-02builtins.c (expand_builtin_memory_copy_args): Add might_overlap parm.Aaron Sawdey
2019-09-26re PR tree-optimization/91896 (ICE in vect_get_vec_def_for_stmt_copy, at tree...Richard Biener
2019-09-09expmed.c (extract_bit_field): Update function comment regarding alt_rtl.Bernd Edlinger
2019-09-05re PR target/91615 ([armeb] ICEs since r274986)Bernd Edlinger
2019-09-03re PR middle-end/91603 (Unaligned access in expand_assignment)Bernd Edlinger
2019-09-02re PR middle-end/91605 (ICE in ix86_avx256_split_vector_move_misalign, at con...Bernd Edlinger
2019-08-28expr.c (expand_assignment): Handle misaligned DECLs.Bernd Edlinger
2019-08-22PR middle-end/91490 - bogus argument missing terminating nul warning on strle...Martin Sebor
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford
2019-08-20Use function_arg_info for TARGET_ARG_PARTIAL_BYTESRichard Sandiford
2019-07-13re PR target/90723 (pr88598-2.c segfaults with -msve-vector-bits=256)Prathamesh Kulkarni
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-04introduce EH_ELSE_EXPR tree and gimplifierAlexandre Oliva
2019-06-29expr.c (expand_expr_real_1): Apply the big-endian adjustment for bit-fields t...Eric Botcazou
2019-06-27builtins.c (get_memory_rtx): Fix comment.Aaron Sawdey
2019-05-20Come up with hook libc_has_fast_function (PR middle-end/90263).Martin Liska
2019-04-10re PR middle-end/90025 (botan2 miscompilation on s390x-linux since r268957)Jakub Jelinek
2019-02-21re PR middle-end/89412 (gcc ICE in simplify_subreg, at simplify-rtx.c:6273 on...Jakub Jelinek
2019-02-16re PR rtl-optimization/66152 (suboptimal load bytes to stack)Jakub Jelinek
2019-02-08expr.c: Correct indentations in expand_constructorH.J. Lu
2019-01-22re PR rtl-optimization/49429 (dse.c change (r175063) causes execution failures)Jakub Jelinek
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-05re PR middle-end/82564 (ICE at -O1 and above: in assign_stack_temp_for_type, ...Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-12-27Comparison with an enum should mention enum value.Martin Liska
2018-12-21re PR rtl-optimization/88563 (wrong code with -O2 -fno-code-hoisting -fno-tre...Jakub Jelinek
2018-12-18re PR target/88513 (FAIL: gcc.target/i386/pr59591-1.c)Jakub Jelinek
2018-12-14re PR c++/82294 (Array of objects with constexpr constructors initialized fro...Jakub Jelinek
2018-11-27Come up with memop_ret enum instead of int endp for memory operations.Martin Liska
2018-11-26PR 87756 - missing unterminated argument warning using address of a constant ...Martin Sebor
2018-11-23PR tree-optimization/87756 - missing unterminated argument warning using addr...Martin Sebor
2018-11-09re PR tree-optimization/87940 (FAIL: gcc.dg/warn-strlen-no-nul.c)Bernd Edlinger
2018-11-07common.opt: Add -Wattribute-warning.Nikolai Merinov
2018-10-02dojump.h (do_jump): Delete.Eric Botcazou
2018-09-25re PR c/87387 (trunk/gcc/builtins.c:585:7: warning: -Wself-assign problem)Jeff Law
2018-09-14re PR middle-end/87188 (Function pointer canonicalization optimized away)John David Anglin
2018-09-13builtins.h (c_srlen): Add argument.Martin Sebor