summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegisterCoalescer.cpp
Commit message (Expand)AuthorAgeFilesLines
* RegisterCoalescer: Improve debug messagesMatthias Braun2014-11-191-6/+8
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-1/+1
* Move register class name strings to a single array in MCRegisterInfo to reduc...Craig Topper2014-11-171-3/+3
* delete function names from commentsSanjay Patel2014-10-091-32/+30
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-211-2/+2
* Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...Craig Topper2014-08-181-2/+2
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-171-2/+2
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-2/+2
* Add TargetInstrInfo interface isAsCheapAsAMove.Jiangning Liu2014-07-291-1/+1
* [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
OpenPOWER on IntegriCloud