aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop-doloop.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-10/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-8/+8
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-3/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-9/+2
2015-07-05target-insns.def (doloop_begin, doloop_end): New targetm instruction patterns.Richard Sandiford1-38/+13
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-5/+4
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-1/+1
2015-05-02change local vars to rtx_insn *Trevor Saunders1-1/+1
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-3/+19
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-3/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+11
2014-10-21loop-doloop.c: Include loop-unroll.h.Andrew MacLeod1-0/+1
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm1-4/+6
2014-08-22loop-doloop.c: Use rtx_insn in a few placesDavid Malcolm1-4/+5
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-1/+1
2014-05-06Merge in wide-int.Kenneth Zadeck1-9/+10
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19loop-doloop.c (doloop_optimize_loops): Remove unused loop iterator argument f...Peter Bergner1-2/+1
2013-11-09target.def (can_use_doloop_p): New hook.Richard Sandiford1-45/+24
2013-10-09loop-doloop.c (doloop_modify, [...]): Use get_max_loop_iterations.Andrew MacLeod1-3/+3
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-23rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford1-3/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-10-17Remove debug code accidentially checked in with last commit.Joern Rennecke1-4/+1
2012-10-16loop-doloop.c (doloop_modify): Pass doloop_end pattern to gen_doloop_begin.Joern Rennecke1-4/+13
2012-10-08loop-unswitch.c (unswitch_single_loop): Use estimated_loop_iterations_int to ...Jan Hubicka1-6/+21
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-0/+1
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-03-05cfgloop.c (verify_loop_structure): Verify dominators before using them.Richard Guenther1-1/+0
2011-12-02Revert:Joseph Myers1-14/+6
2011-08-18rtl.h (set_src_cost, [...]): New functions.Richard Sandiford1-1/+1
2011-07-06explow.c (trunc_int_for_mode): Use GET_MODE_PRECISION instead of GET_MODE_BIT...Bernd Schmidt1-4/+4
2011-05-11Skip DEBUG_INSN in loop-doloop.cRevital Eres1-1/+1
2011-05-11Doloop pattern for ARMRevital Eres1-7/+67
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-07-19ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes of a loop.Bingfeng Mei1-2/+2
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-02-19re PR middle-end/42233 (c++ builtin_expect code generation regression)Jakub Jelinek1-3/+4
2009-11-25Remove trailing white spaces.H.J. Lu1-4/+4
2008-11-03re PR rtl-optimization/37782 (Stage2 ada compiler miscompiled)Andrew Pinski1-5/+7
2008-09-18re PR rtl-optimization/37451 (Extra addition for doloop in some cases)Andrew Pinski1-5/+11
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka1-1/+2