Go to file
Taewook Oh a49eb8578a [TailDuplicator] Maintain DebugLoc for branch instructions
Summary: Existing implementation of duplicateSimpleBB function drops DebugLoc metadata of branch instructions during the transformation. This patch addresses this issue by making newly created branch instructions to keep the metadata of replaced branch instructions.

Reviewers: qcolombet, craig.topper, aprantl, MatzeB, sanjoy, dblaikie

Reviewed By: dblaikie

Subscribers: dblaikie, llvm-commits

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

llvm-svn: 296371
2017-02-27 19:30:01 +00:00
clang [clang-format] Add a NamespaceEndCommentsFixer 2017-02-27 13:28:36 +00:00
clang-tools-extra [clang-move] Extend clang-move to support moving global variable. 2017-02-27 13:19:13 +00:00
compiler-rt [msan] Test for alloca handling. 2017-02-24 00:13:28 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Fix LIBCXX_HAS_EXTERNAL_THREAD_API builds. NFC. 2017-02-27 16:10:57 +00:00
libcxxabi Attempt to fix arm-native libcxxabi tests for the no-exceptions variant 2017-02-27 15:31:34 +00:00
libunwind Fix the project name in the license file. 2017-02-27 17:47:58 +00:00
lld Add a test we already get right. 2017-02-27 13:21:18 +00:00
lldb Support NetBSD Thread ID in lldb-server tests 2017-02-27 17:52:48 +00:00
llgo [llgo] Remove support for LLVM attributes 2016-12-06 19:22:04 +00:00
llvm [TailDuplicator] Maintain DebugLoc for branch instructions 2017-02-27 19:30:01 +00:00
openmp [test] Try to link -latomic to provide atomics when available 2017-02-24 22:15:24 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [Cmake] Optionally use a system isl version. 2017-02-27 17:54:25 +00:00