summaryrefslogtreecommitdiff
path: root/gcc/sel-sched-ir.c
Commit message (Expand)AuthorAgeFilesLines
* Add new object_allocator and clean-up allocator usage.marxin2015-07-161-1/+1
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-10/+6
* Use std::swap instead of manual swaps.miyuki2015-06-221-41/+7
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-1/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-5/+0
* gcc/rsandifo2015-06-061-4/+2
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-2/+0
* Change use to type-based pool allocator inmarxin2015-06-011-5/+2
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-0/+3
* 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