aboutsummaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-02invoke.texi (-fsched-pressure): Document it.Vladimir Makarov1-78/+459
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-31/+193
2009-07-132009-07-13 Ghassan Shobaki <ghassan.shobaki@amd.com>Ghassan Shobaki1-7/+8
2009-07-09haifa-sched.c (insn_finishes_cycle_p): New static function.Maxim Kuvyrkov1-1/+21
2009-06-16bitmap.c (bitmap_clear): Don't declare as inline.Ian Lance Taylor1-3/+1
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor1-1/+1
2009-04-16rtlanal.c (alloc_reg_note): New function, broken out of add_reg_note.Ian Lance Taylor1-6/+4
2008-10-14target.h (struct gcc_target): Update prototypes of needs_block_p and gen_spec...Andrey Belevantsev1-2/+2
2008-09-18haifa-sched.c (dep_cost_1): Recognize the producer even if the consumer is an...Adam Nemet1-3/+13
2008-09-09haifa-sched.c (advance_one_cycle): Do not print '\n' before printing dump mes...Andrey Belevantsev1-3/+4
2008-09-09re PR rtl-optimization/37360 (ICE in haifa-sched.c when compiling __popcounts...Andrey Belevantsev1-1/+8
2008-09-05Improved branch hints, safe hints, and scheduling.Trevor Smigiel1-0/+11
2008-09-01sel-sched.h, [...]: New files.Andrey Belevantsev1-549/+1046
2008-08-06re PR target/35659 (Miscompiled code with -O2 (but not with -O2 -funroll-loop...Maxim Kuvyrkov1-26/+0
2008-08-06haifa-sched.c (extend_global): Split to extend_global_data and extend_region_...Maxim Kuvyrkov1-21/+28
2008-07-02rtlanal.c (add_reg_note): New function.Ian Lance Taylor1-5/+1
2008-06-26driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi1-5/+6
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-3/+3
2008-03-01df-scan.c (df_ref_chain_change_bb): Simplify.Alexandre Oliva1-3/+3
2007-11-09haifa-sched.c (haifa_classify_insn): Rename to ...Alexander Monakov1-36/+25
2007-11-07re PR middle-end/33670 (cc1 segfault with -O2 -fsched-stalled-insns=0 for twolf)Maxim Kuvyrkov1-18/+0
2007-11-03re PR middle-end/33670 (cc1 segfault with -O2 -fsched-stalled-insns=0 for twolf)Jakub Jelinek1-0/+6
2007-10-15re PR target/33133 (ICE in try_ready, at haifa-sched.c:2958 with -O2/-O3)Maxim Kuvyrkov1-2/+11
2007-09-01arm.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2007-08-27alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi1-7/+7
2007-08-22target.h (struct gcc_target.sched: dfa_pre_advance_cycle, [...]): New schedul...Maxim Kuvyrkov1-0/+6
2007-08-14sched-int.h (struct _dep): Rename field 'kind' to 'type'.Maxim Kuvyrkov1-279/+309
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-02re PR target/31684 (ICE in get_attr_first_insn, at config/ia64/itanium2.md:18...Steve Ellcey1-1/+1
2007-06-20dbgcnt.def (global_alloc_at_func, [...]): New counters.Seongbae Park1-35/+89
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-182/+24
2007-06-06haifa-sched.c (restore_bb_notes): Clear bb field of the notes emited outside ...Zdenek Dvorak1-2/+3
2007-05-25cfglayout.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-2/+2
2007-05-04haifa-sched.c (rtx_vec_t): New typedef.Maxim Kuvyrkov1-46/+80
2007-02-03c-decl.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-02-02re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Maxim Kuvyrkov1-214/+290
2007-02-01alias.c (init_alias_analysis): Correct whitespace.Roger Sayle1-4/+4
2006-12-09haifa-sched.c (schedule_block): Remove excessive sanity check.Maxim Kuvyrkov1-8/+0
2006-11-29haifa-sched.c: Remove define LINE_NOTE(INSN).Tehila Meyzels1-147/+5
2006-11-16re PR target/29201 (ICE in create_recovery_block, at haifa-sched.c:3692 at -O3)Maxim Kuvyrkov1-5/+9
2006-11-11tree-pass.h (pass_purge_lineno_notes): Remove declaration.Jan Hubicka1-138/+3
2006-10-06sched-int.h (IS_SPECULATION_CHECK_P, [...]): New macros.Maxim Kuvyrkov1-17/+14
2006-08-17re PR rtl-optimization/28489 (ICE in move_insn, at haifa-sched.c:1968)Maxim Kuvyrkov1-2/+1
2006-06-13re PR middle-end/26807 (FAIL: gcc.dg/torture/pr24626-1.c -O2 (test for exce...Maxim Kuvyrkov1-2/+7
2006-06-13re PR target/27863 (ICE in check_cfg, at haifa-sched.c:4615)Maxim Kuvyrkov1-13/+19
2006-06-08re PR target/27863 (ICE in check_cfg, at haifa-sched.c:4615)Maxim Kuvyrkov1-0/+20
2006-05-28cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2006-04-14params.def (PARAM_MAX_SCHED_READY_INSNS): New parameter, defaulting to 100.Eric Botcazou1-3/+41
2006-04-08builtins.c, [...]: Fix comment typos.Kazu Hirata1-20/+20