[PATCH, score] Remove unused REG_CLASS_FROM_LETTER define

2013-11-27 Thread Liqin Chen
2013-11-27 Chen Liqin * config/score/score.h (REG_CLASS_FROM_LETTER): Delete. Index: gcc/config/score/score.h === --- gcc/config/score/score.h(revision 205384) +++ gcc/config/score/score.h(working copy) @@ -395,9

[patch, score] Remove TARGET_LEGITIMIZE_ADDRESS define

2012-09-05 Thread Liqin Chen
Remove inconsistent code and macro define in score backend, Use gcc default code instead. --liqin ChangeLog: 2012-09-06 Chen Liqin * config/score/score.c : Remove TARGET_LEGITIMIZE_ADDRESS define and score_legitimize_address function, use compiler default code instead. Index

Re: [PING][SCORE] Hookize PREFERRED_RELOAD_CLASS

2012-04-04 Thread Liqin Chen
在 2012年4月3日 上午2:51,Anatoly Sokolov 写道: > Hi. > > Ping patch: http://gcc.gnu.org/ml/gcc-patches/2012-01/msg00261.html >> >>  This patch removes obsolete PREFERRED_RELOAD_CLASS macro from the SCORE >> back end in the GCC and introduces equivalent TARGET_PREFERRED_RELOAD_CLASS >> target hook. >> >>  

Re: [PING][SCORE] Hookize PREFERRED_RELOAD_CLASS

2012-04-02 Thread Liqin Chen
I missed this mail, I will check it soon. Thanks --liqin 在 2012年4月3日 上午2:51,Anatoly Sokolov 写道: > Hi. > > Ping patch: http://gcc.gnu.org/ml/gcc-patches/2012-01/msg00261.html > > >> >>  This patch removes obsolete PREFERRED_RELOAD_CLASS macro from the SCORE >> back end in the GCC and introduces e

Re: Merge score7 to score.c and remove forwarding functions(with score_handle_option merged).

2011-07-01 Thread Liqin Chen
2011/6/14 Wei Qin > > Merge score7 to score.c and remove forwarding functions. > Merge score_handle_option. > Delete score7.c and score7.h. > > 2011-06-13 Wei Qin > >* config.gcc (score-*-elf): Remove score7.o. >* config/score/t-score-elf: Likewise. >* config/score/score.c

Re: [patch, score] Remove score3 from score backend, delete unusual insn generate

2011-03-11 Thread Liqin Chen
2011/3/11 Paolo Bonzini : > On 03/11/2011 07:16 AM, Liqin Chen wrote: > > Can you please in a follow-up merge score.c and score7.c, so that you can > remove these forwarding functions? > OK, We will do it. Thanks, --liqin

Re: [4.7] Avoid global state in score_handle_option

2011-03-09 Thread Liqin Chen
Hi Joseph, Joseph Myers 写于 2011-03-10 08:59:52: > Tested building cc1 and xgcc for cross to score-elf. Will commit to > trunk for 4.7 in the absence of target maintainer objections. Thanks Joseph, please commit. We will merge it in our new update. Cheers --liqin