summaryrefslogtreecommitdiff
path: root/gcc/sched-rgn.c
Commit message (Expand)AuthorAgeFilesLines
* remove has_executeTrevor Saunders2014-07-091-3/+0
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-6/+3
* pass cfun to pass::executeTrevor Saunders2014-04-171-3/+9
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-34/+32
* remove has_gateTrevor Saunders2014-04-171-3/+0
* re PR rtl-optimization/60268 (ICE: in rank_for_schedule, at haifa-sched.c:2557)Andrey Belevantsev2014-02-241-4/+4
* re PR rtl-optimization/58960 (ICE in bmp_iter_set_init)Andrey Belevantsev2014-02-181-0/+13
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_ALL_BB macro.David Malcolm2013-12-091-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-13/+13
* Eliminate last_basic_block macro.David Malcolm2013-12-091-19/+24
* Eliminate BASIC_BLOCK macro.David Malcolm2013-12-091-12/+20
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-15/+16
* Eliminate n_edges macroDavid Malcolm2013-11-191-1/+1
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-7/+7
* tree-pass.h (make_pass_live_range_shrinkage): New external.Vladimir Makarov2013-11-061-0/+66
* sched-rgn.c (add_branch_dependences): Keep insns in a SCHED_GROUP at the end ...Wei Mi2013-11-041-1/+4
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-4/+4
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-38/+74
* re PR bootstrap/57154 (Bootstrap broken for powerpc64-unknown-linux-gnu)Teresa Johnson2013-05-031-0/+6
* Follow-on patch to r197595 to complete the replacement of truncating divides ...Teresa Johnson2013-05-021-4/+2
* passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener2013-04-101-4/+2
* First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson2013-04-081-0/+2
* cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher2013-03-301-2/+2
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* re PR rtl-optimization/55158 (segfault in schedule_region at -O3)Steven Bosscher2012-12-081-25/+68
* This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl2012-11-011-1/+1
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-27/+27
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+2
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-18/+18
* sched-int.h (schedule_block): Adjust declaration.Bernd Schmidt2012-10-081-1/+38
* dbgcnt.def (sched_breakdep): New counter.Bernd Schmidt2012-09-191-4/+12
* re PR rtl-optimization/54456 (ICE: in init_seqno, at sel-sched.c:6797 with -f...Eric Botcazou2012-09-041-1/+1
* calls.c (mem_overlaps_already_clobbered_arg_p): Use SBITMAP_SIZE instead of l...Steven Bosscher2012-08-091-1/+1
* basic-block.h (BB_FLAGS_TO_PRESERVE): New define.Steven Bosscher2012-07-201-1/+1
* dumpfile.h (TDF_COMMENT): New define.Steven Bosscher2012-07-171-1/+2
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* basic-block.h (struct edge_def): Use basic_block instead of basic_block_def *.Steven Bosscher2012-07-111-1/+1
* cfglayout.h: Remove.Steven Bosscher2012-06-171-1/+0
* common.opt (fsched-pressure-algorithm=): New option.Richard Sandiford2012-04-261-1/+1
* reg-notes.def (DEP_CONTROL): New.Bernd Schmidt2011-10-211-15/+6
* revert: re PR rtl-optimization/11320 (Scheduler bug)Bernd Schmidt2011-07-151-8/+4
* haifa-sched.c: Include "hashtab.h"Bernd Schmidt2011-07-131-0/+1
* cse.c (insert_with_costs): Put semi-colon after empty loop body on the next l...Eric Botcazou2011-07-121-3/+6
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-2/+0
* re PR debug/47590 (pragma optimize doesn't recompute derived options (was: va...Alexandre Oliva2011-06-031-1/+1
* sched-ebb.c (begin_schedule_ready): Remove second argument.Bernd Schmidt2011-04-011-2/+3
* cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_range instead o...Anatoly Sokolov2011-03-191-21/+10
* re PR debug/47498 (-fcompare-debug failure with -fsched2-use-superblocks)Alexandre Oliva2011-02-021-1/+1