Re: [x32] Allow R_X86_64_64

2011-08-12 Thread Jan Beulich
>>> On 12.08.11 at 06:37, "H.J. Lu" wrote: > On Mon, Aug 1, 2011 at 3:15 PM, H.J. Lu wrote: >> Hi, >> >> It turns out that x32 needs R_X86_64_64. One major reason is >> the displacement range of x32 is -2G to +2G. It isn't a problem >> for compiler since only small model is required for x32. >>

Re: [LLVMdev] Handling of pointer difference in llvm-gcc and clang

2011-08-12 Thread Richard Guenther
On Thu, Aug 11, 2011 at 10:36 PM, Joe Buck wrote: > On Thu, Aug 11, 2011 at 1:58 PM, Joseph S. Myers > wrote: >>  -ftrapv and -fwrapv should have no effect on pointer subtraction. > > Gaby writes: > >> Yes! > > Wouldn't it suffice to convert the pointers to unsigned, do an unsigned > subtraction

Re: [LLVMdev] Handling of pointer difference in llvm-gcc and clang

2011-08-12 Thread Florian Merz
So it seems like we agreed that this is a problem that should be fixed. Shall I create a bug report suggesting for it? Am Friday, 12. August 2011, 09:32:11 schrieb Richard Guenther: > On Thu, Aug 11, 2011 at 10:36 PM, Joe Buck wrote: > > On Thu, Aug 11, 2011 at 1:58 PM, Joseph S. Myers > > > >

Re: clobber CC for arithmetic instructions

2011-08-12 Thread Rohit Arul Raj
On Fri, Aug 12, 2011 at 12:17 PM, Rohit Arul Raj wrote: > Hello All, > > I am working on 32-bit target with gcc 4.6.0. I need some help on the > following: > > For my target, If my CCR register is set, all the arithmetic > instructions update the CC register else the don't update. > Setting the C

Re: Move insn out of the way

2011-08-12 Thread Paulo J. Matos
On Thu, Aug 11, 2011 at 3:27 PM, Vladimir Makarov wrote: >  Yes, that is mostly correct.  The first could be done by -fweb (if the live > range where the pseudo is equal to the constant is disjoint).  The first > could be done also by Jeff Law's project which can provide splitting not > only on th

Re: clobber CC for arithmetic instructions

2011-08-12 Thread Richard Guenther
On Fri, Aug 12, 2011 at 11:48 AM, Rohit Arul Raj wrote: > On Fri, Aug 12, 2011 at 12:17 PM, Rohit Arul Raj > wrote: >> Hello All, >> >> I am working on 32-bit target with gcc 4.6.0. I need some help on the >> following: >> >> For my target, If my CCR register is set, all the arithmetic >> instr

Re: [x32] Allow R_X86_64_64

2011-08-12 Thread H.J. Lu
On Fri, Aug 12, 2011 at 12:30 AM, Jan Beulich wrote: On 12.08.11 at 06:37, "H.J. Lu" wrote: >> On Mon, Aug 1, 2011 at 3:15 PM, H.J. Lu wrote: >>> Hi, >>> >>> It turns out that x32 needs R_X86_64_64.  One major reason is >>> the displacement range of x32 is -2G to +2G.  It isn't a problem >>

Re: [x32] Allow R_X86_64_64

2011-08-12 Thread Jan Beulich
>>> On 12.08.11 at 14:09, "H.J. Lu" wrote: > On Fri, Aug 12, 2011 at 12:30 AM, Jan Beulich wrote: > On 12.08.11 at 06:37, "H.J. Lu" wrote: >>> On Mon, Aug 1, 2011 at 3:15 PM, H.J. Lu wrote: Hi, It turns out that x32 needs R_X86_64_64. One major reason is the displacemen

Re: [x32] Allow R_X86_64_64

2011-08-12 Thread H.J. Lu
On Fri, Aug 12, 2011 at 6:17 AM, Jan Beulich wrote: On 12.08.11 at 14:09, "H.J. Lu" wrote: >> On Fri, Aug 12, 2011 at 12:30 AM, Jan Beulich wrote: >> On 12.08.11 at 06:37, "H.J. Lu" wrote: On Mon, Aug 1, 2011 at 3:15 PM, H.J. Lu wrote: > Hi, > > It turns out that x32

Re: [x32] Allow R_X86_64_64

2011-08-12 Thread Jan Beulich
>>> On 12.08.11 at 15:22, "H.J. Lu" wrote: > On Fri, Aug 12, 2011 at 6:17 AM, Jan Beulich wrote: > On 12.08.11 at 14:09, "H.J. Lu" wrote: >>> On Fri, Aug 12, 2011 at 12:30 AM, Jan Beulich wrote: >>> On 12.08.11 at 06:37, "H.J. Lu" wrote: > On Mon, Aug 1, 2011 at 3:15 PM, H.J. Lu w

Re: [x32] Allow R_X86_64_64

2011-08-12 Thread H.J. Lu
On Fri, Aug 12, 2011 at 6:59 AM, Jan Beulich wrote: On 12.08.11 at 15:22, "H.J. Lu" wrote: >> On Fri, Aug 12, 2011 at 6:17 AM, Jan Beulich wrote: >> On 12.08.11 at 14:09, "H.J. Lu" wrote: On Fri, Aug 12, 2011 at 12:30 AM, Jan Beulich wrote: On 12.08.11 at 06:37, "H.J. Lu

Re: Move insn out of the way

2011-08-12 Thread Vladimir Makarov
On 08/12/2011 06:00 AM, Paulo J. Matos wrote: On Thu, Aug 11, 2011 at 3:27 PM, Vladimir Makarov wrote: Yes, that is mostly correct. The first could be done by -fweb (if the live range where the pseudo is equal to the constant is disjoint). The first could be done also by Jeff Law's project

[GSOC] Customizable warnings with a GCC plugin

2011-08-12 Thread Pierre Vittet
Hello, As the GSOC ending is approching, I tried on a real project (GNU Grub) the plugin that I am developping. This plugin allows the user to add warnings when compiling, depending of rules that he has previously written. Here is an exemple of possible rules : (testNull "grub_malloc") T

Re: Move insn out of the way

2011-08-12 Thread Paulo J. Matos
On Fri, Aug 12, 2011 at 3:21 PM, Vladimir Makarov wrote: > > Sorry, Paulo.  I don't think it is a good idea to have such a general pass. Thanks for the observation and the points you made. I understand and agree that this should be sorted at the IRA level. What I might do in the meantime is to im

Re: [x32] Allow R_X86_64_64

2011-08-12 Thread H.J. Lu
On Fri, Aug 12, 2011 at 8:17 AM, Jan Beulich wrote: On 12.08.11 at 16:47, "H.J. Lu" wrote: >> On Fri, Aug 12, 2011 at 7:42 AM, Jan Beulich wrote: >> On 12.08.11 at 16:02, "H.J. Lu" wrote: On Fri, Aug 12, 2011 at 6:59 AM, Jan Beulich wrote: On 12.08.11 at 15:22, "H.J. Lu"

Re: [GSOC] Customizable warnings with a GCC plugin

2011-08-12 Thread Jonathan Wakely
On 12 August 2011 15:54, Pierre Vittet wrote: > > For the moment, the plugin has only be tested on C code, this might > works with only few changes for C++. Would your example tests for grub warn about the following C++ code? struct Guard { Guard(void* p) : p(p) { if (!p) throw std::bad_alloc

Re: Move insn out of the way

2011-08-12 Thread Jeff Law
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/12/11 04:00, Paulo J. Matos wrote: > On Thu, Aug 11, 2011 at 3:27 PM, Vladimir Makarov > wrote: >> Yes, that is mostly correct. The first could be done by -fweb (if >> the live range where the pseudo is equal to the constant is >> disjoint). T

Re: [x32] Allow R_X86_64_64

2011-08-12 Thread H.J. Lu
On Fri, Aug 12, 2011 at 8:52 AM, H.J. Lu wrote: > On Fri, Aug 12, 2011 at 8:17 AM, Jan Beulich wrote: > On 12.08.11 at 16:47, "H.J. Lu" wrote: >>> On Fri, Aug 12, 2011 at 7:42 AM, Jan Beulich wrote: >>> On 12.08.11 at 16:02, "H.J. Lu" wrote: > On Fri, Aug 12, 2011 at 6:59 AM, Jan B

Re: [PATCH 2/2] document ISL requirement for GCC installation

2011-08-12 Thread Sebastian Pop
On Fri, Aug 12, 2011 at 12:50, Jack Howarth wrote: > On Fri, Aug 12, 2011 at 07:35:24PM +0200, Sven Verdoolaege wrote: >> On Fri, Aug 12, 2011 at 05:02:18PM +, Joseph S. Myers wrote: >> > On Fri, 12 Aug 2011, Sebastian Pop wrote: >> > > +@item Integer Set Library (ISL) version 0.08 >> > > + >>

Re: [x32] Allow R_X86_64_64

2011-08-12 Thread H.J. Lu
On Fri, Aug 12, 2011 at 10:53 AM, H.J. Lu wrote: > On Fri, Aug 12, 2011 at 8:52 AM, H.J. Lu wrote: >> On Fri, Aug 12, 2011 at 8:17 AM, Jan Beulich wrote: >> On 12.08.11 at 16:47, "H.J. Lu" wrote: On Fri, Aug 12, 2011 at 7:42 AM, Jan Beulich wrote: On 12.08.11 at 16:02, "H.J.

Re: An unusual x86_64 code model

2011-08-12 Thread Jed Davis
On Tue, Aug 09, 2011 at 04:58:01PM -0700, Andrew Pinski wrote: > On Tue, Aug 9, 2011 at 4:26 PM, Jed Davis wrote: > > The existing workaround, which predates my personal involvement, is to > > use -fPIE together with a -include'd file that uses a #pragma to set the > > default symbol visibility to

gcc-4.6-20110812 is now available

2011-08-12 Thread gccadmin
Snapshot gcc-4.6-20110812 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.6-20110812/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.6 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches

Re: clobber CC for arithmetic instructions

2011-08-12 Thread Hans-Peter Nilsson
On Fri, 12 Aug 2011, Rohit Arul Raj wrote: > On Fri, Aug 12, 2011 at 12:17 PM, Rohit Arul Raj > wrote: > > Hello All, > > > > I am working on 32-bit target with gcc 4.6.0. I need some help on the > > following: > > > > For my target, If my CCR register is set, all the arithmetic > > instructions

Re: An unusual x86_64 code model

2011-08-12 Thread Jed Davis
On Tue, Aug 09, 2011 at 04:26:06PM -0700, Jed Davis wrote: > Thus, I'm trying to find the right solution. My current attempt is to > add an -mno-plt flag in i386.opt, and add it to the list of reasons not > to print "@PLT" after symbol names. This seems to work, although I've > only done minimal

Re: clobber CC for arithmetic instructions

2011-08-12 Thread Hans-Peter Nilsson
On Fri, 12 Aug 2011, Hans-Peter Nilsson wrote: > On Fri, 12 Aug 2011, Rohit Arul Raj wrote: > Assuming that you can indeed emit reasonable code for compares > and conditional branches without the "CCR register" set to the > do-not-update state, I'd suggest you implement that Sorry for the miswrite