summaryrefslogtreecommitdiff
path: root/gcc/hw-doloop.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* cfgrtl.c (cfg_layout_initialize): Check crtl->has_bb_partition instead of fla...Jan Hubicka2017-06-081-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-13/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-8/+8
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-10/+3
* target-insns.def (doloop_begin, doloop_end): New targetm instruction patterns.Richard Sandiford2015-07-051-3/+0
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-5/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-5/+21
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+10
* NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm2014-08-281-2/+3
* Strengthen haifa_sched_info callbacks and 3 scheduler hooksDavid Malcolm2014-08-251-1/+1
* hw-doloop: Use rtx_insn (touches config/bfin/bfin.c)David Malcolm2014-08-221-3/+3
* df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford2014-06-151-3/+3
* Stop the cfglayout code from failing an assert when called from hw-doloop.Bernd Schmidt2014-05-211-1/+3
* hw-doloop.c (reorg_loops): Release the bitmap obstack.Jeff Law2014-01-071-0/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* merge auto_vec and stack_vecTrevor Saunders2013-12-201-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-3/+3
* 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