summaryrefslogtreecommitdiff
path: root/gcc/hw-doloop.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-2/+2
* Replace some heap vectors with stack vectors.Trevor Saunders2013-11-011-4/+1
* avr.c, [...]: Where applicable...Steven Bosscher2013-03-231-1/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-22/+22
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-7/+7
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-0/+1
* cfglayout.h: Remove.Steven Bosscher2012-06-171-1/+0
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* hw-doloop.c (scan_loop): Compute register usage only for non-debug insns.Bernd Schmidt2011-09-301-1/+1
* hw-doloop.c: New file.Bernd Schmidt2011-07-071-0/+672