summaryrefslogtreecommitdiff
path: root/gcc/regrename.c
Commit message (Expand)AuthorAgeFilesLines
* * bb-reorder.c: Don't include obstack.h if backend.h is included.amacleod2015-07-101-1/+0
* reduce conditional compilation based on AUTO_INC_DECtbsaunde2015-07-091-2/+2
* always define AUTO_INC_DECtbsaunde2015-07-091-1/+1
* use #if for HARD_FRAME_POINTER_IS_FRAME_POINTER lesstbsaunde2015-07-091-6/+4
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-8/+3
* 2015-06-28 Chung-Lin Tang <cltang@codesourcery.com>sandra2015-06-281-11/+29
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-1/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-3/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-1/+0
* gcc/rsandifo2015-05-191-10/+4
* add default for HARD_REGNO_RENAME_OKtbsaunde2015-04-281-4/+1
* reduce conditional compilation for HARD_FRAME_POINTER_IS_FRAME_POINTERtbsaunde2015-04-221-3/+2
* Update copyright years.jakub2015-01-051-1/+1
* 2014-12-05 Thomas Preud'homme <thomas.preudhomme@arm.com>thopre012014-12-051-11/+17
* gcc/ada/rsandifo2014-10-291-5/+5
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-4/+8
* gcc/rsandifo2014-10-221-3/+1
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-0/+5
* regrename.c: Use rtx_insndmalcolm2014-08-221-11/+11
* remove has_executetbsaunde2014-07-091-1/+0
* gcc/rsandifo2014-06-151-7/+4
* gcc/rsandifo2014-06-041-1/+1
* gcc/rsandifo2014-06-041-9/+6
* gcc/rsandifo2014-06-041-13/+12
* 2014-05-06 Richard Biener <rguenther@suse.de>rguenth2014-05-061-1/+1
* pass cfun to pass::executetbsaunde2014-04-171-1/+1
* pass current function to opt_pass::gate ()tbsaunde2014-04-171-7/+5
* remove has_gatetbsaunde2014-04-171-1/+0
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-4/+4
* Eliminate last_basic_block macro.dmalcolm2013-12-091-1/+1
* Eliminate BASIC_BLOCK macro.dmalcolm2013-12-091-1/+1
* Eliminate n_basic_blocks macrodmalcolm2013-11-191-1/+1
* gcc/rsandifo2013-09-281-2/+2
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-18/+35
* PR rtl-optimization/52573law2013-01-181-2/+9
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-20/+19
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+1
* 2012-08-23 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck2012-08-231-4/+1
* Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).dnovillo2012-08-151-3/+3
* gcc/steven2012-07-161-1/+0
* * output.h: (current_function_is_leaf,steven2012-06-241-1/+1
* * doc/tm.texi.in (MODE_CODE_BASE_REG_CLASS): Add address spaceuweigand2011-11-081-15/+20
* * regrename.h: New file.bernds2011-10-191-126/+168
* * regrename.c (struct du_head): Make nregs signed.bernds2011-09-071-75/+469
* * regrename.c (scan_rtx_reg, scan_rtx_address, build_def_use,bernds2011-08-251-130/+124
* * regrename.c (struct du_head): Remove member terminated.bernds2011-08-251-203/+195
* * regrename.c (scan_rtx_reg): Handle the case where we write to anbernds2011-06-201-4/+13