Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Michael Liao be16910f82 [SimplifyCFG] Skip sinking common lifetime markers of alloca.
Summary:
- Similar to the workaround in fix of PR30188, skip sinking common
  lifetime markers of `alloca`. They are mostly left there after
  inlining functions in branches.

Subscribers: hiraditya, llvm-commits

Tags: #llvm

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

llvm-svn: 370376
2019-08-29 16:12:05 +00:00
benchmarks
bindings
cmake
docs [X86][ReleaseNotes] Add a note about the switch to widening legalization for narrow vectors. 2019-08-28 17:18:56 +00:00
examples
include DWARFDebugLoc: Make parsing and error reporting more robust 2019-08-29 14:26:05 +00:00
lib [SimplifyCFG] Skip sinking common lifetime markers of alloca. 2019-08-29 16:12:05 +00:00
projects
resources
runtimes
test [SimplifyCFG] Skip sinking common lifetime markers of alloca. 2019-08-29 16:12:05 +00:00
tools [llvm-readobj/llvm-readelf] - Report a proper warning when dumping a broken dynamic relocation. 2019-08-29 10:55:57 +00:00
unittests Fix for "DICompileUnit not listed in llvm.dbg.cu" verification error after ... 2019-08-28 21:27:50 +00:00
utils GlobalISel/TableGen: Handle setcc patterns 2019-08-29 01:13:41 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
README.txt
RELEASE_TESTERS.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.