aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/ProcessImplicitDefs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix PR6300.Jakob Stoklund Olesen2010-02-151-3/+2
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-091-7/+7
* Fix small bug in handling instructions with more than one implicitly defined ...Jakob Stoklund Olesen2010-02-041-1/+1
* Change errs() to dbgs().David Greene2010-01-051-1/+1
* When all defs of a vr are implicit_def, delete all of the defs.Evan Cheng2009-11-261-2/+6
* ProcessImplicitDefs should watch out for invalidated iterator and extra impli...Evan Cheng2009-11-251-14/+45
* For some targets, a copy can use a register multiple times, e.g. ppc.Evan Cheng2009-11-161-0/+5
* Fixes the bug exposed by Anton's test case in PR 5495:Lang Hames2009-11-161-0/+4
* The Indexes Patch.Lang Hames2009-11-031-0/+231