aboutsummaryrefslogtreecommitdiff
path: root/gcc/reg-stack.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+7
2014-10-22recog.h (extract_constrain_insn): Declare.Richard Sandiford1-4/+2
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+6
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders1-1/+1
2014-08-28reg-stack.c: Include rtl-iter.h.Richard Sandiford1-32/+21
2014-08-26Remove BB_HEAD, BB_END, BB_HEADER scaffoldingDavid Malcolm1-1/+1
2014-08-22reg-stack.c: Use rtx_insnDavid Malcolm1-42/+44
2014-08-19Convert various rtx to rtx_note *David Malcolm1-1/+2
2014-08-18Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsDavid Malcolm1-1/+1
2014-07-09remove has_executeTrevor Saunders1-2/+0
2014-06-04recog.h (operand_alternative): Convert reg_class, reject, matched and matches...Richard Sandiford1-2/+2
2014-06-04recog.h (alternative_class): New function.Richard Sandiford1-2/+2
2014-06-04recog.h (recog_op_alt): Convert to a flat array.Richard Sandiford1-14/+9
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-11/+8
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-3/+3
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-6/+6
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-5/+5
2013-09-23rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford1-0/+2
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-34/+68
2013-05-14resource.h (struct resources): Remove unch_memory member.Steven Bosscher1-4/+0
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-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-11/+9
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+2
2012-08-25i386.h (FP_REG_P): Remove macro.Uros Bizjak1-1/+1
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-33/+33
2012-08-02cfgexpand.c (expand_debug_locations): Encapsulate test for CONST_DOUBLE in ma...Kenneth Zadeck1-1/+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-31Makefile.in: Fix many dependencies.Steven Bosscher1-1/+0
2012-02-11re PR debug/52132 (ICE in loc_descriptor)Jakub Jelinek1-6/+2
2011-11-29sync.md (UNSPEC_LDA, UNSPEC_STA): New unspecs.Uros Bizjak1-1/+3
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-1/+0
2011-06-06dce.c (reset_unmarked_insns_debug_uses): New.Alexandre Oliva1-4/+24
2011-03-26basic-block.h (fixup_abnormal_edges): Adjust prototype.Eric Botcazou1-1/+4
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-10-24reg-stack.c (convert_regs_1): Return boolean value, true if the CFG has been ...Eric Botcazou1-8/+20
2010-06-30toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h.Manuel López-Ibáñez1-2/+1
2010-06-01fwprop.c: Make emit-rtl.h include last.Jan Hubicka1-0/+1
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher1-1/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-4/+4