aboutsummaryrefslogtreecommitdiff
path: root/gcc/auto-inc-dec.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-27Allow autoinc in jumps, but only when using reload.Bernd Schmidt1-4/+3
2019-04-17auto-inc-dec: Set alignment properlySegher Boessenkool1-0/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-06gOlogy: fix debug binds in auto-inc-decAlexandre Oliva1-3/+125
2018-02-28[PR81611] turn inc-and-use-of-dead-orig into auto-incAlexandre Oliva1-10/+130
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-03poly_int: set_inc_stateRichard Sandiford1-3/+3
2017-07-26Fix PR46932: Block auto increment on frame pointerWilco Dijkstra1-0/+6
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-09-27auto-inc-dec.c (try_merge): Remove break after return.Jakub Jelinek1-8/+0
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-12/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-9/+9
2015-10-26[auto-inc-dec.c] Account for cost of move operation in FORM_PRE_ADD and FORM_...Kyrylo Tkachov1-22/+17
2015-10-20[PATCH] Move RTL printing code from sched-vis.c into print-rtl.cJeff Law1-0/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-09reduce conditional compilation based on AUTO_INC_DECTrevor Saunders1-9/+7
2015-07-09always define AUTO_INC_DECTrevor Saunders1-3/+3
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-2/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+3
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-28/+6
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-01-15dojump.h: New header file.Prathamesh Kulkarni1-4/+10
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-2/+2
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-5/+9
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-08-21auto-inc-dec.c: strengthen various rtx to rtx_insn *David Malcolm1-27/+27
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-16re PR regression/61516 (build fails on auto-inc-dec.c or libgcc2.c with obvio...Richard Sandiford1-3/+3
2014-06-15df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford1-11/+8
2014-04-17pass cfun to pass::executeTrevor Saunders1-32/+31
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-12/+10
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-5/+5
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-17/+35
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/+2
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2011-08-18rtl.h (set_src_cost, [...]): New functions.Richard Sandiford1-2/+2