Age | Commit message (Expand) | Author | Files | Lines |
2022-01-17 | Change references of .c files to .cc files | Martin Liska | 1 | -14/+14 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-07-20 | Adjust by-value function vec arguments to by-reference. | Martin Sebor | 1 | -2/+2 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-01-16 | Uninitialized padding in struct _dep. | Andrew Pinski | 1 | -0/+2 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -9/+9 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+2 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-10-24 | Cleanup autopref scheduling | Wilco Dijkstra | 1 | -9/+2 |
2017-10-04 | Revert r253399: | Wilco Dijkstra | 1 | -2/+9 |
2017-10-04 | Fix PR82396: qsort comparator non-negative on sorted output | Wilco Dijkstra | 1 | -9/+2 |
2017-09-21 | Rename existing insn_cost to insn_sched_cost | Segher Boessenkool | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-10-28 | sched: Do not mix prologue and epilogue insns | Segher Boessenkool | 1 | -0/+11 |
2016-09-15 | re PR rtl-optimization/77425 (Pointer test follows dereference in sched-int.h) | Jakub Jelinek | 1 | -3/+4 |
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 |