Age | Commit message (Expand) | Author | Files | Lines |
2016-03-15 | re PR target/64411 (ICE: in verify_target_availability, at sel-sched.c:1577 w... | Andrey Belevantsev | 1 | -0/+1 |
2016-02-12 | cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor. | Jakub Jelinek | 1 | -1/+1 |
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/+3 |
2015-10-19 | [haifa-sched] model load/store multiples properly in autoprefetcher scheduling | Kyrylo Tkachov | 1 | -2/+11 |
2015-09-14 | c-common.c (warn_for_sign_compare): Cast to unsigned when shifting a negative... | Marek Polacek | 1 | -1/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -4/+0 |
2015-05-09 | more rtx_insn * in sched-deps.c | Trevor Saunders | 1 | -2/+2 |
2015-05-02 | make several functions in the scheduler take rtx_insn * | Trevor Saunders | 1 | -1/+1 |
2015-02-19 | re PR debug/64935 (compare debug failure during building of Linux kernel) | Maxim Kuvyrkov | 1 | -1/+0 |
2015-02-01 | Fix scheduling undeterminism from sorting with DEBUG_INSNs | Maxim Kuvyrkov | 1 | -0/+3 |
2015-01-17 | Model cache auto-prefetcher in scheduler | Maxim Kuvyrkov | 1 | -0/+34 |
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/+8 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -1/+0 |
2014-10-24 | Improve scheduler dumps of ready list | Maxim Kuvyrkov | 1 | -0/+3 |
2014-09-15 | deps_start_bb takes an insn | David Malcolm | 1 | -1/+1 |
2014-09-05 | Use rtx_insn for more scheduler things, plus CONST_CAST_RTX_INSN | David Malcolm | 1 | -3/+4 |
2014-09-05 | Return type of get_ready_element | David Malcolm | 1 | -1/+1 |
2014-08-28 | Work towards NEXT_INSN/PREV_INSN requiring insns as their params | David Malcolm | 1 | -3/+3 |
2014-08-27 | Use rtx_expr_list in various places | David Malcolm | 1 | -2/+2 |
2014-08-27 | Use rtx_insn_list in various places | David Malcolm | 1 | -15/+15 |
2014-08-27 | Use rtx_insn for various target.def hooks | David Malcolm | 1 | -1/+1 |
2014-08-26 | Remove DF_REF_INSN scaffolding | David Malcolm | 1 | -1/+1 |
2014-08-26 | Various scheduling strengthenings | David Malcolm | 1 | -6/+6 |
2014-08-26 | Remove DEP_PRO/CON scaffolding | David Malcolm | 1 | -10/+8 |
2014-08-26 | insn_t becomes an rtx_insn * | David Malcolm | 1 | -5/+5 |
2014-08-25 | Eliminate BB_NOTE_LIST scaffolding | David Malcolm | 1 | -1/+1 |
2014-08-25 | Strengthen haifa_sched_info callbacks and 3 scheduler hooks | David Malcolm | 1 | -30/+30 |
2014-08-25 | struct haifa_sched_info: prev_head and next_tail | David Malcolm | 1 | -1/+1 |
2014-08-22 | sched-ebb.c: Use rtx_insn (requires touching sched-int.h and config/c6x/c6x.c) | David Malcolm | 1 | -1/+1 |
2014-08-22 | get_ebb_head_tail works with rtx_insn | David Malcolm | 1 | -1/+2 |
2014-08-19 | bb_note returns a rtx_note * | David Malcolm | 1 | -1/+1 |
2014-08-19 | DEP_PRO/DEP_CON scaffolding | David Malcolm | 1 | -2/+4 |
2014-05-24 | * sched-int.h (sd_iterator_cond): Manually tail recurse. | Jan Hubicka | 1 | -21/+24 |
2014-05-22 | Cleanup and improve multipass_dfa_lookahead_guard | Maxim Kuvyrkov | 1 | -1/+1 |
2014-05-22 | Remove IA64 speculation tweaking flags | Maxim Kuvyrkov | 1 | -3/+1 |
2014-02-18 | re PR rtl-optimization/58960 (ICE in bmp_iter_set_init) | Andrey Belevantsev | 1 | -0/+1 |
2014-02-05 | re PR debug/52727 (internal compiler error at dwarf2cfi.c2:685) | Richard Henderson | 1 | -0/+3 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-10 | cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef. | Oleg Endo | 1 | -3/+2 |
2013-12-09 | Eliminate BASIC_BLOCK macro. | David Malcolm | 1 | -2/+3 |
2013-11-21 | Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -1/+1 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -2/+3 |
2013-11-06 | tree-pass.h (make_pass_live_range_shrinkage): New external. | Vladimir Makarov | 1 | -0/+2 |
2013-05-25 | sched-int.h (ds_t, dw_t): Make unsigned int. | Steven Bosscher | 1 | -34/+68 |
2013-04-13 | sched-deps.c (deps_analyze_insn): Do not check for EH_REGION insn notes, they... | Steven Bosscher | 1 | -2/+2 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2012-11-26 | invoke.texi: Remove -dv documentation. | Steven Bosscher | 1 | -6/+0 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -21/+12 |