summaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
Commit message (Expand)AuthorAgeFilesLines
* re PR bootstrap/44756 ([meta-bug] --enable-werror-always issues)Joern Rennecke2010-11-051-1/+1
* Model decoder of Core 2/i7 for multipass scheduling.Maxim Kuvyrkov2010-11-021-12/+53
* haifa-sched.c (ISSUE_POINTS): Remove.Jie Zhang2010-10-271-21/+11
* re PR rtl-optimization/37360 (ICE in haifa-sched.c when compiling __popcounts...Jie Zhang2010-10-231-8/+1
* basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd2010-10-211-4/+2
* basic-block.h (find_fallthru_edge): Define.Nathan Froyd2010-10-211-15/+16
* Dispatch scheduling for AMD Bulldozer processors.Reza Yazdani2010-09-091-1/+83
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-5/+5
* cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd2010-08-191-9/+4
* re PR debug/45055 (another -fcompare-debug failure with uninitialised read in...Jakub Jelinek2010-07-301-7/+3
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-1/+1
* re PR other/44034 (target hooks are hard to maintain)Joern Rennecke2010-06-291-10/+9
* re PR debug/43656 ("-fcompare-debug failure" with "-O2 -fschedule-insns -fsch...Alexandre Oliva2010-06-141-2/+7
* fwprop.c: Make emit-rtl.h include last.Jan Hubicka2010-06-011-0/+1
* re PR debug/44223 (segmentation fault with -g -fsched-pressure)Jakub Jelinek2010-05-211-0/+6
* re PR debug/44178 (-fcompare-debug failure with -O1 -fgcse -fsched-pressure -...Jakub Jelinek2010-05-201-1/+1
* re PR rtl-optimization/43332 (valgrind warns about using uninitialized variab...Vladimir Makarov2010-05-181-1/+2
* re PR debug/44028 (-fcompare-debug failure (length) with -O3 -fsched-pressure...Jakub Jelinek2010-05-101-0/+9
* sel-sched.c (create_speculation_check): Remove set but not used variable twin.Jakub Jelinek2010-01-201-7/+2
* re PR debug/42629 ("-fcompare-debug failure (length)" with "-O1 -fsched-press...Alexandre Oliva2010-01-091-1/+2
* re PR middle-end/41883 (ICE from '-O -fprofile-arcs -fsched2-use-superblocks...Richard Henderson2010-01-061-113/+53
* Remove trailing white spaces.H.J. Lu2009-11-251-177/+177
* [multiple changes]Paolo Carlini2009-11-241-4/+2
* re PR debug/41739 (Failed to bootstrap on Linux/ia64)Alexandre Oliva2009-10-201-0/+4
* re PR debug/41535 (Broken var location info after scheduling)Alexandre Oliva2009-10-171-1/+40
* invoke.texi (-fsched-pressure): Document it.Vladimir Makarov2009-09-021-78/+459
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-31/+193
* 2009-07-13 Ghassan Shobaki <ghassan.shobaki@amd.com>Ghassan Shobaki2009-07-131-7/+8
* haifa-sched.c (insn_finishes_cycle_p): New static function.Maxim Kuvyrkov2009-07-091-1/+21
* bitmap.c (bitmap_clear): Don't declare as inline.Ian Lance Taylor2009-06-161-3/+1
* collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor2009-04-271-1/+1
* rtlanal.c (alloc_reg_note): New function, broken out of add_reg_note.Ian Lance Taylor2009-04-161-6/+4
* target.h (struct gcc_target): Update prototypes of needs_block_p and gen_spec...Andrey Belevantsev2008-10-141-2/+2
* haifa-sched.c (dep_cost_1): Recognize the producer even if the consumer is an...Adam Nemet2008-09-181-3/+13
* haifa-sched.c (advance_one_cycle): Do not print '\n' before printing dump mes...Andrey Belevantsev2008-09-091-3/+4
* re PR rtl-optimization/37360 (ICE in haifa-sched.c when compiling __popcounts...Andrey Belevantsev2008-09-091-1/+8
* Improved branch hints, safe hints, and scheduling.Trevor Smigiel2008-09-051-0/+11
* sel-sched.h, [...]: New files.Andrey Belevantsev2008-09-011-549/+1046
* re PR target/35659 (Miscompiled code with -O2 (but not with -O2 -funroll-loop...Maxim Kuvyrkov2008-08-061-26/+0
* haifa-sched.c (extend_global): Split to extend_global_data and extend_region_...Maxim Kuvyrkov2008-08-061-21/+28
* rtlanal.c (add_reg_note): New function.Ian Lance Taylor2008-07-021-5/+1
* driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi2008-06-261-5/+6
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-3/+3
* df-scan.c (df_ref_chain_change_bb): Simplify.Alexandre Oliva2008-03-011-3/+3
* haifa-sched.c (haifa_classify_insn): Rename to ...Alexander Monakov2007-11-091-36/+25
* re PR middle-end/33670 (cc1 segfault with -O2 -fsched-stalled-insns=0 for twolf)Maxim Kuvyrkov2007-11-071-18/+0
* re PR middle-end/33670 (cc1 segfault with -O2 -fsched-stalled-insns=0 for twolf)Jakub Jelinek2007-11-031-0/+6
* re PR target/33133 (ICE in try_ready, at haifa-sched.c:2958 with -O2/-O3)Maxim Kuvyrkov2007-10-151-2/+11
* arm.c, [...]: Fix comment typos.Kazu Hirata2007-09-011-2/+2
* alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi2007-08-271-7/+7