llvm-project/llvm
Adrian Prantl 261ac8b23c Invoke salvageDebugInfo from CodeGenPrepare's SinkCast()
This preserves the debug info for the cast operation in the original location.

rdar://problem/33460652

Reapplied r317340 with the test moved into an ARM-specific directory.

llvm-svn: 317375
2017-11-03 21:55:03 +00:00
..
bindings Update go bindings to use new functions from rL317135. 2017-11-02 10:22:26 +00:00
cmake [cmake] Make check_linker_flags operate via linker flags 2017-10-31 01:30:46 +00:00
docs Irreducible loop metadata for more accurate block frequency under PGO. 2017-11-02 22:26:51 +00:00
examples
include [LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local. 2017-11-03 21:45:55 +00:00
lib Invoke salvageDebugInfo from CodeGenPrepare's SinkCast() 2017-11-03 21:55:03 +00:00
projects
resources
runtimes
test Invoke salvageDebugInfo from CodeGenPrepare's SinkCast() 2017-11-03 21:55:03 +00:00
tools Fix a crash in llvm-objdump when printing a bad x86_64 relocation in a Mach-O 2017-11-03 21:32:44 +00:00
unittests [cfi-verify] Add blacklist parsing for result filtering. 2017-11-03 20:54:26 +00:00
utils [globalisel][tablegen] Skip src child predicates 2017-11-03 10:30:19 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [tools] Add option to install binutils symlinks 2017-11-02 21:43:32 +00:00
CODE_OWNERS.TXT Update my email addresses, NFC. 2017-10-26 10:16:54 +00:00
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT Update my email addresses, NFC. 2017-10-26 10:16:54 +00:00
configure
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.