1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
Go to file
Chris Lattner 4b7ff8e0c0 fix indentation
llvm-svn: 75277
2009-07-10 21:01:59 +00:00
autoconf
bindings
cmake
docs
examples
include Remove ScalarEvolution::hasSCEV, which isn't being used, and which 2009-07-10 20:25:29 +00:00
lib fix indentation 2009-07-10 21:01:59 +00:00
projects
runtime
test convert test to use FileCheck, which is much more precise and faster than 2009-07-10 18:34:47 +00:00
tools Link std.lib (.bc code) with llvm-ld. 2009-07-10 19:04:05 +00:00
unittests Fix unit tests. 2009-07-10 18:58:29 +00:00
utils
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.