aboutsummaryrefslogtreecommitdiff
path: root/gcc/hw-doloop.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm1-2/+3
2014-08-25Strengthen haifa_sched_info callbacks and 3 scheduler hooksDavid Malcolm1-1/+1
2014-08-22hw-doloop: Use rtx_insn (touches config/bfin/bfin.c)David Malcolm1-3/+3
2014-06-15df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford1-3/+3
2014-05-21Stop the cfglayout code from failing an assert when called from hw-doloop.Bernd Schmidt1-1/+3
2014-01-07hw-doloop.c (reorg_loops): Release the bitmap obstack.Jeff Law1-0/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-3/+3
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-2/+2
2013-11-01Replace some heap vectors with stack vectors.Trevor Saunders1-4/+1
2013-03-23avr.c, [...]: Where applicable...Steven Bosscher1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-22/+22
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-7/+7
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-0/+1
2012-06-17cfglayout.h: Remove.Steven Bosscher1-1/+0
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2011-09-30hw-doloop.c (scan_loop): Compute register usage only for non-debug insns.Bernd Schmidt1-1/+1
2011-07-07hw-doloop.c: New file.Bernd Schmidt1-0/+672