Re: [PATCH][AArch64] Introduce emit_frame_chain

2017-10-26 Thread James Greenhalgh
On Fri, Aug 04, 2017 at 01:26:15PM +0100, Wilco Dijkstra wrote: > The current frame code combines the separate concepts of a frame chain > (saving old FP,LR in a record and pointing new FP to it) and a frame > pointer used to access locals. Add emit_frame_chain to the aarch64_frame > descriptor an

Re: [PATCH][AArch64] Introduce emit_frame_chain

2017-08-15 Thread Wilco Dijkstra
ping From: Wilco Dijkstra Sent: 04 August 2017 13:26 To: GCC Patches; James Greenhalgh Cc: nd Subject: [PATCH][AArch64] Introduce emit_frame_chain   The current frame code combines the separate concepts of a frame chain (saving old FP,LR in a record and pointing new FP to it) and a frame

[PATCH][AArch64] Introduce emit_frame_chain

2017-08-04 Thread Wilco Dijkstra
The current frame code combines the separate concepts of a frame chain (saving old FP,LR in a record and pointing new FP to it) and a frame pointer used to access locals. Add emit_frame_chain to the aarch64_frame descriptor and use it in the prolog and epilog code. For now just initialize it as b