aboutsummaryrefslogtreecommitdiff
path: root/gcc/sel-sched-ir.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-26Remove BB_HEAD, BB_END, BB_HEADER scaffoldingDavid Malcolm1-1/+1
2014-08-26Tighten up params of create_basic_block_structureDavid Malcolm1-1/+2
2014-08-26Remove VINSN_INSN_RTX scaffoldingDavid Malcolm1-11/+1
2014-08-26insn_t becomes an rtx_insn *David Malcolm1-33/+26
2014-08-26re PR c/61271 (10 * possible coding error with logical not (!))Marek Polacek1-1/+1
2014-08-25Eliminate BB_NOTE_LIST scaffoldingDavid Malcolm1-15/+4
2014-08-25Strengthen haifa_sched_info callbacks and 3 scheduler hooksDavid Malcolm1-2/+2
2014-08-22sel-sched-ir.c: Use rtx_insnDavid Malcolm1-13/+16
2014-08-21create_insn_rtx_from_pattern and create_copy_of_insn_rtx return rtx_insnDavid Malcolm1-4/+5
2014-08-21sel_bb_{head|end} return rtx_insnDavid Malcolm1-7/+7
2014-08-19Convert various rtx to rtx_note *David Malcolm1-5/+5
2014-08-19BND_TO scaffoldingDavid Malcolm1-1/+11
2014-08-19BB_NOTE_LIST scaffoldingDavid Malcolm1-4/+15
2014-08-19VINSN_INSN_RTX scaffoldingDavid Malcolm1-1/+12
2014-08-19Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsDavid Malcolm1-8/+8
2014-08-18Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsDavid Malcolm1-1/+1
2014-06-15df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford1-11/+6
2014-05-14re PR rtl-optimization/60866 (ICE: in get_seqno_for_a_jump, at sel-sched-ir.c...Andrey Belevantsev1-16/+40
2014-05-06Merge in wide-int.Kenneth Zadeck1-4/+4
2014-02-03sel-sched-ir.c (sel_gen_insn_from_expr_after): Reset INSN_DELETED_P on the in...Andrey Belevantsev1-0/+5
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-5/+5
2013-12-09Eliminate last_basic_block macro.David Malcolm1-8/+9
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-4/+4
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-10/+10
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-6/+4
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-3/+3
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
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