Age | Commit message (Expand) | Author | Files | Lines |
2016-10-13 | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 1 | -0/+1 |
2016-08-12 | re PR c/7652 (-Wswitch-break : Warn if a switch case falls through) | Marek Polacek | 1 | -0/+1 |
2016-07-26 | use auto_sbitmap in various places | Trevor Saunders | 1 | -26/+10 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-09 | [sched] Dump dependency graph to a dot file | Nikolai Bozhenov | 1 | -0/+104 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -3/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -5/+5 |
2015-08-19 | remove more useless typedefs | Trevor Saunders | 1 | -9/+6 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -8/+3 |
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-05-19 | bitmap.c (bitmap_set_range): Handle count==1 specially. | Richard Sandiford | 1 | -5/+1 |
2015-05-19 | rtl.h (REG_NREGS): New macro | Richard Sandiford | 1 | -3/+2 |
2015-05-02 | make several functions in the scheduler take rtx_insn * | Trevor Saunders | 1 | -5/+5 |
2015-04-22 | make some HAVE_cc0 code always compiled | Trevor Saunders | 1 | -3/+1 |
2015-04-22 | always define HAVE_cc0 | Trevor Saunders | 1 | -1/+1 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-14 | timevar.def (TV_SCHED_FUSION): New time var. | Bin Cheng | 1 | -0/+63 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+5 |
2014-10-20 | cfgrtl.h: New. | Andrew MacLeod | 1 | -0/+1 |
2014-10-16 | function.h: Flatten file. | Andrew MacLeod | 1 | -0/+5 |
2014-08-28 | Work towards NEXT_INSN/PREV_INSN requiring insns as their params | David Malcolm | 1 | -2/+2 |
2014-08-27 | Use rtx_expr_list in various places | David Malcolm | 1 | -7/+8 |
2014-08-27 | Use rtx_insn_list in various places | David Malcolm | 1 | -5/+7 |
2014-08-26 | Various scheduling strengthenings | David Malcolm | 1 | -3/+3 |
2014-08-25 | Strengthen haifa_sched_info callbacks and 3 scheduler hooks | David Malcolm | 1 | -22/+22 |
2014-08-22 | sched-rgn.c: Use rtx_insn in a couple of places | David Malcolm | 1 | -6/+7 |
2014-08-22 | get_ebb_head_tail works with rtx_insn | David Malcolm | 1 | -11/+11 |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -3/+0 |
2014-05-06 | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 1 | -6/+3 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -3/+9 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -34/+32 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -3/+0 |
2014-02-24 | re PR rtl-optimization/60268 (ICE: in rank_for_schedule, at haifa-sched.c:2557) | Andrey Belevantsev | 1 | -4/+4 |
2014-02-18 | re PR rtl-optimization/58960 (ICE in bmp_iter_set_init) | Andrey Belevantsev | 1 | -0/+13 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_ALL_BB macro. | David Malcolm | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -13/+13 |
2013-12-09 | Eliminate last_basic_block macro. | David Malcolm | 1 | -19/+24 |
2013-12-09 | Eliminate BASIC_BLOCK macro. | David Malcolm | 1 | -12/+20 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -15/+16 |
2013-11-19 | Eliminate n_edges macro | David Malcolm | 1 | -1/+1 |
2013-11-19 | Eliminate n_basic_blocks macro | David Malcolm | 1 | -7/+7 |
2013-11-06 | tree-pass.h (make_pass_live_range_shrinkage): New external. | Vladimir Makarov | 1 | -0/+66 |
2013-11-04 | sched-rgn.c (add_branch_dependences): Keep insns in a SCHED_GROUP at the end ... | Wei Mi | 1 | -1/+4 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -4/+4 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -38/+74 |
2013-05-03 | re PR bootstrap/57154 (Bootstrap broken for powerpc64-unknown-linux-gnu) | Teresa Johnson | 1 | -0/+6 |