1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/test
Dehao Chen cd1e91b8a4 Merge debug info when hoist then-else code to if.
Summary: When we move then-else code to if, we need to merge its debug info, otherwise the hoisted instruction may have inaccurate debug info attached.

Reviewers: aprantl, probinson, dblaikie, echristo, loladiro

Reviewed By: aprantl

Subscribers: sanjoy, llvm-commits

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

llvm-svn: 310985
2017-08-16 01:55:26 +00:00
..
Analysis [Dominators] Include infinite loops in PostDominatorTree 2017-08-15 18:14:57 +00:00
Assembler
Bindings [llvm] Get rid of "%T" expansions 2017-08-15 20:29:24 +00:00
Bitcode Add strictfp attribute to prevent unwanted optimizations of libm calls 2017-08-14 21:15:13 +00:00
BugPoint
CodeGen [WebAssembly] Remove infinite loop from reg-stackify test 2017-08-16 00:49:44 +00:00
DebugInfo Revert changes in r310953 for llvm-symbolizer.test. The change causes a test failure. 2017-08-15 21:02:17 +00:00
DllTool [llvm-dlltool] Map the "arm64" machine type 2017-08-06 19:58:13 +00:00
Examples
ExecutionEngine [llvm] Get rid of "%T" expansions 2017-08-15 20:29:24 +00:00
Feature
FileCheck
Instrumentation [sanitizer-coverage] Change cmp instrumentation to distinguish const operands 2017-08-10 15:00:13 +00:00
Integer
JitListener
LibDriver [llvm] Get rid of "%T" expansions 2017-08-15 20:29:24 +00:00
Linker [Linker] PR33527 - Linker::LinkOnlyNeeded should import AppendingLinkage globals 2017-08-09 20:58:39 +00:00
LTO [llvm] Get rid of "%T" expansions 2017-08-15 20:29:24 +00:00
MC [RISCV] Add RISCVInstPrinter and basic MC assembler tests 2017-08-15 13:08:29 +00:00
Object Revert archive-* tests from r310953, there were test failures. 2017-08-15 23:41:34 +00:00
ObjectYAML
Other [llvm] Get rid of "%T" expansions 2017-08-15 20:29:24 +00:00
SafepointIRVerifier
SymbolRewriter
TableGen Revert r310919 - [globalisel][tablegen] Support zero-instruction emission. 2017-08-15 15:10:31 +00:00
ThinLTO/X86 [llvm] Get rid of "%T" expansions 2017-08-15 20:29:24 +00:00
tools [llvm] Get rid of "%T" expansions 2017-08-15 20:29:24 +00:00
Transforms Merge debug info when hoist then-else code to if. 2017-08-16 01:55:26 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
TestRunner.sh