summaryrefslogtreecommitdiff
path: root/gcc/sel-sched-ir.c
Commit message (Expand)AuthorAgeFilesLines
* emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford2015-06-061-4/+2
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-2/+0
* Change use to type-based pool allocator inMartin Liska2015-06-011-5/+2
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+3
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-3/+3
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+7
* function.h: Flatten file.Andrew MacLeod2014-10-161-1/+5
* Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders2014-09-161-2/+2
* recog_memoized works on an rtx_insn *David Malcolm2014-09-091-1/+1
* Use rtx_insn for various jump-handling functions and predicatesDavid Malcolm2014-09-051-1/+1
* NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm2014-08-281-3/+3
* Remove BB_HEAD, BB_END, BB_HEADER scaffoldingDavid Malcolm2014-08-261-1/+1
* Tighten up params of create_basic_block_structureDavid Malcolm2014-08-261-1/+2
* Remove VINSN_INSN_RTX scaffoldingDavid Malcolm2014-08-261-11/+1
* insn_t becomes an rtx_insn *David Malcolm2014-08-261-33/+26
* re PR c/61271 (10 * possible coding error with logical not (!))Marek Polacek2014-08-261-1/+1
* Eliminate BB_NOTE_LIST scaffoldingDavid Malcolm2014-08-251-15/+4
* Strengthen haifa_sched_info callbacks and 3 scheduler hooksDavid Malcolm2014-08-251-2/+2
* sel-sched-ir.c: Use rtx_insnDavid Malcolm2014-08-221-13/+16
* create_insn_rtx_from_pattern and create_copy_of_insn_rtx return rtx_insnDavid Malcolm2014-08-211-4/+5
* sel_bb_{head|end} return rtx_insnDavid Malcolm2014-08-211-7/+7
* Convert various rtx to rtx_note *David Malcolm2014-08-191-5/+5
* BND_TO scaffoldingDavid Malcolm2014-08-191-1/+11
* BB_NOTE_LIST scaffoldingDavid Malcolm2014-08-191-4/+15
* VINSN_INSN_RTX scaffoldingDavid Malcolm2014-08-191-1/+12
* Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsDavid Malcolm2014-08-191-8/+8
* Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsDavid Malcolm2014-08-181-1/+1
* df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford2014-06-151-11/+6
* re PR rtl-optimization/60866 (ICE: in get_seqno_for_a_jump, at sel-sched-ir.c...Andrey Belevantsev2014-05-141-16/+40
* Merge in wide-int.Kenneth Zadeck2014-05-061-4/+4
* sel-sched-ir.c (sel_gen_insn_from_expr_after): Reset INSN_DELETED_P on the in...Andrey Belevantsev2014-02-031-0/+5
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-5/+5
* Eliminate last_basic_block macro.David Malcolm2013-12-091-8/+9
* Eliminate BASIC_BLOCK macro.David Malcolm2013-12-091-4/+4
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-10/+10
* cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener2013-11-191-6/+4
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-3/+3
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-1/+1
* emit-rtl.c (remove_insn): Do not call df_insn_delete here.Steven Bosscher2013-04-131-18/+9
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-03-051-1/+1
* re PR middle-end/45472 ([Middle-end volatile semantics] ICE: in move_op_ascen...Andrey Belevantsev2013-02-271-2/+6
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-9/+9
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-140/+133
* re PR rtl-optimization/54472 (ICE (spill_failure): unable to find a register ...Andrey Belevantsev2012-11-091-3/+3
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-6/+6
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-1/+1
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-1/+1