llvm/test
Eli Friedman 9dc569fec5 [GlobalOpt] Correctly update metadata when localizing a global.
Just calling dropAllReferences leaves pointers to the ConstantExpr
behind, so we would eventually crash with a null pointer dereference.

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



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301575 91177308-0d34-0410-b5e6-96231b3b80d8
2017-04-27 18:39:08 +00:00
..
Analysis Reverts commit r301424, r301425 and r301426 2017-04-26 16:37:05 +00:00
Assembler Add support for DW_TAG_thrown_type. 2017-04-26 22:56:44 +00:00
Bindings
Bitcode
BugPoint
CodeGen Use a pointer type for target frame indices during statepoint lowering 2017-04-27 17:17:16 +00:00
DebugInfo [llvm-dwarfdump] - Change format for .gdb_index dump. 2017-04-27 10:00:13 +00:00
Examples
ExecutionEngine
Feature Disable GVN Hoist due to still more bugs being found in it. There is 2017-04-27 00:28:03 +00:00
FileCheck
Instrumentation [asan] Let the frontend disable gc-sections optimization for asan globals. 2017-04-24 19:34:13 +00:00
Integer
JitListener
LibDriver
Linker
LTO LTO: Mark undefined module asm symbols as used. 2017-04-26 17:53:39 +00:00
MC [AMDGPU] DPP: add support for GFX9 2017-04-27 15:42:38 +00:00
Object
ObjectYAML [WebAssembly] Allow for signed relocation addends 2017-04-26 00:02:31 +00:00
Other Disable GVN Hoist due to still more bugs being found in it. There is 2017-04-27 00:28:03 +00:00
SymbolRewriter
TableGen [globalisel][tablegen] Add support for RegisterOperand. 2017-04-22 15:53:21 +00:00
ThinLTO/X86
tools LTO: Mark undefined module asm symbols as used. 2017-04-26 17:53:39 +00:00
Transforms [GlobalOpt] Correctly update metadata when localizing a global. 2017-04-27 18:39:08 +00:00
Unit
Verifier Add support for DW_TAG_thrown_type. 2017-04-26 22:56:44 +00:00
YAMLParser
.clang-format
CMakeLists.txt Add a dependency from llvm/test to llvm-cvtres. 2017-04-21 20:45:11 +00:00
lit.cfg
lit.site.cfg.in
TestRunner.sh