aboutsummaryrefslogtreecommitdiff
path: root/gcc/sel-sched.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-27haifa-sched.c (sched_scan_info): Remove.Bernd Schmidt1-4/+4
2011-04-18ipa-inline.c: Fix comment typos; do not inline gt-ipa-inline.hJan Hubicka1-1/+1
2011-04-10Remove doubled up words.Mike Stump1-1/+1
2011-04-09expr.c (expand_expr_real_1): Use add_to_hard_reg_set function instead of loop.Anatoly Sokolov1-10/+5
2011-04-08sel-sched.c (sel_region_init): Move call to sel_setup_region_sched_flags afte...Alexander Monakov1-2/+2
2011-04-08re PR rtl-optimization/48235 (ICE: SIGSEGV in has_dependence_p (sel-sched-ir....Dmitry Melnik1-3/+22
2011-04-08re PR rtl-optimization/48302 (ICE: SIGSEGV in reposition_prologue_and_epilogu...Alexander Monakov1-5/+5
2011-04-08re PR target/48273 (ICE: in create_copy_of_insn_rtx, at sel-sched-ir.c:5604 w...Alexander Monakov1-1/+2
2011-04-08re PR rtl-optimization/48442 (ICE: in init_seqno, at sel-sched.c:6767 with -O...Alexander Monakov1-14/+12
2011-03-26re PR rtl-optimization/48144 (ICE: in code_motion_path_driver, at sel-sched.c...Andrey Belevantsev1-1/+1
2011-01-26re PR debug/45454 (ICE: in verify_target_availability, at sel-sched.c:1614)Alexandre Oliva1-0/+9
2011-01-13re PR rtl-optimization/45352 (ICE: in reset_sched_cycles_in_current_ebb, at s...Andrey Belevantsev1-6/+8
2010-12-24re PR rtl-optimization/47036 (ICE: in move_cond_jump, at sel-sched.c:4901 wit...Alexander Monakov1-4/+2
2010-12-22re PR rtl-optimization/45352 (ICE: in reset_sched_cycles_in_current_ebb, at s...Andrey Belevantsev1-8/+20
2010-11-22re PR rtl-optimization/45652 (gcc.dg/compat/scalar-by-value-3 FAILs with -O2 ...Alexander Monakov1-0/+3
2010-11-18re PR middle-end/46518 (internal compiler error: in vinsn_detach, at sel-sche...Alexander Monakov1-1/+1
2010-11-08re PR rtl-optimization/45352 (ICE: in reset_sched_cycles_in_current_ebb, at s...Andrey Belevantsev1-11/+25
2010-11-02Model decoder of Core 2/i7 for multipass scheduling.Maxim Kuvyrkov1-1/+2
2010-10-21ddg.c (add_cross_iteration_register_deps): Call gcc_assert instead of gcc_che...Nathan Froyd1-5/+7
2010-10-21basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd1-7/+5
2010-10-21basic-block.h (find_fallthru_edge): Define.Nathan Froyd1-3/+5
2010-10-11vec.h (VEC_qsort): Define.Nathan Froyd1-4/+2
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-2/+2
2010-09-16sel-sched.c (move_cond_jump): Use tidy_control_flow instead of maybe_tidy_emp...Alexander Monakov1-1/+1
2010-09-06sel-sched.c (move_cond_jump): Correct arguments to maybe_tidy_empty_bb.Alexander Monakov1-1/+1
2010-09-06re PR rtl-optimization/44919 (ICE on ia64 with -O3 at sel-sched.c:4672)Alexander Monakov1-23/+47
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-8/+8
2010-08-19cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd1-11/+4
2010-08-19re PR rtl-optimization/44691 (ICE: RTL check: expected code 'reg', have 'plus...Andrey Belevantsev1-1/+2
2010-06-30toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h.Manuel López-Ibáñez1-3/+1
2010-06-29re PR other/44034 (target hooks are hard to maintain)Joern Rennecke1-10/+10
2010-06-01fwprop.c: Make emit-rtl.h include last.Jan Hubicka1-0/+1
2010-01-20sel-sched.c (create_speculation_check): Remove set but not used variable twin.Jakub Jelinek1-17/+7
2010-01-14sel-sched.c: Add 2010 to copyright years.Alexander Monakov1-1/+1
2010-01-14sel-sched.c (compute_av_set_at_bb_end): Do not test that number of all succes...Andrey Belevantsev1-2/+1
2010-01-14sel-sched.c (maybe_emit_renaming_copy): Exit early when expression to rename ...Alexander Monakov1-3/+8
2010-01-14sel-sched.c (choose_best_reg_1): Loop over all regs for mode.Alexander Monakov1-0/+11
2010-01-14sel-sched.c (mark_unavailable_hard_regs): Do not try to search available regi...Alexander Monakov1-9/+9
2010-01-14re PR rtl-optimization/42389 (ICE in advance_state_on_fence with sel-schd for...Andrey Belevantsev1-5/+6
2010-01-14re PR rtl-optimization/42294 (ICE in code_motion_path_driver for 416.gamess)Alexander Monakov1-0/+9
2010-01-14re PR middle-end/42245 (ICE in verify_backedges for 197.parser with sel-sched)Alexander Monakov1-18/+0
2010-01-14re PR rtl-optimization/42294 (ICE in code_motion_path_driver for 416.gamess)Andrey Belevantsev1-11/+8
2009-11-25Remove trailing white spaces.H.J. Lu1-688/+688
2009-11-13sched-deps.c (init_deps): New parameter lazy_reg_last.Andrey Belevantsev1-0/+6
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-41/+314
2009-06-16sel-sched.c: Make forward declarations of move_op_hooks and fur_hooks explici...Ian Lance Taylor1-1/+1
2009-05-29re PR rtl-optimization/40101 (200.sixtrack ICEs in get_seqno_by_preds, at sel...Andrey Belevantsev1-2/+18
2009-04-2820071210-2.c: New testcase.Alexander Monakov1-2/+3
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-1/+1
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1