search for: merzliakov

Displaying 20 results from an estimated 125 matches for "merzliakov".

2005 Mar 09
4
[LLVMdev] Recursive Types using the llvm support library
...inal Message ----- From: "Chris Lattner" <sabre at nondot.org> To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> Sent: Tuesday, March 08, 2005 6:31 PM Subject: Re: [LLVMdev] Recursive Types using the llvm support library > On Tue, 8 Mar 2005, Vladimir Merzliakov wrote: > >>>> An example where something really simple like the line below was output >>>> would be perfect. >>>> >>>> %struct.linked_list = type { %struct.linked_list*, %sbyte* } >>> >>> Use something like this: >>> >...
2008 Apr 24
1
Extracting factor columns from a data frame
...{ if (class(x[,i]) =="factor") res <- transform(res, colname = x[,i]) # append the factor column to the new data frame (res) } return(res) } The error I get is: "arguments imply differing number of rows: 0, 5000" All help appreciated. Regards, Serge Merzliakov
2004 Sep 05
3
[LLVMdev] POST MORTEM: llvm-test changes
Okay, I'll have to fix NightlyTest.pl not to use shell script syntax that isn't universal. Look for a commit soon. Reid. On Sun, 2004-09-05 at 13:31, Vladimir Merzliakov wrote: > > Bash 2.05b on Linux handles this fine. I was asking what > > your "default" system shell is on FreeBSD. Probably /bin/sh, right? > > Perhaps you can: > > > > SHELL=/usr/bin/bash ; export SHELL > > > > in your script below just before...
2004 Jun 24
2
[LLVMdev] Using -noexternals option of NightlyTest.pl
> > Hrm, you probably have to tell it how to check out the LLVM tree. The > /home/vadve/shared/PublicCVS path is the internal path to the root of the > CVS repository. I'm not sure if the tester script has the ability to > check out the tree over anon cvs yet. Reid do you know? :pserver:anon at llvm-cvs.cs.uiuc.edu:2401/var/cvs/llvm work for me Waiting test results...
2004 Jun 24
3
[LLVMdev] Using -noexternals option of NightlyTest.pl
> Can you verify that you have an $HOME/pkg/build/llvm/night/build/llvm dir? After providing :pserver:anon at llvm-cvs.cs.uiuc.edu:2401/var/cvs/llvm at CVSROOT this problem disappear. But have personal problem: I must have now 2 copy LLVM sources 1) to plain build llvm 2) to nighttester run Can I use llvm builded in nighttest/build directory to install plain llvm? Vladimir
2004 Jun 24
0
[LLVMdev] Using -noexternals option of NightlyTest.pl
On Thu, 24 Jun 2004, Vladimir Merzliakov wrote: > > check out the tree over anon cvs yet. Reid do you know? > :pserver:anon at llvm-cvs.cs.uiuc.edu:2401/var/cvs/llvm work for me > > Waiting test results... Great! It might take a while. The tester takes about 6 hours to run on a 2proc 3.0ghz Xeon box :) But that's w...
2004 Jun 24
1
[LLVMdev] Using -noexternals option of NightlyTest.pl
> On Thu, 24 Jun 2004, Vladimir Merzliakov wrote: > > > At this moment I use > > "gmake TEST=nightly" command line to run night tester > > > > What I must specific and where to disable SPEC run (i don't have it) > > I think that it's currently a bug that this does not automatically happen....
2004 Jun 25
0
[LLVMdev] Using -noexternals option of NightlyTest.pl
On Fri, 25 Jun 2004, Vladimir Merzliakov wrote: > Result night tester run at FreeBSD 5.1 accessable by URL > http://npt.cc.rsu.ru/testresults-X86-FreeBSD/index.html > I can't guaranty run it per day base, sorry. Okay, sounds great. I added it to the page with a note to that effect: http://llvm.cs.uiuc.edu/testresults/ Th...
2004 Oct 31
2
[LLVMdev] Last LLVM build fail at FreeBSD nighttest
Just for information. After root update OS from FreeBSD 5.1 to FreeBSD 5.3-RC1 at make.cc.rsu.ru I don't rebuild LLVM C Frontend. Last LLVM build fail (2004-10-30) is result this situation. I update LLVM C Frontend and rerun manually nighttest script. All ok now :) Also, I think, "X86: FreeBSD 5.1 (may not be run every day)" line at
2004 Nov 02
2
[LLVMdev] Problems with nighttest FeatureTests
Hi! As I can see all nighttesters listed at http://llvm.cs.uiuc.edu/testresults/ have problem with FeatureTests at 2004-11-01/2004-11-02 test run. In my case i manualy terminate nighttest script after 12 hours work. It problem resolved? Vladimir
2004 Nov 02
0
[LLVMdev] Problems with nighttest FeatureTests
Vladimir Merzliakov wrote: > Hi! > > As I can see all nighttesters listed at > http://llvm.cs.uiuc.edu/testresults/ have problem with > FeatureTests at 2004-11-01/2004-11-02 test run. > > In my case i manualy terminate nighttest script after 12 hours work. > > It problem resolved? >...
2004 Nov 02
2
[LLVMdev] Problems with nighttest FeatureTests
> Vladimir Merzliakov wrote: > >> Hi! >> >> As I can see all nighttesters listed at >> http://llvm.cs.uiuc.edu/testresults/ have problem with >> FeatureTests at 2004-11-01/2004-11-02 test run. >> >> In my case i manualy terminate nighttest script after 12 hours work. >&gt...
2004 Nov 08
0
[LLVMdev] Dejagnu Support Added (+ problems with build LLVM at FreeBSD)
On Mon, 2004-11-08 at 00:16, Vladimir Merzliakov wrote: > > I'm asking for people (especially those running nightly testers) to give > > Dejagnu a try. > > I will do. > > But last 2 days (after > http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041101/020279.html ) > LLVM broken at FreeBSD: > &...
2004 Dec 01
0
[LLVMdev] Outdated information in CFEBuildInstrs.html
Vladimir Merzliakov wrote: > http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html have lines: > > Add the directory containing the tools to your PATH. > % set path = ( `cd llvm/tools/Debug && pwd` $path ) > > In my LLVM object directory at LLVM build (obj != src) > obj/tools/Debug don't e...
2005 Mar 08
0
[LLVMdev] Recursive Types using the llvm support library
On Tue, 8 Mar 2005, Vladimir Merzliakov wrote: >>> An example where something really simple like the line below was output >>> would be perfect. >>> >>> %struct.linked_list = type { %struct.linked_list*, %sbyte* } >> >> Use something like this: >> >> PATypeHolder StructTy...
2005 Mar 09
0
[LLVMdev] Recursive Types using the llvm support library
On Wed, 9 Mar 2005, Vladimir Merzliakov wrote: > I create test program and assert failed in it: > > { \2 *, sbyte * } > Assertion failed: (!NewSTy->isAbstract()), function main, file > /usr/home/wanderer/work/LLVMTest/obj/../src/tools/tool/Test.cc, line 28. > > Testcase source attached. Thanks, that definitely i...
2005 Mar 10
1
[LLVMdev] new llvm-testresults mailing list
On Thu, 2005-03-10 at 04:13, Vladimir Merzliakov wrote: > Also I found some inconsistent at http://llvm.cs.uiuc.edu/testresults/ page: > all hardware platform names is bold except Alpha. Really? Are you sure? ;) Andrew
2005 Mar 21
0
[LLVMdev] Recursive Types using the llvm support library
On Wed, Mar 09, 2005 at 04:05:32PM +0300, Vladimir Merzliakov wrote: > >>Is assert(!NewSTy->isAbstract()) must pass after this line? > > > >In this case, yup. > > > I create test program and assert failed in it: > > { \2 *, sbyte * } How do I decode the \2 in this? I am creating types through this interface and I get...
2004 Dec 01
2
[LLVMdev] Outdated information in CFEBuildInstrs.html
http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html have lines: Add the directory containing the tools to your PATH. % set path = ( `cd llvm/tools/Debug && pwd` $path ) In my LLVM object directory at LLVM build (obj != src) obj/tools/Debug don't exist (instead exist obj/Debug) Also i recheck obj == src case with same result. I am use and I think command must be updated to set path =
2004 Nov 08
2
[LLVMdev] Dejagnu Support Added (+ problems with build LLVM at FreeBSD)
> I'm asking for people (especially those running nightly testers) to give > Dejagnu a try. I will do. But last 2 days (after http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041101/020279.html ) LLVM broken at FreeBSD: In file included from Path.cpp:27: platform/Path.cpp:26: error: no `bool llvm::sys::Path::isvalid() const' member function declared in class