summaryrefslogtreecommitdiff
path: root/gcc/sel-sched.c
Commit message (Expand)AuthorAgeFilesLines
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-9/+6
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-5/+0
* emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford2015-06-061-5/+5
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-2/+0
* rtl.h (REG_NREGS): New macroRichard Sandiford2015-05-191-3/+1
* Use std::swap instead of explicit swapsMikhail Maltsev2015-05-191-20/+9
* rtl.h (always_void_p): New function.Richard Sandiford2015-05-071-3/+3
* make several functions in the scheduler take rtx_insn *Trevor Saunders2015-05-021-3/+3
* add default for HARD_REGNO_RENAME_OKTrevor Saunders2015-04-281-6/+0
* 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-6/+6
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+5
* recog.h (extract_constrain_insn): Declare.Richard Sandiford2014-10-221-3/+1
* function.h: Flatten file.Andrew MacLeod2014-10-161-1/+5
* Instruction attributes take an rtx_insn *David Malcolm2014-09-151-1/+1
* recog_memoized works on an rtx_insn *David Malcolm2014-09-091-1/+1
* sel-sched.c: Include rtl-iter.hRichard Sandiford2014-08-281-48/+26
* Use rtx_insn for various target.def hooksDavid Malcolm2014-08-271-2/+2
* Use rtx_insn in more places in sel-sched.cDavid Malcolm2014-08-261-4/+4
* Remove BB_HEAD, BB_END, BB_HEADER scaffoldingDavid Malcolm2014-08-261-1/+1
* insn_t becomes an rtx_insn *David Malcolm2014-08-261-21/+21
* Eliminate BB_NOTE_LIST scaffoldingDavid Malcolm2014-08-251-2/+2
* Strengthen haifa_sched_info callbacks and 3 scheduler hooksDavid Malcolm2014-08-251-2/+2
* sel-sched.c: Use rtx_insnDavid Malcolm2014-08-221-11/+12
* get_ebb_head_tail works with rtx_insnDavid Malcolm2014-08-221-1/+1
* BND_TO scaffoldingDavid Malcolm2014-08-191-2/+2
* BB_NOTE_LIST scaffoldingDavid Malcolm2014-08-191-2/+2
* Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsDavid Malcolm2014-08-191-6/+6
* Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsDavid Malcolm2014-08-181-1/+1
* recog.h (operand_alternative): Convert reg_class, reject, matched and matches...Richard Sandiford2014-06-041-2/+2
* recog.h (alternative_class): New function.Richard Sandiford2014-06-041-10/+3
* recog.h (recog_op_alt): Convert to a flat array.Richard Sandiford2014-06-041-6/+6
* Cleanup and improve multipass_dfa_lookahead_guardMaxim Kuvyrkov2014-05-221-1/+1
* Remove IA64 speculation tweaking flagsMaxim Kuvyrkov2014-05-221-30/+0
* sel-sched.c (calculate_new_fences): New parameter ptime.Andrey Belevantsev2014-02-251-9/+16
* re PR middle-end/60292 (ICE: in fill_vec_av_set, at sel-sched.c:3863 with -m6...Andrey Belevantsev2014-02-251-1/+2
* Check if mode is OK firstH.J. Lu2014-02-031-6/+8
* re PR rtl-optimization/57662 (ICE: SIGSEGV in code_motion_process_successors ...Andrey Belevantsev2014-02-031-1/+5
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* re PR rtl-optimization/57422 (ICE: SIGSEGV in dominated_by_p with custom flags)Andrey Belevantsev2013-12-231-1/+9
* re PR rtl-optimization/57422 (ICE: SIGSEGV in dominated_by_p with custom flags)Andrey Belevantsev2013-12-231-1/+1
* Eliminate BASIC_BLOCK macro.David Malcolm2013-12-091-8/+10
* Eliminate SET_BASIC_BLOCK macro.David Malcolm2013-12-091-2/+2
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-2/+3
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-3/+3
* re PR rtl-optimization/57662 (ICE: SIGSEGV in code_motion_process_successors ...Andrey Belevantsev2013-08-141-1/+14
* re PR rtl-optimization/56957 (ICE in add_insn_after, at emit-rtl.c:3783)Andrey Belevantsev2013-04-301-4/+3