aboutsummaryrefslogtreecommitdiff
path: root/gcc/modulo-sched.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-2/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-22/+15
2012-11-01This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl1-5/+5
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-27/+27
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-42/+42
2012-09-19Integrate lexical block into source_location.Dehao Chen1-9/+9
2012-08-16re PR middle-end/54146 (Very slow compile with attribute((flatten)))Richard Guenther1-1/+1
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-2/+2
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-06-17cfglayout.h: Remove.Steven Bosscher1-2/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-02-04re PR rtl-optimization/52095 (ICE compiling gcc.dg/sms-7.c: SEGV in fprintf)Jakub Jelinek1-28/+40
2011-12-13SMS: Add missing free operation in mark_loop_unschedRevital Eres1-0/+2
2011-10-30Fix marking of SMSed loops as BB_DISABLE_SCHEDULERevital Eres1-2/+20
2011-10-11modulo-sched.c: Fix comment typo.Richard Sandiford1-2/+6
2011-10-10modulo-sched.c (ps_reg_move_info): Add num_consecutive_stages.Richard Sandiford1-116/+271
2011-10-10modulo-sched.c (ps_insn): Adjust comment.Richard Sandiford1-119/+205
2011-10-10modulo-sched.c (ps_insn): Replace node field with an identifier.Richard Sandiford1-147/+148
2011-10-10modulo-sched.c (undo_replace_buff_elem): Delete.Richard Sandiford1-49/+2
2011-09-30SMS: Support instructions with REG_INC_NOTERevital Eres1-6/+5
2011-09-30SMS: Avoid generating redundant reg-movesRevital Eres1-1/+16
2011-09-13SMS: Minor misc. fixesRevital Eres1-15/+10
2011-08-08modulo-sched.c (get_sched_window): Use a table for the debug output.Richard Sandiford1-48/+46
2011-08-08modulo-sched.c (get_sched_window): Use just one loop for predecessors and one...Richard Sandiford1-188/+99
2011-08-03Optimize stage countRevital Eres1-57/+287
2011-07-31SMS: Misc. fixesRevital Eres1-11/+17
2011-07-15revert: re PR rtl-optimization/11320 (Scheduler bug)Bernd Schmidt1-3/+1
2011-07-13haifa-sched.c: Include "hashtab.h"Bernd Schmidt1-0/+1
2011-06-16SMS: Fix calculation of row_rest_countRevital Eres1-22/+45
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-3/+1
2011-05-16Fix condition in doloop_register_getRevital Eres1-1/+1
2011-05-11Support closing_branch_depsRevital Eres1-56/+126
2011-05-11Skip DEBUG_INSNs while recognizing doloopRevital Eres1-2/+2
2011-05-11Doloop pattern for ARMRevital Eres1-4/+7
2011-04-17New flag to apply SMS when SC equals 1Revital Eres1-3/+4
2011-04-17Avoid unfreed memory when SMS failsRevital Eres1-1/+0
2011-04-01sched-ebb.c (begin_schedule_ready): Remove second argument.Bernd Schmidt1-2/+2
2011-02-14re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out ...Eric Botcazou1-3/+5
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-3/+1
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-05-22coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher1-0/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-30/+30
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-7/+7
2009-07-16modulo-sched.c (sms_schedule): stage_count <= 1 as correct comparison to skip...Bingfeng Mei1-2/+4
2009-07-09haifa-sched.c (insn_finishes_cycle_p): New static function.Maxim Kuvyrkov1-0/+1
2009-06-22alias.c: Use REG_P...Shujing Zhao1-1/+1
2009-03-31SMS - Pass the actual schedulable rows to compute_split_rowAyal Zaks1-2/+5
2008-09-01sel-sched.h, [...]: New files.Andrey Belevantsev1-25/+30