summaryrefslogtreecommitdiff
path: root/gcc/sel-sched-ir.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2015-01-051-1/+1
* gcc/ada/rsandifo2014-10-291-3/+3
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+7
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-1/+5
* Replace INSN_DELETED_P with rtx_insn member functionstbsaunde2014-09-161-2/+2
* recog_memoized works on an rtx_insn *dmalcolm2014-09-091-1/+1
* Use rtx_insn for various jump-handling functions and predicatesdmalcolm2014-09-051-1/+1
* NEXT_INSN and PREV_INSN take a const rtx_insndmalcolm2014-08-281-3/+3
* Remove BB_HEAD, BB_END, BB_HEADER scaffoldingdmalcolm2014-08-261-1/+1
* Tighten up params of create_basic_block_structuredmalcolm2014-08-261-1/+2
* Remove VINSN_INSN_RTX scaffoldingdmalcolm2014-08-261-11/+1
* insn_t becomes an rtx_insn *dmalcolm2014-08-261-33/+26
* PR c/61271mpolacek2014-08-261-1/+1
* Eliminate BB_NOTE_LIST scaffoldingdmalcolm2014-08-251-15/+4
* Strengthen haifa_sched_info callbacks and 3 scheduler hooksdmalcolm2014-08-251-2/+2
* sel-sched-ir.c: Use rtx_insndmalcolm2014-08-221-13/+16
* create_insn_rtx_from_pattern and create_copy_of_insn_rtx return rtx_insndmalcolm2014-08-211-4/+5
* sel_bb_{head|end} return rtx_insndmalcolm2014-08-211-7/+7
* Convert various rtx to rtx_note *dmalcolm2014-08-191-5/+5
* BND_TO scaffoldingdmalcolm2014-08-191-1/+11
* BB_NOTE_LIST scaffoldingdmalcolm2014-08-191-4/+15
* VINSN_INSN_RTX scaffoldingdmalcolm2014-08-191-1/+12
* Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsdmalcolm2014-08-191-8/+8
* Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsdmalcolm2014-08-181-1/+1
* gcc/rsandifo2014-06-151-11/+6
* PR rtl-optimization/60866abel2014-05-141-16/+40
* Merge in trunk.mrs2014-02-101-0/+5
|\
| * * sel-sched-ir.c (sel_gen_insn_from_expr_after): Reset INSN_DELETED_Pabel2014-02-031-0/+5
* | Merge in trunk.mrs2014-01-031-1/+1
|\ \ | |/
| * Update copyright years in gcc/rsandifo2014-01-021-1/+1
* | Merge in trunk.mrs2013-12-131-17/+18
|\ \ | |/
| * Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-5/+5
| * Eliminate last_basic_block macro.dmalcolm2013-12-091-8/+9
| * Eliminate BASIC_BLOCK macro.dmalcolm2013-12-091-4/+4
* | Merge from trunk.rsandifo2013-11-201-19/+17
|\ \ | |/
| * Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-10/+10
| * 2013-11-19 Richard Biener <rguenther@suse.de>rguenth2013-11-191-6/+4
| * Eliminate n_basic_blocks macrodmalcolm2013-11-191-3/+3
* | Merge in trunk.mrs2013-10-201-1/+1
|\ \ | |/
| * gcc/rsandifo2013-09-281-1/+1
* | Add wide-int branch.mrs2013-08-131-4/+4
|/
* * emit-rtl.c (remove_insn): Do not call df_insn_delete here.steven2013-04-131-18/+9
* PR middle-end/56461jakub2013-03-051-1/+1
* PR middle-end/45472abel2013-02-271-2/+6
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-9/+9
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-140/+133
* PR rtl-optimization/54472abel2012-11-091-3/+3
* This patch normalizes more bitmap function names.crowl2012-11-011-6/+6
* This patch implements the unification of the *bitmap interfaces as discussed.crowl2012-10-301-1/+1