summaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegisterCoalescer.cpp
Commit message (Expand)AuthorAge
* Mark rematerialized super/sub registers as dead.Tim Northover2013-06-14
* Fix rematerialization into physical registers.Tim Northover2013-05-30
* Teach ReMaterialization to be more cunning about subregistersTim Northover2013-05-29
* Remove unused #includes.Bill Wendling2013-03-05
* RegisterCoalescer::reMaterializeTrivialDef() can constrain the destinationCameron Zwarich2013-02-14
* Fix RegisterCoalescer::rematerializeTrivialDef() so that it works on flippedCameron Zwarich2013-02-14
* Fix some issues with rematerialization in RegisterCoalescer when the destinationCameron Zwarich2013-02-14
* Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back.Manman Ren2013-02-13
* Fix PR14732 by handling all kinds of IMPLICIT_DEF live ranges.Jakob Stoklund Olesen2013-01-03
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Avoid rewriting instructions twice.Jakob Stoklund Olesen2012-11-29
* Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen2012-11-28
* Remove duplicated #includes.Jakub Staszak2012-11-27
* Use array_pod_sort instead of std::sort.Andrew Trick2012-11-16
* Fix an obvious merge bug in -join-globalcopies (disabled).Andrew Trick2012-11-15
* Use reserve() to avoid vector reallocation.Jakub Staszak2012-11-14
* 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