aboutsummaryrefslogtreecommitdiff
path: root/gcc/reg-stack.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-08cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski1-1/+1
2009-09-14builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson1-22/+11
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-2/+65
2009-05-22re PR target/39856 (ICE in subst_stack_regs_pat, at reg-stack.c:1386)Vladimir Makarov1-11/+13
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-11-06reg-stack.c (reg_to_stack): Add missing braces in memset size calculation.Uros Bizjak1-1/+1
2008-11-06reg-stack.c (reg_to_stack): Generate +QNaN using real_nan.Uros Bizjak1-2/+5
2008-11-05re PR middle-end/37286 (gfortran, trunk: ICE subst_stack_regs_pat, at reg-sta...Uros Bizjak1-4/+19
2008-07-16cfg.c (dump_reg_info): Avoid C++ keywords.Kaveh R. Ghazi1-38/+38
2008-07-02rtlanal.c (add_reg_note): New function.Ian Lance Taylor1-5/+2
2008-06-26ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi1-6/+6
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-6/+10
2007-10-17re PR middle-end/33794 (Wrong code w/ -ffast-math)Uros Bizjak1-5/+7
2007-09-05regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka1-1/+1
2007-08-27alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi1-3/+3
2007-07-28cfglayout.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-11reg-stack.c (struct tree_opt_pass pass_stack_regs): Nullify name and letter f...Uros Bizjak1-2/+2
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-44/+61
2007-06-08reg-stack.c (get_true_reg): Readability change.Simon Baldwin1-1/+3
2007-05-22regs.h (end_hard_regno): New function.Richard Sandiford1-2/+1
2007-05-22hard-reg-set.h (GO_IF_HARD_REG_SUBSET, [...]): Delete in favor of...Richard Sandiford1-6/+3
2007-03-26reg-stack.c (replace_reg): Use IN_RANGE macro in gcc_assert().Uros Bizjak1-2/+1
2007-03-23tracer.c (tracer): Don't take FLAGS argument.Steven Bosscher1-2/+12
2007-03-10i386.md (UNSPEC_C2_FLAG): New constant.Uros Bizjak1-12/+13
2007-03-07re PR target/30848 (ICE with invalid constraint in asm statement)Richard Henderson1-1/+11
2007-03-06reg-stack.c (reg_to_stack): Large models don't allow NAN to be loaded for con...Jan Hubicka1-1/+2