aboutsummaryrefslogtreecommitdiff
path: root/gcc/combine-stack-adj.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-06Remaining support for clobber highAlan Hayward1-0/+1
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford1-4/+4
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-09-19combine-stack-adj.c (combine_stack_adjustments_for_block): Do nothing for sta...Jeff Law1-0/+2
2017-01-20[AArch64][2/4] Generate dwarf information for -msign-return-addressJiong Wang1-0/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-14/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-4/+4
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+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-22always define STACK_GROWS_DOWNWARDTrevor Saunders1-8/+0
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-0/+15
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-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+4
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-10-13Handle cfa adjustments in csa passRichard Henderson1-7/+90
2014-08-28combine-stack-adj.c: Include rtl-iter.h.Richard Sandiford1-59/+54
2014-08-22combine-stack-adj.c: Use rtx_insnDavid Malcolm1-23/+26
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+4
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-16/+15
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-02-05re PR debug/52727 (internal compiler error at dwarf2cfi.c2:685)Richard Henderson1-6/+0
2014-01-22combine-stack-adj.c (combine_stack_adjustments_for_block): Remove ARG_SIZE no...Jan Hubicka1-0/+6
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-2/+2
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-17/+35
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-2/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
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-06-09re PR c++/53602 (Libre Office causes an internal compiler error)Richard Henderson1-14/+11
2012-06-08re PR c++/53602 (Libre Office causes an internal compiler error)Richard Henderson1-4/+5
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-1/+2
2012-03-30re PR debug/52727 (internal compiler error at dwarf2cfi.c2:685)Richard Henderson1-8/+127
2011-10-06re PR middle-end/50632 (FAIL: gcc.dg/pr50132.c)Richard Henderson1-4/+12
2011-08-02re PR debug/49864 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2439)Richard Henderson1-58/+11
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-1/+0
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-3/+2
2010-10-01common.opt: Add -fcombine-stack-adjustments.Nick Clifton1-1/+1
2010-06-29reginfo.c (init_reg_sets_1): Adjust comments.Nathan Froyd1-1/+1
2009-09-06re PR bootstrap/41241 (bootstrap comparison failure)Eric Botcazou1-20/+30