summaryrefslogtreecommitdiff
path: root/gcc/sel-sched-ir.c
Commit message (Expand)AuthorAgeFilesLines
* Patch by Alexander Monakov <amonakov@ispras.ru>hubicka2017-07-011-3/+5
* * sel-sched-ir.c (compute_succs_info): Handle uninitializedhubicka2017-07-011-1/+1
* * asan.c (asan_emit_stack_protection): Update.hubicka2017-06-291-3/+5
* Update copyright years.jakub2017-01-011-1/+1
* * emit-rtl.c (emit_copy_of_insn_after): Duplicate notes in order.bernds2016-11-071-5/+7
* Move MEMMODEL_* from coretypes.h to memmodel.hthopre012016-10-131-0/+1
* * sel-sched-ir.c (sel_global_bb_info, sel_region_bb_info,jakub2016-09-231-8/+5
* gcc/abel2016-03-151-3/+6
* PR target/66660abel2016-03-151-6/+10
* gcc/abel2016-03-151-4/+22
* Update copyright years.jakub2016-01-041-1/+1
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-6/+0
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw2015-10-281-34/+31
* Share memory blocks between pool allocatorsmiyuki2015-09-161-1/+1
* 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