llvm-project/llvm
Nadav Rotem 269703f983 Add an additional testcase which checks ops with multiple users.
llvm-svn: 153939
2012-04-03 07:39:36 +00:00
..
autoconf Fix CXXFLAGS for huge_val.m4. 2012-04-02 06:54:01 +00:00
bindings
cmake
docs Add a line number for the scope of the function (starting at the first 2012-04-03 00:43:49 +00:00
examples
include Add a line number for the scope of the function (starting at the first 2012-04-03 00:43:49 +00:00
lib Make PPCCompilationCallbackC function to be static, so there will be no need to issue call via 2012-04-03 06:59:28 +00:00
projects
runtime
test Add an additional testcase which checks ops with multiple users. 2012-04-03 07:39:36 +00:00
tools Reformatting. No functionality change. 2012-04-03 03:56:52 +00:00
unittests Add triple support for the IBM BG/P and BG/Q supercomputers. 2012-04-02 18:31:33 +00:00
utils Tidy up spacing in some tablegen outputs. 2012-04-03 06:52:47 +00:00
.gitignore
CMakeLists.txt
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt
configure Fix CXXFLAGS for huge_val.m4. 2012-04-02 06:54:01 +00:00
llvm.spec.in

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.