aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegisterCoalescer.cpp
AgeCommit message (Expand)Author
2012-11-01Exploit the new identity composition in composeSubRegIndices().Jakob Stoklund Olesen
2012-10-29Completely disallow partial copies in adjustCopiesBackFrom().Jakob Stoklund Olesen
2012-10-27Never attempt to join an early-clobber def with a regular kill.Jakob Stoklund Olesen
2012-10-21Don't crash when the Assignments vector is empty.Jakob Stoklund Olesen
2012-10-16Revert r166046 "Switch back to the old coalescer for now to fix the 32 bit bit"Jakob Stoklund Olesen
2012-10-16Switch back to the old coalescer for now to fix the 32 bit bitRafael Espindola
2012-10-15Remove RegisterClassInfo::isReserved() and isAllocatable().Jakob Stoklund Olesen
2012-10-13Drop <def,dead> flags when merging into an unused lane.Jakob Stoklund Olesen
2012-10-12Fix coalescing with IMPLICIT_DEF values.Jakob Stoklund Olesen
2012-10-02Remove the old coalescer algorithm.Jakob Stoklund Olesen
2012-10-02Make sure the whole live range is covered when values are pruned twice.Jakob Stoklund Olesen
2012-09-27Remove <def,read-undef> flags from partial redefinitions.Jakob Stoklund Olesen
2012-09-27Enable the new coalescer algorithm by default.Jakob Stoklund Olesen
2012-09-20Ignore PHI-defs for -new-coalescer interference checks.Jakob Stoklund Olesen
2012-09-20Extend -new-coalescer SSA update to handle mapped values as well.Jakob Stoklund Olesen
2012-09-19Resolve conflicts involving dead vector lanes for -new-coalescer.Jakob Stoklund Olesen
2012-09-17Merge into undefined lanes under -new-coalescer.Jakob Stoklund Olesen
2012-09-16Add alternative coalescing algorithm under a flag.Jakob Stoklund Olesen
2012-09-15Don't depend on kill flags in removeCopyByCommutingDef().Jakob Stoklund Olesen
2012-08-22Tidy up a few more uses of MF.getFunction()->getName().David Blaikie
2012-08-22Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper
2012-08-03Delete merged physreg copies in joinReservedPhysReg().Jakob Stoklund Olesen
2012-08-03Eliminate the VNInfo::hasPHIKill() flag.Jakob Stoklund Olesen
2012-08-03Make the hasPHIKills flag a computed property.Jakob Stoklund Olesen
2012-07-31Clear kill flags in removeCopyByCommutingDef().Jakob Stoklund Olesen
2012-07-01Now that RegistersDefinedFromSameValue handles one instruction being anRafael Espindola
2012-06-30Handle implicit_defs in the register coalescer. I am still trying to produceRafael Espindola
2012-06-22Fix a crash in --debug code.Jakob Stoklund Olesen
2012-06-22Remove some redundant LIS->hasInterval() checks.Jakob Stoklund Olesen
2012-06-22Remove LiveIntervals::trackingRegUnits().Jakob Stoklund Olesen
2012-06-21Update regunits in RegisterCoalescer::reMaterializeTrivialDef.Jakob Stoklund Olesen
2012-06-15Use regunit liveness in RegisterCoalescer when it is available.Jakob Stoklund Olesen
2012-06-06Move RegisterClassInfo.h.Andrew Trick
2012-06-06Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer
2012-06-05Simplify LiveInterval::print().Jakob Stoklund Olesen
2012-06-01Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen
2012-06-01Remove physreg support from adjustCopiesBackFrom and removeCopyByCommutingDef.Jakob Stoklund Olesen
2012-05-23Correctly deal with identity copies in RegisterCoalescer.Jakob Stoklund Olesen
2012-05-20Clear kill flags on the fly when joining intervals.Jakob Stoklund Olesen
2012-05-20Missed a push_back in r157147.Jakob Stoklund Olesen
2012-05-20Avoid deleting extra copies when RegistersDefinedFromSameValue is true.Jakob Stoklund Olesen
2012-05-20Fix build bots.Jakob Stoklund Olesen
2012-05-20Eliminate some uses of struct LiveRange.Jakob Stoklund Olesen
2012-05-19Simplify overlap check.Jakob Stoklund Olesen
2012-05-19Fix 12892.Jakob Stoklund Olesen
2012-05-19Remove the late DCE in RegisterCoalescer.Jakob Stoklund Olesen
2012-05-19Erase joined copies immediately.Jakob Stoklund Olesen
2012-05-19Fix an ancient bug in removeCopyByCommutingDef().Jakob Stoklund Olesen
2012-05-19Collect inflatable virtual registers on the fly.Jakob Stoklund Olesen
2012-05-19Eliminate dead code after remat.Jakob Stoklund Olesen