aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineRegisterInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-03-07[MachineRegisterInfo] Add a method to set the size of a virtual register a po...Quentin Colombet1-0/+4
2016-03-07[MachineRegisterInfo] Get rid of the global-isel ifdefs.Quentin Colombet1-6/+3
2016-02-11[GlobalISel][MachineRegisterInfo] Add a method to create generic vregs.Quentin Colombet1-0/+16
2016-02-10[GlobalISel] Remember the size of generic virtual registersQuentin Colombet1-0/+9
2015-12-02Scheduler / Regalloc: use unique_ptr[] instead of std::vectorFiona Glaser1-4/+3
2015-10-24Refactor: Simplify boolean conditional return statements in lib/CodeGen.Rafael Espindola1-5/+2
2015-09-25TargetRegisterInfo: Add typedef unsigned LaneBitmask and use it where apropri...Matthias Braun1-2/+1
2015-08-18MachineRegisterInfo: Introduce isPhysRegUsed()Matthias Braun1-0/+12
2015-07-27Reset the virtual registers in liveins when clearing the virtual registers.Alex Lorenz1-0/+2
2015-07-14MachineRegisterInfo: Remove UsedPhysReg infrastructureMatthias Braun1-1/+0
2015-07-14PrologEpilogInserter: Rewrite API to determine callee save regsiters.Matthias Braun1-0/+47
2015-03-10Have TargetRegisterInfo::getLargestLegalSuperClass take aEric Christopher1-1/+1
2015-01-27MachineRegisterInfo can access TII off of the MachineFunction'sEric Christopher1-2/+2
2014-12-15Silence more static analyzer warnings.Michael Ilseman1-0/+1
2014-12-10Add a flag to enable/disable subregister liveness.Matthias Braun1-1/+2
2014-12-10LiveInterval: Add support to track liveness of subregisters.Matthias Braun1-0/+8
2014-08-25CodeGen: switch raw array to std::vectorDylan Noblesmith1-8/+1
2014-08-12Have MachineRegisterInfo take and store the MachineFunction itEric Christopher1-2/+2
2014-08-04Changed the liveness tracking in the RegisterScavengerPedro Artigas1-2/+9
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-1/+2
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-9/+9
2014-03-17Switch a number of loops in lib/CodeGen over to range-based for-loops, now thatOwen Anderson1-10/+10
2014-03-13Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson1-14/+15
2014-03-13Fix for http://llvm.org/bugs/show_bug.cgi?id=18590Ekaterina Romanova1-0/+15
2014-03-02[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer1-2/+2
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+1
2014-01-02[RegAlloc] Make tryInstructionSplit less aggressive.Quentin Colombet1-11/+3
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-0/+3
2013-11-18Revert r194865 and r194874.Alexey Samsonov1-3/+0
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-0/+3
2013-08-14Notify LiveRangeEdit of new virtual registers.Mark Lacey1-1/+3
2013-06-17Directly access objects which may change during compilation.Bill Wendling1-20/+31
2013-04-19Add an MRI::verifyUseLists() function.Jakob Stoklund Olesen1-3/+51
2013-03-13Check register classes also when changing them.Jakob Stoklund Olesen1-0/+1
2013-02-05Remove liveout lists from MachineRegisterInfo.Jakob Stoklund Olesen1-7/+0
2013-01-05Don't call destructors on MachineInstr and MachineOperand.Jakob Stoklund Olesen1-6/+0
2013-01-05Add MachineRegisterInfo::moveOperands().Jakob Stoklund Olesen1-0/+49
2012-11-28Revert r168630, r168631, and r168633 as these are causing nightly test failures.Chad Rosier1-2/+0
2012-11-26Add an assertion to ensure freezeReservedRegs() is only ever called once.Chad Rosier1-0/+2
2012-10-17Switch MRI::UsedPhysRegs to a register unit bit vector.Jakob Stoklund Olesen1-2/+2
2012-10-15Freeze the reserved registers as soon as isel is complete.Jakob Stoklund Olesen1-9/+5
2012-08-10Reapply r161633-161634 "Partition use lists so defs always come before uses.""Jakob Stoklund Olesen1-45/+47
2012-08-09Revert r161633-161634 "Partition use lists so defs always come before uses."Jakob Stoklund Olesen1-47/+45
2012-08-09Partition use lists so defs always come before uses.Jakob Stoklund Olesen1-3/+11
2012-08-09Don't use pointer-pointers for the register use lists.Jakob Stoklund Olesen1-45/+39
2012-08-09Move use list management into MachineRegisterInfo.Jakob Stoklund Olesen1-0/+37
2012-07-30Inline MachineRegisterInfo::hasOneUseAndrew Trick1-7/+0
2012-07-02Added assertion in getVRegDef of MachineRegisterInfo to make sure the virtualManman Ren1-0/+2
2012-06-29Add getUniqueVRegDef to MachineRegisterInfo.Manman Ren1-0/+11
2012-06-01Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen1-4/+4