summaryrefslogtreecommitdiff
path: root/gcc/loop-doloop.c
AgeCommit message (Expand)Author
2020-05-14Fold (add -1; zero_ext; add +1) operations to zero_ext when not overflow(PR37...Xionghu Luo
2020-01-01Update copyright years.Jakub Jelinek
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-09-09Make note_stores take an rtx_insnRichard Sandiford
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford
2017-08-30[35/77] Add uses of as_a <scalar_int_mode>Richard Sandiford
2017-07-16profile-count.h (profile_probability::from_reg_br_prob_note, [...]): New func...Jan Hubicka
2017-07-03re PR target/81285 (r249888 breaks bootstrap on ppc64le)Jan Hubicka
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka
2017-06-02re PR rtl-optimization/80903 (ICE: internal consistency failure (error: inval...Jakub Jelinek
2017-03-24re PR rtl-optimization/80112 (ICE in doloop_condition_get at loop-doloop.c:158)Jakub Jelinek
2017-01-16re PR target/79080 (ICE: internal consistency failure (error: invalid rtl sha...Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-11-18Use rtx_mode_t instead of std::make_pairRichard Sandiford
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-09-22make next/prev nondebug_insn take rtx_insn *Trevor Saunders
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak
2016-06-01loop-dolop.c (doloop_optimize): Us likely max iteration bound.Jan Hubicka
2016-05-20loop-doloop.c (doloop_optimize): Use get_estimated_loop_iterations_int and ge...Jan Hubicka
2016-01-14re PR rtl-optimization/69014 (gcc.c-torture/execute/991023-1.c FAILs with -Os...Richard Henderson
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-07-05target-insns.def (doloop_begin, doloop_end): New targetm instruction patterns.Richard Sandiford
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill
2015-05-02change local vars to rtx_insn *Trevor Saunders
2015-01-15dojump.h: New header file.Prathamesh Kulkarni
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-21loop-doloop.c: Include loop-unroll.h.Andrew MacLeod
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm
2014-08-22loop-doloop.c: Use rtx_insn in a few placesDavid Malcolm
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener