summaryrefslogtreecommitdiff
path: root/gcc/reorg.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-19gcc/rsandifo1-7/+6
2014-04-17pass cfun to pass::executetbsaunde1-9/+9
2014-04-17pass current function to opt_pass::gate ()tbsaunde1-19/+17
2014-04-17remove has_gatetbsaunde1-2/+0
2014-01-18gcc/rsandifo1-1/+4
2014-01-08gcc/rsandifo1-1/+13
2014-01-02Update copyright years in gcc/rsandifo1-1/+1
2013-11-19Eliminate n_basic_blocks macrodmalcolm1-1/+1
2013-11-13 * cfgrtl.c (can_fallthru): Reorder code to move tablejump check up.steven1-3/+4
2013-09-28gcc/rsandifo1-7/+7
2013-09-23gcc/rsandifo1-1/+1
2013-08-07 * rtl.h (update_alignments): Declare.ebotcazou1-6/+22
2013-08-05Automated conversion of passes to C++ classesdmalcolm1-34/+70
2013-05-16Restore bootstrap on non-cc0 targetsro1-0/+2
2013-05-14 * resource.h (struct resources): Remove unch_memory member.steven1-2/+0
2013-05-14 * rtl.h (next_label, skip_consecutive_labels, link_cc0_insns):steven1-0/+38
2013-05-06 * config/mips/mips.c: Include tree-pass.h.steven1-1/+1
2013-04-17fix previous commit, include reviewer request.steven1-2/+0
2013-04-17 * emit-rtl.c (link_insn_into_chain): Handle chaining of SEQUENCEs.steven1-74/+23
2013-04-14 * reorg.c (fill_simple_delay_slots): Reindent block of code.ebotcazou1-53/+50
2013-04-102013-04-10 Richard Biener <rguenther@suse.de>rguenth1-2/+2
2013-04-02 * reorg.c (get_branch_condition): Deal with conditional returns.ebotcazou1-35/+14
2013-03-30 * cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.steven1-4/+4
2013-03-29 * cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieusteven1-3/+1
2013-01-10Update copyright years in gcc/rsandifo1-3/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.jakub1-1/+1
2012-12-02 * function.h (struct rtl_data): Remove epilogue_delay_list.steven1-8/+2
2012-12-02 * reorg.c: Remove an obsolete comment.steven1-10/+1
2012-11-27 * loop-invariant.c (check_invariant_table_size): Take sizeof ofsteven1-105/+9
2012-11-26 * reorg.c (redundant_insn): Do not handle DEBUG_INSNs.ebotcazou1-2/+2
2012-11-25gcc/steven1-112/+0
2012-11-05 * reorg.c (fill_simple_delay_slots): Avoid calling optimize_skipamylaar1-1/+2
2012-11-012012-11-01 Sharad Singhai <singhai@google.com>singhai1-0/+2
2012-10-202012-10-20 Joern Rennecke <joern.rennecke@embecosm.com>amylaar1-5/+7
2012-09-30 PR rtl-optimization/38449:amylaar1-8/+31
2012-09-30 * reorg.c (relax_delay_slots): Use delay_insn consistently.ebotcazou1-6/+4
2012-09-19Integrate lexical block into source_location.dehao1-5/+5
2012-08-02gcc/rsandifo1-22/+0
2012-07-16gcc/steven1-1/+0
2012-06-24 * output.h: (current_function_is_leaf,steven1-2/+1
2012-05-04 * rtl.def (ATTR_FLAG): Remove probability indicating flags.steven1-32/+0
2012-02-11gcc/rsandifo1-0/+1
2012-01-092012-01-09 Tom de Vries <tom@codesourcery.com>vries1-1/+2
2011-11-19 PR rtl-optimization/51187ebotcazou1-1/+3
2011-10-30Properly limit backwards label scanning in reorg.davem1-1/+16
2011-10-15 PR rtl-optimization/49941amodra1-1/+1
2011-09-13gcc/rsandifo1-4/+0
2011-08-27 * doc/rtl.texi (simple_return): Document.bernds1-142/+185
2011-08-21 * rtl.h (INSN_ANNULLED_BRANCH_P): Only allow JUMP_INSN.rth1-17/+27
2011-07-28 * rtlanal.c (tablejump_p): False for returns.bernds1-45/+59