| Commit message (Expand) | Author | Age | Files | Lines |
* | alias.c: Remove unused headers. | Andrew MacLeod | 2015-10-30 | 1 | -14/+0 |
* | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 2015-10-29 | 1 | -7/+7 |
* | [PATCH] [2/n] Fix minor SSA_NAME leaks | Jeff Law | 2015-10-08 | 1 | -0/+1 |
* | switch from gimple to gimple* | Trevor Saunders | 2015-09-20 | 1 | -7/+7 |
* | Revert "replace several uses of the anon namespace with GCC_FINAL" | Trevor Saunders | 2015-08-12 | 1 | -2/+6 |
* | replace several uses of the anon namespace with GCC_FINAL | Trevor Saunders | 2015-08-11 | 1 | -6/+2 |
* | tree-core.h: Include symtab.h. | Andrew MacLeod | 2015-07-08 | 1 | -19/+5 |
* | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 2015-06-17 | 1 | -2/+0 |
* | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 2015-06-08 | 1 | -5/+0 |
* | coretypes.h: Include machmode.h... | Andrew MacLeod | 2015-06-04 | 1 | -5/+0 |
* | dojump.h: New header file. | Prathamesh Kulkarni | 2015-01-15 | 1 | -2/+14 |
* | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 2015-01-09 | 1 | -4/+10 |
* | Update copyright years. | Jakub Jelinek | 2015-01-05 | 1 | -1/+1 |
* | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 2014-10-27 | 1 | -0/+10 |
* | re PR tree-optimization/62112 (Optimize out malloc when block is unused or wr... | Marc Glisse | 2014-08-21 | 1 | -39/+69 |
* | remove has_execute | Trevor Saunders | 2014-07-09 | 1 | -1/+0 |
* | re PR tree-optimization/60098 (DSE fails to DSE errno settings) | Richard Biener | 2014-06-04 | 1 | -47/+37 |
* | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 2014-05-06 | 1 | -1/+1 |
* | pass cfun to pass::execute | Trevor Saunders | 2014-04-17 | 1 | -36/+32 |
* | pass current function to opt_pass::gate () | Trevor Saunders | 2014-04-17 | 1 | -8/+1 |
* | remove has_gate | Trevor Saunders | 2014-04-17 | 1 | -1/+0 |
* | Update copyright years in gcc/ | Richard Sandiford | 2014-01-02 | 1 | -1/+1 |
* | gimple.h: Remove all includes. | Andrew MacLeod | 2013-11-22 | 1 | -1/+4 |
* | Factor unrelated declarations out of tree.h. | Diego Novillo | 2013-11-19 | 1 | -0/+2 |
* | gimple-walk.h: New File. | Andrew Macleod | 2013-11-13 | 1 | -0/+1 |
* | tree-ssa.h: Remove all #include's | Andrew MacLeod | 2013-10-23 | 1 | -1/+8 |
* | tree-ssa.h: Don't include gimple-low.h... | Andrew MacLeod | 2013-10-18 | 1 | -0/+1 |
* | basic-block.h (edge_list): Prefix member names with "m_". | Richard Sandiford | 2013-09-30 | 1 | -1/+1 |
* | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 2013-09-28 | 1 | -2/+2 |
* | compare-elim.c (find_comparison_dom_walker): New class | Trevor Saunders | 2013-09-17 | 1 | -22/+11 |
* | tree-ssa.h: New. | Andrew MacLeod | 2013-09-12 | 1 | -1/+1 |
* | Automated conversion of passes to C++ classes | David Malcolm | 2013-08-05 | 1 | -17/+36 |
* | re PR tree-optimization/57361 (Remove self memory assignment) | Marc Glisse | 2013-06-12 | 1 | -0/+7 |
* | passes.c (execute_todo): Do not call ggc_collect conditional here. | Richard Biener | 2013-04-10 | 1 | -2/+1 |
* | re PR c++/34949 (Dead code in empty destructors.) | Jakub Jelinek | 2013-04-02 | 1 | -1/+10 |
* | Update copyright years in gcc/ | Richard Sandiford | 2013-01-10 | 1 | -2/+1 |
* | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 2013-01-04 | 1 | -1/+1 |
* | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 2012-11-01 | 1 | -0/+1 |
* | system.h (dump_file): Do not define. | Steven Bosscher | 2012-07-16 | 1 | -2/+0 |
* | re PR middle-end/53844 (GCC generates suboptimal code for unused members of c... | Richard Guenther | 2012-07-04 | 1 | -2/+10 |
* | re PR bootstrap/53197 (bootstrap comparison failure) | Michael Matz | 2012-05-03 | 1 | -6/+12 |
* | coretypes.h (gimple_seq, [...]): Typedef as gimple. | Michael Matz | 2012-05-02 | 1 | -1/+1 |
* | tree-flow.h (is_hidden_global_store): Remove. | Richard Guenther | 2012-04-27 | 1 | -1/+1 |
* | tree-ssa-dse.c (dse_optimize_stmt): Remember the stmt basic-block before remo... | Richard Guenther | 2012-04-05 | 1 | -1/+4 |
* | gimple-iterator.c (gsi_remove): Return whether EH edges need to be cleanup. | Richard Guenther | 2012-04-05 | 1 | -3/+2 |
* | dumping cleanup phase 1 -- Removing TODO_dump_func | David Li | 2011-06-14 | 1 | -3/+1 |
* | tree-ssa-dse.c (struct dse_global_data, [...]): Remove. | Richard Guenther | 2011-04-14 | 1 | -140/+13 |
* | re PR tree-optimization/47053 (ICE: verify_flow_info failed: BB 2 can not thr... | Jeff Law | 2011-01-21 | 1 | -0/+18 |
* | re PR tree-optimization/45970 (tree DSE misses many obvious dead stores) | Richard Guenther | 2010-10-13 | 1 | -2/+3 |
* | gimplify.c: Do not include except.h and optabs.h. | Steven Bosscher | 2010-06-01 | 1 | -1/+0 |