aboutsummaryrefslogtreecommitdiff
path: root/gcc/reorg.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-07rtl.h (update_alignments): Declare.Eric Botcazou1-6/+22
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-34/+70
2013-05-16Restore bootstrap on non-cc0 targetsRainer Orth1-0/+2
2013-05-14resource.h (struct resources): Remove unch_memory member.Steven Bosscher1-2/+0
2013-05-14rtl.h (next_label, [...]): Remove prototypes.Steven Bosscher1-0/+38
2013-05-06mips.c: Include tree-pass.h.Steven Bosscher1-1/+1
2013-04-17fix previous commit, include reviewer request.Steven Bosscher1-2/+0
2013-04-17emit-rtl.c (link_insn_into_chain): Handle chaining of SEQUENCEs.Steven Bosscher1-74/+23
2013-04-14reorg.c (fill_simple_delay_slots): Reindent block of code.Eric Botcazou1-53/+50
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-2/+2
2013-04-02reorg.c (get_branch_condition): Deal with conditional returns.Eric Botcazou1-35/+14
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher1-4/+4
2013-03-29cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu of tests for...Steven Bosscher1-3/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-12-02function.h (struct rtl_data): Remove epilogue_delay_list.Steven Bosscher1-8/+2
2012-12-02reorg.c: Remove an obsolete comment.Steven Bosscher1-10/+1
2012-11-27loop-invariant.c (check_invariant_table_size): Take sizeof of the right type.Steven Bosscher1-105/+9
2012-11-26* reorg.c (redundant_insn): Do not handle DEBUG_INSNs.Eric Botcazou1-2/+2
2012-11-25tm.texi.in (DELAY_SLOTS_FOR_EPILOGUE): Remove documentation.Steven Bosscher1-112/+0
2012-11-05reorg.c (fill_simple_delay_slots): Avoid calling optimize_skip with a return ...Joern Rennecke1-1/+2
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+2
2012-10-20emit-rtl.c (copy_delay_slot_insn): New function.Joern Rennecke1-5/+7
2012-09-30re PR rtl-optimization/38449 (delay branch scheduling follows REG_CROSSING_JU...Joern Rennecke1-8/+31
2012-09-30reorg.c (relax_delay_slots): Use delay_insn consistently.Eric Botcazou1-6/+4
2012-09-19Integrate lexical block into source_location.Dehao Chen1-5/+5
2012-08-02reorg.c (dbr_schedule): Delete REG_BR_PRED loop.Richard Sandiford1-22/+0
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-06-24output.h: (current_function_is_leaf...Steven Bosscher1-2/+1
2012-05-04rtl.def (ATTR_FLAG): Remove probability indicating flags.Steven Bosscher1-32/+0
2012-02-11re PR rtl-optimization/52175 (ICE in maybe_record_trace_start after invalid d...Richard Sandiford1-0/+1
2012-01-09re PR debug/51471 (gcc.c-torture/execute/20040811-1.c and gcc.c-torture/execu...Tom de Vries1-1/+2
2011-11-19re PR rtl-optimization/51187 (miscompilation of genrecog.c at -O2 for --targe...Eric Botcazou1-1/+3
2011-10-30Properly limit backwards label scanning in reorg.David S. Miller1-1/+16
2011-10-15re PR rtl-optimization/49941 (segmentation fault in redirect_jump_2)Alan Modra1-1/+1
2011-09-13reorg.c: Always define make_return_insns.Giuseppe Scrivano1-4/+0
2011-08-27rtl.texi (simple_return): Document.Bernd Schmidt1-142/+185
2011-08-21rtl.h (INSN_ANNULLED_BRANCH_P): Only allow JUMP_INSN.Richard Henderson1-17/+27
2011-07-28rtlanal.c (tablejump_p): False for returns.Bernd Schmidt1-45/+59
2011-06-27reorg.c (fill_simple_delay_slots): Use stop_search_p to stop the forward scan...Eric Botcazou1-8/+5
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-2/+0
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-2/+1
2010-09-15re PR rtl-optimization/45593 (segfault with -Os)Eric Botcazou1-18/+20
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-02-14reorg.c (delete_computation): Comment fixes.Steven Bosscher1-6/+3
2009-11-30re PR rtl-optimization/40086 (cris-elf gfortran.dg/forall_1.f90 -O1 execution)Hans-Peter Nilsson1-2/+5
2009-09-15re PR bootstrap/41349 (bootstrap comparison failure on sparc-linux)Adam Nemet1-4/+6
2009-06-22alias.c: Use REG_P...Shujing Zhao1-4/+2
2009-06-16resource.c (mark_referenced_resources): Change include_delayed_effects parame...Ian Lance Taylor1-58/+61
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-1/+4