aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-11expansion: Sign or zero extend on MEM_REF stores into SUBREG with SUBREG_PROM...Jakub Jelinek1-0/+24
2020-12-02expansion: Fix up infinite recursion due to double-word modulo optimizationJakub Jelinek1-1/+1
2020-11-21Additional small changes to support opaque modesAaron Sawdey1-0/+1
2020-11-19[2/3] [vect] Add widening add, subtract patternsJoel Hutton1-0/+6
2020-10-26middle-end/97521 - always use single-bit bools in mask vector typesRichard Biener1-35/+4
2020-10-23Revert "middle-end/97521 - fix VECTOR_CST expansion"Richard Biener1-4/+1
2020-10-22middle-end/97521 - fix VECTOR_CST expansionRichard Biener1-1/+4
2020-10-14PR target/96759 - Handle global variable assignment from misaligned structure...Kito Cheng1-0/+2
2020-09-25middle-end/96814 - fix VECTOR_BOOLEAN_TYPE_P CTOR RTL expansionRichard Biener1-7/+11
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-4/+4
2020-08-18PR middle-end/96665 - memcmp of a constant string not foldedMartin Sebor1-8/+19
2020-08-14PR tree-optimization/78257 - missing memcmp optimization with constant arraysMartin Sebor1-18/+162
2020-08-11expr: Optimize noop copies [PR96539]Jakub Jelinek1-0/+6
2020-08-10Simplify X * C1 == C2 with wrapping overflowMarc Glisse1-33/+1
2020-07-27expr: build string_constant only for a char typeMartin Liska1-9/+14
2020-07-22expr: Allow scalar_int_mode target mode when converting a constantJozef Lawrynowicz1-2/+2
2020-07-20Correct handling of constant representations containing embedded nuls.Martin Sebor1-2/+2
2020-07-14expr: Unbreak build of mesa [PR96194]Jakub Jelinek1-1/+3
2020-07-13PR94600: fix volatile access to the whole of a compound object.Hans-Peter Nilsson1-1/+4
2020-07-10expr: Move reduce_bit_field target mode check [PR96151]Richard Sandiford1-4/+5
2020-07-08expr: Fix REDUCE_BIT_FIELD for constants [PR95694]Richard Sandiford1-7/+8
2020-06-17Lower VEC_COND_EXPR into internal functions.Martin Liska1-22/+3
2020-06-05expand: Simplify removing subregs when expanding a copy [PR95254]Fei Yang1-0/+74
2020-05-31expr: Fix fallout from optimize store_expr from STRING_CST [PR95052]Jakub Jelinek1-0/+5
2020-05-29expander: Optimize store_expr from STRING_CST [PR95052]Jakub Jelinek1-1/+33
2020-04-16middle-end/94614 - avoid multiword moves to nothingRichard Biener1-0/+5
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-07re PR middle-end/90840 (ICE in simplify_subreg, at simplify-rtx.c:6441)Eric Botcazou1-7/+7
2019-11-14Vectorise conversions between differently-sized integer vectorsRichard Sandiford1-0/+25
2019-11-05Allow libcalls for complex memcpy when optimizing for size.Jim Wilson1-2/+4
2019-11-05[mid-end] Fix declared type of personality functionsMatthew Malcomson1-1/+2
2019-11-04[SLP] SLP vectorization: vectorize vector constructorsJoel Hutton1-1/+3
2019-10-21expr.c (expand_expr_real_2): Don't widen constant op1 when expanding widening...Jozef Lawrynowicz1-3/+0
2019-10-11Relax store_bit_field call in store_exprRichard Sandiford1-1/+2
2019-10-04expr.c (convert_mode_scalar): Remove shadowing local var.Bernd Edlinger1-41/+33
2019-10-03expr.c (emit_block_move_hints): Slightly cleaner fix to can_move_by_pieces is...Aaron Sawdey1-3/+2
2019-10-03re PR rtl-optimization/91976 (RTL check: expected code 'const_int', have 'reg...Jakub Jelinek1-8/+10
2019-10-02builtins.c (expand_builtin_memory_copy_args): Add might_overlap parm.Aaron Sawdey1-19/+54
2019-09-26re PR tree-optimization/91896 (ICE in vect_get_vec_def_for_stmt_copy, at tree...Richard Biener1-6/+7
2019-09-09expmed.c (extract_bit_field): Update function comment regarding alt_rtl.Bernd Edlinger1-68/+45
2019-09-05re PR target/91615 ([armeb] ICEs since r274986)Bernd Edlinger1-14/+19
2019-09-03re PR middle-end/91603 (Unaligned access in expand_assignment)Bernd Edlinger1-3/+40
2019-09-02re PR middle-end/91605 (ICE in ix86_avx256_split_vector_move_misalign, at con...Bernd Edlinger1-14/+23
2019-08-28expr.c (expand_assignment): Handle misaligned DECLs.Bernd Edlinger1-2/+11
2019-08-22PR middle-end/91490 - bogus argument missing terminating nul warning on strle...Martin Sebor1-15/+49
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford1-2/+1
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford1-2/+1
2019-08-20Use function_arg_info for TARGET_ARG_PARTIAL_BYTESRichard Sandiford1-1/+2
2019-07-13re PR target/90723 (pr88598-2.c segfaults with -msve-vector-bits=256)Prathamesh Kulkarni1-8/+2
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-11/+11