Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Reid Spencer c38adbb846 Fix PR1525:
Use a better determinator for identifying constant array initializers that
are or are not zero terminated and generate code appropriately.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37720 91177308-0d34-0410-b5e6-96231b3b80d8
2007-06-25 16:45:54 +00:00
autoconf
docs Modify deleting global variable with an even easier way. 2007-06-20 20:46:37 +00:00
examples
include Generalize MVT::ValueType and associated functions to be able to represent 2007-06-25 16:23:39 +00:00
lib Generalize MVT::ValueType and associated functions to be able to represent 2007-06-25 16:23:39 +00:00
projects
runtime
test Rename variables to expose the fact that this test is failing. 2007-06-24 08:17:41 +00:00
tools Fix PR1525: 2007-06-25 16:45:54 +00:00
utils silence warning when assertions are disabled. 2007-06-19 06:40:46 +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.