Disable each MachineFunctionPass for 'optnone' functions, unless that
[oota-llvm.git] / lib / CodeGen / MachineCopyPropagation.cpp
2014-03-31 Paul RobinsonDisable each MachineFunctionPass for 'optnone' function...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-01-22 James MolloyMachineCopyPropagation has special logic for removing...
2013-05-22 Chad RosierSimplify logic now that r182490 is in place. No functi...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-30 Jakob Stoklund OlesenConvert COPY instructions into KILLs if they have impli...
2012-11-27 Jakub StaszakRemove unneeded #include.
2012-10-15 Jakob Stoklund OlesenSwitch most getReservedRegs() clients to the MRI equiva...
2012-06-01 Jakob Stoklund OlesenSwitch all register list clients to the new MC*Iterator...
2012-06-01 Jakob Stoklund OlesenSwitch some getAliasSet clients to MCRegAliasIterator.
2012-03-27 Lang HamesUse a SmallVector and linear lookup instead of a DenseS...
2012-03-27 Lang HamesDuring MachineCopyPropagation a register may be the...
2012-03-05 Craig TopperConvert more GenRegisterInfo tables from unsigned to...
2012-03-04 Craig TopperUse uint16_t to store register overlaps to reduce stati...
2012-02-27 Evan ChengFix for PR12090: clear def maps of aliases when visitin...
2012-02-20 Evan ChengFix machine-cp by having it to check sub-register indic...
2012-02-09 Jakob Stoklund OlesenErase dead copies that are clobbered by a call.
2012-02-08 Jakob Stoklund OlesenHandle register masks in MachineCopyPropagation.
2012-02-08 Andrew TrickCodegen pass definition cleanup. No functionality.
2012-02-08 Andrew Trickwhitespace
2012-01-26 Jakob Stoklund OlesenClear kill flags before propagating a copy.
2012-01-08 Evan ChengAvoid eraseing copies from a reserved register unless...
2012-01-07 Evan ChengAdded a late machine instruction copy propagation pass...