Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Nate Begeman c470186332 Fix a valgrind error.
llvm-svn: 105600
2010-06-08 07:11:17 +00:00
autoconf
bindings
cmake
docs
examples
include The FoldingSet hash data includes pointer values, so it isn't 2010-06-07 19:36:14 +00:00
lib Fix up a comment. 2010-06-08 00:42:08 +00:00
projects
runtime
test Tweak test for debug/metadata change, update to FileCheck. Radar 7424645. 2010-06-07 21:50:54 +00:00
tools Plug a leak in the non-error case by removing one level of indirection. 2010-06-07 21:42:19 +00:00
unittests
utils Fix a valgrind error. 2010-06-08 07:11:17 +00:00
website
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.

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