summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-forwprop.c
AgeCommit message (Expand)Author
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener
2020-04-27forwprop: Fix ICE when building an identity constructor [PR94784]Fei Yang
2020-04-22forwprop: Fix ICE when building an identity constructor [PR94700]Richard Sandiford
2020-04-21forwprop: Fix ICE when building a VEC_PERM_EXPR [PR94683]Richard Sandiford
2020-04-09sra: Fix sra_modify_expr handling of partial writes (PR 94482)Martin Jambor
2020-03-31forwprop: Pattern recognize more rotates [PR94344]Jakub Jelinek
2020-03-23tree-optimization/94266 - aovid propagating addresses of TARGET_MEM_REFsRichard Biener
2020-03-18middle-end/94188 fix fold of addr expression generationRichard Biener
2020-02-04tree-optimization/92819 restrict new vector CTOR canonicalizationRichard Biener
2020-01-28forwprop: Tweak choice of VEC_PERM_EXPR filler [PR92822]Richard Sandiford
2020-01-15Fix ctz issues (PR93231)Wilco Dijkstra
2020-01-13tree-opt: Fix bootstrap failure in tree-ssa-forwprop.c some more PR90838Jakub Jelinek
2020-01-10re PR tree-optimization/90838 (Detect table-based ctz implementation)Jakub Jelinek
2020-01-10PR90838: Support ctz idiomsWilco Dijkstra
2020-01-01Update copyright years.Jakub Jelinek
2019-12-05re PR tree-optimization/92818 (Typo in vec_perm -> bit_insert pattern)Richard Biener
2019-12-05re PR tree-optimization/92803 (error: type mismatch in 'vec_perm_expr' since ...Richard Biener
2019-12-03re PR target/92758 (r278833 breaks gcc.target/powerpc/fold-vec-splat-floatdou...Richard Biener
2019-11-29re PR tree-optimization/92715 (error: position plus size exceeds size of refe...Richard Biener
2019-11-28re PR tree-optimization/92645 (Hand written vector code is 450 times slower w...Richard Biener
2019-11-27target.def (TARGET_VECTORIZE_BUILTIN_CONVERSION): Remove.Richard Biener
2019-11-27re PR tree-optimization/92690 (vector CTOR optimization performs invalid conv...Richard Biener
2019-11-27re PR tree-optimization/92645 (Hand written vector code is 450 times slower w...Richard Biener
2019-11-05re PR target/92280 (gcc.target/i386/pr83008.c FAILs)Richard Biener
2019-10-07Allow COND_EXPR and VEC_COND_EXPR condtions to trapIlya Leoshkevich
2019-10-04Add missing gimple_call_set_fntypeMartin Jambor
2019-09-24Use more switch statements.Martin Liska
2019-08-16tree-ssa-forwprop.c (simplify_builtin_call): Do not remove stmt at gsi_p, ins...Richard Biener
2019-05-15re PR tree-optimization/88828 (Inefficient update of the first element of vec...Richard Biener
2019-05-14re PR tree-optimization/88828 (Inefficient update of the first element of vec...Richard Biener
2019-05-09re PR tree-optimization/90395 (ICE: verify_flow_info failed (error: BB 2 cann...Richard Biener
2019-05-06re PR tree-optimization/88828 (Inefficient update of the first element of vec...Richard Biener
2019-05-03re PR middle-end/88963 (gcc generates terrible code for vectors of 64+ length...Richard Biener
2019-04-29re PR tree-optimization/90278 (ICE: verify_gimple failed (error: statement ma...Richard Biener
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-10-22Add a fun parameter to three stmt_could_throw... functionsMartin Jambor
2018-09-142018-09-14 Bernd Edlinger msebor@redhat.com>Bernd Edlinger
2018-08-29re PR middle-end/86714 (tree-ssa-forwprop.c confused by too long initializer)Martin Sebor
2018-08-27Come up with fndecl_built_in_p.Martin Liska
2018-08-27Add new gswitch related functions into tree-cfg.c.Martin Liska
2018-07-30tree-ssa-forwprop.c (simplify_builtin_call): Don't create a not NUL terminate...Bernd Edlinger
2018-05-11re PR tree-optimization/85692 (Two source permute not used for vector initial...Allan Sandfeld Jensen
2018-01-04Allow VEC_PERM_EXPR folding to failRichard Sandiford
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford
2018-01-03Update copyright years.Jakub Jelinek
2018-01-02Add a vec_perm_indices_to_tree helper functionRichard Sandiford
2018-01-02Make vec_perm_indices use new vector encodingRichard Sandiford
2018-01-02Remove vec_perm_const optabRichard Sandiford