1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
Go to file
Chris Lattner edb398b7db just use dump()
llvm-svn: 80889
2009-09-03 05:39:09 +00:00
autoconf
bindings
cmake
docs
examples
include Set the 'cached digest' flag after computing the digest for an 2009-09-03 04:21:34 +00:00
lib just use dump() 2009-09-03 05:39:09 +00:00
projects
runtime
test In C++, code is not allowed to call main. In C it is, this 2009-09-03 05:19:59 +00:00
tools Unbreak my CMake build. Say you'll link again. 2009-09-02 22:45:31 +00:00
unittests Now Bitcode reader bug is fixed. Reapply 80839. 2009-09-03 01:39:20 +00:00
utils
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile Improve support for cross-hosted builds of LLVM. 2009-09-02 23:52:23 +00:00
Makefile.common
Makefile.config.in Improve support for cross-hosted builds of LLVM. 2009-09-02 23:52:23 +00:00
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.