aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/DeadMachineInstructionElim.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+4
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-15/+7
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-12/+5
* Simplify logic now that r182490 is in place. No functional change intended.Chad Rosier2013-05-221-2/+2
* Remove special-casing of return blocks for liveness.Jakob Stoklund Olesen2013-02-051-9/+0
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Switch most getReservedRegs() clients to the MRI equivalent.Jakob Stoklund Olesen2012-10-151-6/+2
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-011-3/+2
* Switch some getAliasSet clients to MCRegAliasIterator.Jakob Stoklund Olesen2012-06-011-4/+2
* Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper2012-03-051-1/+1
* Use uint16_t to store register overlaps to reduce static data.Craig Topper2012-03-041-1/+1
* Never delete instructions that define reserved registers.Jakob Stoklund Olesen2012-02-091-6/+10
* Codegen pass definition cleanup. No functionality.Andrew Trick2012-02-081-4/+1
* whitespaceAndrew Trick2012-02-081-1/+1
* Require non-NULL register masks.Jakob Stoklund Olesen2012-02-021-4/+1
* Handle register masks in DeadMachineInstructionElim.Jakob Stoklund Olesen2012-01-201-0/+7
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-1/+1
* Track live-out physical registers in MachineDCE.Jakob Stoklund Olesen2011-06-271-3/+8
* Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.Jakob Stoklund Olesen2011-01-101-2/+2
* Do not model all INLINEASM instructions as having unmodelled side effects.Evan Cheng2011-01-071-0/+6
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Track liveness of unallocatable, unreserved registers in machine DCE.Jakob Stoklund Olesen2010-08-311-6/+8
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-3/+2
* Swap parameters of isSafeToMove and isSafeToReMat for consistency.Evan Cheng2010-03-021-1/+1
* Rewrite handling of DBG_VALUE; previous algorithmDale Johannesen2010-02-121-16/+24
* Allow for more than one DBG_VALUE targeting theDale Johannesen2010-02-111-4/+4
* Delete dead PHI machine instructions. These can be created due to typeBob Wilson2010-02-101-1/+1
* more comment updatesDale Johannesen2010-02-101-2/+2
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-091-1/+1
* Run codegen dce pass for all targets at all optimization levels. Previously it'sEvan Cheng2010-02-061-0/+5
* If the only use of something is a DEBUG_VALUE, don'tDale Johannesen2010-01-271-0/+14
* Change errs() to dbgs().David Greene2010-01-041-1/+1
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-2/+1
* Factor out LiveIntervalAnalysis' code to determine whether an instructionDan Gohman2009-10-091-1/+1
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-1/+2
* Add const qualifiers.Dan Gohman2009-08-111-2/+2
* Rename AliasSet to SubRegs, to reflect changes in the surrounding code.Dan Gohman2008-10-161-3/+3
* Fix a subtle bug in DeadMachineInstructionElim's livenessDan Gohman2008-10-161-1/+4
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-3/+3
* Add debug output to this pass.Dan Gohman2008-09-251-0/+2
* Refactor the logic for testing if an instruction is dead into aDan Gohman2008-09-241-37/+48
* Set SetStore to false, to allow this pass to deleteDan Gohman2008-09-241-1/+2
* Now that DeadMachineInstructionElim is basically workingDan Gohman2008-09-231-6/+0
* Track local physical register liveness. This is not the mostDan Gohman2008-09-231-3/+53