llvm-project/llvm
Sam Parker 617cdc5a6d [ARM][CGP] Clear SafeWrap before each search
The previous patch added a member set to store instructions that we
could allow to wrap. But this wasn't cleared between searches meaning
that they could get promoted, incorrectly, during the promotion of a
separate valid chain.

Differential Revision: https://reviews.llvm.org/D62254

llvm-svn: 361462
2019-05-23 07:46:39 +00:00
..
benchmarks
bindings [OCaml] Update api to account for FNeg and CallBr instructions 2019-04-16 15:00:19 +00:00
cmake Unbreak non-PIC builds after r361340/D62174 2019-05-22 15:48:12 +00:00
docs FileCheck: Improve FileCheck variable terminology 2019-05-23 00:10:14 +00:00
examples Add a HowToUseLLJIT example project. 2019-05-22 21:38:41 +00:00
include [WebAssembly] Implement __builtin_return_address for emscripten 2019-05-23 01:24:01 +00:00
lib [ARM][CGP] Clear SafeWrap before each search 2019-05-23 07:46:39 +00:00
projects
resources
runtimes [Runtimes] If LLVM_INCLUDE_TESTS=On depend on gtest 2019-05-22 21:42:06 +00:00
test [ARM][CGP] Clear SafeWrap before each search 2019-05-23 07:46:39 +00:00
tools [llvm-objcopy] Add file names to error messages 2019-05-23 00:42:46 +00:00
unittests [FileCheck] Introduce substitution subclasses 2019-05-23 00:10:29 +00:00
utils gn build: Merge r361418. 2019-05-23 00:31:55 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt build: enable CMake policy 0077 2019-05-21 20:28:32 +00:00
CODE_OWNERS.TXT
CREDITS.TXT add Qiu Chaofan (qiucf@cn.ibm.com) to the CREDITS.txt 2019-04-23 02:37:48 +00:00
LICENSE.TXT
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.txt

The LLVM Compiler Infrastructure
================================

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.