RE: [Patch,AVR]: Bit of Cleanup [3/3]: Remove byte_immediate_operand

2011-08-25 Thread Weddington, Eric
> -Original Message- > From: Georg-Johann Lay [mailto:a...@gjlay.de] > Sent: Thursday, August 25, 2011 7:31 AM > To: gcc-patches@gcc.gnu.org > Cc: Denis Chertykov; Weddington, Eric > Subject: Re: [Patch,AVR]: Bit of Cleanup [3/3]: Remove > byte_immediate_operand

RE: [Patch,AVR]: Bit of Cleanup [2/3]: Let avr_regno_reg_class return smallest class

2011-08-25 Thread Weddington, Eric
> -Original Message- > From: Georg-Johann Lay [mailto:a...@gjlay.de] > Sent: Thursday, August 25, 2011 7:30 AM > To: gcc-patches@gcc.gnu.org > Cc: Denis Chertykov; Weddington, Eric > Subject: Re: [Patch,AVR]: Bit of Cleanup [2/3]: Let avr_regno_reg_class >

RE: [Patch,AVR]: Bit of Cleanup [1/3]: Test string for prefix

2011-08-25 Thread Weddington, Eric
> -Original Message- > From: Georg-Johann Lay [mailto:a...@gjlay.de] > Sent: Thursday, August 25, 2011 7:28 AM > To: gcc-patches@gcc.gnu.org > Cc: Denis Chertykov; Weddington, Eric > Subject: Re: [Patch,AVR]: Bit of Cleanup [1/3]: Test string for prefix > >

Re: [Patch,AVR]: Bit of Cleanup [3/3]: Remove byte_immediate_operand

2011-08-25 Thread Georg-Johann Lay
Georg-Johann Lay wrote: > These are three small patches to clean up the avr BE a bit: > > #1: Use custom macro to test of a string starts with given prefix > > #2: Let avr_regno_reg_class return smallest register class > > #3: Replace/remove superfluous byte_immediate_operand and some protos. >

Re: [Patch,AVR]: Bit of Cleanup [2/3]: Let avr_regno_reg_class return smallest class

2011-08-25 Thread Georg-Johann Lay
Georg-Johann Lay wrote: > These are three small patches to clean up the avr BE a bit: > > #1: Use custom macro to test of a string starts with given prefix > > #2: Let avr_regno_reg_class return smallest register class > > #3: Replace/remove superfluous byte_immediate_operand and some protos. >

Re: [Patch,AVR]: Bit of Cleanup [1/3]: Test string for prefix

2011-08-25 Thread Georg-Johann Lay
Georg-Johann Lay wrote: > These are three small patches to clean up the avr BE a bit: > > #1: Use custom macro to test of a string starts with given prefix > > #2: Let avr_regno_reg_class return smallest register class > > #3: Replace/remove superfluous byte_immediate_operand and some protos. >

[Patch,AVR]: Bit of Cleanup

2011-08-25 Thread Georg-Johann Lay
These are three small patches to clean up the avr BE a bit: #1: Use custom macro to test of a string starts with given prefix #2: Let avr_regno_reg_class return smallest register class #3: Replace/remove superfluous byte_immediate_operand and some protos. All patches tested without regression.