aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/ProcessImplicitDefs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+3
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-6/+3
* Fix typoMatthias Braun2013-10-041-1/+1
* Tidy up a few more uses of MF.getFunction()->getName().David Blaikie2012-08-221-2/+1
* Run ProcessImplicitDefs on SSA form where it can be much simpler.Jakob Stoklund Olesen2012-06-251-256/+97
* Remove ProcessImplicitDefs.h which was unused.Jakob Stoklund Olesen2012-06-221-2/+27
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-011-2/+2
* Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper2012-03-051-1/+1
* RegAlloc superpass: includes phi elimination, coalescing, and scheduling.Andrew Trick2012-02-101-6/+9
* Improve sub-register def handling in ProcessImplicitDefs.Jakob Stoklund Olesen2012-01-251-9/+10
* Handle REG_SEQUENCE with implicitly defined operands.Jakob Stoklund Olesen2011-07-281-0/+6
* Place context in member variables instead of passing around pointers.Jakob Stoklund Olesen2011-03-141-21/+18
* None of the other pass names in CodeGen have terminating periods.Cameron Zwarich2010-12-291-2/+2
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-121-1/+4
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-2/+2
* Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.Jakob Stoklund Olesen2010-07-161-14/+0
* Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D...Evan Cheng2010-07-141-14/+40
* Convert EXTRACT_SUBREG to COPY when emitting machine instrs.Jakob Stoklund Olesen2010-07-081-2/+1
* Remove references to INSERT_SUBREG after de-SSA.Jakob Stoklund Olesen2010-07-081-15/+0
* Revert "Remove references to INSERT_SUBREG after de-SSA" r107725.Jakob Stoklund Olesen2010-07-071-0/+15
* Remove references to INSERT_SUBREG after de-SSAJakob Stoklund Olesen2010-07-061-15/+0
* Convert INSERT_SUBREG to COPY in TwoAddressInstructionPass.Jakob Stoklund Olesen2010-07-061-1/+21
* Detect and handle COPY in many places.Jakob Stoklund Olesen2010-07-031-8/+11
* It's not safe eliminate copies where src and dst have different sub-register ...Evan Cheng2010-05-111-2/+2
* It's not safe to propagate implicit_def that defines part of a register.Evan Cheng2010-05-101-0/+2
* 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