Matt Turner writes:
> The R4700 is identical to the R4600 except for the integer and
> floating-point multiplication costs.
>
> See page 4 of http://datasheets.chipdb.org/IDT/MIPS/79RV4700.pdf
>
> 2012-03-24 Matt Turner
>
> gcc/
> * config/mips/4600.md (r4700_imul_si): New.
>
As discussed in the context of the AARCH64 submission, this patch
rewrites the iterator handling in read-rtl.c so that we record
iterator positions using an on-the-side VEC rather than placeholder
modes and codes. We then substitute in-place for each sequence of
iterator values and take a deep cop
Hi all,
in attachment the patch which includes the review comments provided by Tobias.
The patch is bootstrapped and tested on x86_64-unknown-linux-gnu.
Regards.
Alessandro
2012/5/20 Tobias Burnus :
> Hi Alessandro,
>
>
> Alessandro Fanfarillo wrote:
>>
>> in attachment there's a patch for PR
> Right, the problem is that the _free component is missing. Just as the
> _copy component, _free should be present for *every* vtype, no matter
> if there are allocatable components or not. If the _free component is
> not needed, it should be initialized to EXPR_NULL.
With an "empty" _free functi
Hi,
The attached patch adds some documentation for the sincos standard
pattern name. Tested with 'make info dvi pdf'.
Is the text correct and OK to apply?
Maybe it would also make sense to apply it to the 4.7 branch?
Cheers,
Oleg
ChangeLog:
* gcc/doc/md.texi (Standard Pattern Names For
On 06/03/12 05:51, Xinliang David Li wrote:
On Fri, Dec 30, 2011 at 10:25 AM, Nathan Sidwell wrote:
I've committed this patch to fix and improve coverage reporting:
1) the time stamp local_tick will be -1 if the user overrides the random
seed. In such cases the gcov data file should be deleted
Thank you guys for the comments, I'll update the patch to :
1. generalize the flag to enable other annotations such always_inline.
2. change to use deferred option.
Thanks,
Dehao
On Sun, Jun 3, 2012 at 12:40 PM, Xinliang David Li wrote:
> On Sat, Jun 2, 2012 at 11:11 AM, Jan Hubicka wrote:
>>>
Sometimes when generating PIC code, a call would exceed its maximum
branch offset and link would fail. This occurs because PIC stubs are
larger than non PIC stubs. Most recently this occurred building the
Debian kde4libs package.
This change adjusts the maximum branch offsets for PIC code so tha
Hi Alessandro, hi all,
Alessandro Fanfarillo wrote:
in attachment the patch which includes the review comments provided by Tobias.
Thanks for the patch, which I committed as Rev. 188152. Congratulation
to your second committed patch.
Nit: You forgot twice to add the prefix "gfc_" in the Cha
Thank you Tobias, I thought that "Change name in gfc_check_init_expr"
was sufficient.
2012/6/3 Tobias Burnus :
> Hi Alessandro, hi all,
>
>
> Alessandro Fanfarillo wrote:
>>
>> in attachment the patch which includes the review comments provided by
>> Tobias.
>
>
> Thanks for the patch, which I com
Latest results for 4.7.x
-tgc
Testresults for 4.7.0:
hppa64-hp-hpux11.11
i386-pc-solaris2.8
x86_64-apple-darwin11.3.0
Index: buildstat.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/buildstat.html,v
retrieving revision 1.4
> -Original Message-
> From: Georg-Johann Lay [mailto:a...@gjlay.de]
> Sent: Thursday, May 31, 2012 8:56 AM
> To: gcc-patches@gcc.gnu.org
> Cc: Denis Chertykov; Weddington, Eric; Richard Henderson
> Subject: [Patch,AVR]: Fix PR46261
>
> This fixes ICE on any source compiled with -mint8.
>
Latest results for 4.6.x
-tgc
Testresults for 4.6.3:
i386-pc-solaris2.8
i386-pc-solaris2.10
x86_64-unknown-linux-gnu
Index: buildstat.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/buildstat.html,v
retrieving revision 1.11
2012/6/3 Jason Merrill :
> On 05/24/2012 09:18 AM, Jason Merrill wrote:
>>
>> OK, thanks.
>
>
> I notice you haven't checked the patch in yet, is there a problem?
Not at all, just lack of time, so many problems/holidays to tackle at
the moment... That is May month in France ;-)
I'll be checking in
Where is the patch -- the code review link is missing (in the original post).
David
On Sun, Jun 3, 2012 at 6:14 AM, Dehao Chen wrote:
> Thank you guys for the comments, I'll update the patch to :
>
> 1. generalize the flag to enable other annotations such always_inline.
> 2. change to use deferr
On Sun, Jun 3, 2012 at 6:10 AM, Nathan Sidwell wrote:
> On 06/03/12 05:51, Xinliang David Li wrote:
>>
>> On Fri, Dec 30, 2011 at 10:25 AM, Nathan Sidwell wrote:
>>>
>>> I've committed this patch to fix and improve coverage reporting:
>>>
>>> 1) the time stamp local_tick will be -1 if the user ov
This is an update to Fredrik Hederstierna's mail and patch from
12 Apr 2012. I think he missed one place where -fexceptions needs
to be changed to -fno-exceptions.
With the attached patch, two of us (a friend and I, one on Linux and
one on Mac) can build Rockbox with gcc-4.7.0. I'll admit I have
On Sun, Jun 3, 2012 at 10:56 AM, Fabien Chêne wrote:
> 2012/6/3 Jason Merrill :
>> On 05/24/2012 09:18 AM, Jason Merrill wrote:
>>>
>>> OK, thanks.
>>
>>
>> I notice you haven't checked the patch in yet, is there a problem?
>
> Not at all, just lack of time, so many problems/holidays to tackle at
On 06/03/12 17:16, Xinliang David Li wrote:
Basically it makes it very difficult to rebuild the file with the
profile data --- which makes problem triaging impossible. What is
Can you explain this more -- what exactly are trying to do? Are you trying to
rebuild multiple times with the same c
On Sun, Jun 3, 2012 at 10:24 AM, Nathan Sidwell wrote:
> On 06/03/12 17:16, Xinliang David Li wrote:
>
>> Basically it makes it very difficult to rebuild the file with the
>> profile data --- which makes problem triaging impossible. What is
>
>
> Can you explain this more -- what exactly are tryin
On 06/03/2012 05:27 AM, Jason Merrill wrote:
On 06/02/2012 12:40 PM, Paolo Carlini wrote:
That said, the tricks we are playing with the global input_location
vs the loc we are passing around still confuse me quite a lot.
Actually any *assignment* to input_location makes me a bit more
nervous t
On 06/03/2012 06:04 PM, Paolo Carlini wrote:
if I apply to
below, thus passing an actual loc to build_min_non_dep_loc, there is a
diagnostic regression for the locations of
libstdc++-v3/testsuite/20_util/bind_ref_neg.cc. If you see something
obviously wrong somewhere, just let me know...
Nope,
Dehao Chen writes:
> Hi,
>
> This patch adds 4 flags to enable user to type in a list of name
> patterns. Compiler will match the function name with the given
> patterns, and add "hot", "cold", "likely_hot", "likely_cold"
> attributes to function declaration. The static branch prediction
> checks
Testing in glibc found a bug in one of my longlong.h sparc changes,
fixed thusly and committed to master.
libgcc/
* longlong.h [SPARC] (sub_ddmmss): Fix thinko in previous 64-bit
change.
---
libgcc/ChangeLog |5 +
libgcc/longlong.h |2 +-
2 files changed, 6 insertio
On Mon, Jun 4, 2012 at 9:34 AM, Andi Kleen wrote:
> Dehao Chen writes:
>
>> Hi,
>>
>> This patch adds 4 flags to enable user to type in a list of name
>> patterns. Compiler will match the function name with the given
>> patterns, and add "hot", "cold", "likely_hot", "likely_cold"
>> attributes to
Hello list,
the attached simple patch is a small part of the fix in Bug #53525, but it
is independant and offers a noticeable performance improvement for
track-macro-expansion. No regressions tested on x86, besides memory usage
going up some KB.
I don't get why the max_column_hint was zeroed
This patch to libgo makes a better interface available to SWIG when
C/C++ code wants to allocate memory that is garbage collected by Go.
Previously if the only pointer to the memory were held in the C/C++
code, it was possible for the garbage collector to discard the memory
before the C/C++ functio
I've updated the patch using deferred option.
http://codereview.appspot.com/6281047
Thanks,
Dehao
The new patch:
2012-06-01 Dehao Chen
* gcc/cgraph.c (cgraph_match_attribute_by_name): New function.
(cgraph_node): Add attribute to function decl.
* gcc/opts-global.c (a
28 matches
Mail list logo