| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate n_basic_blocks macro | dmalcolm | 2013-11-19 | 1 | -1/+1 |
* | * cfgrtl.c (can_fallthru): Reorder code to move tablejump check up. | steven | 2013-11-13 | 1 | -3/+4 |
* | gcc/ | rsandifo | 2013-09-28 | 1 | -7/+7 |
* | gcc/ | rsandifo | 2013-09-23 | 1 | -1/+1 |
* | * rtl.h (update_alignments): Declare. | ebotcazou | 2013-08-07 | 1 | -6/+22 |
* | Automated conversion of passes to C++ classes | dmalcolm | 2013-08-05 | 1 | -34/+70 |
* | Restore bootstrap on non-cc0 targets | ro | 2013-05-16 | 1 | -0/+2 |
* | * resource.h (struct resources): Remove unch_memory member. | steven | 2013-05-14 | 1 | -2/+0 |
* | * rtl.h (next_label, skip_consecutive_labels, link_cc0_insns): | steven | 2013-05-14 | 1 | -0/+38 |
* | * config/mips/mips.c: Include tree-pass.h. | steven | 2013-05-06 | 1 | -1/+1 |
* | fix previous commit, include reviewer request. | steven | 2013-04-17 | 1 | -2/+0 |
* | * emit-rtl.c (link_insn_into_chain): Handle chaining of SEQUENCEs. | steven | 2013-04-17 | 1 | -74/+23 |
* | * reorg.c (fill_simple_delay_slots): Reindent block of code. | ebotcazou | 2013-04-14 | 1 | -53/+50 |
* | 2013-04-10 Richard Biener <rguenther@suse.de> | rguenth | 2013-04-10 | 1 | -2/+2 |
* | * reorg.c (get_branch_condition): Deal with conditional returns. | ebotcazou | 2013-04-02 | 1 | -35/+14 |
* | * cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER. | steven | 2013-03-30 | 1 | -4/+4 |
* | * cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu | steven | 2013-03-29 | 1 | -3/+1 |
* | Update copyright years in gcc/ | rsandifo | 2013-01-10 | 1 | -3/+1 |
* | Update Copyright years for files modified in 2011 and/or 2012. | jakub | 2013-01-04 | 1 | -1/+1 |
* | * function.h (struct rtl_data): Remove epilogue_delay_list. | steven | 2012-12-02 | 1 | -8/+2 |
* | * reorg.c: Remove an obsolete comment. | steven | 2012-12-02 | 1 | -10/+1 |
* | * loop-invariant.c (check_invariant_table_size): Take sizeof of | steven | 2012-11-27 | 1 | -105/+9 |
* | * reorg.c (redundant_insn): Do not handle DEBUG_INSNs. | ebotcazou | 2012-11-26 | 1 | -2/+2 |
* | gcc/ | steven | 2012-11-25 | 1 | -112/+0 |
* | * reorg.c (fill_simple_delay_slots): Avoid calling optimize_skip | amylaar | 2012-11-05 | 1 | -1/+2 |
* | 2012-11-01 Sharad Singhai <singhai@google.com> | singhai | 2012-11-01 | 1 | -0/+2 |
* | 2012-10-20 Joern Rennecke <joern.rennecke@embecosm.com> | amylaar | 2012-10-20 | 1 | -5/+7 |
* | PR rtl-optimization/38449: | amylaar | 2012-09-30 | 1 | -8/+31 |
* | * reorg.c (relax_delay_slots): Use delay_insn consistently. | ebotcazou | 2012-09-30 | 1 | -6/+4 |
* | Integrate lexical block into source_location. | dehao | 2012-09-19 | 1 | -5/+5 |
* | gcc/ | rsandifo | 2012-08-02 | 1 | -22/+0 |
* | gcc/ | steven | 2012-07-16 | 1 | -1/+0 |
* | * output.h: (current_function_is_leaf, | steven | 2012-06-24 | 1 | -2/+1 |
* | * rtl.def (ATTR_FLAG): Remove probability indicating flags. | steven | 2012-05-04 | 1 | -32/+0 |
* | gcc/ | rsandifo | 2012-02-11 | 1 | -0/+1 |
* | 2012-01-09 Tom de Vries <tom@codesourcery.com> | vries | 2012-01-09 | 1 | -1/+2 |
* | PR rtl-optimization/51187 | ebotcazou | 2011-11-19 | 1 | -1/+3 |
* | Properly limit backwards label scanning in reorg. | davem | 2011-10-30 | 1 | -1/+16 |
* | PR rtl-optimization/49941 | amodra | 2011-10-15 | 1 | -1/+1 |
* | gcc/ | rsandifo | 2011-09-13 | 1 | -4/+0 |
* | * doc/rtl.texi (simple_return): Document. | bernds | 2011-08-27 | 1 | -142/+185 |
* | * rtl.h (INSN_ANNULLED_BRANCH_P): Only allow JUMP_INSN. | rth | 2011-08-21 | 1 | -17/+27 |
* | * rtlanal.c (tablejump_p): False for returns. | bernds | 2011-07-28 | 1 | -45/+59 |
* | * reorg.c (fill_simple_delay_slots): Use stop_search_p to stop the | ebotcazou | 2011-06-27 | 1 | -8/+5 |
* | dumping cleanup phase 1 -- Removing TODO_dump_func | davidxl | 2011-06-14 | 1 | -2/+0 |
* | * diagnostic-core.h: Include bversion.h. | jsm28 | 2010-11-30 | 1 | -2/+1 |
* | PR rtl-optimization/45593 | ebotcazou | 2010-09-15 | 1 | -18/+20 |
* | 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org> | manu | 2010-07-08 | 1 | -0/+1 |
* | * reorg.c (delete_computation): Comment fixes. | steven | 2010-02-14 | 1 | -6/+3 |
* | PR rtl-optimization/40086 | hp | 2009-11-30 | 1 | -2/+5 |