aboutsummaryrefslogtreecommitdiff
path: root/gcc/sel-sched-ir.c
AgeCommit message (Expand)Author
2016-04-14Merge branches/gcc-5-branch rev 234898.Yvan Roux
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh3492
2015-01-05 Update copyright years.jakub
2014-10-29gcc/ada/rsandifo
2014-10-272014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod
2014-10-162014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionstbsaunde
2014-09-09recog_memoized works on an rtx_insn *dmalcolm
2014-09-05Use rtx_insn for various jump-handling functions and predicatesdmalcolm
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insndmalcolm
2014-08-26Remove BB_HEAD, BB_END, BB_HEADER scaffoldingdmalcolm
2014-08-26Tighten up params of create_basic_block_structuredmalcolm
2014-08-26Remove VINSN_INSN_RTX scaffoldingdmalcolm
2014-08-26insn_t becomes an rtx_insn *dmalcolm
2014-08-26 PR c/61271mpolacek
2014-08-25Eliminate BB_NOTE_LIST scaffoldingdmalcolm
2014-08-25Strengthen haifa_sched_info callbacks and 3 scheduler hooksdmalcolm
2014-08-22sel-sched-ir.c: Use rtx_insndmalcolm
2014-08-21create_insn_rtx_from_pattern and create_copy_of_insn_rtx return rtx_insndmalcolm
2014-08-21sel_bb_{head|end} return rtx_insndmalcolm
2014-08-19Convert various rtx to rtx_note *dmalcolm
2014-08-19BND_TO scaffoldingdmalcolm
2014-08-19BB_NOTE_LIST scaffoldingdmalcolm
2014-08-19VINSN_INSN_RTX scaffoldingdmalcolm
2014-08-19Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsdmalcolm
2014-08-18Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsdmalcolm
2014-06-15gcc/rsandifo
2014-05-14 PR rtl-optimization/60866abel
2014-02-10Merge in trunk.mrs
2014-02-03 * sel-sched-ir.c (sel_gen_insn_from_expr_after): Reset INSN_DELETED_Pabel
2014-01-03Merge in trunk.mrs
2014-01-02Update copyright years in gcc/rsandifo
2013-12-13Merge in trunk.mrs
2013-12-09Eliminate FOR_EACH_BB macro.dmalcolm
2013-12-09Eliminate last_basic_block macro.dmalcolm
2013-12-09Eliminate BASIC_BLOCK macro.dmalcolm
2013-11-20Merge from trunk.rsandifo
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm
2013-11-192013-11-19 Richard Biener <rguenther@suse.de>rguenth
2013-11-19Eliminate n_basic_blocks macrodmalcolm
2013-10-20Merge in trunk.mrs
2013-09-28gcc/rsandifo
2013-08-13Add wide-int branch.mrs
2013-04-13 * emit-rtl.c (remove_insn): Do not call df_insn_delete here.steven
2013-03-05 PR middle-end/56461jakub
2013-02-27 PR middle-end/45472abel
2013-01-10Update copyright years in gcc/rsandifo
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.dnovillo
2012-11-18This patch rewrites the old VEC macro-based interface into a new onednovillo
2012-11-09 PR rtl-optimization/54472abel