summaryrefslogtreecommitdiff
path: root/gcc/sched-ebb.c
AgeCommit message (Expand)Author
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers
2010-10-21basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd
2010-10-21basic-block.h (find_fallthru_edge): Define.Nathan Froyd
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez
2010-05-27sched-ebb.c: Rename struct deps to struct deps_desc.Jan Hubicka
2009-11-25Remove trailing white spaces.H.J. Lu
2009-11-13sched-deps.c (init_deps): New parameter lazy_reg_last.Andrey Belevantsev
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva
2009-07-09haifa-sched.c (insn_finishes_cycle_p): New static function.Maxim Kuvyrkov
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek
2008-09-01sel-sched.h, [...]: New files.Andrey Belevantsev
2008-07-16recog.c (validate_change_1, [...]): Avoid C++ keywords.Kaveh R. Ghazi
2008-06-26ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi
2007-10-17sched-ebb.c: Surround code with '#ifdef INSN_SCHEDULING'.Maxim Kuvyrkov
2007-08-14sched-int.h (struct _dep): Rename field 'kind' to 'type'.Maxim Kuvyrkov
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton
2007-06-19df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.Kenneth Zadeck
2007-06-11Merge dataflow branch into mainlineDaniel Berlin
2007-05-04sched-ebb.c (debug_ebb_dependencies): New static function.Maxim Kuvyrkov
2007-02-02re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Maxim Kuvyrkov
2006-11-29haifa-sched.c: Remove define LINE_NOTE(INSN).Tehila Meyzels
2006-11-11tree-pass.h (pass_purge_lineno_notes): Remove declaration.Jan Hubicka
2006-10-06sched-int.h (IS_SPECULATION_CHECK_P, [...]): New macros.Maxim Kuvyrkov
2006-10-06re PR rtl-optimization/29128 (ICE: in move_block_after_check, at haifa-sched....Maxim Kuvyrkov
2006-08-17re PR rtl-optimization/28489 (ICE in move_insn, at haifa-sched.c:1968)Maxim Kuvyrkov
2006-03-23haifa-sched.c (choose_ready): Fix type of the local variable.Maxim Kuvyrkov
2006-03-16target.h (struct spec_info_def): New opaque declaration.Maxim Kuvyrkov
2006-03-16sched-int.h (struct haifa_insn_data): New fields: resolved_deps, inter_tick, ...Maxim Kuvyrkov
2006-03-16ddg.c (build_intra_loop_deps): Adjust add_forward_dependence call.Maxim Kuvyrkov
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin
2005-07-27re PR rtl-optimization/17808 (Scheduler overly conservative in sched-deps)Steven Bosscher
2005-06-25Update FSF address.Kelley Cook
2005-06-16basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka
2004-12-04PR middle end/18718Alan Modra
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell
2004-10-29bitmap.h (bitmap_empty_p): New.Nathan Sidwell
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston
2004-09-09ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn
2004-02-08* schedule-ebb.c (schedule_ebbs): Do not allocate reg life data.Jan Hubicka
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata
2004-01-06alias.c: Fix comment typos.Kazu Hirata
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher
2003-10-11Makefile.in (web.o): New.Jan Hubicka
2003-10-07sched-int.h (sched_info): New field sched_max_insns_priority.Dorit Naishlos
2003-07-15re PR rtl-optimization/11320 (Scheduler bug)Eric Botcazou
2003-07-06sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger
2003-07-05bt-load.c: Fix comment typos.Kazu Hirata
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata