summaryrefslogtreecommitdiff
path: root/gcc/reorg.c
Commit message (Expand)AuthorAgeFilesLines
* function.h (struct rtl_data): Remove epilogue_delay_list.Steven Bosscher2012-12-021-8/+2
* reorg.c: Remove an obsolete comment.Steven Bosscher2012-12-021-10/+1
* loop-invariant.c (check_invariant_table_size): Take sizeof of the right type.Steven Bosscher2012-11-271-105/+9
* * reorg.c (redundant_insn): Do not handle DEBUG_INSNs.Eric Botcazou2012-11-261-2/+2
* tm.texi.in (DELAY_SLOTS_FOR_EPILOGUE): Remove documentation.Steven Bosscher2012-11-251-112/+0
* reorg.c (fill_simple_delay_slots): Avoid calling optimize_skip with a return ...Joern Rennecke2012-11-051-1/+2
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+2
* emit-rtl.c (copy_delay_slot_insn): New function.Joern Rennecke2012-10-201-5/+7
* re PR rtl-optimization/38449 (delay branch scheduling follows REG_CROSSING_JU...Joern Rennecke2012-09-301-8/+31
* reorg.c (relax_delay_slots): Use delay_insn consistently.Eric Botcazou2012-09-301-6/+4
* Integrate lexical block into source_location.Dehao Chen2012-09-191-5/+5
* reorg.c (dbr_schedule): Delete REG_BR_PRED loop.Richard Sandiford2012-08-021-22/+0
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* output.h: (current_function_is_leaf...Steven Bosscher2012-06-241-2/+1
* rtl.def (ATTR_FLAG): Remove probability indicating flags.Steven Bosscher2012-05-041-32/+0
* re PR rtl-optimization/52175 (ICE in maybe_record_trace_start after invalid d...Richard Sandiford2012-02-111-0/+1
* re PR debug/51471 (gcc.c-torture/execute/20040811-1.c and gcc.c-torture/execu...Tom de Vries2012-01-091-1/+2
* re PR rtl-optimization/51187 (miscompilation of genrecog.c at -O2 for --targe...Eric Botcazou2011-11-191-1/+3
* Properly limit backwards label scanning in reorg.David S. Miller2011-10-301-1/+16
* re PR rtl-optimization/49941 (segmentation fault in redirect_jump_2)Alan Modra2011-10-151-1/+1
* reorg.c: Always define make_return_insns.Giuseppe Scrivano2011-09-131-4/+0
* rtl.texi (simple_return): Document.Bernd Schmidt2011-08-271-142/+185
* rtl.h (INSN_ANNULLED_BRANCH_P): Only allow JUMP_INSN.Richard Henderson2011-08-211-17/+27
* rtlanal.c (tablejump_p): False for returns.Bernd Schmidt2011-07-281-45/+59
* reorg.c (fill_simple_delay_slots): Use stop_search_p to stop the forward scan...Eric Botcazou2011-06-271-8/+5
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-2/+0
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-2/+1
* re PR rtl-optimization/45593 (segfault with -Os)Eric Botcazou2010-09-151-18/+20
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* reorg.c (delete_computation): Comment fixes.Steven Bosscher2010-02-141-6/+3
* re PR rtl-optimization/40086 (cris-elf gfortran.dg/forall_1.f90 -O1 execution)Hans-Peter Nilsson2009-11-301-2/+5
* re PR bootstrap/41349 (bootstrap comparison failure on sparc-linux)Adam Nemet2009-09-151-4/+6
* alias.c: Use REG_P...Shujing Zhao2009-06-221-4/+2
* resource.c (mark_referenced_resources): Change include_delayed_effects parame...Ian Lance Taylor2009-06-161-58/+61
* Fix enum conversions which are invalid in C++:Ian Lance Taylor2009-04-201-1/+4
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR rtl-optimization/38740 (Incorrect delayed branch optimization)Jakub Jelinek2009-01-281-1/+2
* function.h (rtl_data): Add a dbr_scheduled_p field.Richard Sandiford2009-01-061-1/+2
* loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka2008-08-291-1/+1
* alpha.c (alpha_preferred_reload_class, [...]): Avoid C++ keywords.Kaveh R. Ghazi2008-08-061-6/+6
* rtlanal.c (add_reg_note): New function.Ian Lance Taylor2008-07-021-8/+3
* c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi2008-06-271-3/+3
* [multiple changes]Kenneth Zadeck2008-05-071-1/+1
* except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka2008-04-181-7/+7
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-6/+10
* rtlanal.c (label_is_jump_target_p): Return true for a matching REG_LABEL_TARGET.Hans-Peter Nilsson2007-11-241-4/+4
* re PR debug/33921 (FAIL: gcc.dg/debug/debug-6.c -gdwarf-2 -O scan-assembler x...Daniel Jacobowitz2007-11-031-1/+0
* reorg.c (emit_delay_sequence): Move insn locator from the first insn to the s...Daniel Jacobowitz2007-10-261-0/+3
* Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET.Hans-Peter Nilsson2007-09-091-5/+32
* reorg.c (dbr_schedule): Move code removing placeholder USEs later in the pass.Jan Hubicka2007-09-071-11/+11