Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
[oota-llvm.git] / lib / CodeGen / ProcessImplicitDefs.cpp
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-07-16 Jakob Stoklund OlesenRemove many calls to TII::isMoveInstr. Targets should...
2010-07-14 Evan ChengTeach ProcessImplicitDefs to transform more COPY instru...
2010-07-08 Jakob Stoklund OlesenConvert EXTRACT_SUBREG to COPY when emitting machine...
2010-07-08 Jakob Stoklund OlesenRemove references to INSERT_SUBREG after de-SSA.
2010-07-07 Jakob Stoklund OlesenRevert "Remove references to INSERT_SUBREG after de...
2010-07-06 Jakob Stoklund OlesenRemove references to INSERT_SUBREG after de-SSA
2010-07-06 Jakob Stoklund OlesenConvert INSERT_SUBREG to COPY in TwoAddressInstructionPass.
2010-07-03 Jakob Stoklund OlesenDetect and handle COPY in many places.
2010-05-11 Evan ChengIt's not safe eliminate copies where src and dst have...
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.