summaryrefslogtreecommitdiff
path: root/gcc/loop-doloop.c
Commit message (Expand)AuthorAgeFilesLines
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* make next/prev nondebug_insn take rtx_insn *Trevor Saunders2016-09-221-1/+1
* builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak2016-07-191-1/+1
* loop-dolop.c (doloop_optimize): Us likely max iteration bound.Jan Hubicka2016-06-011-1/+1
* loop-doloop.c (doloop_optimize): Use get_estimated_loop_iterations_int and ge...Jan Hubicka2016-05-201-12/+8
* re PR rtl-optimization/69014 (gcc.c-torture/execute/991023-1.c FAILs with -Os...Richard Henderson2016-01-141-0/+52
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-10/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-8/+8
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev2015-10-271-3/+1
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra2015-07-081-1/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-9/+2
* target-insns.def (doloop_begin, doloop_end): New targetm instruction patterns.Richard Sandiford2015-07-051-38/+13
* 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
* Promote types of RTL expressions to more derived ones.Mikhail Maltsev2015-05-201-5/+4
* bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill2015-05-091-1/+1
* change local vars to rtx_insn *Trevor Saunders2015-05-021-1/+1
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-3/+19
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-3/+3
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-1/+11
* loop-doloop.c: Include loop-unroll.h.Andrew MacLeod2014-10-211-0/+1
* NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm2014-08-281-4/+6
* loop-doloop.c: Use rtx_insn in a few placesDavid Malcolm2014-08-221-4/+5
* system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener2014-05-261-1/+1
* Merge in wide-int.Kenneth Zadeck2014-05-061-9/+10
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* loop-doloop.c (doloop_optimize_loops): Remove unused loop iterator argument f...Peter Bergner2013-11-191-2/+1
* target.def (can_use_doloop_p): New hook.Richard Sandiford2013-11-091-45/+24
* loop-doloop.c (doloop_modify, [...]): Use get_max_loop_iterations.Andrew MacLeod2013-10-091-3/+3
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-2/+2
* rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford2013-09-231-3/+2
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* Remove debug code accidentially checked in with last commit.Joern Rennecke2012-10-171-4/+1
* loop-doloop.c (doloop_modify): Pass doloop_end pattern to gen_doloop_begin.Joern Rennecke2012-10-161-4/+13
* loop-unswitch.c (unswitch_single_loop): Use estimated_loop_iterations_int to ...Jan Hubicka2012-10-081-6/+21
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-0/+1
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* cfgloop.c (verify_loop_structure): Verify dominators before using them.Richard Guenther2012-03-051-1/+0
* Revert:Joseph Myers2011-12-021-14/+6
* rtl.h (set_src_cost, [...]): New functions.Richard Sandiford2011-08-181-1/+1
* explow.c (trunc_int_for_mode): Use GET_MODE_PRECISION instead of GET_MODE_BIT...Bernd Schmidt2011-07-061-4/+4
* Skip DEBUG_INSN in loop-doloop.cRevital Eres2011-05-111-1/+1
* Doloop pattern for ARMRevital Eres2011-05-111-7/+67
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0