summaryrefslogtreecommitdiff
path: root/gcc/regrename.c
Commit message (Expand)AuthorAgeFilesLines
* re PR rtl-optimization/52573 (regrename creates overlapping register allocati...Jeff Law2013-01-181-2/+9
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-20/+19
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+1
* alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck2012-08-231-4/+1
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-3/+3
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* output.h: (current_function_is_leaf...Steven Bosscher2012-06-241-1/+1
* tm.texi.in (MODE_CODE_BASE_REG_CLASS): Add address space argument.Ulrich Weigand2011-11-081-15/+20
* regrename.h: New file.Bernd Schmidt2011-10-191-126/+168
* regrename.c (struct du_head): Make nregs signed.Bernd Schmidt2011-09-071-75/+469
* regrename.c (scan_rtx_reg, [...]): Don't declare.Bernd Schmidt2011-08-251-130/+124
* regrename.c (struct du_head): Remove member terminated.Bernd Schmidt2011-08-251-203/+195
* regrename.c (scan_rtx_reg): Handle the case where we write to an open chain i...Bernd Schmidt2011-06-201-4/+13
* * regrename.c (do_replace): Don't update notes.Bernd Schmidt2011-06-201-32/+0
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-2/+1
* regrename.c: Add general comment describing the pass.Eric Botcazou2011-01-021-197/+63
* re PR middle-end/46844 (regrename.c:312:22: error: unused parameter 'reg')Jakub Jelinek2010-12-081-2/+2
* Makefile.in: Add $(TARGET_H) to the regrename.o rule.Yao Qi2010-12-071-47/+257
* optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers2010-09-291-2/+2
* toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h.Manuel López-Ibáñez2010-06-301-2/+1
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-2/+2
* re PR rtl-optimization/42216 (changes in scheduling regress 464.h264ref 20%)Bernd Schmidt2010-03-171-65/+81
* re PR middle-end/42220 (FAIL: gfortran.dg/complex_intrinsic_5.f90 -m64 -O -f...Bernd Schmidt2010-03-071-2/+23
* re PR rtl-optimization/42216 (changes in scheduling regress 464.h264ref 20%)Bernd Schmidt2009-12-101-33/+75
* re PR middle-end/42202 (Revision 154688 caused many gfortran failures)Bernd Schmidt2009-12-031-7/+72
* matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek2009-11-281-3/+4
* re PR rtl-optimization/38582 (excessive time in rename registers)Bernd Schmidt2009-11-261-193/+330
* re PR rtl-optimization/38582 (excessive time in rename registers)Bernd Schmidt2009-11-261-110/+124
* Remove trailing white spaces.H.J. Lu2009-11-251-3/+3
* re PR rtl-optimization/38582 (excessive time in rename registers)Bernd Schmidt2009-11-121-66/+92
* Update REG_DEAD notesChristian Bruel2009-09-151-0/+15
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-19/+35
* Makefile.in (OBJS-common): Add regcprop.o.Paolo Bonzini2009-05-071-980/+4
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* regrename.c (regrename_optimize): Fix dumping.Steven Bosscher2009-01-091-3/+5
* regrename.c (merge_overlapping_regs): Add registers artificially defined at t...Eric Botcazou2008-11-251-0/+7
* * regrename.c (do_replace): Copy REG_POINTER value to new reg.Steve Ellcey2008-09-231-0/+2
* re PR rtl-optimization/37544 (Conversion double -> unsigned long long -> unsi...Uros Bizjak2008-09-181-0/+4
* rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_...Ian Lance Taylor2008-09-041-3/+2
* cfg.c (dump_reg_info): Avoid C++ keywords.Kaveh R. Ghazi2008-07-161-69/+69
* regrename.c (build_def_use): Don't copy RTX.Andrew Jenner2008-06-281-1/+1
* ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi2008-06-261-7/+6
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-6/+10
* revert: regrename.c (copyprop_hardreg_forward_1): New variable next.Laurynas Biveinis2007-09-091-2/+2
* regrename.c (copyprop_hardreg_forward_1): New variable next.Laurynas Biveinis2007-09-071-2/+2
* reload.c (find_reloads_address_1): Try to preserve original base/index regcla...Pat Haugen2007-09-061-18/+16
* regrename.c (rerename_optimize): Use deferred rescanning and insert explicit ...Kenneth Zadeck2007-09-051-5/+6
* regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka2007-09-051-2/+2