It's not safe to propagate implicit_def that defines part of a register.
[oota-llvm.git] / lib / CodeGen / ProcessImplicitDefs.cpp
2010-05-10 Evan ChengIt's not safe to propagate implicit_def that defines...
2010-02-15 Jakob Stoklund OlesenFix PR6300.
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-02-04 Jakob Stoklund OlesenFix small bug in handling instructions with more than...
2010-01-05 David GreeneChange errs() to dbgs().
2009-11-26 Evan ChengWhen all defs of a vr are implicit_def, delete all...
2009-11-25 Evan ChengProcessImplicitDefs should watch out for invalidated...
2009-11-16 Evan ChengFor some targets, a copy can use a register multiple...
2009-11-16 Lang HamesFixes the bug exposed by Anton's test case in PR 5495:
2009-11-03 Lang HamesThe Indexes Patch.