Re: A branch for 256bit vectorizer

2010-05-11 Thread Jason Merrill
On 05/11/2010 02:28 PM, H.J. Lu wrote: It isn't very clear that refs/heads was changed to refs/remotes. Sure. The git-svn mirror puts everything under refs/remotes, then the git mirror maintainers manually create the equivalent of symbolic links under refs/heads for some branches. I don't

Re: A branch for 256bit vectorizer

2010-05-11 Thread H.J. Lu
On Tue, May 11, 2010 at 9:40 AM, Jason Merrill wrote: > On 05/11/2010 11:21 AM, H.J. Lu wrote: >> >> On Tue, May 11, 2010 at 7:49 AM, Jason Merrill  wrote: > >>> git config --add remote.origin.fetch >>> refs/remotes/vect256:refs/remotes/origin/vect256 >>> git config --add svn-remote.svn.fetch >>>

Re: A branch for 256bit vectorizer

2010-05-11 Thread Andreas Schwab
"H.J. Lu" writes: > From: > > http://gcc.gnu.org/wiki/GitMirror > > remotes/origin/ix86 is still listed. I did a clone of > > git://gcc.gnu.org/git/gcc.git > > and I got x86 branch. Try running "git remote prune origin". Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint =

Re: A branch for 256bit vectorizer

2010-05-11 Thread Jason Merrill
On 05/11/2010 11:21 AM, H.J. Lu wrote: On Tue, May 11, 2010 at 7:49 AM, Jason Merrill wrote: git config --add remote.origin.fetch refs/remotes/vect256:refs/remotes/origin/vect256 git config --add svn-remote.svn.fetch branches/vect256:refs/remotes/origin/vect256 I was hoping git://gcc.gnu

Re: A branch for 256bit vectorizer

2010-05-11 Thread H.J. Lu
On Tue, May 11, 2010 at 7:49 AM, Jason Merrill wrote: > On 05/11/2010 10:30 AM, H.J. Lu wrote: >> >> I created a branch for 256bit vectorizer, branches/vect256/.  Richard >> and I will work on it to extend vectorizer to 256bit. >> >> Jason, can you include it in

Re: A branch for 256bit vectorizer

2010-05-11 Thread Jason Merrill
On 05/11/2010 10:30 AM, H.J. Lu wrote: I created a branch for 256bit vectorizer, branches/vect256/. Richard and I will work on it to extend vectorizer to 256bit. Jason, can you include it in git mirror? We can drop the ix86 branch in git since there are several branches under branches/ix86

A branch for 256bit vectorizer

2010-05-11 Thread H.J. Lu
Hi, I created a branch for 256bit vectorizer, branches/vect256/. Richard and I will work on it to extend vectorizer to 256bit. Jason, can you include it in git mirror? We can drop the ix86 branch in git since there are several branches under branches/ix86. Thanks. -- H.J.