summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegisterCoalescer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [RegisterCoalescer] Moving the RegisterCoalescer subtarget hook onto the Targ...Chris Bieneman2014-07-161-2/+1
* [RegisterCoalescer] Add new subtarget hook allowing targets to opt-out of coa...Chris Bieneman2014-07-151-0/+17
* Convert more loops to range-based equivalentsAlexey Samsonov2014-04-301-3/+2
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-10/+11
* [Register Coalescer] Fix wrong live-range information with rematerialization.Quentin Colombet2014-04-111-0/+21
* Switch a number of loops in lib/CodeGen over to range-based for-loops, now thatOwen Anderson2014-03-171-9/+5
* Remove some dead assignements found by scan-buildArnaud A. de Grandmaison2014-03-151-1/+0
* Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson2014-03-131-4/+4
* Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitableOwen Anderson2014-03-131-2/+5
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-071-5/+5
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+0
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-1/+1
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-2/+2
* ReMat: fix overly cavalier attitude to sub-register indicesTim Northover2014-01-161-24/+21
* Fix valgrind warning for gcc builds.Patrik Hagglund2014-01-141-5/+4
* Revert "ReMat: fix overly cavalier attitude to sub-register indices"Tim Northover2014-01-131-4/+24
* ReMat: fix overly cavalier attitude to sub-register indicesTim Northover2014-01-131-24/+4
* 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
OpenPOWER on IntegriCloud