aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-sccvn.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-8250/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-07tree-optimization/103596 - fix missed propagation into switchesRichard Biener1-1/+1
2021-11-24tree-optimization/103168 - Improve VN of pure function callsRichard Biener1-0/+126
2021-11-12tree-optimization/103204 - fix missed valueization in VNRichard Biener1-5/+8
2021-11-04VN/PRE TLCRichard Biener1-22/+21
2021-10-25tree-optimization/102920 - fix PHI VN with undefined argsRichard Biener1-7/+14
2021-10-22bootstrap/102681 - properly CSE PHIs with default def argsRichard Biener1-2/+12
2021-10-07tree-optimization/102608 - avoid CSEing .DEFERRED_INITRichard Biener1-21/+24
2021-10-04tree-optimization/102570 - teach VN about internal functionsRichard Biener1-36/+55
2021-09-28tree-optimization/100112 - VN last_vuse and redundant store eliminationRichard Biener1-4/+13
2021-09-24Fix value uninitialization in vn_reference_insert_pieces [PR102400]Feng Xue1-0/+1
2021-09-22More NEGATE_EXPR folding in match.pdRoger Sayle1-16/+19
2021-09-08tree-optimization/102183 - sccvn: fix result compare in vn_nary_op_insert_intoDi Zhao1-1/+1
2021-09-01tree-optimization/93491 - avoid PRE of trapping calls across exitsRichard Biener1-0/+1
2021-08-23tree-optimization/79334 - avoid PRE of possibly trapping array-refRichard Biener1-4/+26
2021-08-17tree-optimization/101925 - fix VN with reverse storage orderRichard Biener1-1/+32
2021-07-29Use range-based for loops for traversing loopsKewen Lin1-2/+1
2021-07-20Adjust by-value function vec arguments to by-reference.Martin Sebor1-4/+6
2021-07-19Remove last gimple_expr_type usesRichard Biener1-8/+20
2021-07-16Get rid of some gimple_expr_type usesRichard Biener1-6/+6
2021-07-13passes: Fix up subobject __bos [PR101419]Jakub Jelinek1-4/+2
2021-06-08tree-optimization/100923 - fix alias-ref construction wrt availabilityRichard Biener1-26/+50
2021-05-12tree-optimization/100566 - fix another predication issue in VNRichard Biener1-2/+4
2021-05-05tree-optimization/79333 - fold stmts following SSA edges in VNRichard Biener1-1/+1
2021-04-13tree-optimization/100053 - fix predication in VNRichard Biener1-8/+13
2021-04-07Add debug_vn_reference_ops helperRichard Biener1-0/+49
2021-03-30tree-optimization/99824 - avoid excessive integer type precision in VNRichard Biener1-10/+14
2021-03-22tree-optimization/99694 - fix value-numbering PHIsRichard Biener1-0/+2
2021-03-15tree-optimization/98834 - fix optimization regression with _b_c_pRichard Biener1-1/+11
2021-02-09Fix O(region-size) unwind in VNRichard Biener1-15/+16
2021-01-22on ARRAY_REFs sign-extend offsets only from sizetype's precision [PR98255]Jakub Jelinek1-1/+1
2021-01-13tree-optimization/98640 - fix bogus sign-extension with VNRichard Biener1-6/+9
2021-01-08reset the SCEV htab after FRE in loop pipelineRichard Biener1-0/+3
2021-01-04tree-optimization/98464 - replace loop info with avail at usesRichard Biener1-6/+17
2021-01-04tree-optimization/98282 - classify V_C_E<constant> as naryRichard Biener1-1/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
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