This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Ping] [patch 0/3] New macro PREFERRED_RENAME_CLASS


I sent three patches to add some logic in register-rename pass to prefer for different register classes. After some reviewers' review, three patches are updated and refactored like this,

Patch 1: does everything except adding target hook preferred_rename_class . It is a separate improvement to register-rename.
http://gcc.gnu.org/ml/gcc-patches/2010-10/msg02197.html


Patch 2: add target hook with doc, and use this hook in regrename.c
http://gcc.gnu.org/ml/gcc-patches/2010-11/msg00029.html

Patch 3: it is arm specific patch.
http://gcc.gnu.org/ml/gcc-patches/2010-10/msg01785.html

Middle-End maintainers,
could you review patch 1 and patch 2?

--
Yao Qi
CodeSourcery
yao@codesourcery.com
(650) 331-3385 x739


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]