hanchenye-llvm-project/llvm
JF Bastien e71e653a5f x86: check hasOpaqueSPAdjustment in canRealignStack
Summary:
@rnk pointed out in [1] that x86's canRealignStack logic should match that in CantUseSP from hasBasePointer.

  [1]: http://reviews.llvm.org/D11160?id=29713#inline-89350

Reviewers: rnk

Subscribers: rnk, llvm-commits

Differential Revision: http://reviews.llvm.org/D11377

llvm-svn: 243772
2015-07-31 18:28:09 +00:00
..
autoconf Update the trunk version to 3.8.0svn. 2015-07-14 22:35:57 +00:00
bindings DI: Rewrite the DIBuilder local variable API 2015-07-31 17:55:53 +00:00
cmake Use a specified list of languages in cmake project() command. 2015-07-28 14:43:53 +00:00
docs New EH representation for MSVC compatibility 2015-07-31 17:58:14 +00:00
examples DI: Rewrite the DIBuilder local variable API 2015-07-31 17:55:53 +00:00
include Attempt to appease the MSVC build bots 2015-07-31 18:13:25 +00:00
lib x86: check hasOpaqueSPAdjustment in canRealignStack 2015-07-31 18:28:09 +00:00
projects
resources
test WebAssembly: handle unused function arguments. 2015-07-31 18:13:27 +00:00
tools New EH representation for MSVC compatibility 2015-07-31 17:58:14 +00:00
unittests DI: Rewrite the DIBuilder local variable API 2015-07-31 17:55:53 +00:00
utils Fix TableGen code generation for ReadNone attribute. 2015-07-30 21:16:34 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore Minor updates to gitignore so that symlinks are ignored in the projects dir. 2015-07-07 20:24:58 +00:00
CMakeLists.txt Use a specified list of languages in cmake project() command. 2015-07-28 14:43:53 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt
configure Update the trunk version to 3.8.0svn. 2015-07-14 22:35:57 +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.