Displaying 20 results from an estimated 7000 matches similar to: "[LLVMdev] [Git] Introduction of llvm-project-subtree.git"
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 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,
2011 Aug 17
0
[LLVMdev] --enable-shared doesn't build shared library any more
Yuri, on which host?
2011/8/17 Yuri <yuri at rawbw.com>:
> In r134967 it still worked, and in r137742 it now doesn't.
> I used such flags: --enable-assertions --enable-shared --enable-libffi
> --enable-debug-runtime --enable-debug-symbols --disable-optimized
>
> Before build would create directory tools/llvm-shlib under the build
> tree. Now it is missing.
In my
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.
>
>>
2014 Feb 22
2
[LLVMdev] llvm.org/perf error 500
Hi Chris,
llvm.org/perf gives again error 500s. I remember you had a look the last
time. Would you mind looking again?
Also, is there something which we could do to make LNT more robust. Do
you have an idea what the last issue was about?
Thanks,
Tobias
-------- Original Message --------
Subject: buildbot failure in LLVM on polly-perf-O3-polly-scev-codegen-isl
Date: Fri, 21 Feb 2014 17:08:44
2015 Sep 18
2
Fwd: buildbot failure in LLVM on clang-cmake-aarch64-full
This buildbot has been failing for a week - could we disable it? or at
least move it off the main master list/stop it sending email?
---------- Forwarded message ----------
From: <llvm.buildmaster at lab.llvm.org>
Date: Thu, Sep 17, 2015 at 11:48 PM
Subject: buildbot failure in LLVM on clang-cmake-aarch64-full
To: Alexei Starovoitov <alexei.starovoitov at gmail.com>, Charles Davis
2012 Sep 12
0
[LLVMdev] [llvm-commits] [llvm] r160610 - /llvm/trunk/lib/ExecutionEngine/TargetSelect.cpp
Hi Takumi,
I'm a bit confused as to what is supposed to happen in the cross building scenarios. For instance, if host=x86_64-linux and target=i686-mingw32, what should the MCJIT tests do? Should they be suppressed because the architectures don't match? If so, what about the case where host=x86_64-linux and target=x86_64-mingw32?
I'm modifying the MCJIT tests so that they will
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
2002 Feb 11
0
fixing a problem in the subtree code
Hi, all. Last week I posted some code for extracting subtrees of trees in
hclust format. Petra Steiner quickly found an example for which the code
breaks, and sent it to me.
The problem seems to be that I had not considered the possibility of trees
with unlabeled nodes. In the new version of f.make.subtree (below), I steal
some code from plot.hclust to assign labels if there are none. That
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
2017 Sep 09
1
error with subtree()
Dear R community,
I would like to plot a partial hclust output, so I?am looking for a subtree function that would return an tree structure I can plot.
I ran the test code of subtree following the instruction on?http://finzi.psych.upenn.edu/library/extracat/html/subtree.html
However, an error message popped up:
====> library(extracat)
Attaching package: ?extracat?
The following object is masked
2011 Jul 08
0
[LLVMdev] git-svn dcommit Question
Dave, bty, don't you work on your branches, but master?
I think it would be not "the right git way".
...Takumi
ps. for me, to commit much commits;
$ git checkout master
$ git rebase -i mybranch
(pick up commits interactive on master as cherry)
$ make -C builddir check-all -j4
$ git svn dcommit -n
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
2009 Nov 06
0
[LLVMdev] Any objections to removing 'win32/...' subtree from LLVM?
Chandler Carruth <chandlerc at google.com> writes:
> FYI, I'll plan on removing this subtree on Monday of next week if no
> one else chimes in requesting a reprieve...
The Visual C++ project files are still there.
Anyone objected by private e-mail? Can we know the reasons just in case
we can enhance the cmake build on accordance? In the past, the only
reason for not removing
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 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
2013 Oct 30
1
dovecot-ldap : can't find user in OU subtree
Hi all,
Well, I've compiled and installed dovecot 2.2.6 with following options:
> ./configure --prefix=/usr/ --sysconfdir=/etc/ --with-mysql
> --libexecdir=/usr/lib/ --localstatedir=/var
> --with-moduledir=/usr/lib/dovecot/modules --disable-rpath
> --disable-static --with-zlib --with-bzlib --with-solr --with-ldap
> --with-gssapi --with-nss
doveconf -n:
> # 2.2.6:
2009 Oct 29
2
[LLVMdev] Any objections to removing 'win32/...' subtree from LLVM?
FYI, I'll plan on removing this subtree on Monday of next week if no
one else chimes in requesting a reprieve...
On Wed, Oct 28, 2009 at 5:59 PM, PyLLVM <pyllvm at gmail.com> wrote:
> No objection.
> I'm studying LLVM on Win32 using visual studio.
> CMake works well for it.
>
>
> On Oct 26, 7:44 am, Chandler Carruth <chandl... at google.com> wrote:
>>
2007 Jun 12
2
LDAP subtree search on AD
Hello people!
I'm new to the list and to dovecot too. In advance I'd like to thank
everybody who could help me, and I'll be very glad if a could help somebody
here.
I'm working in a project to integrate dovecot and active directory
authentication for 2 weeks without total success. I've tried so many waysto
solve my problem, but no one gave me the right answer. I'll