summaryrefslogtreecommitdiff
path: root/gcc/sel-sched.c
Commit message (Expand)AuthorAgeFilesLines
* re PR rtl-optimization/48144 (ICE: in code_motion_path_driver, at sel-sched.c...Andrey Belevantsev2011-03-261-1/+1
* re PR debug/45454 (ICE: in verify_target_availability, at sel-sched.c:1614)Alexandre Oliva2011-01-261-0/+9
* re PR rtl-optimization/45352 (ICE: in reset_sched_cycles_in_current_ebb, at s...Andrey Belevantsev2011-01-131-6/+8
* re PR rtl-optimization/47036 (ICE: in move_cond_jump, at sel-sched.c:4901 wit...Alexander Monakov2010-12-241-4/+2
* re PR rtl-optimization/45352 (ICE: in reset_sched_cycles_in_current_ebb, at s...Andrey Belevantsev2010-12-221-8/+20
* re PR rtl-optimization/45652 (gcc.dg/compat/scalar-by-value-3 FAILs with -O2 ...Alexander Monakov2010-11-221-0/+3
* re PR middle-end/46518 (internal compiler error: in vinsn_detach, at sel-sche...Alexander Monakov2010-11-181-1/+1
* re PR rtl-optimization/45352 (ICE: in reset_sched_cycles_in_current_ebb, at s...Andrey Belevantsev2010-11-081-11/+25
* Model decoder of Core 2/i7 for multipass scheduling.Maxim Kuvyrkov2010-11-021-1/+2
* ddg.c (add_cross_iteration_register_deps): Call gcc_assert instead of gcc_che...Nathan Froyd2010-10-211-5/+7
* basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd2010-10-211-7/+5
* basic-block.h (find_fallthru_edge): Define.Nathan Froyd2010-10-211-3/+5
* vec.h (VEC_qsort): Define.Nathan Froyd2010-10-111-4/+2
* optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers2010-09-291-2/+2
* sel-sched.c (move_cond_jump): Use tidy_control_flow instead of maybe_tidy_emp...Alexander Monakov2010-09-161-1/+1
* sel-sched.c (move_cond_jump): Correct arguments to maybe_tidy_empty_bb.Alexander Monakov2010-09-061-1/+1
* re PR rtl-optimization/44919 (ICE on ia64 with -O3 at sel-sched.c:4672)Alexander Monakov2010-09-061-23/+47
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-8/+8
* cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd2010-08-191-11/+4
* re PR rtl-optimization/44691 (ICE: RTL check: expected code 'reg', have 'plus...Andrey Belevantsev2010-08-191-1/+2
* toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h.Manuel López-Ibáñez2010-06-301-3/+1
* re PR other/44034 (target hooks are hard to maintain)Joern Rennecke2010-06-291-10/+10
* fwprop.c: Make emit-rtl.h include last.Jan Hubicka2010-06-011-0/+1
* sel-sched.c (create_speculation_check): Remove set but not used variable twin.Jakub Jelinek2010-01-201-17/+7
* sel-sched.c: Add 2010 to copyright years.Alexander Monakov2010-01-141-1/+1
* sel-sched.c (compute_av_set_at_bb_end): Do not test that number of all succes...Andrey Belevantsev2010-01-141-2/+1
* sel-sched.c (maybe_emit_renaming_copy): Exit early when expression to rename ...Alexander Monakov2010-01-141-3/+8
* sel-sched.c (choose_best_reg_1): Loop over all regs for mode.Alexander Monakov2010-01-141-0/+11
* sel-sched.c (mark_unavailable_hard_regs): Do not try to search available regi...Alexander Monakov2010-01-141-9/+9
* re PR rtl-optimization/42389 (ICE in advance_state_on_fence with sel-schd for...Andrey Belevantsev2010-01-141-5/+6
* re PR rtl-optimization/42294 (ICE in code_motion_path_driver for 416.gamess)Alexander Monakov2010-01-141-0/+9
* re PR middle-end/42245 (ICE in verify_backedges for 197.parser with sel-sched)Alexander Monakov2010-01-141-18/+0
* re PR rtl-optimization/42294 (ICE in code_motion_path_driver for 416.gamess)Andrey Belevantsev2010-01-141-11/+8
* Remove trailing white spaces.H.J. Lu2009-11-251-688/+688
* sched-deps.c (init_deps): New parameter lazy_reg_last.Andrey Belevantsev2009-11-131-0/+6
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-41/+314
* sel-sched.c: Make forward declarations of move_op_hooks and fur_hooks explici...Ian Lance Taylor2009-06-161-1/+1
* re PR rtl-optimization/40101 (200.sixtrack ICEs in get_seqno_by_preds, at sel...Andrey Belevantsev2009-05-291-2/+18
* 20071210-2.c: New testcase.Alexander Monakov2009-04-281-2/+3
* combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor2009-04-241-1/+1
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* [multiple changes]Alexander Monakov2009-01-291-20/+27
* re PR rtl-optimization/37922 (code generation error)Kenneth Zadeck2008-12-181-1/+1
* target.h (struct gcc_target): Update prototypes of needs_block_p and gen_spec...Andrey Belevantsev2008-10-141-1/+1
* * sel-sched.c (fur_orig_expr_found): Mark arguments unused.Adam Nemet2008-09-021-1/+1
* sel-sched.h, [...]: New files.Andrey Belevantsev2008-09-011-0/+7327