This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
LLVM Sources (Was: AST optimizer in C++?)
- From: Chris Lattner <sabre at nondot dot org>
- To: <gcc at gcc dot gnu dot org>
- Cc: "Vikram S. Adve" <vadve at cs dot uiuc dot edu>
- Date: Fri, 23 Aug 2002 16:47:52 -0500 (CDT)
- Subject: LLVM Sources (Was: AST optimizer in C++?)
>> I had a look at the project, and I'm interested to have a look at the
>> sources (if it's possible).
> As I says on the web page, we aren't really ready for a public "release"
> yet. That said, the doxygen documentation is all online, so you are
> free to browse the source:
> http://llvm.cs.uiuc.edu/doxygen/
> I'll get back to the list this afternoon with something more decisive
> about making tarballs public.
As it turns out, we cannot yet publically release the source code for our
work, without going through the appropriate channels at the university
here. Although we are certainly doing this, it will be at least a couple
of (working) days before we can make anything available.
That said, I still think that the idea of writing the optimization passes
in a higher level language than C offers a lot of merit and that there are
a lot of design issues that should be considered.
-Chris
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/