llvm-6502/lib
Jakob Stoklund Olesen 8eea48a43d Fix PR6300.
A virtual register can be used before it is defined in the same MBB if the MBB
is part of a loop. Teach the implicit-def pass about this case.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96279 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-15 22:03:29 +00:00
..
Analysis Uniformize the names of type predicates: rather than having isFloatTy and 2010-02-15 16:12:20 +00:00
Archive From PR6228: 2010-02-04 06:19:43 +00:00
AsmParser Uniformize the names of type predicates: rather than having isFloatTy and 2010-02-15 16:12:20 +00:00
Bitcode Simplify. 2010-02-15 21:08:22 +00:00
CodeGen Fix PR6300. 2010-02-15 22:03:29 +00:00
CompilerDriver Better error message. 2010-01-26 14:55:16 +00:00
ExecutionEngine Uniformize the names of type predicates: rather than having isFloatTy and 2010-02-15 16:12:20 +00:00
Linker Linker should not remap null operands of metadata 2010-02-06 01:31:55 +00:00
MC MCAssembler: Fix pcrel relocations. Oh and, 2010-02-13 09:45:59 +00:00
Support enhance raw_svector_ostream::write_impl to work with unbuffered streams, 2010-02-15 02:18:26 +00:00
System follow-on to PR6280 2010-02-14 18:20:09 +00:00
Target revert r96241. It breaks two regression tests, isn't documented, 2010-02-15 20:53:01 +00:00
Transforms fix PR6305 by handling BlockAddress in a helper function 2010-02-15 20:47:49 +00:00
VMCore Fix crash in VerifyType when checking Contexts. Because there may not be a 2010-02-15 21:52:04 +00:00
Makefile