llvm-6502/lib
Jakob Stoklund Olesen b31defe94c Remove livein checks from machine code verifier.
A phi operand that is implicitly defined in a predecessor becomes an undefined
register after phi elimination. This causes a lot of false positives when the
verifier is checking if live-in registers are live-out from all predecessors.

Removing the verifier checks seems like a better solution than insisting on
IMPLICIT_DEF instructions in predecessor blocks.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92769 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-05 20:59:36 +00:00
..
Analysis Convert a ton of simple integer type equality tests to the new predicate. 2010-01-05 20:07:06 +00:00
Archive
AsmParser NamedMDNode is a collection MDNodes. 2010-01-05 20:41:31 +00:00
Bitcode NamedMDNode is a collection MDNodes. 2010-01-05 20:41:31 +00:00
CodeGen Remove livein checks from machine code verifier. 2010-01-05 20:59:36 +00:00
CompilerDriver
ExecutionEngine Convert a ton of simple integer type equality tests to the new predicate. 2010-01-05 20:07:06 +00:00
Linker Change this back to errs(). 2010-01-05 01:55:22 +00:00
MC Change errs() to dbgs(). 2010-01-05 01:28:22 +00:00
Support Change errs() to dbgs(). 2010-01-05 01:29:03 +00:00
System Alternative fix to make sure that the extern declarations used by 2009-12-23 19:12:50 +00:00
Target Convert a ton of simple integer type equality tests to the new predicate. 2010-01-05 20:07:06 +00:00
Transforms move a trunc-specific xform out of commonIntCastTransforms into visitTrunc 2010-01-05 20:57:30 +00:00
VMCore NamedMDNode is a collection MDNodes. 2010-01-05 20:41:31 +00:00
Makefile