On Thu, Dec 26, 2013 at 7:28 AM, Gopalasubramanian, Ganesh
wrote:
>>> (get_amd_cpu): Handle AMD_BOBCAT, AMD_JAGUAR, AMDFAM15H_BDVER2 and
>>> AMDFAM15H_BDVER3.
>
> As mentioned earlier, we would like to stick with BTVER1 and BTVER2 instead
> of using BOBCAT or JAGUAR.
> Attached patch doe
> I'm sorry I didn't notice previous conversation. Please install ASAP.
Thanks Uros! Committed to revision 206210.
- Ganesh
Hello Uros,
On 23 Dec 17:46, Uros Bizjak wrote:
> This "round_expand_predicate" is the predicate substitution I was
> referred to in the review of 5/8. Please use it also in insn patterns,
> perhaps renamed as "round_predicate"
This is drawback of substs. We bind given subst attribute to given sub
On Thursday 26 December 2013, Gopalasubramanian, Ganesh wrote:
> Hi,
>
> >> (get_amd_cpu): Handle AMD_BOBCAT, AMD_JAGUAR, AMDFAM15H_BDVER2 and
> >> AMDFAM15H_BDVER3.
>
> As mentioned earlier, we would like to stick with BTVER1 and BTVER2 instead
> of using BOBCAT or JAGUAR. Attached patch
> Hi Honza,
>
> We have combined generic32 and generic64 into generic. There is no need
> to check "generic" anymore. Also we shouldn't change -mtune=i686 into
> -mtune=generic. OK to install?
The i686->generic change was intended to get generic optimized code
for i686-linux configuration rath
Hello,
On 23 Dec 17:26, Uros Bizjak wrote:
> On Mon, Dec 23, 2013 at 5:11 PM, Uros Bizjak wrote:
> > So, OK for mainline, but I would kindly ask you to please wait a
> > couple of days for possible Richard's comments
>
> When substituting constraints, please also substitute corresponding
> opera
Hi,
After my Intel processor name cleanup,
__attribute__ ((target("arch=corei7"))) is translated to PROCESSOR_NEHALEM
mapped to M_INTEL_COREI7_NEHALEM. We used to hav
e __attribute__ ((target("arch=corei7")))
to cover M_INTEL_COREI7_. Now it only covers M_INTEL_COREI7_NEHALEM.
We have PROCE
Ping.
(Patch is slightly updated)
On 20 Dec 21:18, Ilya Verbin wrote:
> Hi Jakub,
>
> Could you please take a look at this patch for libgomp?
>
> It adds new function GOMP_register_lib, that should be called from every
> exec/lib with target regions (that was done in patch [1]). This function
>
On Thu, Dec 26, 2013 at 4:38 AM, Jan Hubicka wrote:
>> Hi Honza,
>>
>> We have combined generic32 and generic64 into generic. There is no need
>> to check "generic" anymore. Also we shouldn't change -mtune=i686 into
>> -mtune=generic. OK to install?
>
> The i686->generic change was intended to
On Thu, Dec 26, 2013 at 2:25 PM, H.J. Lu wrote:
> After my Intel processor name cleanup,
>
> __attribute__ ((target("arch=corei7"))) is translated to PROCESSOR_NEHALEM
> mapped to M_INTEL_COREI7_NEHALEM. We used to hav
>
> e __attribute__ ((target("arch=corei7")))
>
> to cover M_INTEL_COREI7_
Hello!
Use the same definitions from common header.
2013-12-26 Uros Bizjak
* config/i386/cpuinfo.c (enum vendor_signatures): Remove.
(__cpu_indicator_init): Use signature_INTEL_ebx and signature_AMD_ebx
from cpuid.h to check vendor signatures.
No functional changes.
Bootstrapped
> On Thu, Dec 26, 2013 at 4:38 AM, Jan Hubicka wrote:
> >> Hi Honza,
> >>
> >> We have combined generic32 and generic64 into generic. There is no need
> >> to check "generic" anymore. Also we shouldn't change -mtune=i686 into
> >> -mtune=generic. OK to install?
> >
> > The i686->generic change
On Thu, Dec 26, 2013 at 7:45 AM, Jan Hubicka wrote:
>> On Thu, Dec 26, 2013 at 4:38 AM, Jan Hubicka wrote:
>> >> Hi Honza,
>> >>
>> >> We have combined generic32 and generic64 into generic. There is no need
>> >> to check "generic" anymore. Also we shouldn't change -mtune=i686 into
>> >> -mtune
On Wed, Dec 25, 2013 at 12:49 PM, Uros Bizjak wrote:
>> TARGET_CPU_DEFAULT is left over for 32-bit target before --with-arch=
>> and --with-cpu= were added. Today, -mtune=xxx -march=xxx are
>> always passed to cc1 by GCC driver. If cc1 is run by hand and
>> -mtune=xxx -march=xxx aren't passed to
On Thu, Dec 26, 2013 at 8:06 AM, H.J. Lu wrote:
> On Thu, Dec 26, 2013 at 7:45 AM, Jan Hubicka wrote:
>>> On Thu, Dec 26, 2013 at 4:38 AM, Jan Hubicka wrote:
>>> >> Hi Honza,
>>> >>
>>> >> We have combined generic32 and generic64 into generic. There is no need
>>> >> to check "generic" anymore.
On Tue, Oct 22, 2013 at 8:58 AM, Jan Hubicka wrote:
> Hi,
> this patch adds code to produce prologues/epilogues as suggested by Ondrej
> Bilka
> (I described more the approach in
> http://gcc.gnu.org/ml/gcc-patches/2013-09/msg02082.html)
> This patch is updated and cleaned up version after Mikha
On Thu, Dec 26, 2013 at 11:11 AM, H.J. Lu wrote:
> On Thu, Dec 26, 2013 at 8:06 AM, H.J. Lu wrote:
>> On Thu, Dec 26, 2013 at 7:45 AM, Jan Hubicka wrote:
On Thu, Dec 26, 2013 at 4:38 AM, Jan Hubicka wrote:
>> Hi Honza,
>>
>> We have combined generic32 and generic64 into gene
On 12/26/2013 12:11 AM, Andreas Tobler wrote:
> On 21.12.13 18:27, Andrew Haley wrote:
>> On 12/20/2013 10:15 PM, Andreas Tobler wrote:
>>> Ok for gcc trunk?
>>
>> OK, thanks.
>>
>
> May I get this one down to 4.8 too? Not really needed, but for
> completeness. Results will follow...
No objection
Hi Honza,
r203937 may create jump_around_label earlier. But later code doesn't
check if jump_around_label exists. This patch fixes it. Tested
on Linux/x86-64. OK to install?
Thanks.
H.J.
--
gcc/
2013-12-26 H.J. Lu
PR target/59605
* config/i386/i386.c (ix86_expand_set_or_
On Mon, 23 Dec 2013 05:10:06 -0800
"H.J. Lu" wrote:
> This is the patch I checked in. I will submit separate patches for
> other parts.
Please be sure to update changes.html.
--
Ryan Hillpsn: dirtyepic_sk
gcc-porting/toolchain/wxwidgets @ gentoo.org
47C3 6D62 4864
2013/12/21 Sylvestre Ledru :
> Hello
>
> Following this thread http://gcc.gnu.org/ml/gcc/2013-11/msg00260.html
> and this bug,
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55189
>
> I would like to propose the two following patches:
>
> I am activating -Wreturn-type by defaut and add the option -W
Chung-Wu wrote:
> But I notice your ChangeLog formatting is not correct.
>
> You can refer to other entries in ChangeLog to refine yours,
> and then resubmit the patch for review. :)
Or - use contrib/mklog to autogenerate template ChangeLog for you.
-Y
22 matches
Mail list logo