Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
2005-05-05 22:33:09 +00:00
autoconf
docs Correct the descriptions of WHILE...END and RROT. Thanks to Lalo Martins 2005-05-04 15:43:40 +00:00
examples
include/llvm Remove vim settings from source code; people should use llvm/utils/vim/vimrc 2005-05-05 22:33:09 +00:00
lib Remove vim settings from source code; people should use llvm/utils/vim/vimrc 2005-05-05 22:33:09 +00:00
projects WHILE does not "pop" a value, it "examines" to top of stack. Make this 2005-05-04 15:33:48 +00:00
runtime
test new testcase for PR541 2005-05-05 22:23:10 +00:00
tools Minor clean-ups 2005-05-03 20:30:34 +00:00
utils
win32
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.