Age | Commit message (Expand) | Author | Files | Lines |
2017-05-14 | make inverted_post_order_compute() operate on a vec | Trevor Saunders | 1 | -30/+26 |
2017-05-14 | use auto_bitmap more with alternate obstacks | Trevor Saunders | 1 | -18/+12 |
2017-05-14 | use auto_bitmap more | Trevor Saunders | 1 | -6/+2 |
2017-02-13 | cprop.c (cprop_jump): Add missing space in string literal. | Jakub Jelinek | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-10-13 | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 1 | -0/+1 |
2016-08-11 | re PR rtl-optimization/72855 (Long compile time due to integrity checking dur... | Richard Biener | 1 | -0/+1 |
2016-07-26 | use auto_sbitmap in various places | Trevor Saunders | 1 | -2/+1 |
2016-04-27 | df: make df_problem instances "const" | David Malcolm | 1 | -2/+2 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -6/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -3/+2 |
2015-10-27 | [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE | Mikhail Maltsev | 1 | -9/+9 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -10/+2 |
2015-06-22 | Use std::swap instead of manual swaps. | Mikhail Maltsev | 1 | -4/+1 |
2015-06-17 | function.h (struct rtl_data): Remove struct and accessor macros. | Andrew MacLeod | 1 | -0/+1 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -3/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -1/+0 |
2015-04-21 | df-core.c (df_finish_pass): Iterate over df->problems_by_index[] and use df_r... | Thomas Preud'homme | 1 | -13/+6 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-12 | rtl.h (rtx_function, [...]): Delete. | Richard Sandiford | 1 | -1/+1 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+4 |
2014-10-16 | function.h: Flatten file. | Andrew MacLeod | 1 | -1/+6 |
2014-08-26 | Remove DF_REF_INSN scaffolding | David Malcolm | 1 | -16/+10 |
2014-08-22 | df-*.c: Use rtx_insn | David Malcolm | 1 | -2/+2 |
2014-08-19 | Convert DF_REF_INSN to a function for now | David Malcolm | 1 | -0/+6 |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -3/+0 |
2014-06-15 | df.h (df_mw_hardreg, [...]): Add a link pointer. | Richard Sandiford | 1 | -12/+7 |
2014-06-15 | df.h (DF_INSN_INFO_MWS, [...]): New macros. | Richard Sandiford | 1 | -41/+19 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -3/+12 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -16/+2 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -3/+0 |
2014-01-17 | re PR rtl-optimization/38518 (Excessive compile time with -O3) | Richard Biener | 1 | -39/+202 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_ALL_BB macro. | David Malcolm | 1 | -4/+4 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -4/+4 |
2013-12-09 | Eliminate last_basic_block macro. | David Malcolm | 1 | -12/+14 |
2013-12-09 | Eliminate BASIC_BLOCK macro. | David Malcolm | 1 | -9/+9 |
2013-12-09 | Eliminate SET_BASIC_BLOCK macro. | David Malcolm | 1 | -4/+4 |
2013-11-19 | Eliminate n_edges macro | David Malcolm | 1 | -1/+1 |
2013-11-19 | Eliminate n_basic_blocks macro | David Malcolm | 1 | -4/+4 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -8/+8 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -54/+107 |
2013-07-21 | Fix typos. | Ondřej Bílka | 1 | -1/+1 |
2013-04-12 | df-core.c (df_find_def): Compare register numbers. | Steven Bosscher | 1 | -3/+3 |
2013-03-23 | df-core.c (rest_of_handle_df_initialize): Use XCNEWVEC instead of XNEWVEC fol... | Steven Bosscher | 1 | -5/+2 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2012-11-20 | Introduce vNULL to use as a nil initializer for vec<>. | Diego Novillo | 1 | -1/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -5/+5 |