Displaying 20 results from an estimated 9000 matches similar to: "[LLVMdev] Outdated information in CFEBuildInstrs.html"
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 exist (instead exist obj/Debug)
>
> Also i recheck obj == src case with same
2004 Dec 31
1
[LLVMdev] Minor patch to clarify matters in the CFEBuildInstrs.html
Hi,
This minor patch clarify matters in the CFEBuildInstrs.html file in my view.
Henrik.
=============================================================
Henrik Bach
Open Source Developer
e-mail: henrik_bach_llvm at hotmail.com
=============================================================
Got Freedom?
Software Freedom Day 2004 - 28th of August
http://www.softwarefreedomday.org/
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 Jul 05
3
[LLVMdev] Propose change gnuplot options for small picture versions
In current state dates at small version of pictures generated by night
builder script is unreadable
( for example http://llvm.cs.uiuc.edu/testresults/X86/running_loc.png ).
I suggest rotate it to vertical position in small picture versions.
.png file created modified gnuplot script (for comparing) and patch
attached.
"set xlabel 0,-1 " added for solving xlabel and xtics text overlap
2004 Jun 25
2
[LLVMdev] Using -noexternals option of NightlyTest.pl
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.
As i can see, make (bug 385) and perl (bug 386) not builded by
NightlyTest.pl (but builded if use gmake night tests run format)
So I don't known preferable solutions: its can be closed or patches
applied.
Vladimir
2004 Dec 23
1
[LLVMdev] Re: [llvm-commits] CVS: llvm-www/testresults/index.html
> Changes in directory llvm-www/testresults:
>
> index.html updated: 1.22 -> 1.23
> ---
[skiped]
> <li><a href="http://npt.cc.rsu.ru/testresults-X86-FreeBSD/index.html">X86:
> FreeBSD 5.3-RC1</a> -- debug build</li>
>
Can be description updated to "X86: FreeBSD 5.3 (Pentium 3 @ 1.0Ghz) ?
Please! :)
Vladimir
2005 Mar 09
4
[LLVMdev] Recursive Types using the llvm support library
----- Original 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
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/
Thanks a lot for volenteering to run it. Also, if you notice
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
2005 Mar 10
0
[LLVMdev] new llvm-testresults mailing list
> Do to popular request, I just set up a new mailing list to capture the
> nightly tester output from the various testers running 'round the world.
> The new list is available here:
> http://mail.cs.uiuc.edu/mailman/listinfo/llvm-testresults
>
> If you're running a nightly tester, please update your crontab to send
> mail to the llvm-testresults at cs.uiuc.edu list
2004 Jul 06
0
[LLVMdev] Propose change gnuplot options for small picture versions
> Change the "rotate by 90" xtics specification to just "rotate" which is
> equivalent. The "by <angle>" syntax is not acceptable for all output
> devices. Apparently the Sparc and x86 output devices (no color) don't
> accept this, but should accept the plain "rotate".
Sorry, i must be more careful if i proposed patches.
Vladimir
2005 Mar 09
3
[LLVMdev] new llvm-testresults mailing list
Hi All,
Do to popular request, I just set up a new mailing list to capture the
nightly tester output from the various testers running 'round the world.
The new list is available here:
http://mail.cs.uiuc.edu/mailman/listinfo/llvm-testresults
If you're running a nightly tester, please update your crontab to send
mail to the llvm-testresults at cs.uiuc.edu list (potentially in addition
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:
> >
> >
2004 Aug 30
0
[LLVMdev] lib/System Unleashed - Need Your Help!
After update LLVM compile break with errors at FreeBSD 5.1
You can see log at night tester
http://npt.cc.rsu.ru/testresults-X86-FreeBSD/index.html
If you need additional information i will be glad provide it.
Vladimir
2004 Sep 06
0
[LLVMdev] POST MORTEM: llvm-test changes
After fixing nested () problem manual run nighttest finished successfully
with one remarkable logged problem:
INITIALIZED
CVS Root = :pserver:anon at llvm-cvs.cs.uiuc.edu:2401/var/cvs/llvm
BuildDir = /home/wanderer/pkg/build/llvm/night/build
WebDir = /home/wanderer/pkg/build/llvm/night/testresults-X86-FreeBSD
Prefix =
/home/wanderer/pkg/build/llvm/night/testresults-X86-FreeBSD/2004-09-06
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
2004 Jun 26
1
[LLVMdev] Non-portable use time command in RunSafely.sh
If you look at http://npt.cc.rsu.ru/testresults-X86-FreeBSD/index.html
then you see that all program test have '*' in run time columns.
I think problem in using plain 'time' command in RunSafely.sh
At FreeBSD 'time <program> <args>' call generate output in format "
0,00 real 0,00 user 0,00 sys"
for *.time files instead expected
2004 Jun 24
5
[LLVMdev] Using -noexternals option of NightlyTest.pl
> Are you using the NightlyTest.pl file? To run the tester I don't use
> gmake directly at all. Instead, I have this in my crontab:
>
> 5 3 * * *
LLVM_LIB_SEARCH_PATH=/home/vadve/lattner/local/x86/llvm-gcc/bytecode-libs
$HOME/llvm/utils/NightlyTest.pl -parallel -enable-linscan
/home/vadve/shared/PublicCVS $HOME/buildtest-X86 $HOME/cvs/testresults-X86
>
> When run like this,
2004 Jun 24
3
[LLVMdev] Using -noexternals option of NightlyTest.pl
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 known about new NightlyTest.pl option: -noexternals
But what I must do for enable it
Vladimir
2005 Mar 08
2
[LLVMdev] Recursive Types using the llvm support library
>> 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 = OpaqueType::get();
> std::vector<const Type*> Elts;
> Elts.push_back(PointerType::get(StructTy));
>