summaryrefslogtreecommitdiff
path: root/gcc/reorg.c
Commit message (Expand)AuthorAgeFilesLines
* reg-notes.def (CROSSING_JUMP): Likewise.Richard Sandiford2014-05-191-7/+6
* pass cfun to pass::executeTrevor Saunders2014-04-171-9/+9
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-19/+17
* remove has_gateTrevor Saunders2014-04-171-2/+0
* jump.c (delete_related_insns): Keep (use (insn))s.Richard Sandiford2014-01-181-1/+4
* re PR rtl-optimization/59137 (Miscompilation at -O1 on mips/mipsel)Richard Sandiford2014-01-081-1/+13
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-1/+1
* cfgrtl.c (can_fallthru): Reorder code to move tablejump check up.Steven Bosscher2013-11-131-3/+4
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-7/+7
* rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford2013-09-231-1/+1
* rtl.h (update_alignments): Declare.Eric Botcazou2013-08-071-6/+22
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-34/+70
* Restore bootstrap on non-cc0 targetsRainer Orth2013-05-161-0/+2
* resource.h (struct resources): Remove unch_memory member.Steven Bosscher2013-05-141-2/+0
* rtl.h (next_label, [...]): Remove prototypes.Steven Bosscher2013-05-141-0/+38
* mips.c: Include tree-pass.h.Steven Bosscher2013-05-061-1/+1
* fix previous commit, include reviewer request.Steven Bosscher2013-04-171-2/+0
* emit-rtl.c (link_insn_into_chain): Handle chaining of SEQUENCEs.Steven Bosscher2013-04-171-74/+23
* reorg.c (fill_simple_delay_slots): Reindent block of code.Eric Botcazou2013-04-141-53/+50
* passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener2013-04-101-2/+2
* reorg.c (get_branch_condition): Deal with conditional returns.Eric Botcazou2013-04-021-35/+14
* cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher2013-03-301-4/+4
* cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu of tests for...Steven Bosscher2013-03-291-3/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* 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