1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
Go to file
Chris Lattner d72b6b1e77 Improve comment
llvm-svn: 17375
2004-10-31 19:57:43 +00:00
autoconf
docs Add the preconditions target per suggestion by Henrik Bach. 2004-10-31 18:50:34 +00:00
examples
include/llvm
lib Improve comment 2004-10-31 19:57:43 +00:00
projects Change macro names per naming standard in Makefile.rules. 2004-10-30 09:26:22 +00:00
runtime Internalize variable names to prevent recursive assignment. Cleanup docs. 2004-10-30 09:19:36 +00:00
test Internalize variable names to prevent recursive assignment. Cleanup docs. 2004-10-30 09:19:36 +00:00
tools No, really, the library name is `LLVMexecve' 2004-10-31 17:30:52 +00:00
utils Fix patterns to match only one-char words. 2004-10-30 23:11:26 +00:00
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
Makefile Internalize variable names to prevent recursive assignment. Cleanup docs. 2004-10-30 09:19:36 +00:00
Makefile.common
Makefile.config.in Internalize variable names to prevent recursive assignment. Cleanup docs. 2004-10-30 09:19:36 +00:00
Makefile.rules Actually use the correct variable name for building bytecode files. 2004-10-31 18:52:15 +00:00
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.