1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
Go to file
Chris Lattner 64be951e06 add a note
llvm-svn: 26950
2006-03-22 07:33:46 +00:00
autoconf
docs Document ENABLE_ASSERTIONS=1 2006-03-21 01:10:57 +00:00
examples
include/llvm wrap lines to 80 columns. 2006-03-22 06:06:37 +00:00
lib add a note 2006-03-22 07:33:46 +00:00
projects
runtime
test Add an integer splat test 2006-03-21 18:27:27 +00:00
tools add an assert to get a slightly better msg about this problem 2006-03-16 23:16:17 +00:00
utils Don't forget to promote xform function to an explicit node for def : Pat<> 2006-03-21 20:44:17 +00:00
win32
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Enable assertions to be enabled in release builds by building with 2006-03-21 01:06:41 +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.