hanchenye-llvm-project/llvm
James Y Knight 582f556251 Revert "Stop increasing alignment of externally-visible globals on ELF platforms."
This reverts commit r257719, due to PR26144.

llvm-svn: 257775
2016-01-14 16:33:21 +00:00
..
autoconf Update version to 3.9. 2016-01-13 17:32:32 +00:00
bindings Deprecate a few C APIs. 2015-12-18 23:46:42 +00:00
cmake Explicitly enable OBJECT library "target". 2016-01-12 07:44:58 +00:00
docs [docs] Improve the documentation on committing code reviewed on 2016-01-14 13:39:29 +00:00
examples Fix examples corresponding to r257302. 2016-01-11 05:04:20 +00:00
include Revert "Stop increasing alignment of externally-visible globals on ELF platforms." 2016-01-14 16:33:21 +00:00
lib Revert "Stop increasing alignment of externally-visible globals on ELF platforms." 2016-01-14 16:33:21 +00:00
projects
resources
test Revert "Stop increasing alignment of externally-visible globals on ELF platforms." 2016-01-14 16:33:21 +00:00
tools Revert "Assert that we have all use/users in the getters." 2016-01-14 09:02:45 +00:00
unittests InstructionsTest.cpp: Fix a warning. [-Wsign-compare] 2016-01-14 09:21:49 +00:00
utils [TableGen] Pass PassSubtarget flag into getCode instead of storing a copy of the flag in every AsmWriterOperand. NFC 2016-01-14 06:15:07 +00:00
.arcconfig
.clang-format
.clang-tidy adding readability-identifier-naming to llvm clang-tidy configuration. 2015-12-08 17:44:51 +00:00
.gitignore
CMakeLists.txt Update version to 3.9. 2016-01-13 17:32:32 +00:00
CODE_OWNERS.TXT The PS4 baton passes. 2015-12-19 20:04:03 +00:00
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.