hanchenye-llvm-project/llvm
Evgeniy Stepanov 9fb70f53ce Fix PR26152.
Fix the condition for when the new global takes over the name of
the existing one to be the negation of the condition for the new
global to get internal linkage.

llvm-svn: 258355
2016-01-20 22:05:50 +00:00
..
autoconf Update version to 3.9. 2016-01-13 17:32:32 +00:00
bindings
cmake tools/llvm-config: improve shared library support 2016-01-20 04:03:09 +00:00
docs Add a "gc-transition" operand bundle 2016-01-20 19:50:25 +00:00
examples Fix examples corresponding to r257302. 2016-01-11 05:04:20 +00:00
include [GlobalISel] Add the proper cmake plumbing. 2016-01-20 20:58:56 +00:00
lib Fix PR26152. 2016-01-20 22:05:50 +00:00
projects
resources
test Fix PR26152. 2016-01-20 22:05:50 +00:00
tools [GlobalISel] Add the proper cmake plumbing. 2016-01-20 20:58:56 +00:00
unittests Fix a bug in test 2016-01-20 02:49:53 +00:00
utils [GlobalISel] Add a generic machine opcode for ADD. 2016-01-20 19:14:55 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [GlobalISel] Add the proper cmake plumbing. 2016-01-20 20:58:56 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt Revert previous test commit. 2016-01-04 19:13:29 +00:00
configure Update version to 3.9. 2016-01-13 17:32:32 +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 are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.