aboutsummaryrefslogtreecommitdiff
path: root/gcc/modulo-sched.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+7
2014-10-21cfg.h: New.Andrew MacLeod1-0/+1
2014-10-20cfgrtl.h: New.Andrew MacLeod1-0/+1
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-09-09single_set takes an insnDavid Malcolm1-2/+3
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm1-2/+2
2014-08-26Strengthen various insn emission functionsDavid Malcolm1-1/+1
2014-08-25Strengthen haifa_sched_info callbacks and 3 scheduler hooksDavid Malcolm1-1/+1
2014-08-22modulo-sched.c: Use rtx_insn in various placesDavid Malcolm1-17/+19
2014-08-22get_ebb_head_tail works with rtx_insnDavid Malcolm1-10/+10
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-06rtl.h (insn_location): Declare.Eric Botcazou1-4/+3
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-15/+15
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-2/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-23/+24
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-8/+5
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-06modulo-sched.c (schedule_reg_moves): Clear distance1_uses if it is newly allo...Felix Yang1-0/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-11-24re PR bootstrap/59279 (r205337 breaks bootstrap with java)Steven Bosscher1-1/+4
2013-11-24jump.c (reset_insn_reg_label_operand_notes): New function, split out from ...Steven Bosscher1-4/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-2/+2
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-4/+3
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-09asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ...Richard Sandiford1-2/+3
2013-09-09alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associ...Richard Sandiford1-2/+3
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-20/+37
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-2/+2
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