summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/DeadMachineInstructionElim.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* MachineInstr: Remove unused parameter.Matthias Braun2015-05-191-1/+1
* Add the llvm.frameallocate and llvm.recoverframeallocation intrinsicsReid Kleckner2015-01-131-0/+4
* Remove unnecessary TargetMachine.h includes.Eric Christopher2014-10-141-1/+0
* [Cleanup] Utility function to erase instruction and mark DBG_ValuesGerolf Hoflehner2014-08-131-12/+3
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-2/+2
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-2/+4
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-1/+1
* Disable each MachineFunctionPass for 'optnone' functions, unless thatPaul Robinson2014-03-311-0/+3
* Fix for http://llvm.org/bugs/show_bug.cgi?id=18590Ekaterina Romanova2014-03-131-11/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-071-1/+1
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-1/+1
* 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
OpenPOWER on IntegriCloud