aboutsummaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-02re PR debug/47498 (-fcompare-debug failure with -fsched2-use-superblocks)Alexandre Oliva1-6/+58
2011-01-31revert: re PR debug/45136 (-fcompare-debug failure with -Os -fschedule-insns)Alexandre Oliva1-52/+6
2011-01-25re PR debug/45136 (-fcompare-debug failure with -Os -fschedule-insns)Alexandre Oliva1-6/+52
2010-12-08re PR target/43603 (gcc-4.4.3 ICE on ia64 with -O3)Andrey Belevantsev1-0/+2
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-24common.opt (initial_max_fld_align, [...]): New Variable entries.Joseph Myers1-13/+0
2010-11-05re PR bootstrap/44756 ([meta-bug] --enable-werror-always issues)Joern Rennecke1-1/+1
2010-11-02Model decoder of Core 2/i7 for multipass scheduling.Maxim Kuvyrkov1-12/+53
2010-10-27haifa-sched.c (ISSUE_POINTS): Remove.Jie Zhang1-21/+11
2010-10-23re PR rtl-optimization/37360 (ICE in haifa-sched.c when compiling __popcounts...Jie Zhang1-8/+1
2010-10-21basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd1-4/+2
2010-10-21basic-block.h (find_fallthru_edge): Define.Nathan Froyd1-15/+16
2010-09-09Dispatch scheduling for AMD Bulldozer processors.Reza Yazdani1-1/+83
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-5/+5
2010-08-19cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd1-9/+4
2010-07-30re PR debug/45055 (another -fcompare-debug failure with uninitialised read in...Jakub Jelinek1-7/+3
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-1/+1
2010-06-29re PR other/44034 (target hooks are hard to maintain)Joern Rennecke1-10/+9
2010-06-14re PR debug/43656 ("-fcompare-debug failure" with "-O2 -fschedule-insns -fsch...Alexandre Oliva1-2/+7
2010-06-01fwprop.c: Make emit-rtl.h include last.Jan Hubicka1-0/+1
2010-05-21re PR debug/44223 (segmentation fault with -g -fsched-pressure)Jakub Jelinek1-0/+6
2010-05-20re PR debug/44178 (-fcompare-debug failure with -O1 -fgcse -fsched-pressure -...Jakub Jelinek1-1/+1
2010-05-18re PR rtl-optimization/43332 (valgrind warns about using uninitialized variab...Vladimir Makarov1-1/+2
2010-05-10re PR debug/44028 (-fcompare-debug failure (length) with -O3 -fsched-pressure...Jakub Jelinek1-0/+9
2010-01-20sel-sched.c (create_speculation_check): Remove set but not used variable twin.Jakub Jelinek1-7/+2
2010-01-09re PR debug/42629 ("-fcompare-debug failure (length)" with "-O1 -fsched-press...Alexandre Oliva1-1/+2
2010-01-06re PR middle-end/41883 (ICE from '-O -fprofile-arcs -fsched2-use-superblocks...Richard Henderson1-113/+53
2009-11-25Remove trailing white spaces.H.J. Lu1-177/+177
2009-11-24[multiple changes]Paolo Carlini1-4/+2
2009-10-20re PR debug/41739 (Failed to bootstrap on Linux/ia64)Alexandre Oliva1-0/+4
2009-10-17re PR debug/41535 (Broken var location info after scheduling)Alexandre Oliva1-1/+40
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