Re: [RFC 0/4] Hard Register Constraints

2024-12-08 Thread Georg-Johann Lay
Am 07.12.24 um 22:25 schrieb Stefan Schulze Frielinghaus: On Sat, Dec 07, 2024 at 08:49:20AM +0100, Georg-Johann Lay wrote: Is there a PR for this feature? (Just to make sure that I don't miss progress on this I could CC to the PR). No. However, I can CC you in case of further patch revis

Re: [RFC 0/4] Hard Register Constraints

2024-12-07 Thread Stefan Schulze Frielinghaus
On Sat, Dec 07, 2024 at 08:49:20AM +0100, Georg-Johann Lay wrote: > Is there a PR for this feature? (Just to make sure that I don't > miss progress on this I could CC to the PR). No. However, I can CC you in case of further patch revisions. Cheers, Stefan > > Johann > > Am 10.09.24 um 16:20

Re: [RFC 0/4] Hard Register Constraints

2024-12-06 Thread Georg-Johann Lay
Is there a PR for this feature? (Just to make sure that I don't miss progress on this I could CC to the PR). Johann Am 10.09.24 um 16:20 schrieb Stefan Schulze Frielinghaus: This series introduces hard register constraints. The first patch enables hard register constraints for asm statements

Re: [RFC 0/4] Hard Register Constraints

2024-09-18 Thread Stefan Schulze Frielinghaus
On Wed, Sep 18, 2024 at 03:53:37PM +0200, Michael Matz wrote: > Hello, > > On Thu, 12 Sep 2024, Stefan Schulze Frielinghaus wrote: > > > > > #define call_on_stack(stack, func, asm_call, argconstr...) > > > > \ > > > > {

Re: [RFC 0/4] Hard Register Constraints

2024-09-18 Thread Michael Matz
Hello, On Thu, 12 Sep 2024, Stefan Schulze Frielinghaus wrote: > > > #define call_on_stack(stack, func, asm_call, argconstr...) \ > > > { \ > > > register void *tos asm("r11");

Re: [RFC 0/4] Hard Register Constraints

2024-09-12 Thread Stefan Schulze Frielinghaus
On Thu, Sep 12, 2024 at 04:03:33PM +0200, Georg-Johann Lay wrote: > > > Am 10.09.24 um 16:20 schrieb Stefan Schulze Frielinghaus: > > This series introduces hard register constraints. The first patch > > enables hard register constraints for asm statements and for > > machine descriptions. The

Re: [RFC 0/4] Hard Register Constraints

2024-09-12 Thread Georg-Johann Lay
Am 10.09.24 um 16:20 schrieb Stefan Schulze Frielinghaus: This series introduces hard register constraints. The first patch enables hard register constraints for asm statements and for machine descriptions. The subsequent patch adds some basic error handling for asm statements. The third pa

Re: [RFC 0/4] Hard Register Constraints

2024-09-10 Thread Joseph Myers
A new feature for asm statements definitely needs documenting in the GCC manual. -- Joseph S. Myers josmy...@redhat.com

[RFC 0/4] Hard Register Constraints

2024-09-10 Thread Stefan Schulze Frielinghaus
This series introduces hard register constraints. The first patch enables hard register constraints for asm statements and for machine descriptions. The subsequent patch adds some basic error handling for asm statements. The third patch adds some verification of register names used in machine de