summaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegisterCoalescer.cpp
Commit message (Expand)AuthorAge
...
* canJoinPhys method doesn't modify CoalescerPair. Make it const.Jakub Staszak2012-11-14
* Revert -join-splitedges to a boolean cmd line option.Andrew Trick2012-11-13
* The MachineScheduler does not currently require JoinSplitEdges.Andrew Trick2012-11-13
* Fix -join-splitedges: my previous "cleanup" broke it.Andrew Trick2012-11-13
* misched: Allow subtargets to enable misched and dependent options.Andrew Trick2012-11-13
* Added RegisterCoalescer support for joining global copies first.Andrew Trick2012-11-13
* Cleanup the main RegisterCoalescer loop.Andrew Trick2012-11-13
* Cleanup -join-splitedges. Make the loop more obvious.Andrew Trick2012-11-12
* Added a temporary option to avoid critical edges splitting.Andrew Trick2012-11-12
* Exploit the new identity composition in composeSubRegIndices().Jakob Stoklund Olesen2012-11-01
* Completely disallow partial copies in adjustCopiesBackFrom().Jakob Stoklund Olesen2012-10-29
* Never attempt to join an early-clobber def with a regular kill.Jakob Stoklund Olesen2012-10-27
* Don't crash when the Assignments vector is empty.Jakob Stoklund Olesen2012-10-21
* Revert r166046 "Switch back to the old coalescer for now to fix the 32 bit bit"Jakob Stoklund Olesen2012-10-16
* Switch back to the old coalescer for now to fix the 32 bit bitRafael Espindola2012-10-16
* Remove RegisterClassInfo::isReserved() and isAllocatable().Jakob Stoklund Olesen2012-10-15
* Drop <def,dead> flags when merging into an unused lane.Jakob Stoklund Olesen2012-10-13
* Fix coalescing with IMPLICIT_DEF values.Jakob Stoklund Olesen2012-10-12
* Remove the old coalescer algorithm.Jakob Stoklund Olesen2012-10-02
* Make sure the whole live range is covered when values are pruned twice.Jakob Stoklund Olesen2012-10-02
* Remove <def,read-undef> flags from partial redefinitions.Jakob Stoklund Olesen2012-09-27
* Enable the new coalescer algorithm by default.Jakob Stoklund Olesen2012-09-27
* Ignore PHI-defs for -new-coalescer interference checks.Jakob Stoklund Olesen2012-09-20
* Extend -new-coalescer SSA update to handle mapped values as well.Jakob Stoklund Olesen2012-09-20
* Resolve conflicts involving dead vector lanes for -new-coalescer.Jakob Stoklund Olesen2012-09-19
* Merge into undefined lanes under -new-coalescer.Jakob Stoklund Olesen2012-09-17
* Add alternative coalescing algorithm under a flag.Jakob Stoklund Olesen2012-09-16
* Don't depend on kill flags in removeCopyByCommutingDef().Jakob Stoklund Olesen2012-09-15
* Tidy up a few more uses of MF.getFunction()->getName().David Blaikie2012-08-22
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-22
* Delete merged physreg copies in joinReservedPhysReg().Jakob Stoklund Olesen2012-08-03
* Eliminate the VNInfo::hasPHIKill() flag.Jakob Stoklund Olesen2012-08-03
* Make the hasPHIKills flag a computed property.Jakob Stoklund Olesen2012-08-03
* Clear kill flags in removeCopyByCommutingDef().Jakob Stoklund Olesen2012-07-31
* Now that RegistersDefinedFromSameValue handles one instruction being anRafael Espindola2012-07-01
* Handle implicit_defs in the register coalescer. I am still trying to produceRafael Espindola2012-06-30
* Fix a crash in --debug code.Jakob Stoklund Olesen2012-06-22
* Remove some redundant LIS->hasInterval() checks.Jakob Stoklund Olesen2012-06-22
* Remove LiveIntervals::trackingRegUnits().Jakob Stoklund Olesen2012-06-22
* Update regunits in RegisterCoalescer::reMaterializeTrivialDef.Jakob Stoklund Olesen2012-06-21
* Use regunit liveness in RegisterCoalescer when it is available.Jakob Stoklund Olesen2012-06-15
* Move RegisterClassInfo.h.Andrew Trick2012-06-06
* Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer2012-06-06
* Simplify LiveInterval::print().Jakob Stoklund Olesen2012-06-05
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-01
* Remove physreg support from adjustCopiesBackFrom and removeCopyByCommutingDef.Jakob Stoklund Olesen2012-06-01
* Correctly deal with identity copies in RegisterCoalescer.Jakob Stoklund Olesen2012-05-23
* Clear kill flags on the fly when joining intervals.Jakob Stoklund Olesen2012-05-20
* Missed a push_back in r157147.Jakob Stoklund Olesen2012-05-20
* Avoid deleting extra copies when RegistersDefinedFromSameValue is true.Jakob Stoklund Olesen2012-05-20