summaryrefslogtreecommitdiff
path: root/gcc/sched-int.h
Commit message (Expand)AuthorAgeFilesLines
* re PR debug/45136 (-fcompare-debug failure with -Os -fschedule-insns)Alexandre Oliva2011-01-251-17/+0
* Model decoder of Core 2/i7 for multipass scheduling.Maxim Kuvyrkov2010-11-021-1/+1
* basic-block.h (find_fallthru_edge): Define.Nathan Froyd2010-10-211-1/+1
* Dispatch scheduling for AMD Bulldozer processors.Reza Yazdani2010-09-091-0/+9
* sched-ebb.c: Rename struct deps to struct deps_desc.Jan Hubicka2010-05-271-10/+10
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM with BLOCK_FOR_INSN.Steven Bosscher2010-01-031-0/+5
* Remove trailing white spaces.H.J. Lu2009-11-251-9/+9
* sched-deps.c (init_deps): New parameter lazy_reg_last.Andrey Belevantsev2009-11-131-1/+2
* re PR rtl-optimization/41239 (Scheduler reorders division by zero before a ca...Jakub Jelinek2009-09-081-0/+6
* invoke.texi (-fsched-pressure): Document it.Vladimir Makarov2009-09-021-5/+84
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-2/+25
* haifa-sched.c (insn_finishes_cycle_p): New static function.Maxim Kuvyrkov2009-07-091-0/+4
* basic-block.h (enum profile_status): Break out of struct control_flow_graph.Ian Lance Taylor2009-05-111-10/+22
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR middle-end/37499 (Scheduling pass 2 time increases by order of magnitude)Alexander Monakov2008-09-181-3/+0
* Improved branch hints, safe hints, and scheduling.Trevor Smigiel2008-09-051-0/+1
* sel-sched-dump.c: Surround with #ifdef INSN_SCHEDULING.Andrey Belevantsev2008-09-011-5/+6
* sel-sched.h, [...]: New files.Andrey Belevantsev2008-09-011-83/+464
* re PR target/35659 (Miscompiled code with -O2 (but not with -O2 -funroll-loop...Maxim Kuvyrkov2008-08-061-1/+1
* Remove libcall notes.Steven Bosscher2008-06-171-6/+0
* sched-ebb.c: Surround code with '#ifdef INSN_SCHEDULING'.Maxim Kuvyrkov2007-10-171-3/+4
* arm.c, [...]: Fix comment typos.Kazu Hirata2007-09-011-1/+1
* alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi2007-08-271-7/+7
* sched-int.h (struct _dep): Rename field 'kind' to 'type'.Maxim Kuvyrkov2007-08-141-58/+192
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-30/+6
* gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka2007-05-211-1/+1
* haifa-sched.c (rtx_vec_t): New typedef.Maxim Kuvyrkov2007-05-041-3/+6
* sched-ebb.c (debug_ebb_dependencies): New static function.Maxim Kuvyrkov2007-05-041-0/+3
* re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Maxim Kuvyrkov2007-04-161-5/+10
* sched-deps.c (find_insn_list): Remove.Kazu Hirata2007-02-171-1/+0
* c-decl.c, [...]: Fix comment typos.Kazu Hirata2007-02-031-2/+2
* re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Maxim Kuvyrkov2007-02-021-14/+237
* haifa-sched.c: Remove define LINE_NOTE(INSN).Tehila Meyzels2006-11-291-7/+1
* tree-pass.h (pass_purge_lineno_notes): Remove declaration.Jan Hubicka2006-11-111-2/+0
* * sched-int.h: Fix comment typos.Kazu Hirata2006-10-071-2/+2
* * gimplify.c, sched-int.h: Fix comment typos.Kazu Hirata2006-10-071-1/+1
* sched-int.h (IS_SPECULATION_CHECK_P, [...]): New macros.Maxim Kuvyrkov2006-10-061-0/+8
* re PR rtl-optimization/29128 (ICE: in move_block_after_check, at haifa-sched....Maxim Kuvyrkov2006-10-061-0/+7
* re PR rtl-optimization/28489 (ICE in move_insn, at haifa-sched.c:1968)Maxim Kuvyrkov2006-08-171-0/+1
* cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata2006-04-151-1/+1
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-04-081-8/+8
* re PR target/26734 (GCC cannot bootstrap on IA64 HP-UX)Maxim Kuvyrkov2006-03-301-5/+5
* 2006-03-28 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>Maxim Kuvyrkov2006-03-281-5/+5
* rtl.def (Copyright): Update date.Maxim Kuvyrkov2006-03-271-5/+5
* 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-7/+122
* sched-int.h (struct haifa_insn_data): New fields: resolved_deps, inter_tick, ...Maxim Kuvyrkov2006-03-161-2/+14
* ddg.c (build_intra_loop_deps): Adjust add_forward_dependence call.Maxim Kuvyrkov2006-03-161-2/+153