aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-rgn.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-09[sched] Dump dependency graph to a dot fileNikolai Bozhenov1-0/+104
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-3/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-5/+5
2015-08-19remove more useless typedefsTrevor Saunders1-9/+6
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-8/+3
2015-06-17function.h (struct rtl_data): Remove struct and accessor macros.Andrew MacLeod1-0/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-1/+0
2015-05-19bitmap.c (bitmap_set_range): Handle count==1 specially.Richard Sandiford1-5/+1
2015-05-19rtl.h (REG_NREGS): New macroRichard Sandiford1-3/+2
2015-05-02make several functions in the scheduler take rtx_insn *Trevor Saunders1-5/+5
2015-04-22make some HAVE_cc0 code always compiledTrevor Saunders1-3/+1
2015-04-22always define HAVE_cc0Trevor Saunders1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-14timevar.def (TV_SCHED_FUSION): New time var.Bin Cheng1-0/+63
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+5
2014-10-20cfgrtl.h: New.Andrew MacLeod1-0/+1
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm1-2/+2
2014-08-27Use rtx_expr_list in various placesDavid Malcolm1-7/+8
2014-08-27Use rtx_insn_list in various placesDavid Malcolm1-5/+7
2014-08-26Various scheduling strengtheningsDavid Malcolm1-3/+3
2014-08-25Strengthen haifa_sched_info callbacks and 3 scheduler hooksDavid Malcolm1-22/+22
2014-08-22sched-rgn.c: Use rtx_insn in a couple of placesDavid Malcolm1-6/+7
2014-08-22get_ebb_head_tail works with rtx_insnDavid Malcolm1-11/+11
2014-07-09remove has_executeTrevor Saunders1-3/+0
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-6/+3
2014-04-17pass cfun to pass::executeTrevor Saunders1-3/+9
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-34/+32
2014-04-17remove has_gateTrevor Saunders1-3/+0
2014-02-24re PR rtl-optimization/60268 (ICE: in rank_for_schedule, at haifa-sched.c:2557)Andrey Belevantsev1-4/+4
2014-02-18re PR rtl-optimization/58960 (ICE in bmp_iter_set_init)Andrey Belevantsev1-0/+13
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-13/+13
2013-12-09Eliminate last_basic_block macro.David Malcolm1-19/+24
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-12/+20
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-15/+16
2013-11-19Eliminate n_edges macroDavid Malcolm1-1/+1
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-7/+7
2013-11-06tree-pass.h (make_pass_live_range_shrinkage): New external.Vladimir Makarov1-0/+66
2013-11-04sched-rgn.c (add_branch_dependences): Keep insns in a SCHED_GROUP at the end ...Wei Mi1-1/+4
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-38/+74
2013-05-03re PR bootstrap/57154 (Bootstrap broken for powerpc64-unknown-linux-gnu)Teresa Johnson1-0/+6
2013-05-02Follow-on patch to r197595 to complete the replacement of truncating divides ...Teresa Johnson1-4/+2
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-4/+2
2013-04-08First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson1-0/+2
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher1-2/+2