summaryrefslogtreecommitdiff
path: root/gcc/modulo-sched.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-1/+1
* re PR bootstrap/59279 (r205337 breaks bootstrap with java)Steven Bosscher2013-11-241-1/+4
* jump.c (reset_insn_reg_label_operand_notes): New function, split out from ...Steven Bosscher2013-11-241-4/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-2/+2
* cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener2013-11-191-4/+3
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-2/+2
* asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ...Richard Sandiford2013-09-091-2/+3
* alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associ...Richard Sandiford2013-09-091-2/+3
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-20/+37
* function.h (loops_for_fn): New inline function.Richard Biener2013-04-301-2/+2
* passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener2013-04-101-2/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-22/+15
* This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl2012-11-011-5/+5
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-27/+27
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+1
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-42/+42
* Integrate lexical block into source_location.Dehao Chen2012-09-191-9/+9
* re PR middle-end/54146 (Very slow compile with attribute((flatten)))Richard Guenther2012-08-161-1/+1
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-2/+2
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* cfglayout.h: Remove.Steven Bosscher2012-06-171-2/+0
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-1/+1
* re PR rtl-optimization/52095 (ICE compiling gcc.dg/sms-7.c: SEGV in fprintf)Jakub Jelinek2012-02-041-28/+40
* SMS: Add missing free operation in mark_loop_unschedRevital Eres2011-12-131-0/+2
* Fix marking of SMSed loops as BB_DISABLE_SCHEDULERevital Eres2011-10-301-2/+20
* modulo-sched.c: Fix comment typo.Richard Sandiford2011-10-111-2/+6
* modulo-sched.c (ps_reg_move_info): Add num_consecutive_stages.Richard Sandiford2011-10-101-116/+271
* modulo-sched.c (ps_insn): Adjust comment.Richard Sandiford2011-10-101-119/+205
* modulo-sched.c (ps_insn): Replace node field with an identifier.Richard Sandiford2011-10-101-147/+148
* modulo-sched.c (undo_replace_buff_elem): Delete.Richard Sandiford2011-10-101-49/+2
* SMS: Support instructions with REG_INC_NOTERevital Eres2011-09-301-6/+5
* SMS: Avoid generating redundant reg-movesRevital Eres2011-09-301-1/+16
* SMS: Minor misc. fixesRevital Eres2011-09-131-15/+10
* modulo-sched.c (get_sched_window): Use a table for the debug output.Richard Sandiford2011-08-081-48/+46
* modulo-sched.c (get_sched_window): Use just one loop for predecessors and one...Richard Sandiford2011-08-081-188/+99
* Optimize stage countRevital Eres2011-08-031-57/+287
* SMS: Misc. fixesRevital Eres2011-07-311-11/+17
* revert: re PR rtl-optimization/11320 (Scheduler bug)Bernd Schmidt2011-07-151-3/+1
* haifa-sched.c: Include "hashtab.h"Bernd Schmidt2011-07-131-0/+1
* SMS: Fix calculation of row_rest_countRevital Eres2011-06-161-22/+45
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-3/+1
* Fix condition in doloop_register_getRevital Eres2011-05-161-1/+1
* Support closing_branch_depsRevital Eres2011-05-111-56/+126
* Skip DEBUG_INSNs while recognizing doloopRevital Eres2011-05-111-2/+2
* Doloop pattern for ARMRevital Eres2011-05-111-4/+7
* New flag to apply SMS when SC equals 1Revital Eres2011-04-171-3/+4
* Avoid unfreed memory when SMS failsRevital Eres2011-04-171-1/+0
* sched-ebb.c (begin_schedule_ready): Remove second argument.Bernd Schmidt2011-04-011-2/+2
* re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out ...Eric Botcazou2011-02-141-3/+5