aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop-doloop.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-09Make note_stores take an rtx_insnRichard Sandiford1-1/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-5/+5
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-2/+0
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-2/+0
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford1-2/+2
2017-08-30[35/77] Add uses of as_a <scalar_int_mode>Richard Sandiford1-1/+2
2017-07-16profile-count.h (profile_probability::from_reg_br_prob_note, [...]): New func...Jan Hubicka1-11/+2
2017-07-03re PR target/81285 (r249888 breaks bootstrap on ppc64le)Jan Hubicka1-5/+9
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-3/+5
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-1/+1
2017-06-02re PR rtl-optimization/80903 (ICE: internal consistency failure (error: inval...Jakub Jelinek1-0/+1
2017-03-24re PR rtl-optimization/80112 (ICE in doloop_condition_get at loop-doloop.c:158)Jakub Jelinek1-4/+7
2017-01-16re PR target/79080 (ICE: internal consistency failure (error: invalid rtl sha...Jakub Jelinek1-6/+7
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-18Use rtx_mode_t instead of std::make_pairRichard Sandiford1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-09-22make next/prev nondebug_insn take rtx_insn *Trevor Saunders1-1/+1
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak1-1/+1
2016-06-01loop-dolop.c (doloop_optimize): Us likely max iteration bound.Jan Hubicka1-1/+1
2016-05-20loop-doloop.c (doloop_optimize): Use get_estimated_loop_iterations_int and ge...Jan Hubicka1-12/+8
2016-01-14re PR rtl-optimization/69014 (gcc.c-torture/execute/991023-1.c FAILs with -Os...Richard Henderson1-0/+52
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
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