summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-sccvn.c
AgeCommit message (Expand)Author
2020-05-11tree-optimization/95049 - fix not terminating RPO VN iterationRichard Biener
2020-05-08Fix availability compute during VN DOM eliminationRichard Biener
2020-05-04tree-optimization/93891 - improve same-store disambiguationRichard Biener
2020-04-17fix PVS studio reported bugsRichard Biener
2020-03-25sccvn: Fix buffer overflow in push_partial_def [PR94300]Jakub Jelinek
2020-03-12tree-optimization/94103 avoid CSE of loads with paddingRichard Biener
2020-03-05sccvn: Fix handling of POINTER_PLUS_EXPR in memset offset [PR93582]Jakub Jelinek
2020-03-04sccvn: Avoid overflows in push_partial_defJakub Jelinek
2020-03-03sccvn: Improve handling of load masked with integer constant [PR93582]Jakub Jelinek
2020-03-03tree-optimization/93946 - fix bogus redundant store removal in FRE, DSE and DOMRichard Biener
2020-02-27tree-optimization/93508 - make VN translate through _chk and valueize lengthRichard Biener
2020-02-27sccvn: Handle non-byte aligned offset or size for memset (, 123, ) [PR93945]Jakub Jelinek
2020-02-24sccvn: Handle bitfields in push_partial_def [PR93582]Jakub Jelinek
2020-02-13sccvn: Handle bitfields in vn_reference_lookup_3 [PR93582]Jakub Jelinek
2020-02-11tree-optimization/93661 properly guard tree_to_poly_int64Richard Biener
2020-02-04tree-optimization/91123 - restore redundant store removalRichard Biener
2020-01-23tree-optimization/93354 FRE redundant store removal validity fixRichard Biener
2020-01-21tree-optimization/92328 fix value-number with bogus typeRichard Biener
2020-01-16Fix value numbering dealing with reverse byte orderAndrew Pinski
2020-01-14hash-table.h: support non-zero empty values in empty_slow (v2)David Malcolm
2020-01-01Update copyright years.Jakub Jelinek
2019-12-04tree-ssa-sccvn.c (vn_reference_lookup_3): Properly guard empty CTOR and memse...Richard Biener
2019-12-04tree-ssa-sccvn.c (vn_walk_cb_data::push_partial_def): Handle non-constant def...Richard Biener
2019-12-03re PR tree-optimization/92751 (VN partial def support confused about clobbers)Richard Biener
2019-11-29tree-ssa-sccvn.c (vn_walk_cb_data::push_partial_def): Bail out early for too ...Richard Biener
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-11-08Handle POLY_INT_CST in copy_reference_ops_from_refRichard Sandiford
2019-10-29[vect]PR 88915: Vectorize epilogues when versioning loopsAndre Vieira
2019-10-24re PR tree-optimization/92203 (ICE in eliminate_stmt, at tree-ssa-sccvn.c:5492)Richard Biener
2019-10-12re PR middle-end/92063 (ICE in operation_could_trap_p, at tree-eh.c:2528 when...Jakub Jelinek
2019-10-11re PR tree-optimization/90883 (Generated code is worse if returned struct is ...Richard Biener
2019-09-24tree-ssa-sccvn.c (vn_reference_lookup_3): Valueize MEM_REF base.Richard Biener
2019-09-16re PR tree-optimization/91756 (g++.dg/lto/alias-3 FAILs)Richard Biener
2019-09-03tree-ssa-sccvn.h (vn_nary_op_lookup): Remove.Richard Biener
2019-08-26re PR c/91526 (Unnecessary SSE and other instructions generated when compilin...Richard Biener
2019-08-20re PR tree-optimization/37242 (missed FRE opportunity because of signedness o...Richard Biener
2019-07-31re PR tree-optimization/91178 (Infinite recursion in split_constant_offset in...Richard Biener
2019-07-30re PR tree-optimization/91291 (gcc.dg/20020312-2.c FAILs)Richard Biener
2019-07-29re PR tree-optimization/91257 (Compile-time and memory-hog hog)Richard Biener
2019-07-25re PR tree-optimization/91236 (ICE in walk_non_aliased_vuses at gcc/tree-ssa-...Richard Biener
2019-07-23re PR tree-optimization/83518 (Missing optimization: useless instructions sho...Richard Biener
2019-07-22re PR tree-optimization/91221 (ICE in get_int_cst_ext_nunits, at tree.c:1299 ...Richard Biener
2019-07-19re PR tree-optimization/91211 (wrong code with __builtin_memset() and __built...Richard Biener
2019-07-18tree-ssa-sccvn.c (vn_walk_cb_data::push_partial_def): Refactor branches to ma...Richard Biener
2019-07-17re PR tree-optimization/91180 (wrong code at -O and above with __builtin_mems...Richard Biener
2019-07-10re PR tree-optimization/91126 (Incorrect constant propagation of BIT_FIELD_REF)Richard Biener
2019-07-10gimple-parser.c (c_parser_gimple_postfix_expression): Support _Literal (int *...Richard Biener
2019-07-09gimple-match.h (gimple_match_op::resimplify): New.Richard Biener
2019-07-09tree-ssa-sccvn.c (struct vn_walk_cb_data): Add orig_ref member.Richard Biener