summaryrefslogtreecommitdiff
path: root/lib/CodeGen/ProcessImplicitDefs.cpp
Commit message (Expand)AuthorAge
* None of the other pass names in CodeGen have terminating periods.Cameron Zwarich2010-12-29
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.Jakob Stoklund Olesen2010-07-16
* Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D...Evan Cheng2010-07-14
* Convert EXTRACT_SUBREG to COPY when emitting machine instrs.Jakob Stoklund Olesen2010-07-08
* Remove references to INSERT_SUBREG after de-SSA.Jakob Stoklund Olesen2010-07-08
* Revert "Remove references to INSERT_SUBREG after de-SSA" r107725.Jakob Stoklund Olesen2010-07-07
* Remove references to INSERT_SUBREG after de-SSAJakob Stoklund Olesen2010-07-06
* Convert INSERT_SUBREG to COPY in TwoAddressInstructionPass.Jakob Stoklund Olesen2010-07-06
* Detect and handle COPY in many places.Jakob Stoklund Olesen2010-07-03
* It's not safe eliminate copies where src and dst have different sub-register ...Evan Cheng2010-05-11
* It's not safe to propagate implicit_def that defines part of a register.Evan Cheng2010-05-10
* Fix PR6300.Jakob Stoklund Olesen2010-02-15
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-09
* Fix small bug in handling instructions with more than one implicitly defined ...Jakob Stoklund Olesen2010-02-04
* Change errs() to dbgs().David Greene2010-01-05
* When all defs of a vr are implicit_def, delete all of the defs.Evan Cheng2009-11-26
* ProcessImplicitDefs should watch out for invalidated iterator and extra impli...Evan Cheng2009-11-25
* For some targets, a copy can use a register multiple times, e.g. ppc.Evan Cheng2009-11-16
* Fixes the bug exposed by Anton's test case in PR 5495:Lang Hames2009-11-16
* The Indexes Patch.Lang Hames2009-11-03