aboutsummaryrefslogtreecommitdiff
path: root/gcc/regrename.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-18/+35
2013-01-18re PR rtl-optimization/52573 (regrename creates overlapping register allocati...Jeff Law1-2/+9
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/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-20/+19
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-08-23alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck1-4/+1
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-3/+3
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-06-24output.h: (current_function_is_leaf...Steven Bosscher1-1/+1
2011-11-08tm.texi.in (MODE_CODE_BASE_REG_CLASS): Add address space argument.Ulrich Weigand1-15/+20
2011-10-19regrename.h: New file.Bernd Schmidt1-126/+168
2011-09-07regrename.c (struct du_head): Make nregs signed.Bernd Schmidt1-75/+469
2011-08-25regrename.c (scan_rtx_reg, [...]): Don't declare.Bernd Schmidt1-130/+124
2011-08-25regrename.c (struct du_head): Remove member terminated.Bernd Schmidt1-203/+195
2011-06-20regrename.c (scan_rtx_reg): Handle the case where we write to an open chain i...Bernd Schmidt1-4/+13
2011-06-20* regrename.c (do_replace): Don't update notes.Bernd Schmidt1-32/+0
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-2/+1
2011-01-02regrename.c: Add general comment describing the pass.Eric Botcazou1-197/+63
2010-12-08re PR middle-end/46844 (regrename.c:312:22: error: unused parameter 'reg')Jakub Jelinek1-2/+2
2010-12-07Makefile.in: Add $(TARGET_H) to the regrename.o rule.Yao Qi1-47/+257
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-2/+2
2010-06-30toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h.Manuel López-Ibáñez1-2/+1
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-2/+2
2010-03-17re PR rtl-optimization/42216 (changes in scheduling regress 464.h264ref 20%)Bernd Schmidt1-65/+81
2010-03-07re PR middle-end/42220 (FAIL: gfortran.dg/complex_intrinsic_5.f90 -m64 -O -f...Bernd Schmidt1-2/+23
2009-12-10re PR rtl-optimization/42216 (changes in scheduling regress 464.h264ref 20%)Bernd Schmidt1-33/+75
2009-12-03re PR middle-end/42202 (Revision 154688 caused many gfortran failures)Bernd Schmidt1-7/+72
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-3/+4
2009-11-26re PR rtl-optimization/38582 (excessive time in rename registers)Bernd Schmidt1-193/+330
2009-11-26re PR rtl-optimization/38582 (excessive time in rename registers)Bernd Schmidt1-110/+124
2009-11-25Remove trailing white spaces.H.J. Lu1-3/+3
2009-11-12re PR rtl-optimization/38582 (excessive time in rename registers)Bernd Schmidt1-66/+92
2009-09-15Update REG_DEAD notesChristian Bruel1-0/+15
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-19/+35
2009-05-07Makefile.in (OBJS-common): Add regcprop.o.Paolo Bonzini1-980/+4
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-01-09regrename.c (regrename_optimize): Fix dumping.Steven Bosscher1-3/+5
2008-11-25regrename.c (merge_overlapping_regs): Add registers artificially defined at t...Eric Botcazou1-0/+7
2008-09-23* regrename.c (do_replace): Copy REG_POINTER value to new reg.Steve Ellcey1-0/+2
2008-09-18re PR rtl-optimization/37544 (Conversion double -> unsigned long long -> unsi...Uros Bizjak1-0/+4
2008-09-04rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_...Ian Lance Taylor1-3/+2
2008-07-16cfg.c (dump_reg_info): Avoid C++ keywords.Kaveh R. Ghazi1-69/+69
2008-06-28regrename.c (build_def_use): Don't copy RTX.Andrew Jenner1-1/+1
2008-06-26ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi1-7/+6
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-6/+10
2007-09-09revert: regrename.c (copyprop_hardreg_forward_1): New variable next.Laurynas Biveinis1-2/+2
2007-09-07regrename.c (copyprop_hardreg_forward_1): New variable next.Laurynas Biveinis1-2/+2
2007-09-06reload.c (find_reloads_address_1): Try to preserve original base/index regcla...Pat Haugen1-18/+16
2007-09-05regrename.c (rerename_optimize): Use deferred rescanning and insert explicit ...Kenneth Zadeck1-5/+6