Displaying 20 results from an estimated 5000 matches similar to: "[LLVMdev] RFC: 2008 LLVM Conference"
2008 Jan 06
0
[LLVMdev] RFC: 2008 LLVM Conference
If the time is convenient, I'd love to attend (I'm a newbie with LLVM,
but am starting to integrate it into my personal project).
I do have a question, as my google searches are fruitless: when and
where was it last year?
-Jon
On Jan 6, 2008, at 5:26 AM, Bill Wendling wrote:
> Hi all,
>
> It's the new year! So the question on everybody's mind is, of course,
>
2008 Jan 10
0
[LLVMdev] RFC: 2008 LLVM Conference
Depending on when and where, I'd love to attend.
Ted Neward
Java, .NET, XML Services
Consulting, Teaching, Speaking, Writing
http://www.tedneward.com
> -----Original Message-----
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
> On Behalf Of Bill Wendling
> Sent: Sunday, January 06, 2008 3:26 AM
> To: LLVM Developers Mailing List
> Subject:
2008 Jan 10
2
[LLVMdev] HOWTO on LLVM with ....
Is there an explicit document describing how to do LLVM with Cygwin? Or with
Solaris Dev Express?
And is LLVM considered a “safe” replacement for gcc on MacOS? In other
words, if I’m doing some ObjC and C/C++ on the MacOS, if I drop LLVM in, is
it going to create some strange kinds of heartache later on?
Ted Neward
Java, .NET, XML Services
Consulting, Teaching, Speaking, Writing
2008 Feb 13
2
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
I simply found it at:
http://getgnuwin32.sourceforge.net/
Seung
---- Original message ----
>Date: Tue, 12 Feb 2008 21:11:04 -0800
>From: "Ted Neward" <ted at tedneward.com>
>Subject: Re: [LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
>To: "'LLVM Developers Mailing List'" <llvmdev at cs.uiuc.edu>
>
>I'm sorry,
2008 Feb 15
2
[LLVMdev] Question on link error
So I’ve built llvm-2.2 using Cygwin, and I think I’ve got all the right bits
in the right places, but I’m getting a strange error when running through
the hello.c examples from the Web site:
Ted at XPLanguages /cygdrive/c/Projects/Exploration/llvm
$ gcc hello.s -o hello.native
Ted at XPLanguages /cygdrive/c/Projects/Exploration/llvm
$ ls
hello.bc hello.c* hello.exe*
2008 Feb 13
1
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
If you are using the Express versions of Visual Studio, the Platform
SDK(windows.h) is a seperate install that you have to download.
Kevin Tew
Ted Neward wrote:
> Thanks--I was offline when I wrote it, couldn't Google. Found it in about 5
> seconds once I was back online.
>
> Second question: I'm getting various build errors relating (it seems) to
> configuration:
2008 Feb 13
0
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
Thanks--I was offline when I wrote it, couldn't Google. Found it in about 5
seconds once I was back online.
Second question: I'm getting various build errors relating (it seems) to
configuration: can't find windows.h and so forth. Where (or to whom) is the
best place to report these and iterate until we fix them?
Ted Neward
Java, .NET, XML Services
Consulting, Teaching, Speaking,
2008 Feb 15
0
[LLVMdev] Question on link error
On Feb 14, 2008, at 6:54 PM, Ted Neward wrote:
> So I’ve built llvm-2.2 using Cygwin, and I think I’ve got all the
> right bits in the right places, but I’m getting a strange error when
> running through the hello.c examples from the Web site:
How did you create hello.s? What version of llvm-gcc are you using?
4.2? Have you tried compiling hello.s to hello.native with llvm-gcc
2008 Feb 18
3
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
>There's a config.h file in the win32 subdirectory that implies that
it's
>supposed to be concatenated as part of the build process, but it
doesn't
>seem like that's happening from within the .sln script--am I missing a
>pre-build step someplace?
When config.h.in is hit in the build of configure the configure project,
the configure.h file from the win32 directory is
2008 Feb 18
2
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
By the way, somebody (I think it was Chuck, but I don't remember for
certain) was asking for the BuildLog.htm from building the llvm.sln file
under VS 2005 SP1 for diagnostic purposes; right now the SLN is configured
to produce a new BuildLog for each and every one of the projects inside the
solution. I don't know who's responsible for this guy, but that's probably
not the best way
2008 Feb 15
2
[LLVMdev] Question on link error
Hello, Ted
> __main is supposed to be inside hello.bc, so why can�t lli find it?
No, it shouldn't be there. On targets, which lacks init sections (for
example, all win-based, like mingw & cygwin) __main is used to call
static constructors and relevant stuff.
The call to __main is assembled early in the main routine before the
actual code will be executed. I'll try to look into
2008 Feb 18
0
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
More on this:
Walking through the projects slowly:
(*) "Configure" builds with no problem.
(*) "support" fails:
C:\Prg\llvm-2.2\llvm-2.2\win32>msbuild llvm.sln /t:Build
Microsoft (R) Build Engine Version 2.0.50727.1433
[Microsoft .NET Framework, Version 2.0.50727.1433]
Copyright (C) Microsoft Corporation 2005. All rights reserved.
Build started 2/18/2008 12:07:45 AM.
2008 Feb 27
3
[LLVMdev] Slight troubles following "Getting Started" instructions
As a suggestion, what about having "Common Uses for LLVM" that list out what
the LLVM n00b needs if he wants to...
(*) Get hello.c to compile and run in LLVM bitcode (This is the "what's the
absolute minimum I need to do to see this thing in action?" question.)
(*) Use LLVM as a back-end for a custom language or interpreter (This is the
"OK now that I've seen the
2008 Jan 06
2
[LLVMdev] [cfe-dev] RFC: 2008 LLVM Conference
On Jan 6, 2008, at 3:23 AM, Bill Wendling wrote:
> It's the new year! So the question on everybody's mind is, of course,
> "Will there be another LLVM conference?". I'm sending this out to
> gauge interest levels. People seemed to like the conference last
> year, and I personally enjoyed meeting the LLVM community. If people
> are interested in having one this
2008 Feb 27
0
[LLVMdev] Slight troubles following "Getting Started" instructions
On Tue, 26 Feb 2008, Ted Neward wrote:
> As a suggestion, what about having "Common Uses for LLVM" that list out what
> the LLVM n00b needs if he wants to...
>
> (*) Get hello.c to compile and run in LLVM bitcode (This is the "what's the
> absolute minimum I need to do to see this thing in action?" question.)
> (*) Use LLVM as a back-end for a custom
2006 Nov 29
7
[LLVMdev] LLVM Conference 2007 ?
LLVMers,
The LLVM Oversight group is trying to assess whether there is sufficient
interest in the LLVM development community for holding an LLVM
Conference next summer. If getting together with your fellow LLVM
Developers sounds interesting to you, please respond to me (off list)
and I'll summarize the results.
Here's our current thinking:
* Venue: West Coast, USA. Probably either San
2008 Feb 19
1
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
> For whatever reason, only by manually deleting the config.h file in the
> llvm/include/Config directory can I get the project to re-gen that config.h
> file. I'm not sure if this is a property of running the build from the
> command-line (but I'm guessing it's not, since MSBuild is used internally
> inside VS), or if the file-copy is being prevented by something in my
2008 Feb 13
0
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
Hola Seung,
I don't know if 2.1 in particular worked. I updated the 2.2 win32
vstudio 2k5 files right before lockdown, so they should be building.
You will need appropriate versions of flex and bison installed. I used
the ones from getgnuwin32 on my machine.
Good luck.
Chuck.
-----Original Message-----
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
On Behalf
2008 Feb 13
4
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
I have flex and bison from Cygwin installed:
$ flex --version
flex version 2.5.4
$ bison --version
bison (GNU Bison) 2.3
Written by Robert Corbett and Richard Stallman.
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Should that work,
2007 Dec 15
1
[LLVMdev] llvm and assemble code
Hi Guys,
I am really a fresh man on compiler. I want to make a compiler that transform C-like language into assemble form, as the the same as Pixie's or Aqsis's RenderMan Shading Language compiler, just like this,
#!version 2.1.1
surface
#!parameters:
uniform float Ka = 1
uniform float Kd = 1
#!variables:
varying vector Nf
varying vector temporary_0
varying vector temporary_1
varying