aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/RegisterCoalescer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-11/+37
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-24/+146
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-389/+912
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-46/+62
* Bring in fixes for Cortex-A53 errata + build updates.Stephen Hines2014-10-171-1/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-14/+36
* Update to LLVM 3.5a.Stephen Hines2014-04-241-46/+39
* Print register in LiveInterval::print()Matthias Braun2013-10-101-7/+8
* Represent RegUnit liveness with LiveRange instanceMatthias Braun2013-10-101-2/+2
* Work on LiveRange instead of LiveInterval where possibleMatthias Braun2013-10-101-1/+1
* Pass LiveQueryResult by valueMatthias Braun2013-10-101-6/+6
* Rename LiveRange to LiveInterval::SegmentMatthias Braun2013-10-101-34/+35
* Fix commentMatthias Braun2013-10-041-1/+1
* Added temp flag -misched-bench for staging in default changes.Andrew Trick2013-09-261-1/+1
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-221-3/+2
* avoid unnecessary direct access to LiveInterval::rangesMatthias Braun2013-09-061-6/+6
* remove unused argument from LiveRanges::join()Matthias Braun2013-09-061-2/+1
* remove pointless assertMatthias Braun2013-09-061-2/+0
* fix commentMatthias Braun2013-09-061-1/+1
* Track new virtual registers by register number.Mark Lacey2013-08-141-1/+1
* Use modern API to avoid exposing LiveInterval internals.Jakob Stoklund Olesen2013-07-051-5/+3
* Fix a -join-globalcopies bug; handle undef operands.Andrew Trick2013-06-211-0/+3
* Modify the -join-globalcopies option (off by default).Andrew Trick2013-06-211-2/+2
* Make rematerialization in the coalescer less sensitive to LRG order.Andrew Trick2013-06-211-4/+15
* Mark rematerialized super/sub registers as dead.Tim Northover2013-06-141-0/+1
* Fix rematerialization into physical registers.Tim Northover2013-05-301-2/+3
* Teach ReMaterialization to be more cunning about subregistersTim Northover2013-05-291-18/+65
* Remove unused #includes.Bill Wendling2013-03-051-1/+0
* RegisterCoalescer::reMaterializeTrivialDef() can constrain the destinationCameron Zwarich2013-02-141-1/+1
* Fix RegisterCoalescer::rematerializeTrivialDef() so that it works on flippedCameron Zwarich2013-02-141-10/+10
* Fix some issues with rematerialization in RegisterCoalescer when the destinationCameron Zwarich2013-02-141-0/+10
* Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back.Manman Ren2013-02-131-10/+0
* Fix PR14732 by handling all kinds of IMPLICIT_DEF live ranges.Jakob Stoklund Olesen2013-01-031-8/+37
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+2
* Avoid rewriting instructions twice.Jakob Stoklund Olesen2012-11-291-0/+9
* Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen2012-11-281-1/+1
* Remove duplicated #includes.Jakub Staszak2012-11-271-4/+0
* Use array_pod_sort instead of std::sort.Andrew Trick2012-11-161-41/+36
* Fix an obvious merge bug in -join-globalcopies (disabled).Andrew Trick2012-11-151-1/+3
* Use reserve() to avoid vector reallocation.Jakub Staszak2012-11-141-0/+1
* canJoinPhys method doesn't modify CoalescerPair. Make it const.Jakub Staszak2012-11-141-2/+2
* Revert -join-splitedges to a boolean cmd line option.Andrew Trick2012-11-131-3/+2
* The MachineScheduler does not currently require JoinSplitEdges.Andrew Trick2012-11-131-4/+4
* Fix -join-splitedges: my previous "cleanup" broke it.Andrew Trick2012-11-131-1/+1
* misched: Allow subtargets to enable misched and dependent options.Andrew Trick2012-11-131-10/+34
* Added RegisterCoalescer support for joining global copies first.Andrew Trick2012-11-131-20/+80
* Cleanup the main RegisterCoalescer loop.Andrew Trick2012-11-131-23/+10
* Cleanup -join-splitedges. Make the loop more obvious.Andrew Trick2012-11-121-5/+2
* Added a temporary option to avoid critical edges splitting.Andrew Trick2012-11-121-16/+55