aboutsummaryrefslogtreecommitdiff
path: root/gcc/sel-sched-ir.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-13emit-rtl.c (remove_insn): Do not call df_insn_delete here.Steven Bosscher1-18/+9
2013-03-05re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-1/+1
2013-02-27re PR middle-end/45472 ([Middle-end volatile semantics] ICE: in move_op_ascen...Andrey Belevantsev1-2/+6
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-9/+9
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-140/+133
2012-11-09re PR rtl-optimization/54472 (ICE (spill_failure): unable to find a register ...Andrey Belevantsev1-3/+3
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-6/+6
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-1/+1
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-1/+1
2012-09-06re PR rtl-optimization/54455 (ICE: RTL check: expected elt 3 type 'B', have '...Jakub Jelinek1-1/+17
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-2/+2
2012-07-31re PR target/53975 ([ia64] Target register of a speculative load moved to a b...Andrey Belevantsev1-4/+6
2012-07-26re PR regression/54084 (Bunch of fails for x86)Steven Bosscher1-1/+7
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-03-06re PR rtl-optimization/52250 (ICE: in sel_remove_bb, at sel-sched-ir.c:5213 w...Andrey Belevantsev1-9/+17
2011-12-16re PR tree-optimization/51557 (ICE: in maybe_record_trace_start, at dwarf2cfi...Jakub Jelinek1-1/+17
2011-10-19re PR rtl-optimization/50340 (Fails to build SPEC 2000 176.gcc)Alexander Monakov1-0/+5
2011-08-11sel-sched-ir.c (has_dependence_note_reg_use): Call ds_full_merge only if prod...Sergey Grechanik1-1/+2
2011-08-11sel-sched-ir.c (get_seqno_of_a_pred): Rename to get_seqno_for_a_jump.Sergey Grechanik1-8/+49
2011-08-11sel-sched-ir.c (invalidate_av_set): Remove the assert.Dmitry Melnik1-5/+4
2011-08-11sel-sched-ir.h (register_unavailable_p): Declare.Sergey Grechanik1-5/+24
2011-08-11sel-sched-ir.c (init_global_and_expr_for_insn): Forbid copying of recognized ...Dmitry Melnik1-1/+4
2011-08-11sel-sched-ir.c (merge_expr_data): Take maximum spec.Dmitry Melnik1-3/+3
2011-07-13haifa-sched.c: Include "hashtab.h"Bernd Schmidt1-0/+4
2011-05-27haifa-sched.c (sched_scan_info): Remove.Bernd Schmidt1-11/+59
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-04-08re PR rtl-optimization/48302 (ICE: SIGSEGV in reposition_prologue_and_epilogu...Alexander Monakov1-3/+4
2011-04-08re PR target/48273 (ICE: in create_copy_of_insn_rtx, at sel-sched-ir.c:5604 w...Alexander Monakov1-0/+1
2011-04-01sched-ebb.c (begin_schedule_ready): Remove second argument.Bernd Schmidt1-1/+3
2011-03-26re PR rtl-optimization/48144 (ICE: in code_motion_path_driver, at sel-sched.c...Andrey Belevantsev1-17/+28
2010-12-24re PR rtl-optimization/47036 (ICE: in move_cond_jump, at sel-sched.c:4901 wit...Alexander Monakov1-3/+0
2010-12-15re PR rtl-optimization/46649 (ICE: in move_bb_info, at sel-sched-ir.c:5080 wi...Alexander Monakov1-3/+3
2010-12-14re PR rtl-optimization/46875 (ICE: verify_flow_info failed: too many outgoing...Alexander Monakov1-1/+2
2010-12-08re PR target/43603 (gcc-4.4.3 ICE on ia64 with -O3)Andrey Belevantsev1-6/+49
2010-12-03re PR rtl-optimization/45354 (ICE with -fselective-scheduling and -freorder-b...Alexander Monakov1-13/+11
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-2/+0
2010-11-25re PR rtl-optimization/46585 (ICE: SIGSEGV in vinsn_create (sel-sched-ir.c:11...Alexander Monakov1-4/+11
2010-11-25re PR rtl-optimization/46602 (gcc.dg/pr42245-2.c ICE on ia64)Alexander Monakov1-4/+5
2010-11-18re PR middle-end/46518 (internal compiler error: in vinsn_detach, at sel-sche...Alexander Monakov1-1/+1
2010-11-13re PR rtl-optimization/46204 (g++.dg/torture/stackalign/throw-1.C fails to co...Alexander Monakov1-9/+25
2010-10-21basic-block.h (find_fallthru_edge): Define.Nathan Froyd1-9/+8
2010-10-14sel-sched-ir.c (init_global_and_expr_for_insn): Set CANT_MOVE on RTX_FRAME_RE...Andrey Belevantsev1-11/+31
2010-10-14re PR rtl-optimization/45570 (ICE: in cfg_preds_1, at sel-sched-ir.c:4584)Andrey Belevantsev1-3/+9
2010-10-14sel-sched-ir.c (maybe_tidy_empty_bb): Simplify comment.Andrey Belevantsev1-53/+13
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-08-20re PR rtl-optimization/45353 (ICE: RTL check: expected elt 3 type 'B', have '...Jakub Jelinek1-1/+1
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-2/+2