summaryrefslogtreecommitdiff
path: root/gcc/sel-sched-ir.c
Commit message (Expand)AuthorAgeFilesLines
* remove useless if-before-free testsJim Meyering2011-04-201-2/+1
* re PR rtl-optimization/48302 (ICE: SIGSEGV in reposition_prologue_and_epilogu...Alexander Monakov2011-04-081-3/+4
* re PR target/48273 (ICE: in create_copy_of_insn_rtx, at sel-sched-ir.c:5604 w...Alexander Monakov2011-04-081-0/+1
* sched-ebb.c (begin_schedule_ready): Remove second argument.Bernd Schmidt2011-04-011-1/+3
* re PR rtl-optimization/48144 (ICE: in code_motion_path_driver, at sel-sched.c...Andrey Belevantsev2011-03-261-17/+28
* re PR rtl-optimization/47036 (ICE: in move_cond_jump, at sel-sched.c:4901 wit...Alexander Monakov2010-12-241-3/+0
* re PR rtl-optimization/46649 (ICE: in move_bb_info, at sel-sched-ir.c:5080 wi...Alexander Monakov2010-12-151-3/+3
* re PR rtl-optimization/46875 (ICE: verify_flow_info failed: too many outgoing...Alexander Monakov2010-12-141-1/+2
* re PR target/43603 (gcc-4.4.3 ICE on ia64 with -O3)Andrey Belevantsev2010-12-081-6/+49
* re PR rtl-optimization/45354 (ICE with -fselective-scheduling and -freorder-b...Alexander Monakov2010-12-031-13/+11
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-2/+0
* re PR rtl-optimization/46585 (ICE: SIGSEGV in vinsn_create (sel-sched-ir.c:11...Alexander Monakov2010-11-251-4/+11
* re PR rtl-optimization/46602 (gcc.dg/pr42245-2.c ICE on ia64)Alexander Monakov2010-11-251-4/+5
* re PR middle-end/46518 (internal compiler error: in vinsn_detach, at sel-sche...Alexander Monakov2010-11-181-1/+1
* re PR rtl-optimization/46204 (g++.dg/torture/stackalign/throw-1.C fails to co...Alexander Monakov2010-11-131-9/+25
* basic-block.h (find_fallthru_edge): Define.Nathan Froyd2010-10-211-9/+8
* sel-sched-ir.c (init_global_and_expr_for_insn): Set CANT_MOVE on RTX_FRAME_RE...Andrey Belevantsev2010-10-141-11/+31
* re PR rtl-optimization/45570 (ICE: in cfg_preds_1, at sel-sched-ir.c:4584)Andrey Belevantsev2010-10-141-3/+9
* sel-sched-ir.c (maybe_tidy_empty_bb): Simplify comment.Andrey Belevantsev2010-10-141-53/+13
* 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/45353 (ICE: RTL check: expected elt 3 type 'B', have '...Jakub Jelinek2010-08-201-1/+1
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-2/+2
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* fwprop.c: Make emit-rtl.h include last.Jan Hubicka2010-06-011-0/+1
* sched-ebb.c: Rename struct deps to struct deps_desc.Jan Hubicka2010-05-271-4/+4
* function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou2010-05-251-1/+1
* sel-sched.c: Add 2010 to copyright years.Alexander Monakov2010-01-141-1/+1
* sel-sched-ir.c (sel_restore_other_notes): Rename to sel_restore_notes.Alexander Monakov2010-01-141-3/+8
* re PR rtl-optimization/42389 (ICE in advance_state_on_fence with sel-schd for...Andrey Belevantsev2010-01-141-9/+16
* re PR rtl-optimization/42388 (ICE in move_bb_info with sel-sched and modulo-s...Andrey Belevantsev2010-01-141-3/+7
* re PR rtl-optimization/39453 (ICE : in init_seqno, at sel-sched.c:6433)Alexander Monakov2010-01-141-1/+4
* re PR middle-end/42245 (ICE in verify_backedges for 197.parser with sel-sched)Alexander Monakov2010-01-141-8/+72
* matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek2009-11-281-2/+0
* Remove trailing white spaces.H.J. Lu2009-11-251-366/+366
* re PR rtl-optimization/41697 (ICE on gcc.c-torture/compile/20090917-1.c)Andrey Belevantsev2009-11-131-0/+5
* sched-deps.c (init_deps): New parameter lazy_reg_last.Andrey Belevantsev2009-11-131-16/+49
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-6/+45
* haifa-sched.c (insn_finishes_cycle_p): New static function.Maxim Kuvyrkov2009-07-091-0/+1
* alias.c: Use REG_P...Shujing Zhao2009-06-221-1/+1
* re PR rtl-optimization/40101 (200.sixtrack ICEs in get_seqno_by_preds, at sel...Andrey Belevantsev2009-05-291-2/+2
* 20071210-2.c: New testcase.Alexander Monakov2009-04-281-8/+12
* combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor2009-04-241-2/+2
* re PR rtl-optimization/39580 (Revision 145204 caused libgomp.c++/collapse-2.C)Andrey Belevantsev2009-04-221-8/+0
* re PR middle-end/37448 (cannot compile big function)Kenneth Zadeck2008-10-111-5/+5
* sel-sched-ir.c (cmp_v_in_regset_pool): Surround with #ifdef ENABLE_CHECKING.Andrey Belevantsev2008-09-011-0/+2
* sel-sched.h, [...]: New files.Andrey Belevantsev2008-09-011-0/+6049