Displaying 20 results from an estimated 40000 matches similar to: "[LLVMdev] [cfe-dev] Enhancement: Use Git & GitHub instead of SVN"
2012 Jun 03
0
[LLVMdev] [cfe-commits] r157890 - /cfe/trunk/unittests/Tooling/ToolingTest.cpp
On Mon, 4 Jun 2012 08:15:09 +0900
NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> 012/6/3 Hal Finkel <hfinkel at anl.gov>:
> >> Author: chapuni
> >> Date: Sat Jun 2 10:34:26 2012
> >> New Revision: 157890
> >>
> >> URL: http://llvm.org/viewvc/llvm-project?rev=157890&view=rev
> >> Log:
> >> Revert r157819,
2012 Jun 03
2
[LLVMdev] [cfe-commits] r157890 - /cfe/trunk/unittests/Tooling/ToolingTest.cpp
012/6/3 Hal Finkel <hfinkel at anl.gov>:
>> Author: chapuni
>> Date: Sat Jun 2 10:34:26 2012
>> New Revision: 157890
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=157890&view=rev
>> Log:
>> Revert r157819, "#ifdef out a broken test on win32"
>>
>> FYI, LLVM_ON_WIN32 is useless.
>
> Can you be more specific? I
2011 Nov 14
0
[LLVMdev] [Git] Introduction of llvm-project-subtree.git
Hello guys,
I made the "subtree" all-in-one LLVM, clang, dragonegg &c repository.
https://github.com/chapuni/llvm-project
* How to play
1) git clone git://github.com/chapuni/llvm-project.git
2) (Optional) Add the line in [remote "origin"], .git/config
[remote "origin"]
fetch = +refs/notes/commits:refs/notes/commits
And "git fetch
2016 Jun 28
2
[cfe-dev] Git Move: GitHub+modules proposal
On 27 June 2016 at 22:55, NAKAMURA Takumi via cfe-dev
<cfe-dev at lists.llvm.org> wrote:
> It has also submodules.
> https://github.com/llvm-project/llvm-project-submodule
>
> Both llvm-project(-tree) and (-submodule) have refs/notes/commits.
I really like this too, and think Takumi has basically solved 90% of
the problem for us already. We may want to add an "rN" line
2012 Aug 29
0
[LLVMdev] A script for updating all the nested git clients
How about fitting Android's repo? :D
I have not used repo for llvm, but been using my synthesized
repository (for my buildbot).
https://github.com/chapuni/llvm-project
https://github.com/chapuni/llvm-project-submodule
...Takumi
2011 Jun 30
1
[LLVMdev] Introduction to git-bisect with "llvm-project.git"
Hello guys,
I am making a submodule-based metaproject "llvm-project.git" for
bisecting clang.
I will introduce it to help you developers.
Unfortunately, submodule is not useful to manage your branches. :/
Have fun!
...Takumi
Instructions;
1. fetch two scripts from git://github.com/chapuni/llvm-project-scripts.git
- hooks/post-merge
- hooks/post-checkout
2. git clone
2012 Dec 05
0
[LLVMdev] [Git-fu] How to commit inter-repositories atomically to svn
Sean Silva asked me, "How are you committing across both projects
simultaneously?"
For example, r167595.
http://llvm.org/viewvc/llvm-project?view=rev&revision=167595
For the record, I introduce a how-to.
Yeah it's troublesome. I don't do usually.
[Prerequisites]
* subtree-merged git repo. https://github.com/chapuni/llvm-project
* Assume you are working on llvm-project.
*
2012 Nov 16
0
[LLVMdev] [cfe-dev] 3.2 Release has branched :T+2 hours
Should be there
On Fri, Nov 16, 2012 at 3:00 PM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> Anton, please add release_32 also in;
>
> clang-tools-extra
> compiler-rt
> dragonegg
> libcxxabi
> lldb
>
> They have release_32 in svn. I don't know they might be released, though.
>
> And, could you suppress generating refs/heads/svn-tags and prune them
2011 Feb 24
0
[LLVMdev] [cfe-dev] repo.or.cz GIT mirrors
NAKAMURA Takumi <geek4civic at gmail.com> writes:
>> I don't think one can share commits from clone A to/from clone B without
>> going through the parent git-svn repository. Is that right? I recall
>> having read something about that somewhere.
>
> Maybe sure on git-svn's branch (eg. master).
> "master" should never be pushed to
2011 Feb 23
2
[LLVMdev] [cfe-dev] repo.or.cz GIT mirrors
Good morning, Dave.
On Thu, Feb 24, 2011 at 4:17 AM, David A. Greene <greened at obbligato.org> wrote:
> Do git repositories cloned from git-svn mirrors work properly? For
> example:
>
> svn
> ^
> |
> |
> V
> git-svn
2012 May 07
2
[LLVMdev] git branch release_31
On Sun, May 6, 2012 at 10:20 AM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> FYI, I have been maintaining my own release_31 manually on github.com/chapuni.
>
Thanks for the pointer. I was waiting for Anton to fix the llvm.org
git repo for the 3.1 branch.
Anton, could you please try to fix the release_31 git branch?
Thanks,
Sebastian
> 2012/5/1 Sebastian Pop <spop at
2011 Sep 02
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
Nikola,
Your patchset does not work;
e>bin\clang.exe -S なかむら\たくみ.c
error: error reading '邵コ・ェ邵コ荵昴・郢ァ蝎らクコ貅假ソ・邵コ・ソ.c'
1 error generated.
- Would it be not enough in somewhere?
I suspect clang still might be pathv1-dependent.
(I guess, pathv1 would assume ansi)
- raw_ostream does not handle utf8, but ansi, on win32.
I would like to propose;
- converting utf8 and utf16
2012 Nov 16
2
[LLVMdev] [cfe-dev] 3.2 Release has branched :T+2 hours
Anton, please add release_32 also in;
clang-tools-extra
compiler-rt
dragonegg
libcxxabi
lldb
They have release_32 in svn. I don't know they might be released, though.
And, could you suppress generating refs/heads/svn-tags and prune them for now?
I am sure that orphan branches will stress the llvm.org server to
begin git-pack-ing whole tree.
...Takumi
2012/11/15 Anton Korobeynikov
2012 Apr 16
1
[LLVMdev] "make check" fails at CodeGen/Generic/dbg-declare.ll (r153997 on PPC)
Ping,
NAKAMURA san, thank you.
Bill san, can you comment this commit?
r154798 still fails on ppc32-lnux b/c *only* for this test.
Loving more minor arch, the world will be better...
2012/04/04 23:26 NAKAMURA Takumi <geek4civic at gmail.com>:
> Kimura san,
>
> You may ask committer of r153706. I wonder if it could be x86-independent.
>
>>
2011 Mar 16
0
[LLVMdev] [release_29] Good status of ppc-redhat-linux on Fedora 12 PS3
On Mar 15, 2011, at 7:25 PM, NAKAMURA Takumi wrote:
> Good morning.
>
Hi Nakamura,
> LLVM and clang can be built successfully on Fedora 12 PS3.
>
Hooray! :-)
> On RC1, only one test failed.
> test/CodeGen/X86/fold-pcmpeqd-0.ll
>
Eric commented that this should be fixed on the release branch right now.
> On release_29 branch, all llvm tests can pass.
Woo! :-)
>
2011 Feb 02
1
[LLVMdev] [cfe-dev] GIT mirroring
To rebuild, it would be enough to remove
.git/svn/refs/remotes/git-svn/.rev_map.*
My usual way to resync;
$ git fetch llvm.org (is remote name)
$ git update-ref refs/remotes/git-svn llvm.org/master
$ git svn fetch
Partial-rebuilding
.git/svn/refs/remotes/git-svn/.rev_map.91177308-0d34-0410-b5e6-96231b3b80d8
...
Currently at 124651 = 071d3af0de273b1079d79f7f979264f28d567373
r124653 =
2012 Jun 23
0
[LLVMdev] [cfe-dev] is configure+make dead yet?
2012/6/23 Joshua Cranmer <pidgeot18 at gmail.com>:
> I decided to try recently to do one of my builds with cmake instead of
> configure. The problem I hit is before I even try compiling in the first
> place: cmake /src/llvm --help produces an extremely useless list of options,
> so it's impossible to figure out how to configure it with cmake without
> looking up online.
2011 Sep 01
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
Op 1 sep. 2011 14:12 schreef "NAKAMURA Takumi" <geek4civic at gmail.com> het
volgende:
>
> Guys, welcome to the too weird i18n world!
> We, Japanese, has got suffered for multibyte charset for 20 years.
>
> I have added a comment in http://llvm.org/bugs/show_bug.cgi?id=10348 .
> Of course I know, I don't think it would be a practical resolution.
>
> FYI,
2011 Apr 21
5
[LLVMdev] Dragonegg Git mirror?
Chen,
Teemu is asking "the official git mirror" and he oughta know where the
svn repo is. ;)
Teemu, I have created an unofficial one; https://github.com/chapuni/dragonegg
Excuse me, I might not update it so frequently.
Anton, please provide us the official dragonegg.git!
...Takumi
2016 Jun 28
2
Git Move: GitHub+modules proposal
On 28 June 2016 at 06:55, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> It has also submodules.
> https://github.com/llvm-project/llvm-project-submodule
>
> Both llvm-project(-tree) and (-submodule) have refs/notes/commits.
Nice! Can you try a server hook that will add an auto-increment number
from submodules commits?
cheers,
--renato