aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-sccvn.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-16tree-optimization/97830 - fix compare of incomplete type size in VNRichard Biener1-1/+4
2020-11-13improve VN PHI hashingRichard Biener1-6/+21
2020-11-10sccvn: Fix up push_partial_def little-endian bitfield handling [PR97764]Jakub Jelinek1-1/+4
2020-11-09CSE VN_INFO calls in PRE and VNRichard Biener1-6/+10
2020-11-06make PRE constant value IDs negativeRichard Biener1-13/+21
2020-10-08Disable TBAA in some uses of call_may_clobber_ref_pJan Hubicka1-1/+1
2020-09-18tree-optimization/97089 - fix bogus unsigned division replacementRichard Biener1-1/+4
2020-09-17CSE negated multiplications and divisionsRichard Biener1-0/+35
2020-08-27tree-optimization/96522 - transfer of flow-sensitive info in copy_ref_infoRichard Biener1-2/+1
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-4/+4
2020-08-24Add missing vn_reference_t::punned initializationMartin Liska1-2/+3
2020-08-04tree-optimization/88240 - stopgap for floating point code-hoisting issuesRichard Biener1-1/+12
2020-07-31Compute RPO with adjacent SCC members, expose toplevel SCC extentsRichard Biener1-44/+11
2020-07-09Make memory copy functions scalar storage order barriersEric Botcazou1-2/+10
2020-05-11tree-optimization/95049 - fix not terminating RPO VN iterationRichard Biener1-5/+22
2020-05-08Fix availability compute during VN DOM eliminationRichard Biener1-5/+10
2020-05-04tree-optimization/93891 - improve same-store disambiguationRichard Biener1-2/+4
2020-04-17fix PVS studio reported bugsRichard Biener1-1/+1
2020-03-25sccvn: Fix buffer overflow in push_partial_def [PR94300]Jakub Jelinek1-0/+2
2020-03-12tree-optimization/94103 avoid CSE of loads with paddingRichard Biener1-7/+16
2020-03-05sccvn: Fix handling of POINTER_PLUS_EXPR in memset offset [PR93582]Jakub Jelinek1-4/+8
2020-03-04sccvn: Avoid overflows in push_partial_defJakub Jelinek1-13/+36
2020-03-03sccvn: Improve handling of load masked with integer constant [PR93582]Jakub Jelinek1-39/+129
2020-03-03tree-optimization/93946 - fix bogus redundant store removal in FRE, DSE and DOMRichard Biener1-100/+122
2020-02-27tree-optimization/93508 - make VN translate through _chk and valueize lengthRichard Biener1-4/+15
2020-02-27sccvn: Handle non-byte aligned offset or size for memset (, 123, ) [PR93945]Jakub Jelinek1-6/+36
2020-02-24sccvn: Handle bitfields in push_partial_def [PR93582]Jakub Jelinek1-55/+184
2020-02-13sccvn: Handle bitfields in vn_reference_lookup_3 [PR93582]Jakub Jelinek1-22/+68
2020-02-11tree-optimization/93661 properly guard tree_to_poly_int64Richard Biener1-0/+1
2020-02-04tree-optimization/91123 - restore redundant store removalRichard Biener1-35/+60
2020-01-23tree-optimization/93354 FRE redundant store removal validity fixRichard Biener1-12/+22
2020-01-21tree-optimization/92328 fix value-number with bogus typeRichard Biener1-16/+27
2020-01-16Fix value numbering dealing with reverse byte orderAndrew Pinski1-0/+2
2020-01-14hash-table.h: support non-zero empty values in empty_slow (v2)David Malcolm1-0/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-04tree-ssa-sccvn.c (vn_reference_lookup_3): Properly guard empty CTOR and memse...Richard Biener1-2/+11
2019-12-04tree-ssa-sccvn.c (vn_walk_cb_data::push_partial_def): Handle non-constant def...Richard Biener1-32/+55
2019-12-03re PR tree-optimization/92751 (VN partial def support confused about clobbers)Richard Biener1-5/+15
2019-11-29tree-ssa-sccvn.c (vn_walk_cb_data::push_partial_def): Bail out early for too ...Richard Biener1-3/+10
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-3/+3
2019-11-08Handle POLY_INT_CST in copy_reference_ops_from_refRichard Sandiford1-0/+1
2019-10-29[vect]PR 88915: Vectorize epilogues when versioning loopsAndre Vieira1-1/+5
2019-10-24re PR tree-optimization/92203 (ICE in eliminate_stmt, at tree-ssa-sccvn.c:5492)Richard Biener1-2/+7
2019-10-12re PR middle-end/92063 (ICE in operation_could_trap_p, at tree-eh.c:2528 when...Jakub Jelinek1-7/+4
2019-10-11re PR tree-optimization/90883 (Generated code is worse if returned struct is ...Richard Biener1-29/+74
2019-09-24tree-ssa-sccvn.c (vn_reference_lookup_3): Valueize MEM_REF base.Richard Biener1-2/+3
2019-09-16re PR tree-optimization/91756 (g++.dg/lto/alias-3 FAILs)Richard Biener1-8/+14
2019-09-03tree-ssa-sccvn.h (vn_nary_op_lookup): Remove.Richard Biener1-45/+0
2019-08-26re PR c/91526 (Unnecessary SSE and other instructions generated when compilin...Richard Biener1-0/+5