summaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegisterCoalescer.cpp
Commit message (Expand)AuthorAge
* Print register in LiveInterval::print()Matthias Braun2013-10-10
* Represent RegUnit liveness with LiveRange instanceMatthias Braun2013-10-10
* Work on LiveRange instead of LiveInterval where possibleMatthias Braun2013-10-10
* Pass LiveQueryResult by valueMatthias Braun2013-10-10
* Rename LiveRange to LiveInterval::SegmentMatthias Braun2013-10-10
* Fix commentMatthias Braun2013-10-04
* Added temp flag -misched-bench for staging in default changes.Andrew Trick2013-09-26
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-22
* avoid unnecessary direct access to LiveInterval::rangesMatthias Braun2013-09-06
* remove unused argument from LiveRanges::join()Matthias Braun2013-09-06
* remove pointless assertMatthias Braun2013-09-06
* fix commentMatthias Braun2013-09-06
* Track new virtual registers by register number.Mark Lacey2013-08-14
* Use modern API to avoid exposing LiveInterval internals.Jakob Stoklund Olesen2013-07-05
* Fix a -join-globalcopies bug; handle undef operands.Andrew Trick2013-06-21
* Modify the -join-globalcopies option (off by default).Andrew Trick2013-06-21
* Make rematerialization in the coalescer less sensitive to LRG order.Andrew Trick2013-06-21
* 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