summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dse.c
Commit message (Expand)AuthorAgeFilesLines
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-14/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-7/+7
* [PATCH] [2/n] Fix minor SSA_NAME leaksJeff Law2015-10-081-0/+1
* switch from gimple to gimple*Trevor Saunders2015-09-201-7/+7
* Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders2015-08-121-2/+6
* replace several uses of the anon namespace with GCC_FINALTrevor Saunders2015-08-111-6/+2
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-19/+5
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-2/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-5/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-2/+14
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+10
* re PR tree-optimization/62112 (Optimize out malloc when block is unused or wr...Marc Glisse2014-08-211-39/+69
* remove has_executeTrevor Saunders2014-07-091-1/+0
* re PR tree-optimization/60098 (DSE fails to DSE errno settings)Richard Biener2014-06-041-47/+37
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-1/+1
* pass cfun to pass::executeTrevor Saunders2014-04-171-36/+32
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-8/+1
* remove has_gateTrevor Saunders2014-04-171-1/+0
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-1/+4
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+8
* tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod2013-10-181-0/+1
* basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford2013-09-301-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-2/+2
* compare-elim.c (find_comparison_dom_walker): New classTrevor Saunders2013-09-171-22/+11
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-17/+36
* re PR tree-optimization/57361 (Remove self memory assignment)Marc Glisse2013-06-121-0/+7
* passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener2013-04-101-2/+1
* re PR c++/34949 (Dead code in empty destructors.)Jakub Jelinek2013-04-021-1/+10
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+1
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-2/+0
* re PR middle-end/53844 (GCC generates suboptimal code for unused members of c...Richard Guenther2012-07-041-2/+10
* re PR bootstrap/53197 (bootstrap comparison failure)Michael Matz2012-05-031-6/+12
* coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz2012-05-021-1/+1
* tree-flow.h (is_hidden_global_store): Remove.Richard Guenther2012-04-271-1/+1
* tree-ssa-dse.c (dse_optimize_stmt): Remember the stmt basic-block before remo...Richard Guenther2012-04-051-1/+4
* gimple-iterator.c (gsi_remove): Return whether EH edges need to be cleanup.Richard Guenther2012-04-051-3/+2
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-3/+1
* tree-ssa-dse.c (struct dse_global_data, [...]): Remove.Richard Guenther2011-04-141-140/+13
* re PR tree-optimization/47053 (ICE: verify_flow_info failed: BB 2 can not thr...Jeff Law2011-01-211-0/+18
* re PR tree-optimization/45970 (tree DSE misses many obvious dead stores)Richard Guenther2010-10-131-2/+3
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0