summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegisterCoalescer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* RegisterCoalescer: rewrite eliminateUndefCopy().Matthias Braun2014-12-191-29/+64
* RegisterCoalescer: Fix stripCopies() picking up main range instead of subregi...Matthias Braun2014-12-171-50/+78
* RegisterCoalescer: Sprinkle some const modifiers.Matthias Braun2014-12-171-11/+12
* LiveInterval: Use range based for loops for subregister ranges.Matthias Braun2014-12-111-75/+61
* LiveInterval: Use more range based for loops for value numbers and segments.Matthias Braun2014-12-101-10/+9
* RegisterCoalescer: Preserve subregister liveranges.Matthias Braun2014-12-101-121/+559
* LiveIntervalAnalysis: Add subregister aware variants pruneValue().Matthias Braun2014-12-101-2/+2
* Simplify implementation and testcase of r223401 based on feedback from dblaikie.Adrian Prantl2014-12-041-4/+2
* Debug info: If the RegisterCoalescer::reMaterializeTrivialDef() isAdrian Prantl2014-12-041-1/+13
* 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
OpenPOWER on IntegriCloud