aboutsummaryrefslogtreecommitdiff
path: root/gcc/regrename.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-15df.h (FOR_EACH_ARTIFICIAL_USE, [...]): New macros.Richard Sandiford1-7/+4
2014-06-04recog.h (operand_alternative): Convert reg_class, reject, matched and matches...Richard Sandiford1-1/+1
2014-06-04recog.h (alternative_class): New function.Richard Sandiford1-9/+6
2014-06-04recog.h (recog_op_alt): Convert to a flat array.Richard Sandiford1-13/+12
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+1
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+5
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-4/+4
2013-12-09Eliminate last_basic_block macro.David Malcolm1-1/+1
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-1/+1
2013-11-19Eliminate n_basic_blocks macroDavid 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-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