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 963b3c9039 add support for lvsl, fixing PR1481
llvm-svn: 47825
2008-03-02 08:54:27 +00:00
autoconf
bindings
docs
examples
include make operand accessors const-correct 2008-03-02 05:32:05 +00:00
lib add support for lvsl, fixing PR1481 2008-03-02 08:54:27 +00:00
projects
runtime
test Oops, can't unwind to the entry block (entry block may have no preds). 2008-03-02 03:34:55 +00:00
tools suppress extra -install_name on Tiger. The 10.4 tools don't support it. Fix whitespace. 2008-03-02 06:33:06 +00:00
utils
website
win32
Xcode
build-for-llvm-top.sh
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
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.