Displaying 20 results from an estimated 30000 matches similar to: "[LLVMdev] Code Movement"
2004 Oct 25
0
[LLVMdev] Link error with TOOLLINKOPTS=-ldbghelp on MinGW
Henrik Bach wrote:
> Hi LLVM'ers
>
> When linking tblgen tool I get below error message on MinGW.
>
> I have put TOOLLINKOPTS=-ldbghelp in Makefile.config.
>
> However, when rearranging library dbghelp to the end of the g++
> line, tblgen gets linked.
It seems that the -L path options are specified before the LLVM
libraries (libSystem and libsupport) are linked in.
2005 Jun 29
0
[LLVMdev] LLVM 1.5 C Front-End Binaries for FreeBSD?
Sean Peisert wrote:
> John,
>
> I may be missing something here, but if I the compilation docs, I need
> to build LLVM first and the C frontend second. But doing this, I
> get:
>
> **llvm-gcc/llvm-g++ was not found,
>
> (obviously -- it wasn't installed, right?)
You do need to build LLVM first before building llvm-gcc. This may seem
a bit weird, but
2004 Jan 07
2
[LLVMdev] Services Restored
Dear LLVM Developers,
The LLVM website, CVS repository, and SAFECode website should now be back
online.
Should you encounter any problems with the LLVM services, please send email to
llvmdev at cs.uiuc.edu so that we may fix it.
Regards,
John T. Criswell
*********************************************************************
* John T. Criswell Email: criswell at uiuc.edu
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 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
2005 Nov 15
3
[LLVMdev] Moving CVS Files
Chris Morgan wrote:
> 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.
We discussed moving to another revision control system about a year ago,
if I recall correctly. At that time, we decided not to move to another
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 May 13
2
[LLVMdev] Current Regressions
Chris Lattner wrote:
> On Thu, 12 May 2005, John Criswell wrote:
>
>> 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
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
2004 Jul 27
1
[LLVMdev] ToolRunner.cpp:396: error: `SHLIBEXT' undeclared (firstuse this function)
Hi John,
Please see below, too
>From: John Criswell <criswell at cs.uiuc.edu>
>Date: Tue, 27 Jul 2004 14:57:02 -0500
>
>Henrik Bach wrote:
>>Hi,
>
>Please see below.
>
>>
>>I get this error:
>>------------------
>>ToolRunner.cpp:396: error: `SHLIBEXT' undeclared (first use this function)
>>ToolRunner.cpp:396: error: (Each
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
2004 Oct 25
0
[LLVMdev] Link error with TOOLLINKOPTS=-ldbghelp on MinGW
Henrik Bach wrote:
>> From: John Criswell <criswell at cs.uiuc.edu>
>> Date: Mon, 25 Oct 2004 15:38:52 -0500
>
>
>>
>> When you run configure, you'd do something like this:
>>
>> configure --prefix=<...> LDFLAGS="-L<path where libdgbhelp is installed"
>>
>> If you modify Makefile.config directly, just add the
2004 Sep 01
0
[LLVMdev] Type uint64_t required but not found
Who takes action on this?
>From: John Criswell <criswell at cs.uiuc.edu>
>Date: Wed, 01 Sep 2004 15:16:53 -0500
>
>Henrik Bach wrote:
>>Reid,
>>
>>>Well, if it doesn't break anything else, I'd fix the header file. The
>>>standard type name is supposed to uint64_t not u_int64_t. I would just
>>>change the header file to define both
2005 May 28
1
[LLVMdev] SSA in the Front End
Thanks for the explanation. It's more clear now
The only thing that seems strange is that in the function llvm_expand_shortcircuit_truth_expr in
the front end, there is the creation of a PHI instruction. If there is no SSA yet, why do you do
that?
Thanks in advance
--- John Criswell <criswell at cs.uiuc.edu> wrote:
> Ricardo wrote:
> > Hi,
> >
> > I have been
2004 Jan 08
0
[LLVMdev] bytecode documentation?
On Thu, 8 Jan 2004, Grant Gould wrote:
Dear Mr. Gould,
> Is there any documentation of the llvm bytecode format? I looked
> around the website but didn't see any; did I miss some obvious
> document?
At this time, we do not have any documentation on the bytcode format. I
believe one LLVM user was working on such a document at one time, but if so,
it is not complete.
One option
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
2004 Sep 07
0
[LLVMdev] Hey, who said you could use Obsequi's code!
Nathan Bullock wrote:
> Just kidding. :-)
My gosh. Your subject line nearly gave me a heart attack!
:)
>
> Hi, I was just doing a Google search on my name and I
> ran across a site that actually had a reference to
> Obsequi a program I wrote almost three years ago now.
> I thought the program had been forgotten a long time
> ago (forgotten might not be the right word,
2004 Jul 21
0
[LLVMdev] /usr/local/src/llvm/include/Config/alloca.h:42:17:#error "The function alloca()
Hi John,
In my setup OBJDIR is SRCDIR. I'm looking at the config.h and not
config.h.in.
Yes, defining HAVE_ALLOCA_H to 1 fixed the compilation. Moreover, I also
defined HAVE_ALLOCA to 1 in the config.h:
--------------------
/* Define to 1 if you have `alloca', as a function or macro. */
/* #undef HAVE_ALLOCA */
#define HAVE_ALLOCA 1 /*Henrik:*/
/* Define to 1 if you have
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.
2003 Sep 26
0
[LLVMdev] Changes in test suite
Dear LLVM'ers,
Today I moved some items around in the test suite. Specifically, I
moved some regression tests into llvm/test/Programs/SingleSource/Regression.
For those of you updating from CVS, you will need to re-run the
configure script in order to populate your object tree with the new
Makefiles that run these tests.
We had a few glitches with this earlier today, but hopefully