aboutsummaryrefslogtreecommitdiff
path: root/gcc/sel-sched-ir.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+3
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-3/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+7
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+5
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders1-2/+2
2014-09-09recog_memoized works on an rtx_insn *David Malcolm1-1/+1
2014-09-05Use rtx_insn for various jump-handling functions and predicatesDavid Malcolm1-1/+1
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm1-3/+3
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