aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-rgn.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-09haifa-sched.c (insn_finishes_cycle_p): New static function.Maxim Kuvyrkov1-0/+14
2008-09-18re PR middle-end/37499 (Scheduling pass 2 time increases by order of magnitude)Alexander Monakov1-11/+9
2008-09-01sel-sched.h, [...]: New files.Andrey Belevantsev1-399/+672
2008-08-06sched-rgn.c (new_ready): Check if instruction can be speculatively scheduled ...Maxim Kuvyrkov1-3/+15
2008-07-16recog.c (validate_change_1, [...]): Avoid C++ keywords.Kaveh R. Ghazi1-3/+3
2008-06-26ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi1-5/+5
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-4/+4
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-6/+10
2007-11-24rtlanal.c (label_is_jump_target_p): Return true for a matching REG_LABEL_TARGET.Hans-Peter Nilsson1-5/+29
2007-11-01optabs.c (prepare_cmp_insn): Merge a couple of conditional blocks.Eric Botcazou1-1/+1
2007-09-09Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET.Hans-Peter Nilsson1-13/+9
2007-09-05regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka1-2/+2
2007-08-14sched-int.h (struct _dep): Rename field 'kind' to 'type'.Maxim Kuvyrkov1-51/+68
2007-07-30alias.c (record_set, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-19df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.Kenneth Zadeck1-4/+4
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-230/+60
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-3/+2
2007-05-04sched-ebb.c (debug_ebb_dependencies): New static function.Maxim Kuvyrkov1-49/+61
2007-04-16re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Maxim Kuvyrkov1-1/+4
2007-02-02re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Maxim Kuvyrkov1-33/+35
2006-12-07re PR target/29794 (cc1 segfaults with -O3 -msched-control-spec)Maxim Kuvyrkov1-1/+7
2006-11-29haifa-sched.c: Remove define LINE_NOTE(INSN).Tehila Meyzels1-23/+0
2006-11-11tree-pass.h (pass_purge_lineno_notes): Remove declaration.Jan Hubicka1-5/+0
2006-10-06sched-int.h (IS_SPECULATION_CHECK_P, [...]): New macros.Maxim Kuvyrkov1-1/+1
2006-04-08builtins.c, [...]: Fix comment typos.Kazu Hirata1-6/+6
2006-03-23haifa-sched.c (choose_ready): Fix type of the local variable.Maxim Kuvyrkov1-2/+3
2006-03-16target.h (struct spec_info_def): New opaque declaration.Maxim Kuvyrkov1-134/+450
2006-03-16sched-int.h (struct haifa_insn_data): New fields: resolved_deps, inter_tick, ...Maxim Kuvyrkov1-33/+10
2006-03-16sched-rgn.c (extend_rgns): New static function.Maxim Kuvyrkov1-2/+357
2006-03-16ddg.c (build_intra_loop_deps): Adjust add_forward_dependence call.Maxim Kuvyrkov1-2/+8
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-2/+4