llvm-mirror/unittests
Johannes Doerfert 218cfa8be2 [LoopInfo] Fix Loop::getLoopID() for loops with multiple latches
The previous implementation traversed all loop blocks and bailed if one
was not a latch block. Since we are only interested in latch blocks, we
should only traverse those.

llvm-svn: 341926
2018-09-11 11:44:17 +00:00
..
ADT [ADT] Support converting to lowercase string in toHex 2018-09-10 19:34:44 +00:00
Analysis [LoopInfo] Fix Loop::getLoopID() for loops with multiple latches 2018-09-11 11:44:17 +00:00
AsmParser
BinaryFormat
Bitcode
CodeGen
DebugInfo [PDB] Change uint32_t to SymIndex wherever it makes sense. 2018-09-10 21:30:59 +00:00
Demangle
ExecutionEngine
FuzzMutate
IR
LineEditor
Linker
MC
MI
Object
ObjectYAML
Option
Passes
ProfileData
Support [Error] Reintroduce type validation in createFileError() 2018-09-07 18:32:59 +00:00
Target
tools
Transforms
XRay [XRay] Add TSC to NewCPUId Records 2018-09-11 06:36:51 +00:00
CMakeLists.txt
unittest.cfg.in