aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/ProcessImplicitDefs.cpp
AgeCommit message (Expand)Author
2010-02-15Fix PR6300.Jakob Stoklund Olesen
2010-02-09move target-independent opcodes out of TargetInstrInfoChris Lattner
2010-02-04Fix small bug in handling instructions with more than one implicitly defined ...Jakob Stoklund Olesen
2010-01-05Change errs() to dbgs().David Greene
2009-11-26When all defs of a vr are implicit_def, delete all of the defs.Evan Cheng
2009-11-25ProcessImplicitDefs should watch out for invalidated iterator and extra impli...Evan Cheng
2009-11-16For some targets, a copy can use a register multiple times, e.g. ppc.Evan Cheng
2009-11-16Fixes the bug exposed by Anton's test case in PR 5495:Lang Hames
2009-11-03The Indexes Patch.Lang Hames