aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dse.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20poly_int: ao_ref and vn_reference_op_tRichard Sandiford1-35/+49
2017-11-01Make tree-ssa-dse.c:normalize_ref return a boolRichard Sandiford1-23/+25
2017-10-16* tree-ssa-dse.c (live_bytes_read): Fix thinko.Jeff Law1-1/+1
2017-10-12re PR tree-optimization/82493 (UBSAN in gcc/sbitmap.c:368:28: runtime error: ...Martin Liska1-1/+1
2017-10-12tree-ssa-dse.c (valid_ao_ref_for_dse): Reject ao_refs with negative offsets.Jeff Law1-0/+1
2017-10-02re PR tree-optimization/82387 (wrong code at -O1 and -Os on x86_64-linux-gnu ...Jakub Jelinek1-2/+2
2017-09-29sbitmap.c (bitmap_bit_in_range_p): New function.Jeff Law1-0/+55
2017-05-16Add default value for last argument of dump functions.Martin Liska1-3/+3
2017-05-14make a member an auto_sbitmapTrevor Saunders1-6/+4
2017-04-12re PR tree-optimization/80359 (DSE causes error: invalid reference prefix)Richard Biener1-1/+2
2017-02-23re PR tree-optimization/79578 (Unnecessary instructions in generated code)Jeff Law1-1/+1
2017-02-22re PR tree-optimization/79578 (Unnecessary instructions in generated code)Jeff Law1-1/+1
2017-01-16re PR tree-optimization/79090 (DSE wrongly removes store at variable offset)Jeff Law1-6/+19
2017-01-15re PR tree-optimization/79090 (DSE wrongly removes store at variable offset)Jeff Law1-1/+12
2017-01-13Fix commentJeff Law1-2/+2
2017-01-13re PR tree-optimization/33562 (aggregate DSE disabled)Jeff Law1-9/+9
2017-01-13tree-ssa-dse.c (decrement_count): New function.Jeff Law1-1/+94
2017-01-13re PR middle-end/61912 (Missed (partial) dead store elimination for structure...Jeff Law1-0/+64
2017-01-13re PR tree-optimization/33562 (aggregate DSE disabled)Jeff Law1-71/+359
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-14Fix dump output in dse_optimize_stmtMartin Liska1-4/+4
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-10re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Jeff Law1-2/+3
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-14/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+7
2015-10-08[PATCH] [2/n] Fix minor SSA_NAME leaksJeff Law1-0/+1
2015-09-20switch from gimple to gimple*Trevor Saunders1-7/+7
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders1-2/+6
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders1-6/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-19/+5
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+14
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+10
2014-08-21re PR tree-optimization/62112 (Optimize out malloc when block is unused or wr...Marc Glisse1-39/+69
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-04re PR tree-optimization/60098 (DSE fails to DSE errno settings)Richard Biener1-47/+37
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-36/+32
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-8/+1
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+4
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+8