summaryrefslogtreecommitdiff
path: root/gcc/hw-doloop.c
Commit message (Expand)AuthorAgeFilesLines
* NEXT_INSN and PREV_INSN take a const rtx_insndmalcolm2014-08-281-2/+3
* Strengthen haifa_sched_info callbacks and 3 scheduler hooksdmalcolm2014-08-251-1/+1
* hw-doloop: Use rtx_insn (touches config/bfin/bfin.c)dmalcolm2014-08-221-3/+3
* gcc/rsandifo2014-06-151-3/+3
* Stop the cfglayout code from failing an assert when called from hw-doloop.bernds2014-05-211-1/+3
* 2014-01-07 Dan Xio Qiang <ziyan01@163.com>law2014-01-081-0/+1
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* merge auto_vec and stack_vectbsaunde2013-12-201-1/+1
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-3/+3
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-2/+2
* Replace some heap vectors with stack vectors.dnovillo2013-11-011-4/+1
* * config/avr/avr.c, config/bfin/bfin.c, config/c6x/c6x.c,steven2013-03-231-1/+1
* Update copyright years in gcc/rsandifo2013-01-101-1/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-22/+22
* Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).dnovillo2012-08-151-7/+7
* gcc/steven2012-07-161-0/+1
* 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>steven2012-06-171-1/+0
* * output.h (__gcc_host_wide_int__): Move to hwint.h.steven2012-05-311-1/+0
* * hw-doloop.c (scan_loop): Compute register usage only for non-debugbernds2011-09-301-1/+1
* * hw-doloop.c: New file.bernds2011-07-071-0/+672