Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Devang Patel 40d2cd13a5 Spell check.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35374 91177308-0d34-0410-b5e6-96231b3b80d8
2007-03-27 00:16:08 +00:00
autoconf
docs For PR601: 2007-03-26 09:32:31 +00:00
examples
include Change findRegisterUseOperand() to return operand index instead. 2007-03-26 22:37:45 +00:00
lib Spell check. 2007-03-27 00:16:08 +00:00
projects
runtime
test Another test case for PR1271 where bad shift masks were generated. 2007-03-26 23:48:52 +00:00
tools For PR1277: 2007-03-26 22:38:01 +00:00
utils Add support for the v1i64 type. This makes better code for this: 2007-03-26 07:53:08 +00:00
win32
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
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.