summaryrefslogtreecommitdiff
path: root/lib/CodeGen/ProcessImplicitDefs.cpp
Commit message (Expand)AuthorAge
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Switch a number of loops in lib/CodeGen over to range-based for-loops, now thatOwen Anderson2014-03-17
* Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson2014-03-13
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-07
* Fix typoMatthias Braun2013-10-04
* Tidy up a few more uses of MF.getFunction()->getName().David Blaikie2012-08-22
* Run ProcessImplicitDefs on SSA form where it can be much simpler.Jakob Stoklund Olesen2012-06-25
* Remove ProcessImplicitDefs.h which was unused.Jakob Stoklund Olesen2012-06-22
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-01
* Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper2012-03-05
* RegAlloc superpass: includes phi elimination, coalescing, and scheduling.Andrew Trick2012-02-10
* Improve sub-register def handling in ProcessImplicitDefs.Jakob Stoklund Olesen2012-01-25
* Handle REG_SEQUENCE with implicitly defined operands.Jakob Stoklund Olesen2011-07-28
* Place context in member variables instead of passing around pointers.Jakob Stoklund Olesen2011-03-14
* 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