aboutsummaryrefslogtreecommitdiff
path: root/gcc/lower-subreg.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-29re PR target/70355 (ICE: in simplify_subreg_concatn, at lower-subreg.c:617 wi...Richard Henderson1-1/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-9/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-8/+8
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod1-1/+0
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-09reduce conditional compilation based on AUTO_INC_DECTrevor Saunders1-16/+14
2015-07-09always define AUTO_INC_DECTrevor Saunders1-2/+2
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-11/+3
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-26caller-save.c (init_caller_save): Base temporary register numbers on LAST_VIR...Richard Sandiford1-2/+2
2015-05-22always define STACK_GROWS_DOWNWARDTrevor Saunders1-7/+0
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-1/+1
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+11
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-3/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-12/+12
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+11
2014-08-28lower-subreg.c (find_decomposable_subregs): Turn from being a for_each_rtx ca...Richard Sandiford1-101/+100
2014-08-28lower-subreg.c (adjust_decomposed_uses): Delete.Richard Sandiford1-29/+18
2014-08-28lower-subreg.c: Include rtl-iter.h.Richard Sandiford1-38/+33
2014-08-22lower-subreg.c: Use rtx_insnDavid Malcolm1-23/+26
2014-07-09remove has_executeTrevor Saunders1-2/+0
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-3/+2
2014-04-17genmodes.c (struct mode_data): Add need_bytesize_adj field.Jakub Jelinek1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-18/+12
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-10/+2
2014-04-17remove has_gateTrevor Saunders1-2/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-2/+2
2013-12-09Eliminate last_basic_block macro.David Malcolm1-1/+1
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-1/+1
2013-10-31lower-subreg.c (resolve_simple_move): Copy REG_INC note.Zhenqiang Chen1-0/+23
2013-10-28* lower-subreg.c (resolve_simple_move): Fix comment typo.Jeff Law1-1/+1
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-35/+71
2013-04-17lower-subreg.c (resolve_simple_move): If called self-recursive...Steven Bosscher1-1/+7
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-2/+0
2013-02-21re PR rtl-optimization/50339 (suboptimal register allocation for abs(__int128...Jakub Jelinek1-15/+41
2013-02-14re PR target/55941 (Strange copy of double (in struct) to stack)Richard Henderson1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-11/+9
2012-11-01This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl1-1/+1
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-1/+1
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+2
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-1/+1