hanchenye-llvm-project/llvm
Rafael Espindola f696df1148 Pass in a "const Triple &T" instead of a raw StringRef.
llvm-svn: 232429
2015-03-16 22:29:29 +00:00
..
autoconf [autoconf] Fix the build failure by quoting the strings. 2015-03-12 19:56:25 +00:00
bindings
cmake Refactoring CMake CrossCompile module. 2015-03-12 17:33:34 +00:00
docs Adding commit msg guidelines to dev policy 2015-03-15 21:15:48 +00:00
examples
include Pass in a "const Triple &T" instead of a raw StringRef. 2015-03-16 22:29:29 +00:00
lib Pass in a "const Triple &T" instead of a raw StringRef. 2015-03-16 22:29:29 +00:00
projects
test Add testing for mismatched explicit type on a gep operator when loading from bitcode 2015-03-16 22:03:50 +00:00
tools Pass in a "const Triple &T" instead of a raw StringRef. 2015-03-16 22:29:29 +00:00
unittests AsmWriter: Handle broken metadata nodes 2015-03-16 21:21:10 +00:00
utils Use the variable names from the TargetInstrInfo source when we 2015-03-13 01:26:39 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt Add new LLVM_OPTIMIZED_TABLEGEN build setting which configures, builds and uses a release tablegen build when LLVM is configured with assertions enabled. 2015-03-10 20:48:02 +00:00
CODE_OWNERS.TXT Tom is also responsible for the 3.6 branch. 2015-03-16 18:15:27 +00:00
CREDITS.TXT
LICENSE.TXT Update for a new year. 2015-03-12 01:25:29 +00:00
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt
configure [autoconf] Fix the build failure by quoting the strings. 2015-03-12 19:56:25 +00:00
llvm.spec.in

README.txt

Low Level Virtual Machine (LLVM)
================================

This directory and its subdirectories contain source code for LLVM,
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 documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

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