Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Hemant Kulkarni 2217577fa7 Added program header emission
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168195 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-16 20:51:32 +00:00
autoconf
bindings
cmake
docs ReleaseNotes.html updates reflecting PPC64 Elf Linux efforts and progress. 2012-11-16 19:46:35 +00:00
examples
include Work around a layering violation from Target to CodeGen. 2012-11-16 17:32:33 +00:00
lib Remove conditions from 'else if' that were guaranteed by preceding 'if'. 2012-11-16 20:01:39 +00:00
projects
runtime
test Added program header emission 2012-11-16 20:51:32 +00:00
tools
unittests
utils
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT Finally add myself to the credits. 2012-11-16 18:44:36 +00:00
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.