]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/expr.c
Update copyright years.
[thirdparty/gcc.git] / gcc / expr.c
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-19  Jakub Jelinekexpr: Fix up constant_byte_string bitfield handling...
2020-12-11  Jakub Jelinekexpansion: Sign or zero extend on MEM_REF stores into...
2020-12-02  Jakub Jelinekexpansion: Fix up infinite recursion due to double...
2020-11-21  Aaron SawdeyAdditional small changes to support opaque modes
2020-11-19  Joel Hutton[2/3] [vect] Add widening add, subtract patterns
2020-10-26  Richard Bienermiddle-end/97521 - always use single-bit bools in mask...
2020-10-23  Richard BienerRevert "middle-end/97521 - fix VECTOR_CST expansion"
2020-10-22  Richard Bienermiddle-end/97521 - fix VECTOR_CST expansion
2020-10-14  Kito ChengPR target/96759 - Handle global variable assignment...
2020-09-25  Richard Bienermiddle-end/96814 - fix VECTOR_BOOLEAN_TYPE_P CTOR RTL...
2020-08-27  Martin Liskavec: add exact argument for various grow functions.
2020-08-18  Martin SeborPR middle-end/96665 - memcmp of a constant string not...
2020-08-14  Martin SeborPR tree-optimization/78257 - missing memcmp optimizatio...
2020-08-11  Jakub Jelinekexpr: Optimize noop copies [PR96539]
2020-08-10  Marc GlisseSimplify X * C1 == C2 with wrapping overflow
2020-07-27  Martin Liskaexpr: build string_constant only for a char type
2020-07-22  Jozef Lawrynowiczexpr: Allow scalar_int_mode target mode when converting...
2020-07-20  Martin SeborCorrect handling of constant representations containing...
2020-07-14  Jakub Jelinekexpr: Unbreak build of mesa [PR96194]
2020-07-13  Hans-Peter NilssonPR94600: fix volatile access to the whole of a compound...
2020-07-10  Richard Sandifordexpr: Move reduce_bit_field target mode check [PR96151]
2020-07-08  Richard Sandifordexpr: Fix REDUCE_BIT_FIELD for constants [PR95694]
2020-06-17  Martin LiskaLower VEC_COND_EXPR into internal functions.
2020-06-05  Fei Yangexpand: Simplify removing subregs when expanding a...
2020-05-31  Jakub Jelinekexpr: Fix fallout from optimize store_expr from STRING_...
2020-05-29  Jakub Jelinekexpander: Optimize store_expr from STRING_CST [PR95052]
2020-04-16  Richard Bienermiddle-end/94614 - avoid multiword moves to nothing
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-07  Eric Botcazoure PR middle-end/90840 (ICE in simplify_subreg, at...
2019-11-14  Richard SandifordVectorise conversions between differently-sized integer...
2019-11-05  Jim WilsonAllow libcalls for complex memcpy when optimizing for...
2019-11-05  Matthew Malcomson[mid-end] Fix declared type of personality functions
2019-11-04  Joel Hutton[SLP] SLP vectorization: vectorize vector constructors
2019-10-21  Jozef Lawrynowiczexpr.c (expand_expr_real_2): Don't widen constant op1...
2019-10-11  Richard SandifordRelax store_bit_field call in store_expr
2019-10-04  Bernd Edlingerexpr.c (convert_mode_scalar): Remove shadowing local...
2019-10-03  Aaron Sawdeyexpr.c (emit_block_move_hints): Slightly cleaner fix...
2019-10-02  Jakub Jelinekre PR rtl-optimization/91976 (RTL check: expected code...
2019-10-02  Aaron Sawdeybuiltins.c (expand_builtin_memory_copy_args): Add might...
2019-09-26  Richard Bienerre PR tree-optimization/91896 (ICE in vect_get_vec_def_...
2019-09-09  Bernd Edlingerexpmed.c (extract_bit_field): Update function comment...
2019-09-05  Bernd Edlingerre PR target/91615 ([armeb] ICEs since r274986)
2019-09-03  Bernd Edlingerre PR middle-end/91603 (Unaligned access in expand_assi...
2019-09-02  Bernd Edlingerre PR middle-end/91605 (ICE in ix86_avx256_split_vector...
2019-08-28  Bernd Edlingerexpr.c (expand_assignment): Handle misaligned DECLs.
2019-08-22  Martin SeborPR middle-end/91490 - bogus argument missing terminatin...
2019-08-20  Richard SandifordUse function_arg_info for TARGET_FUNCTION_ARG_ADVANCE
2019-08-20  Richard SandifordUse function_arg_info for TARGET_FUNCTION_(INCOMING_)ARG
2019-08-20  Richard SandifordUse function_arg_info for TARGET_ARG_PARTIAL_BYTES
2019-07-13  Prathamesh Kulkarnire PR target/90723 (pr88598-2.c segfaults with -msve...
2019-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-04  Alexandre Olivaintroduce EH_ELSE_EXPR tree and gimplifier
2019-06-29  Eric Botcazouexpr.c (expand_expr_real_1): Apply the big-endian adjus...
2019-06-27  Aaron Sawdeybuiltins.c (get_memory_rtx): Fix comment.
2019-05-20  Martin LiskaCome up with hook libc_has_fast_function (PR middle...
2019-04-10  Jakub Jelinekre PR middle-end/90025 (botan2 miscompilation on s390x...
2019-02-20  Jakub Jelinekre PR middle-end/89412 (gcc ICE in simplify_subreg...
2019-02-16  Jakub Jelinekre PR rtl-optimization/66152 (suboptimal load bytes...
2019-02-08  H.J. Luexpr.c: Correct indentations in expand_constructor
2019-01-22  Jakub Jelinekre PR rtl-optimization/49429 (dse.c change (r175063...
2019-01-09  Sandra LoosemorePR other/16615 [1/5]
2019-01-05  Jakub Jelinekre PR middle-end/82564 (ICE at -O1 and above: in assign...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-12-27  Martin LiskaComparison with an enum should mention enum value.
2018-12-21  Jakub Jelinekre PR rtl-optimization/88563 (wrong code with -O2 ...
2018-12-18  Jakub Jelinekre PR target/88513 (FAIL: gcc.target/i386/pr59591-1.c)
2018-12-14  Jakub Jelinekre PR c++/82294 (Array of objects with constexpr constr...
2018-11-27  Martin LiskaCome up with memop_ret enum instead of int endp for...
2018-11-26  Martin SeborPR 87756 - missing unterminated argument warning using...
2018-11-23  Martin SeborPR tree-optimization/87756 - missing unterminated argum...
2018-11-09  Bernd Edlingerre PR tree-optimization/87940 (FAIL: gcc.dg/warn-strlen...
2018-11-07  Nikolai Merinovcommon.opt: Add -Wattribute-warning.
2018-10-02  Eric Botcazoudojump.h (do_jump): Delete.
2018-09-25  Jeff Lawre PR c/87387 (trunk/gcc/builtins.c:585:7: warning...
2018-09-14  John David Anglinre PR middle-end/87188 (Function pointer canonicalizati...
2018-09-14  Martin Seborbuiltins.h (c_srlen): Add argument.
2018-09-14  Bernd Edlingerexpr.c (string_constant): Adjust function comment.
2018-09-13  Jakub Jelinekre PR middle-end/87290 (Optimize signed x % pow2p ...
2018-09-12  Jakub Jelinekre PR middle-end/82853 (Optimize x % 3 == 0 without...
2018-08-29  Martin Seborre PR middle-end/86714 (tree-ssa-forwprop.c confused...
2018-08-27  Martin LiskaCome up with fndecl_built_in_p.
2018-08-20  Bernd Edlingerexpr.c (store_field): Change gcc_assert to gcc_checking...
2018-08-20  Bernd Edlingerre PR target/86984 (invalid relocation accessing a...
2018-08-16  Bernd Edlingerbuiltins.c (c_strlen): Add new parameter eltsize.
2018-08-16  Tamar ChristinaAllow larger copies when not slow_unaligned_access...
2018-07-25  Martin SeborPR tree-optimization/86622 - incorrect strlen of array...
2018-07-16  Bernd Edlingerre PR middle-end/86528 (strlen of constant string malfu...
2018-07-09  Martin SeborPR middle-end/77357 - strlen of constant strings not...
2018-06-16  Kugan Vivekanandarajahre PR tree-optimization/64946 ([AArch64] gcc.target...
2018-06-15  Jakub Jelinekre PR middle-end/85878 (ICE in convert_mode_scalar...
2018-06-12  Richard SandifordUse poly_int rtx accessors instead of hwi accessors
2018-06-08  Martin LiskaRemove MPX
2018-06-04  Richard SandifordFix expand_expr_real_1 handling of BLKmode bitfield...
2018-05-30  Richard SandifordUse poly_int tree accessors
2018-05-29  Jakub Jelinekre PR target/85918 (Conversions to/from [unsigned]...
2018-05-18  Richard SandifordReplace FMA_EXPR with one internal fn per optab
2018-05-17  Jim WilsonRISC-V: Optimize switch with sign-extended index.
2018-04-25  Jakub Jelinekre PR middle-end/85414 (ICE: in ix86_expand_prologue...
2018-04-23  Eric Botcazoure PR middle-end/85496 (internal compiler error: in...
next