aboutsummaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-30coretypes.h (struct pretty_print_info): Make a coretype.Steven Bosscher1-13/+6
2012-11-27rtl.h (debug_bb_n_slim, [...]): Remove prototypes.Steven Bosscher1-1/+2
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-3/+3
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-94/+88
2012-10-23dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov1-1/+1
2012-10-19common.opt (flag_ira_hoist_pressure): New.Bin Cheng1-1/+1
2012-10-08sched-int.h (schedule_block): Adjust declaration.Bernd Schmidt1-2/+6
2012-09-20re PR bootstrap/54643 (Build hangs compiling unwind-arm.c)Bernd Schmidt1-1/+2
2012-09-19dbgcnt.def (sched_breakdep): New counter.Bernd Schmidt1-53/+347
2012-07-16haifa-sched.c (init_before_recovery): Do not set EDGE_CAN_FALLTHRU.Steven Bosscher1-2/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-0/+1
2012-06-06invoke.texi (sched-pressure-algorithm): Document new --param.Richard Sandiford1-1/+2
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-31ira.h (target_ira): Delete x_ira_available_class_regs.Richard Sandiford1-5/+5
2012-04-26sched-int.h (_haifa_insn_data): Move priority_status.Richard Sandiford1-67/+1515
2012-04-26common.opt (fsched-pressure-algorithm=): New option.Richard Sandiford1-20/+25
2012-04-11haifa-sched.c (prune_ready_list): Rework handling of SCHED_GROUP_P insns so t...Bernd Schmidt1-64/+82
2012-02-23re PR bootstrap/52287 (ICE in ready_remove_first, at haifa-sched.c:1927)Eric Botcazou1-1/+3
2012-02-14haifa-sched.c (prune_ready_list): Ensure that if there is a sched-group insn...Bernd Schmidt1-4/+19
2012-02-02re PR rtl-optimization/49800 (segfault with -fsched-pressure -fdump-rtl-sched1)Vladimir Makarov1-0/+6
2012-01-09sched-int.h (bb_note): Move to...Richard Sandiford1-14/+0
2011-11-29haifa-sched.c (recompute_todo_spec): Simplify and correct the code checking f...Bernd Schmidt1-26/+13
2011-10-21reg-notes.def (DEP_CONTROL): New.Bernd Schmidt1-98/+381
2011-09-30haifa-sched.c (modulo_ii, [...]): New static variables.Bernd Schmidt1-29/+309
2011-09-19haifa-sched.c (has_edge_p, [...]): Remove maintenance overhead.Maxim Kuvyrkov1-142/+0
2011-07-14haifa-sched.c (schedule_insns): Remove outdated comment.Bernd Schmidt1-56/+37
2011-07-13haifa-sched.c: Include "hashtab.h"Bernd Schmidt1-16/+773
2011-07-13haifa-sched.c (struct sched_block_state): New.Bernd Schmidt1-16/+25
2011-07-13sched-int.h (struct _dep): Add member cost.Bernd Schmidt1-0/+14
2011-07-12cse.c (insert_with_costs): Put semi-colon after empty loop body on the next l...Eric Botcazou1-1/+2
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-1/+2
2011-05-27haifa-sched.c (sched_scan_info): Remove.Bernd Schmidt1-125/+33
2011-05-26haifa-sched.c (schedule-block): Reorder the inner scheduling loop to reduce d...Bernd Schmidt1-86/+62
2011-05-02haifa-sched.c (sched_emit_insn): Emit insn before first non-scheduled insn.Ulrich Weigand1-2/+9
2011-04-29haifa-sched.c (last_nondebug_scheduled_insn): New.Alexandre Oliva1-15/+11
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-04-15re PR target/48629 (ICE on gcc.dg/pr42389.c on ia64-*-* with -fsched-pressure)Bernd Schmidt1-2/+2
2011-04-10Remove doubled up words.Mike Stump1-1/+1
2011-04-08re PR rtl-optimization/48272 (internal compiler error: in setup_insn_reg_pres...Andrey Belevantsev1-0/+2
2011-04-05re PR bootstrap/48403 (bootstrap comparison failure)Bernd Schmidt1-1/+3
2011-04-04re PR bootstrap/48403 (bootstrap comparison failure)Bernd Schmidt1-37/+53
2011-04-01haifa-sched.c (prune_ready_list): New function, broken out of schedule_block.Bernd Schmidt1-47/+68
2011-04-01sched-ebb.c (begin_schedule_ready): Remove second argument.Bernd Schmidt1-72/+59
2011-04-01haifa-sched.c (queue_insn): New arg REASON.Bernd Schmidt1-12/+9
2011-03-29[multiple changes]Vladimir Makarov1-53/+56
2011-03-28re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov1-56/+53
2011-03-27[multiple changes]Vladimir Makarov1-53/+56
2011-03-19cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_range instead o...Anatoly Sokolov1-5/+5
2011-02-19re PR debug/47620 (Profiledbootstrap failure on powerpc-linux)Alexandre Oliva1-1/+1
2011-02-02re PR debug/47498 (-fcompare-debug failure with -fsched2-use-superblocks)Alexandre Oliva1-6/+58