summaryrefslogtreecommitdiff
path: root/gcc/reorg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieusteven2013-03-291-3/+1
* Update copyright years in gcc/rsandifo2013-01-101-3/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* * function.h (struct rtl_data): Remove epilogue_delay_list.steven2012-12-021-8/+2
* * reorg.c: Remove an obsolete comment.steven2012-12-021-10/+1
* * loop-invariant.c (check_invariant_table_size): Take sizeof ofsteven2012-11-271-105/+9
* * reorg.c (redundant_insn): Do not handle DEBUG_INSNs.ebotcazou2012-11-261-2/+2
* gcc/steven2012-11-251-112/+0
* * reorg.c (fill_simple_delay_slots): Avoid calling optimize_skipamylaar2012-11-051-1/+2
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+2
* 2012-10-20 Joern Rennecke <joern.rennecke@embecosm.com>amylaar2012-10-201-5/+7
* PR rtl-optimization/38449:amylaar2012-09-301-8/+31
* * reorg.c (relax_delay_slots): Use delay_insn consistently.ebotcazou2012-09-301-6/+4
* Integrate lexical block into source_location.dehao2012-09-191-5/+5
* gcc/rsandifo2012-08-021-22/+0
* gcc/steven2012-07-161-1/+0
* * output.h: (current_function_is_leaf,steven2012-06-241-2/+1
* * rtl.def (ATTR_FLAG): Remove probability indicating flags.steven2012-05-041-32/+0
* gcc/rsandifo2012-02-111-0/+1
* 2012-01-09 Tom de Vries <tom@codesourcery.com>vries2012-01-091-1/+2
* PR rtl-optimization/51187ebotcazou2011-11-191-1/+3
* Properly limit backwards label scanning in reorg.davem2011-10-301-1/+16
* PR rtl-optimization/49941amodra2011-10-151-1/+1
* gcc/rsandifo2011-09-131-4/+0
* * doc/rtl.texi (simple_return): Document.bernds2011-08-271-142/+185
* * rtl.h (INSN_ANNULLED_BRANCH_P): Only allow JUMP_INSN.rth2011-08-211-17/+27