llvm-6502/lib
Owen Anderson bb6a88c25d Fix a stack overflow in the assembler when checking that GEPs must be over sized types.
We failed to use a marking set to properly handle recursive types, which caused use
to recurse infinitely and eventually overflow the stack.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231760 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-10 06:34:57 +00:00
..
Analysis removed function names from comments; NFC 2015-03-10 03:48:14 +00:00
AsmParser Fix a stack overflow in the assembler when checking that GEPs must be over sized types. 2015-03-10 06:34:57 +00:00
Bitcode
CodeGen Move variable into assert to fix -Asserts builds. 2015-03-10 04:28:09 +00:00
DebugInfo
ExecutionEngine
Fuzzer
IR Fix an issue in the verifier where we could try to read information out of a malformed statepoint intrinsic. 2015-03-10 05:58:21 +00:00
IRReader
LineEditor
Linker
LTO
MC
Object
Option
Passes
ProfileData
Support
TableGen
Target Remove incredibly confusing isBaseAddressKnownZero. 2015-03-10 04:11:52 +00:00
Transforms Fix an infinite loop in InstCombine when an instruction with no users and side effects can be constant folded. 2015-03-10 05:13:47 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile