Re: [PATCH, GCC][AArch64] Use Enums for code models option selection

2012-06-28 Thread Richard Earnshaw
On 28/06/12 16:58, Tejas Belagod wrote: > > Sorry, I broke the build when I applied this patch. Attached is a patch that > fixes this. Build and regressions are happy. OK to commit? > > Thanks, > Tejas Belagod. > ARM. > > Changelog > > 2012-06-28 Tejas Belagod > > gcc/ > * config/aar

Re: [PATCH, GCC][AArch64] Use Enums for code models option selection

2012-06-28 Thread Tejas Belagod
o:gcc-patches-ow...@gcc.gnu.org] On Behalf Of Sofiane Naci Sent: 31 May 2012 10:55 To: gcc-patches@gcc.gnu.org Subject: [PATCH, GCC][AArch64] Use Enums for code models option selection Hi, This patch re-factors code models option selection in the AArch64 port: . Renaming variables such as mem_mod

Re: [PATCH, GCC][AArch64] Use Enums for code models option selection

2012-06-22 Thread Tejas Belagod
u.org] On Behalf Of Sofiane Naci Sent: 31 May 2012 10:55 To: gcc-patches@gcc.gnu.org Subject: [PATCH, GCC][AArch64] Use Enums for code models option selection Hi, This patch re-factors code models option selection in the AArch64 port: . Renaming variables such as mem_model to cmodel, for b

Re: [PATCH, GCC][AArch64] Use Enums for code models option selection

2012-06-13 Thread Marcus Shawcroft
fiane Naci Sent: 31 May 2012 10:55 To: gcc-patches@gcc.gnu.org Subject: [PATCH, GCC][AArch64] Use Enums for code models option selection Hi, This patch re-factors code models option selection in the AArch64 port: . Renaming variables such as mem_model to cmodel, for better clarity. . Usin

RE: [PATCH, GCC][AArch64] Use Enums for code models option selection

2012-06-13 Thread Sofiane Naci
y 2012 10:55 > To: gcc-patches@gcc.gnu.org > Subject: [PATCH, GCC][AArch64] Use Enums for code models option selection > > Hi, > > This patch re-factors code models option selection in the AArch64 port: > > . Renaming variables such as mem_model to cmodel, for better cl

[PATCH, GCC][AArch64] Use Enums for code models option selection

2012-05-31 Thread Sofiane Naci
Hi, This patch re-factors code models option selection in the AArch64 port: . Renaming variables such as mem_model to cmodel, for better clarity. . Using the generic support for enumerated option arguments. . Fixing touched code layout and formatting issues. Thanks Sofiane - ChangeLog: