llvm-6502/test
David Blaikie 6408a8b836 DebugInfo: Preserve debug location information when transforming a call into an invoke during inlining.
This both improves basic debug info quality, but also fixes a larger
hole whenever we inline a call/invoke without a location (debug info for
the entire inlining is lost and other badness that the debug info
emission code is currently working around but shouldn't have to).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212065 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-30 20:30:39 +00:00
..
Analysis
Assembler
Bindings
Bitcode
BugPoint
CodeGen Debug info: split out complex DIVariable address expressions into a 2014-06-30 17:17:35 +00:00
DebugInfo Debug info: split out complex DIVariable address expressions into a 2014-06-30 17:17:35 +00:00
ExecutionEngine Fix this test to not write to the source tree, and instead to write to 2014-06-28 05:18:49 +00:00
Feature
FileCheck
Instrumentation msan: Stop stripping the 'tail' modifier off of calls 2014-06-30 20:12:27 +00:00
Integer
JitListener
Linker
LTO
MC ARM: take care not to set the ThumbFunc bit on TLS data symbols 2014-06-30 09:37:24 +00:00
Object objdump: Add test for ELF file with no section table 2014-06-30 20:03:02 +00:00
Other
TableGen
tools
Transforms DebugInfo: Preserve debug location information when transforming a call into an invoke during inlining. 2014-06-30 20:30:39 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh