1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
Go to file
2004-10-13 04:44:53 +00:00
autoconf Save Reid's notes from bugzilla on the proper procedure to upgrade libtool 2004-10-13 01:07:55 +00:00
docs
examples
include/llvm Update doco, make doxygen more, use standard dividers. 2004-10-13 04:44:53 +00:00
lib
projects
runtime
test
tools No space allowed between \ and end-of-line 2004-10-12 19:17:11 +00:00
utils Don't emit the method into the llvm namespace, let the #includer decide where it goes 2004-10-12 16:21:18 +00:00
.cvsignore
configure Resolution to PR451. 2004-10-13 01:01:03 +00:00
configure_am
CREDITS.TXT
LICENSE.TXT
llvm.spec
Makefile
Makefile.am
Makefile.common
Makefile.config.in
Makefile.rules
Makefile.rules.am
README.txt

Low Level Virtual Machine (LLVM)
================================

This directory and its subdirectories contain source code for the Low Level 
Virtual Machine, a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments. 

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the HTML documentation provided in docs/index.html for further
assistance with LLVM.