summaryrefslogtreecommitdiff
path: root/lib/CodeGen/DeadMachineInstructionElim.cpp
Commit message (Expand)AuthorAge
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Disable each MachineFunctionPass for 'optnone' functions, unless thatPaul Robinson2014-03-31
* Fix for http://llvm.org/bugs/show_bug.cgi?id=18590Ekaterina Romanova2014-03-13
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-07
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Simplify logic now that r182490 is in place. No functional change intended.Chad Rosier2013-05-22
* Remove special-casing of return blocks for liveness.Jakob Stoklund Olesen2013-02-05
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Switch most getReservedRegs() clients to the MRI equivalent.Jakob Stoklund Olesen2012-10-15
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-01
* Switch some getAliasSet clients to MCRegAliasIterator.Jakob Stoklund Olesen2012-06-01
* Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper2012-03-05
* Use uint16_t to store register overlaps to reduce static data.Craig Topper2012-03-04
* Never delete instructions that define reserved registers.Jakob Stoklund Olesen2012-02-09
* Codegen pass definition cleanup. No functionality.Andrew Trick2012-02-08
* whitespaceAndrew Trick2012-02-08
* Require non-NULL register masks.Jakob Stoklund Olesen2012-02-02
* Handle register masks in DeadMachineInstructionElim.Jakob Stoklund Olesen2012-01-20
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Track live-out physical registers in MachineDCE.Jakob Stoklund Olesen2011-06-27
* Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.Jakob Stoklund Olesen2011-01-10
* Do not model all INLINEASM instructions as having unmodelled side effects.Evan Cheng2011-01-07
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Track liveness of unallocatable, unreserved registers in machine DCE.Jakob Stoklund Olesen2010-08-31
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* Swap parameters of isSafeToMove and isSafeToReMat for consistency.Evan Cheng2010-03-02
* Rewrite handling of DBG_VALUE; previous algorithmDale Johannesen2010-02-12
* Allow for more than one DBG_VALUE targeting theDale Johannesen2010-02-11
* Delete dead PHI machine instructions. These can be created due to typeBob Wilson2010-02-10
* more comment updatesDale Johannesen2010-02-10
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-09
* Run codegen dce pass for all targets at all optimization levels. Previously it'sEvan Cheng2010-02-06
* If the only use of something is a DEBUG_VALUE, don'tDale Johannesen2010-01-27
* Change errs() to dbgs().David Greene2010-01-04
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Factor out LiveIntervalAnalysis' code to determine whether an instructionDan Gohman2009-10-09
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Add const qualifiers.Dan Gohman2009-08-11
* Rename AliasSet to SubRegs, to reflect changes in the surrounding code.Dan Gohman2008-10-16
* Fix a subtle bug in DeadMachineInstructionElim's livenessDan Gohman2008-10-16
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-03
* Add debug output to this pass.Dan Gohman2008-09-25
* Refactor the logic for testing if an instruction is dead into aDan Gohman2008-09-24
* Set SetStore to false, to allow this pass to deleteDan Gohman2008-09-24