summaryrefslogtreecommitdiff
path: root/gcc/reorg.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-16 PR rtl-optimization/70024law1-1/+1
2016-01-04 Update copyright years.jakub1-1/+1
2015-12-072015-12-07 Steve Ellcey <sellcey@imgtec.com>sje1-4/+11
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod1-13/+0
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod1-9/+9
2015-10-26gcc/dardiss1-1/+2
2015-10-21unconditionally compile most of the delay slot codetbsaunde1-51/+31
2015-10-07reorg.c: use vec<rtx_insn *> instead of rtx_insn_list for the delay insn listtbsaunde1-201/+155
2015-08-21remove another #if for HAVE_cc0tbsaunde1-5/+3
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"tbsaunde1-4/+12
2015-08-11replace several uses of the anon namespace with GCC_FINALtbsaunde1-12/+4
2015-07-13Fix double word typos.aldyh1-2/+2
2015-07-10 * bb-reorder.c: Don't include obstack.h if backend.h is included.amacleod1-1/+0
2015-07-102015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod1-0/+1
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod1-10/+4
2015-06-30gcc/rsandifo1-1/+1
2015-06-25gcc/rsandifo1-5/+6
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod1-1/+0
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod1-5/+0
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod1-5/+0
2015-05-20Promote types of RTL expressions to more derived ones.miyuki1-66/+74
2015-05-09use rtx_insn * more in reorg.ctbsaunde1-5/+5
2015-05-09make stop_search_p take a rtx_insn *tbsaunde1-2/+2
2015-05-07gcc/rsandifo1-2/+1
2015-05-02change local vars to rtx_insn *tbsaunde1-5/+7
2015-04-28always define HAVE_epiloguetbsaunde1-2/+0
2015-04-28always define HAVE_simple_return and HAVE_returntbsaunde1-11/+1
2015-04-22add default for INSN_REFERENCES_ARE_DELAYEDtbsaunde1-4/+0
2015-04-22provide default for INSN_SETS_ARE_DELAYEDtbsaunde1-4/+0
2015-04-22remove more ifdefs for HAVE_cc0tbsaunde1-19/+7
2015-04-22make some HAVE_cc0 code always compiledtbsaunde1-24/+8
2015-04-22always define HAVE_cc0tbsaunde1-15/+15
2015-04-20 * reorg.c (try_merge_delay_insns): Improve correctness checkinglaw1-2/+18
2015-02-09PR target/64761kkojima1-3/+1
2015-01-29* reorg.c (relax_delay_slots): Take account of NOTE_INSN_SWITCH_TEXT_SECTIONSkkojima1-3/+18
2015-01-17 * reorg.c (fill_simple_delay_slots): If TARGET_FLAGS_REGNUM is valid,ebotcazou1-1/+30
2015-01-152015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34921-3/+17
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34921-0/+1
2015-01-05 Update copyright years.jakub1-1/+1
2014-11-11 * reorg.c (fill_slots_from_thread): Do not copy frame-related insns.ebotcazou1-2/+4
2014-10-272014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod1-0/+3
2014-10-22gcc/rsandifo1-1/+2
2014-10-162014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod1-1/+6
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionstbsaunde1-6/+6
2014-09-15Instruction attributes take an rtx_insn *dmalcolm1-5/+5
2014-09-15The TARGET_CAN_FOLLOW_JUMP hook takes insnsdmalcolm1-1/+1
2014-09-11Introduce LABEL_REF_LABELdmalcolm1-3/+3
2014-09-09single_set takes an insndmalcolm1-1/+1
2014-09-09INSN_LOCATION takes an rtx_insndmalcolm1-6/+6
2014-09-05Use rtx_insn for various jump-handling functions and predicatesdmalcolm1-14/+19