1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
Go to file
Dan Gohman ae2ffc985b Add a comment.
llvm-svn: 68111
2009-03-31 16:46:45 +00:00
autoconf
bindings
cmake
docs docs/TestingGuide.html: correction to prev. text (objdir!=srcdir required for running test-suite), removed refs to llvm-test 2009-03-30 18:56:53 +00:00
examples
include Really temporarily revert r68073. 2009-03-31 08:42:40 +00:00
lib remove unused arguments. 2009-03-31 16:16:57 +00:00
projects
runtime
test Remove the "fast" cases for spill and restore point determination, as these were subtlely wrong in obscure cases. Patch the testcase 2009-03-31 08:27:09 +00:00
tools
unittests
utils Add a comment. 2009-03-31 16:46:45 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
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.