summaryrefslogtreecommitdiff
path: root/gcc/modulo-sched.c
Commit message (Expand)AuthorAgeFilesLines
* remove has_executetbsaunde2014-07-091-1/+0
* * rtl.h (insn_location): Declare.ebotcazou2014-06-061-4/+3
* 2014-05-23 Richard Biener <rguenther@suse.de>rguenth2014-05-261-15/+15
* 2014-05-06 Richard Biener <rguenther@suse.de>rguenth2014-05-061-2/+1
* pass cfun to pass::executetbsaunde2014-04-171-23/+24
* pass current function to opt_pass::gate ()tbsaunde2014-04-171-8/+5
* remove has_gatetbsaunde2014-04-171-1/+0
* 2014-01-02 Felix Yang <fei.yang0953@gmail.com>law2014-01-061-0/+3
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-1/+1
* PR bootstrap/59279steven2013-11-241-1/+4
* * jump.c (reset_insn_reg_label_operand_notes): New function,steven2013-11-241-4/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-2/+2
* 2013-11-19 Richard Biener <rguenther@suse.de>rguenth2013-11-191-4/+3
* gcc/rsandifo2013-09-281-2/+2
* gcc/rsandifo2013-09-091-2/+3
* gcc/rsandifo2013-09-091-2/+3
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-20/+37
* 2013-04-30 Richard Biener <rguenther@suse.de>rguenth2013-04-301-2/+2
* 2013-04-10 Richard Biener <rguenther@suse.de>rguenth2013-04-101-2/+1
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-22/+15
* This patch renames sbitmap iterators to unify them with the bitmap iterators.crowl2012-11-011-5/+5
* This patch normalizes more bitmap function names.crowl2012-11-011-27/+27
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+1
* This patch implements the unification of the *bitmap interfaces as discussed.crowl2012-10-301-42/+42
* Integrate lexical block into source_location.dehao2012-09-191-9/+9
* 2012-08-16 Richard Guenther <rguenther@suse.de>rguenth2012-08-161-1/+1
* Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).dnovillo2012-08-151-2/+2
* gcc/steven2012-07-161-1/+0
* 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>steven2012-06-171-2/+0
* * LANGUAGES: Fix typos.jsm282012-05-291-1/+1
* PR rtl-optimization/52095jakub2012-02-041-28/+40
* SMS: Add missing free operation in mark_loop_unschedrevitale2011-12-131-0/+2
* Fix marking of SMSed loops as BB_DISABLE_SCHEDULErevitale2011-10-301-2/+20
* gcc/rsandifo2011-10-111-2/+6
* gcc/rsandifo2011-10-101-116/+271
* gcc/rsandifo2011-10-101-119/+205
* gcc/rsandifo2011-10-101-147/+148
* gcc/rsandifo2011-10-101-49/+2
* SMS: Support instructions with REG_INC_NOTErevitale2011-09-301-6/+5
* SMS: Avoid generating redundant reg-movesrevitale2011-09-301-1/+16
* SMS: Minor misc. fixesrevitale2011-09-131-15/+10
* gcc/rsandifo2011-08-081-48/+46
* gcc/rsandifo2011-08-081-188/+99
* Optimize stage countrevitale2011-08-031-57/+287
* SMS: Misc. fixesrevitale2011-07-311-11/+17
* Revertbernds2011-07-151-3/+1
* * haifa-sched.c: Include "hashtab.h"bernds2011-07-131-0/+1
* SMS: Fix calculation of row_rest_countrevitale2011-06-161-22/+45