aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-rgn.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-38/+74
2013-05-03re PR bootstrap/57154 (Bootstrap broken for powerpc64-unknown-linux-gnu)Teresa Johnson1-0/+6
2013-05-02Follow-on patch to r197595 to complete the replacement of truncating divides ...Teresa Johnson1-4/+2
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-4/+2
2013-04-08First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson1-0/+2
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher1-2/+2
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-08re PR rtl-optimization/55158 (segfault in schedule_region at -O3)Steven Bosscher1-25/+68
2012-11-01This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl1-1/+1
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-27/+27
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+2
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-18/+18
2012-10-08sched-int.h (schedule_block): Adjust declaration.Bernd Schmidt1-1/+38
2012-09-19dbgcnt.def (sched_breakdep): New counter.Bernd Schmidt1-4/+12
2012-09-04re PR rtl-optimization/54456 (ICE: in init_seqno, at sel-sched.c:6797 with -f...Eric Botcazou1-1/+1
2012-08-09calls.c (mem_overlaps_already_clobbered_arg_p): Use SBITMAP_SIZE instead of l...Steven Bosscher1-1/+1
2012-07-20basic-block.h (BB_FLAGS_TO_PRESERVE): New define.Steven Bosscher1-1/+1
2012-07-17dumpfile.h (TDF_COMMENT): New define.Steven Bosscher1-1/+2
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-07-11basic-block.h (struct edge_def): Use basic_block instead of basic_block_def *.Steven Bosscher1-1/+1
2012-06-17cfglayout.h: Remove.Steven Bosscher1-1/+0
2012-04-26common.opt (fsched-pressure-algorithm=): New option.Richard Sandiford1-1/+1
2011-10-21reg-notes.def (DEP_CONTROL): New.Bernd Schmidt1-15/+6
2011-07-15revert: re PR rtl-optimization/11320 (Scheduler bug)Bernd Schmidt1-8/+4
2011-07-13haifa-sched.c: Include "hashtab.h"Bernd Schmidt1-0/+1
2011-07-12cse.c (insert_with_costs): Put semi-colon after empty loop body on the next l...Eric Botcazou1-3/+6
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-2/+0
2011-06-03re PR debug/47590 (pragma optimize doesn't recompute derived options (was: va...Alexandre Oliva1-1/+1
2011-04-01sched-ebb.c (begin_schedule_ready): Remove second argument.Bernd Schmidt1-2/+3
2011-03-19cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_range instead o...Anatoly Sokolov1-21/+10
2011-02-02re PR debug/47498 (-fcompare-debug failure with -fsched2-use-superblocks)Alexandre Oliva1-1/+1
2011-01-31revert: re PR debug/45136 (-fcompare-debug failure with -Os -fschedule-insns)Alexandre Oliva1-1/+1
2011-01-25re PR debug/45136 (-fcompare-debug failure with -Os -fschedule-insns)Alexandre Oliva1-1/+1
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-2/+0
2010-11-24re PR rtl-optimization/46614 (gcc.dg/vect/vect-strided-u8-i8-gap4.c FAILs wit...Jakub Jelinek1-1/+4
2010-10-21basic-block.h (find_fallthru_edge): Define.Nathan Froyd1-4/+1
2010-09-02target.def (class_likely_spilled_p): New hook.Anatoly Sokolov1-5/+5
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-5/+5
2010-05-27sched-ebb.c: Rename struct deps to struct deps_desc.Jan Hubicka1-6/+6
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-02-09common.opt (fsched2-use-traces): Preserved for backward compatibility.Alexander Monakov1-1/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-70/+70
2009-11-13sched-deps.c (init_deps): New parameter lazy_reg_last.Andrey Belevantsev1-1/+1
2009-10-27target.h (have_conditional_execution): Add a new target hook function.Wei Guozhi1-3/+3
2009-09-08re PR rtl-optimization/41239 (Scheduler reorders division by zero before a ca...Jakub Jelinek1-0/+5
2009-09-02invoke.texi (-fsched-pressure): Document it.Vladimir Makarov1-2/+28
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-4/+29