summaryrefslogtreecommitdiff
path: root/gcc/sched-ebb.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* sched-int.h (schedule_block): Adjust declaration.Bernd Schmidt2012-10-081-1/+1
* cfglayout.h: Remove.Steven Bosscher2012-06-171-1/+0
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* re PR rtl-optimization/48721 (ICE: verify_flow_info failed: missing barrier a...Jakub Jelinek2011-11-301-2/+7
* reg-notes.def (DEP_CONTROL): New.Bernd Schmidt2011-10-211-20/+11
* sched-ebb.c (schedule_ebb): No longer static.Bernd Schmidt2011-09-301-49/+72
* re PR rtl-optimization/49900 (ICE in advance_target_bb, at sched-ebb.c:691)Bernd Schmidt2011-08-051-0/+3
* revert: re PR rtl-optimization/11320 (Scheduler bug)Bernd Schmidt2011-07-151-14/+4
* haifa-sched.c: Include "hashtab.h"Bernd Schmidt2011-07-131-70/+97
* sched-ebb.c (begin_schedule_ready): Remove second argument.Bernd Schmidt2011-04-011-2/+8
* * sched-ebb.c (schedule_ebbs): Honor the BB_DISABLE_SCHEDULE flag.Bernd Schmidt2011-04-011-2/+7
* re PR debug/47498 (-fcompare-debug failure with -fsched2-use-superblocks)Alexandre Oliva2011-02-021-2/+2
* revert: re PR debug/45136 (-fcompare-debug failure with -Os -fschedule-insns)Alexandre Oliva2011-01-311-2/+2
* re PR debug/45136 (-fcompare-debug failure with -Os -fschedule-insns)Alexandre Oliva2011-01-251-2/+2
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-3/+1
* basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd2010-10-211-9/+7
* basic-block.h (find_fallthru_edge): Define.Nathan Froyd2010-10-211-8/+2
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* sched-ebb.c: Rename struct deps to struct deps_desc.Jan Hubicka2010-05-271-1/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-8/+8
* sched-deps.c (init_deps): New parameter lazy_reg_last.Andrey Belevantsev2009-11-131-1/+1
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-2/+2
* haifa-sched.c (insn_finishes_cycle_p): New static function.Maxim Kuvyrkov2009-07-091-0/+1
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* sel-sched.h, [...]: New files.Andrey Belevantsev2008-09-011-69/+72
* recog.c (validate_change_1, [...]): Avoid C++ keywords.Kaveh R. Ghazi2008-07-161-3/+3
* ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi2008-06-261-3/+3
* sched-ebb.c: Surround code with '#ifdef INSN_SCHEDULING'.Maxim Kuvyrkov2007-10-171-0/+4
* sched-int.h (struct _dep): Rename field 'kind' to 'type'.Maxim Kuvyrkov2007-08-141-28/+40
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.Kenneth Zadeck2007-06-191-2/+2
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-98/+15
* sched-ebb.c (debug_ebb_dependencies): New static function.Maxim Kuvyrkov2007-05-041-3/+14
* re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Maxim Kuvyrkov2007-02-021-15/+11
* haifa-sched.c: Remove define LINE_NOTE(INSN).Tehila Meyzels2006-11-291-8/+0
* tree-pass.h (pass_purge_lineno_notes): Remove declaration.Jan Hubicka2006-11-111-4/+0
* sched-int.h (IS_SPECULATION_CHECK_P, [...]): New macros.Maxim Kuvyrkov2006-10-061-1/+1
* re PR rtl-optimization/29128 (ICE: in move_block_after_check, at haifa-sched....Maxim Kuvyrkov2006-10-061-2/+6
* re PR rtl-optimization/28489 (ICE in move_insn, at haifa-sched.c:1968)Maxim Kuvyrkov2006-08-171-4/+14
* haifa-sched.c (choose_ready): Fix type of the local variable.Maxim Kuvyrkov2006-03-231-1/+1
* target.h (struct spec_info_def): New opaque declaration.Maxim Kuvyrkov2006-03-161-174/+289
* sched-int.h (struct haifa_insn_data): New fields: resolved_deps, inter_tick, ...Maxim Kuvyrkov2006-03-161-15/+6
* ddg.c (build_intra_loop_deps): Adjust add_forward_dependence call.Maxim Kuvyrkov2006-03-161-7/+29
* tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak2006-02-061-4/+4
* basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin2005-12-171-1/+1
* re PR rtl-optimization/17808 (Scheduler overly conservative in sched-deps)Steven Bosscher2005-07-271-1/+2
* Update FSF address.Kelley Cook2005-06-251-2/+2
* basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka2005-06-161-2/+2
* PR middle end/18718Alan Modra2004-12-041-5/+1