summaryrefslogtreecommitdiff
path: root/gcc/reorg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+3
* gcc/rsandifo2014-10-221-1/+2
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-1/+6
* Replace INSN_DELETED_P with rtx_insn member functionstbsaunde2014-09-161-6/+6
* Instruction attributes take an rtx_insn *dmalcolm2014-09-151-5/+5
* The TARGET_CAN_FOLLOW_JUMP hook takes insnsdmalcolm2014-09-151-1/+1
* Introduce LABEL_REF_LABELdmalcolm2014-09-111-3/+3
* single_set takes an insndmalcolm2014-09-091-1/+1
* INSN_LOCATION takes an rtx_insndmalcolm2014-09-091-6/+6
* Use rtx_insn for various jump-handling functions and predicatesdmalcolm2014-09-051-14/+19
* Simplification within reorg.cdmalcolm2014-09-051-6/+7
* use rtx_insn * a little moretbsaunde2014-09-041-1/+1
* PR bootstrap/62304dmalcolm2014-08-301-45/+63
* Use rtx_insn in various places in resource.[ch]dmalcolm2014-08-291-11/+11
* NEXT_INSN and PREV_INSN take a const rtx_insndmalcolm2014-08-281-54/+56
* Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsdmalcolm2014-08-281-3/+3
* Use rtx subclasses in more places in reorg.cdmalcolm2014-08-281-145/+158
* reorg.c: Use rtx_sequencedmalcolm2014-08-271-12/+12
* Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsdmalcolm2014-08-191-4/+4
* remove has_executetbsaunde2014-07-091-2/+0
* gcc/rsandifo2014-05-191-7/+6
* pass cfun to pass::executetbsaunde2014-04-171-9/+9
* pass current function to opt_pass::gate ()tbsaunde2014-04-171-19/+17
* remove has_gatetbsaunde2014-04-171-2/+0
* gcc/rsandifo2014-01-181-1/+4
* gcc/rsandifo2014-01-081-1/+13
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate n_basic_blocks macrodmalcolm2013-11-191-1/+1
* * cfgrtl.c (can_fallthru): Reorder code to move tablejump check up.steven2013-11-131-3/+4
* gcc/rsandifo2013-09-281-7/+7
* gcc/rsandifo2013-09-231-1/+1
* * rtl.h (update_alignments): Declare.ebotcazou2013-08-071-6/+22
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-34/+70
* Restore bootstrap on non-cc0 targetsro2013-05-161-0/+2
* * resource.h (struct resources): Remove unch_memory member.steven2013-05-141-2/+0
* * rtl.h (next_label, skip_consecutive_labels, link_cc0_insns):steven2013-05-141-0/+38
* * config/mips/mips.c: Include tree-pass.h.steven2013-05-061-1/+1
* fix previous commit, include reviewer request.steven2013-04-171-2/+0
* * emit-rtl.c (link_insn_into_chain): Handle chaining of SEQUENCEs.steven2013-04-171-74/+23
* * reorg.c (fill_simple_delay_slots): Reindent block of code.ebotcazou2013-04-141-53/+50
* 2013-04-10 Richard Biener <rguenther@suse.de>rguenth2013-04-101-2/+2
* * reorg.c (get_branch_condition): Deal with conditional returns.ebotcazou2013-04-021-35/+14
* * cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.steven2013-03-301-4/+4