Age | Commit message (Expand) | Author | Files | Lines |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-24 | [TER] PR target/48863 : Don't replace expressions across local register varia... | Kyrylo Tkachov | 1 | -4/+21 |
2016-09-15 | Iterator to visit SSA | Kugan Vivekanandarajah | 1 | -6/+5 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -5/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -2/+2 |
2015-10-27 | [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE | Mikhail Maltsev | 1 | -12/+8 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -6/+6 |
2015-09-13 | tree-ssa-ter.c: remove typedefs that hide pointerness | Trevor Saunders | 1 | -20/+19 |
2015-07-13 | Fix double word typos. | Aldy Hernandez | 1 | -1/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -18/+5 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -3/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -6/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -4/+0 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+10 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -2/+2 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+10 |
2014-04-16 | tree-ssa-operands.c (create_vop_var): Set DECL_IGNORED_P. | Eric Botcazou | 1 | -5/+0 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-16 | re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru... | Jakub Jelinek | 1 | -1/+46 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -1/+1 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -0/+5 |
2013-11-19 | re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru... | Richard Biener | 1 | -4/+3 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+1 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+1 |
2013-10-29 | tree-outof-ssa.h: Remove include files. | Andrew MacLeod | 1 | -0/+2 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -1/+5 |
2013-09-26 | tree-ssa-live.h (find_replaceable_exprs, [...]): Move prototypes to... | Andrew MacLeod | 1 | -109/+60 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-03-08 | tree-ssa-ter.c (is_replaceable_p): Do not TER across location or block change... | Richard Biener | 1 | -11/+11 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-08-17 | re PR middle-end/54146 (Very slow compile with attribute((flatten))) | Steven Bosscher | 1 | -9/+16 |
2012-08-10 | tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ... | Richard Guenther | 1 | -4/+6 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -2/+1 |
2012-05-29 | LANGUAGES: Fix typos. | Joseph Myers | 1 | -1/+1 |
2011-02-04 | re PR inline-asm/23200 (rejects "i"(&var + 1)) | Jakub Jelinek | 1 | -7/+25 |
2010-12-16 | re PR tree-optimization/43655 (-ftree-ter causes FAIL: g++.old-deja/g++.law/t... | Jakub Jelinek | 1 | -1/+3 |
2010-10-21 | basic-block.h (single_succ_edge): Use gcc_checking_assert. | Nathan Froyd | 1 | -16/+6 |
2010-10-20 | tree-ssa-ter.c (find_replaceable_in_bb): Allow replacement over call for sing... | Pat Haugen | 1 | -2/+4 |
2010-09-13 | tree-ssa-ter.c (temp_expr_table_d): Add call_cnt field. | Pat Haugen | 1 | -9/+26 |
2010-07-01 | re PR middle-end/42834 (memcpy folding overeager) | Richard Guenther | 1 | -0/+18 |
2010-06-01 | gimplify.c: Do not include except.h and optabs.h. | Steven Bosscher | 1 | -1/+0 |
2010-05-29 | tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION. | Jan Hubicka | 1 | -1/+1 |
2010-05-21 | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 1 | -2/+4 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -53/+53 |
2009-09-02 | invoke.texi (-fvar-tracking-assignments): New. | Alexandre Oliva | 1 | -0/+3 |
2009-04-27 | ssaexpand.h (struct ssaexpand): Member 'values' is a bitmap. | Michael Matz | 1 | -11/+11 |
2009-04-26 | tree-ssa-copyrename.c (rename_ssa_copies): Don't iterate beyond num_ssa_names. | Michael Matz | 1 | -1/+1 |