Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] Services Restored"
2004 Jan 10
0
[LLVMdev] Services Restored
Hi,
It looks like the CVS server is still not available. When I try to
update with cvs, I get:
cvs [update aborted]: connect to llvm-cvs.cs.uiuc.edu(128.174.245.58):2401 failed: Connection refused
I know the server was down earlier this week but according to the
message below, its supposted to be restored by now.
Could someone please help?
Thanks,
Reid.
On Wed, 2004-01-07 at 14:30, John T.
2004 Feb 23
3
[LLVMdev] Can't connect to CVS
Hi,
Attempting to use cvs with LLVM is producing the following:
bash-2.05b$ cvs status
cvs [status aborted]: connect to
llvm-cvs.cs.uiuc.edu(128.174.245.58):2401 failed: Connection refused
I think this has happened before and the root cause was a stuck xinetd
process on the cvs server.
Perhaps its time to file a bug against the cvs server's configuration?
:)
Reid.
-------------- next part
2007 Dec 17
3
[LLVMdev] Bug 1868: Specifying Pass Orderings
Dear Devang Patel,
In response to your comment on bug 1868, how do I get BottomPass to
requires Pass2 before Pass1? Is it by reversing the order of the calls
to AU.addRequired()?
-- John T.
--
John T. Criswell
jcriswel at bigw.org
"It's today!" said Piglet. "My favorite day," said Pooh.
2005 Nov 01
4
[LLVMdev] LLVM Release Branch
Dear All,
Do people think that they are ready to create the LLVM 1.6 release
branch? I believe all the development is pretty much done.
Is all the documentation in the LLVM source tree updated and ready? I'm
not able to make a full doc review like I've been able to do in previous
releases, so I need volunteers to work on the docs if they're not done
yet.
-- John T.
--
John
2005 Jun 28
3
[LLVMdev] LLVM 1.5 C Front-End Binaries for FreeBSD?
Might anyone have a FreeBSD binary or suggested modifications to the
source to compile one?
Thanks,
Sean
2005 May 27
2
[LLVMdev] A. Pool Allocation under PowerPC (Mac)
Hello,
Is PA working on the macintosh already?
I am asking because I found this in the source code:
/// Wants8ByteAlignment - FIXME: this is a complete hack for X86 right now.
Thanks
2005 Nov 15
3
[LLVMdev] Moving CVS Files
Dear All,
For those of you who have write access to the LLVM CVS repository, I
need to ask you to take more care when moving or renaming files. If
done improperly, moving files can cause headaches when doing updates
from the repository or merging revisions between branches (which is
becoming more common with the vector_llvm branch).
There are two ways that you can move a CVS file:
1) Use
2005 May 27
2
[LLVMdev] SSA in the Front End
Hi,
I have been looking into the code that generates the LLVM assembly in the LLVM front end, but I am
not very sure if at the time that the llvm_c_expand_body_1 function is called, the SSA form was
already constructed (each definition dominates all the uses). Can somebody please tell me?
Thanks
2005 Nov 07
4
[LLVMdev] LLVM 1.6 Release Branch
Tanya Lattner wrote:
>
> Everything builds fine on sparc. The configure script needs to be fixed
> though (see previous email).
I'm not getting the error with the configure script (on Kain, anyway).
I've tried it with --with-f2c and with f96 (NAG Fortran compiler) in and
out of my $PATH.
Can you verify that the configure script works for you without the
--with-f2c option?
2005 May 27
2
[LLVMdev] A. Pool Allocation under PowerPC (Mac)
John,
Thanks for the information. That comment in the source code confused me and I wanted to be sure
that the installation of all the LLVM framework in the macintosh for testing the pool allocation
was not going to be done in vain.
The LLVM documentation states that gcc 3.4x is necessary for compiling the LLVM. On the other
hand, Xtools 1.5 for Mac includes only gcc 3.3 and Xtools 2.0 includes
2005 May 12
2
[LLVMdev] Current Regressions
Dear All,
Here is a more complete list of regressions for the platforms listed
below. Some of the regressions from the previous list I emailed a few
days ago have been fixed or were false positives. Thanks to all who've
helped fix things.
We would like to try to get as many of these fixed as possible before I
create the release branch (still scheduled for tomorrow, Friday).
I'll
2005 Nov 15
0
[LLVMdev] Moving CVS Files
Any reason not to upgrade to subversion? It does a much better job
with handling moved or renamed files although svn doesn't actually
store a 'move' or a 'rename' as a single versioned operation.
Chris
On 11/15/05, John Criswell <criswell at cs.uiuc.edu> wrote:
> Dear All,
>
> For those of you who have write access to the LLVM CVS repository, I
> need to
2004 Jul 26
2
[LLVMdev] LLVM Server Back Up
Dear All,
Our main server is back up, and all LLVM services (CVS, website, etc)
should be up and available for use.
If you notice that something is wrong, please send an email to
llvmdev at cs.uiuc.edu.
Thanks!
-- John T.
--
*********************************************************************
* John T. Criswell Email: criswell at uiuc.edu *
* Research Programmer
2003 Dec 04
2
[LLVMdev] another question
hi,
when i change the OBJ_ROOT and recompile the llvm, it's successful.
but run following test, then the error occues:
-----------------------------------------------------
[yue at RH9 obj]$ make -C ./test/Programs
make: Entering directory `/home/yue/llvm/obj/test/Programs'
make[1]: Entering directory `/home/yue/llvm/obj/test/Programs/SingleSource'
make[2]: Entering directory
2005 Jun 28
2
[LLVMdev] Re: llvm linux/PPC cfrontend
Cyrille Mescam wrote:
> Morning,
>
> I would like to know if you received my mail with the assembly code
> you wanted.
>
> It not, i'll send it again to you.
>
> Thanks for your help.
>
> Regards.
>
> Cyrille
>
I've looked into the files you sent me, and it seems that the problem is
occuring due to the C library simplication pass (which is run
2005 May 27
0
[LLVMdev] A. Pool Allocation under PowerPC (Mac)
Ricardo wrote:
> Hello,
>
> Is PA working on the macintosh already?
Although we may not have run it on MacOS X recently, I believe that it
should work. We've run it on several architectures and operating
systems, including SparcV9/Solaris.
If you find that PA doesn't compile or work on MacOS X, please file a
bug report (http://llvm.cs.uiuc.edu/bugs/) so that we can fix it.
2005 May 17
2
[LLVMdev] Testing Release 1.5
Alexander Friedman wrote:
> On May 17, John Criswell wrote:
>
>>Dear All,
>>
>>I've finished building binaries for the GCC frontends and am now testing
>> the 1.5 release branch on i386/Linux, Sparc/Solaris, and PowerPC/MacOS X.
>>
>>I'm looking for volunteers to test LLVM 1.5 on platforms that we don't
>>have in house. I'm
2005 Jul 07
2
[LLVMdev] Compile a linux kernel with LLVM?
Hi,
I want to check some properties of linux kernel with llvm, but I don't know how to compile a
linux kernel to an llvm's .bc file. I have let llvm's gcc front-end ignore inline assembly by
modifying cfrontend/src/gcc/llvm-expand.c, and replace CC/as/ar in the Makefile of the kernel
with llvm-gcc/llvm-as/llvm-ar. However, the linux's "make" reports errors:
2005 May 27
0
[LLVMdev] SSA in the Front End
Ricardo wrote:
> Hi,
>
> I have been looking into the code that generates the LLVM assembly in the LLVM front end, but I am
> not very sure if at the time that the llvm_c_expand_body_1 function is called, the SSA form was
> already constructed (each definition dominates all the uses). Can somebody please tell me?
The LLVM GCC frontend does not translate variables directly into
2006 Feb 04
1
[LLVMdev] [fwd] LLVA, TAO Intent, Morphun, DualCor
Is the source code for llva available esp the linux kernel port.
Is there a project page for llva ?
Mike
On 2/3/06, John Criswell <criswell at cs.uiuc.edu> wrote:
> Misha Brukman wrote:
> > I don't know the current status of the LLVA project, so I will let the
> > current developers chime in. Please send all LLVM and LLVA questions to
> > llvmdev at cs.uiuc.edu .