llvm/test
Justin Lebar 649bcb99b4 [StructurizeCFG] Fix infinite loop in rebuildSSA.
Michel Dänzer reported that r288051, "[StructurizeCFG] Use range-based
for loops", introduced a bug into rebuildSSA, wherein we were iterating
over an instruction's use list while modifying it, without taking care
to do this correctly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288200 91177308-0d34-0410-b5e6-96231b3b80d8
2016-11-29 21:49:02 +00:00
..
Analysis [InstSimplify] allow integer vector types to use computeKnownBits 2016-11-27 21:07:28 +00:00
Assembler
Bindings
Bitcode Bitcode: Introduce BitcodeWriter interface. 2016-11-29 20:43:47 +00:00
BugPoint
CodeGen AMDGPU: Disallow exec as SMEM instruction operand 2016-11-29 19:39:53 +00:00
DebugInfo [DebugInfo] Add support for DW_AT_main_subprogram on subprograms 2016-11-28 21:32:19 +00:00
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [asan/win] Align global registration metadata to its size 2016-11-29 01:32:21 +00:00
Integer
JitListener
LibDriver
Linker
LTO
MC AMDGPU: Disallow exec as SMEM instruction operand 2016-11-29 19:39:53 +00:00
Object Add error checking for Mach-O universal files. 2016-11-28 22:40:50 +00:00
ObjectYAML
Other
SymbolRewriter
TableGen
ThinLTO/X86
tools Add to llvm-objdump the -no-leading-headers option with the use of the -macho option. 2016-11-29 21:43:40 +00:00
Transforms [StructurizeCFG] Fix infinite loop in rebuildSSA. 2016-11-29 21:49:02 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt Bitcode: Introduce BitcodeWriter interface. 2016-11-29 20:43:47 +00:00
lit.cfg
lit.site.cfg.in
TestRunner.sh