summaryrefslogtreecommitdiff
path: root/gcc/reorg.c
Commit message (Expand)AuthorAgeFilesLines
* PR rtl-optimization/80474ebotcazou2017-06-151-9/+2
* Update copyright years.jakub2017-01-011-1/+1
* remove cast to rtx_insn * in remove_notetbsaunde2016-11-021-2/+2
* split up the trial variable in reorg.c:relax_delay_slots to use rtx_insn * moretbsaunde2016-11-021-10/+9
* make LABEL_REF_LABEL a rtx_insn *tbsaunde2016-10-211-3/+3
* Move MEMMODEL_* from coretypes.h to memmodel.hthopre012016-10-131-0/+1
* make next/prev active_insn and active_insn_p take rtx_insn *tbsaunde2016-09-221-12/+17
* make next/prev _nonnote_insn take rtx_insn *tbsaunde2016-09-221-11/+11
* * reorg.c (try_merge_delay_insns): Declare i and j inside thejakub2016-04-261-20/+17
* stop using rtx_insn_list in reorg.ctbsaunde2016-04-241-12/+11
* PR rtl-optimization/70024law2016-03-161-1/+1
* Update copyright years.jakub2016-01-041-1/+1
* 2015-12-07 Steve Ellcey <sellcey@imgtec.com>sje2015-12-071-4/+11
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-13/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-9/+9
* gcc/dardiss2015-10-261-1/+2
* unconditionally compile most of the delay slot codetbsaunde2015-10-211-51/+31
* reorg.c: use vec<rtx_insn *> instead of rtx_insn_list for the delay insn listtbsaunde2015-10-071-201/+155
* remove another #if for HAVE_cc0tbsaunde2015-08-211-5/+3
* Revert "replace several uses of the anon namespace with GCC_FINAL"tbsaunde2015-08-121-4/+12
* replace several uses of the anon namespace with GCC_FINALtbsaunde2015-08-111-12/+4
* Fix double word typos.aldyh2015-07-131-2/+2
* * bb-reorder.c: Don't include obstack.h if backend.h is included.amacleod2015-07-101-1/+0
* 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/+4
* gcc/rsandifo2015-06-301-1/+1
* gcc/rsandifo2015-06-251-5/+6
* 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
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* Promote types of RTL expressions to more derived ones.miyuki2015-05-201-66/+74
* use rtx_insn * more in reorg.ctbsaunde2015-05-091-5/+5
* make stop_search_p take a rtx_insn *tbsaunde2015-05-091-2/+2
* gcc/rsandifo2015-05-071-2/+1
* change local vars to rtx_insn *tbsaunde2015-05-021-5/+7
* always define HAVE_epiloguetbsaunde2015-04-281-2/+0
* always define HAVE_simple_return and HAVE_returntbsaunde2015-04-281-11/+1
* add default for INSN_REFERENCES_ARE_DELAYEDtbsaunde2015-04-221-4/+0
* provide default for INSN_SETS_ARE_DELAYEDtbsaunde2015-04-221-4/+0
* remove more ifdefs for HAVE_cc0tbsaunde2015-04-221-19/+7
* make some HAVE_cc0 code always compiledtbsaunde2015-04-221-24/+8
* always define HAVE_cc0tbsaunde2015-04-221-15/+15
* * reorg.c (try_merge_delay_insns): Improve correctness checkinglaw2015-04-201-2/+18
* PR target/64761kkojima2015-02-091-3/+1
* * reorg.c (relax_delay_slots): Take account of NOTE_INSN_SWITCH_TEXT_SECTIONSkkojima2015-01-291-3/+18
* * reorg.c (fill_simple_delay_slots): If TARGET_FLAGS_REGNUM is valid,ebotcazou2015-01-171-1/+30
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-151-3/+17
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-0/+1
* Update copyright years.jakub2015-01-051-1/+1
* * reorg.c (fill_slots_from_thread): Do not copy frame-related insns.ebotcazou2014-11-111-2/+4