Displaying 20 results from an estimated 22 matches for "kutuzov".
2009 Jul 08
3
[LLVMdev] [PATCH] Fix for bugpoint -remote-client
...ssage -----
From: "Evan Cheng" <evan.cheng at apple.com>
To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>
Sent: Wednesday, July 08, 2009 1:33 PM
Subject: Re: [LLVMdev] [PATCH] Fix for bugpoint -remote-client
>
> On Jul 8, 2009, at 12:42 AM, Viktor Kutuzov wrote:
>
>> Hello Evan,
>>
>> Thanks for looking at the patch.
>>
>>> This should use std::cerr and make sure it is wrapped inside the
>>> DEBUG
>>> macro.
>>
>> Will do.
>>
>>> Also, we don't want RemoteRunSafely....
2009 Jul 10
0
[LLVMdev] [PATCH] Fix for bugpoint -remote-client
On Jul 8, 2009, at 1:52 PM, Viktor Kutuzov wrote:
>> bugpoint should be a standalone tool. It should not require a
>> separate
>> script to handle remote execution. Why is the script needed?
>
> Bugpoint is a standalone too and does not require any separate script.
> The script is a helper for using ssh as a re...
2009 Jul 10
4
[LLVMdev] Heads up! Working on bugpoint
...wd and so causing
GCC::ExecuteProgram to do the wrong thing. I'm not sure what is going
on with that, perhaps something in the makefile hierarchy is setting
PWD to /bin/pwd instead of executing that command to get the pwd. I
will investigate.
David
On Jul 10, 2009, at 1:45 PM, Viktor Kutuzov wrote:
> David,
>
> Please find attached 2 diffs. Please notice that RemoteRunSafely.sh
> may get moved to the test suite sub-tree.
>
> We have targeted different areas fso far which is great.
> What's your plan?
>
> I have been thinking of using -run-custom and -s...
2009 Jul 10
0
[LLVMdev] Heads up! Working on bugpoint
...to do the wrong thing. I'm not sure what is going
> on with that, perhaps something in the makefile hierarchy is setting
> PWD to /bin/pwd instead of executing that command to get the pwd. I
> will investigate.
>
> David
>
>
> On Jul 10, 2009, at 1:45 PM, Viktor Kutuzov wrote:
>
>> David,
>>
>> Please find attached 2 diffs. Please notice that RemoteRunSafely.sh
>> may get moved to the test suite sub-tree.
>>
>> We have targeted different areas fso far which is great.
>> What's your plan?
>>
>> I have...
2009 Jul 08
2
[LLVMdev] [PATCH] Fix for bugpoint -remote-client
...>
> Also, we don't want RemoteRunSafely.sh to be under utils/bugpoint.
> Can you move it to test-suite? Are you planning to change the llvm
> test suite makefile to make use of RemoteRunSafely.sh?
>
> Thanks,
>
> Evan
>
> On Jul 7, 2009, at 4:32 PM, Viktor Kutuzov wrote:
>
>> Hello everyone,
>>
>> Please find the patch attached.
>> This fixes the bugpoint -remote-client and adds a helper script for
>> a remote run.
>>
>> -Viktor
>> <ToolRunner.diff>_______________________________________________
>...
2009 Jul 08
0
[LLVMdev] [PATCH] Fix for bugpoint -remote-client
On Jul 8, 2009, at 12:42 AM, Viktor Kutuzov wrote:
> Hello Evan,
>
> Thanks for looking at the patch.
>
>> This should use std::cerr and make sure it is wrapped inside the
>> DEBUG
>> macro.
>
> Will do.
>
>> Also, we don't want RemoteRunSafely.sh to be under utils/bugpoint.
>> Can y...
2009 Jul 03
0
[LLVMdev] [llvm-commits] [PATCH] Fix for llvm::FindExecutable (fails to find executable if path is provided)
...view=rev&revision=74608
Your comment below makes sense, however, so I tweaked it again here:
http://llvm.org/viewvc/llvm-project?view=rev&revision=74645
so that relative paths work. Does this look reasonable to you? Also,
does it work? :)
- Daniel
On Wed, Jul 1, 2009 at 10:04 AM, Viktor
Kutuzov<vkutuzov at accesssoftek.com> wrote:
> Hi Chris,
>
>> Please use sys::Path::isAbsolute to check to see if it is an absolute
>
> I didn't want to check if it is an absolute, I wanted to check if
> there is any directory part (absolute or relative). Is there anything...
2009 Jul 10
2
[LLVMdev] Heads up! Working on bugpoint
...A non-text attachment was scrubbed...
Name: patch2
Type: application/octet-stream
Size: 1906 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090710/2e553292/attachment.obj>
-------------- next part --------------
On Jul 10, 2009, at 12:50 PM, Viktor Kutuzov wrote:
> Hello David,
>
> I'm working on bugpoint.
>
> There are 2 patched out there for review that fix problems and make
> remote execution work.
> I'm looking at adding it to the test-suit and use make to run tests
> remotely for cross-compilation (following...
2010 Jan 28
1
[LLVMdev] LLVM-gcc for ARM
We have had a script for a while that does this for you in
http://llvm.org/svn/llvm-project/llvm/trunk/utils/crosstool/ARM/ .
It also uses the CodeSourcery toolchain so it saves you some effort.
Does that work for you?
On Mon, Jan 18, 2010 at 2:52 PM, Viktor Kutuzov
<vkutuzov at accesssoftek.com>wrote:
> Hello Corina,
>
> I used a two-stage sequence to build the llvm and llvm-gcc with the
> codesourcery toolchain and my custom built arm toolchain. There is some
> scripted chunks for each step. I have attached them as a single file to this...
2009 Jul 10
0
[LLVMdev] Heads up! Working on bugpoint
...ution working for
> bugpoint. I have not yet changed the test system to provide -remote-
> client and -remote-port.
>
> David
>
>
>
--------------------------------------------------------------------------------
>
>
>
>
> On Jul 10, 2009, at 12:50 PM, Viktor Kutuzov wrote:
>
>> Hello David,
>>
>> I'm working on bugpoint.
>>
>> There are 2 patched out there for review that fix problems and make
>> remote execution work.
>> I'm looking at adding it to the test-suit and use make to run tests
>> remotely f...
2009 Jul 08
0
[LLVMdev] [PATCH] Fix for bugpoint -remote-client
...make sure it is wrapped inside the DEBUG
macro.
Also, we don't want RemoteRunSafely.sh to be under utils/bugpoint.
Can you move it to test-suite? Are you planning to change the llvm
test suite makefile to make use of RemoteRunSafely.sh?
Thanks,
Evan
On Jul 7, 2009, at 4:32 PM, Viktor Kutuzov wrote:
> Hello everyone,
>
> Please find the patch attached.
> This fixes the bugpoint -remote-client and adds a helper script for
> a remote run.
>
> -Viktor
> <ToolRunner.diff>_______________________________________________
> LLVM Developers mailing list
> L...
2009 Jul 07
2
[LLVMdev] [PATCH] Fix for bugpoint -remote-client
Hello everyone,
Please find the patch attached.
This fixes the bugpoint -remote-client and adds a helper script for a remote run.
-Viktor
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ToolRunner.diff
Type: application/octet-stream
Size: 4210 bytes
Desc: not available
URL:
2009 Oct 30
2
[LLVMdev] strace for whole-program bitcodes
--emit-llvm??
On Fri, Oct 30, 2009 at 7:55 AM, Viktor Kutuzov
<vkutuzov at accesssoftek.com>wrote:
> Hello everyone,
>
> I'm working on passing parameters for gold/LTO plug-in and could add this
> one as well.
> Just need an option name. Could anybody suggest one?
>
> Viktor
>
> ----- Original Message -----
> From: &qu...
2009 Oct 30
0
[LLVMdev] strace for whole-program bitcodes
--emit-llvm, if not conflict
>>> Paul Davey <plmdvy at gmail.com> 10/30/2009 11:11 AM >>>
--emit-llvm??
On Fri, Oct 30, 2009 at 7:55 AM, Viktor Kutuzov <vkutuzov at accesssoftek.com> wrote:
Hello everyone,
I'm working on passing parameters for gold/LTO plug-in and could add this one as well.
Just need an option name. Could anybody suggest one?
Viktor
----- Original Message -----
From: "Nick Lewycky" <nicholas at mx...
2009 Jul 10
0
[LLVMdev] Heads up! Working on bugpoint
Hello David,
I'm working on bugpoint.
There are 2 patched out there for review that fix problems and make remote execution work.
I'm looking at adding it to the test-suit and use make to run tests remotely for cross-compilation (following Evan's suggestion).
Let's coorddinate our effort.
Best regards,
Viktor
----- Original Message -----
From: "David Goodwin"
2009 Jul 16
1
[LLVMdev] [PATCH] bugpoint to escalate remote client return status 255
Hello everyone,
The bugpoint is changed to escalate remote client return status 255 (per
discussion - Re: [llvm-commits] [llvm] r75665 -
/llvm/trunk/tools/bugpoint/ToolRunner.cpp)
Please find the patch attached.
-Viktor
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ToolRunner.diff
Type: application/octet-stream
Size: 4710 bytes
Desc: not available
URL:
2009 Jul 10
2
[LLVMdev] Heads up! Working on bugpoint
I'm starting work on getting bugpoint working with remote execution
for arm. Is anyone else working on this?
David
2010 Jan 18
0
[LLVMdev] LLVM-gcc for ARM
Hello Corina,
I used a two-stage sequence to build the llvm and llvm-gcc with the codesourcery toolchain and my custom built arm toolchain. There is some scripted chunks for each step. I have attached them as a single file to this email. May be it will help you somehow.
Viktor.
---
From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] On Behalf Of corina s [corina_fff at
2010 Jan 15
5
[LLVMdev] LLVM-gcc for ARM
Hello,
I am building llvm-gcc4.2-2.6 for ARM target.I used the next command line option:
>>
.../configure --enable-languages=c,c++ --enable-checking --target=arm-eabi
>>
and then
>>
make target_alias=arm-eabi
>>
And then I obtain the following error:
In file included from ../../gcc/config/arm/arm.c:59:
../../../libcpp/internal.h: In function ‘ufputs’:
2009 Oct 29
0
[LLVMdev] strace for whole-program bitcodes
Hello everyone,
I'm working on passing parameters for gold/LTO plug-in and could add this one as well.
Just need an option name. Could anybody suggest one?
Viktor
----- Original Message -----
From: "Nick Lewycky" <nicholas at mxc.ca>
To: "Daniel Dunbar" <daniel at zuster.org>
Cc: "Kelly, Terence P (HP Labs Researcher)" <terence.p.kelly at