aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/VirtRegMap.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-04-22[Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-03-17Switch a number of loops in lib/CodeGen over to range-based for-loops, now thatOwen Anderson1-4/+2
2014-03-13Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson1-3/+3
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-2/+2
2014-03-04[cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth1-1/+1
2014-02-25Keep the link register for uwtable.Logan Chien1-3/+12
2014-02-06Yet another patch to reduce compile time for small programs:Puyan Lotfi1-4/+28
2013-11-08[VirtRegMap] Fix for PR17825. Do not ignore noreturn definitions when settingQuentin Colombet1-1/+5
2013-09-25[PR16882] Ignore noreturn definitions when setting isPhysRegUsed.Quentin Colombet1-3/+39
2012-12-04Remove VirtRegMap::getRegAllocPref().Jakob Stoklund Olesen1-11/+0
2012-12-04Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases.Jakob Stoklund Olesen1-0/+9
2012-12-03Add VirtRegMap::hasKnownPreference().Jakob Stoklund Olesen1-0/+9
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-5/+5
2012-11-28Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen1-1/+1
2012-10-15Switch most getReservedRegs() clients to the MRI equivalent.Jakob Stoklund Olesen1-4/+1
2012-09-21Fix a significant recent(?) regression. StackSlotColoring no longer did anythingEvan Cheng1-0/+4
2012-09-11Release build: guard dump functions withManman Ren1-1/+1
2012-09-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren1-0/+2
2012-09-06Handle overlapping regunit intervals in LiveIntervals::addKillFlags().Jakob Stoklund Olesen1-1/+1
2012-08-22Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper1-2/+1
2012-06-09Also compute MBB live-in lists in the new rewriter pass.Jakob Stoklund Olesen1-0/+32
2012-06-08Reintroduce VirtRegRewriter.Jakob Stoklund Olesen1-33/+114
2012-02-17Transfer regmasks to MRI.Jakob Stoklund Olesen1-0/+5
2012-01-19Rewriter should definitly rewrite instructions inside bundles.Evan Cheng1-2/+2
2012-01-07Use the 'regalloc' debug tag for most register allocator tracing.Jakob Stoklund Olesen1-1/+1
2012-01-03Assert when reserved registers have been assigned.Jakob Stoklund Olesen1-0/+4
2011-11-13More dead code elimination in VirtRegMap.Jakob Stoklund Olesen1-12/+0
2011-11-13Stop tracking spill slot uses in VirtRegMap.Jakob Stoklund Olesen1-45/+0
2011-11-13Remove dead code and data from VirtRegMap.Jakob Stoklund Olesen1-61/+0
2011-11-13Stop tracking unused registers in VirtRegMap.Jakob Stoklund Olesen1-35/+0
2011-10-05Also add <imp-use,kill> flags for redefined super-registers.Jakob Stoklund Olesen1-8/+18
2011-09-15VirtRegMap is counting spill slots, not register spills.Jakob Stoklund Olesen1-3/+3
2011-05-06Also count identity copies.Jakob Stoklund Olesen1-0/+2
2011-04-27Also add <imp-def> operands for defined and dead super-registers when rewriting.Jakob Stoklund Olesen1-6/+15
2011-03-31Don't completely eliminate identity copies that also modify super register li...Jakob Stoklund Olesen1-6/+12
2011-03-23Dump the register map before rewriting.Jakob Stoklund Olesen1-1/+1
2011-02-18Add VirtRegMap::rewrite() and use it in the new register allocators.Jakob Stoklund Olesen1-0/+71
2011-01-10Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.Jakob Stoklund Olesen1-3/+2
2011-01-09Remove MachineRegisterInfo::getLastVirtReg(), it was giving wrong resultsJakob Stoklund Olesen1-8/+8
2011-01-09Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...Jakob Stoklund Olesen1-8/+4
2011-01-08Fix VirtRegMap to use TRI::index2VirtReg and TRI::virtReg2Index instead ofJakob Stoklund Olesen1-17/+25
2010-11-16Remember to resize SpillSlotToUsesMap when allocating an emergency spill slot.Jakob Stoklund Olesen1-19/+16
2010-10-07Now with fewer extraneous semicolons!Owen Anderson1-1/+1
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson1-2/+1
2010-02-26Use the right floating point load/store instructions in PPCInstrInfo::foldMem...Jakob Stoklund Olesen1-2/+4
2010-02-10Fix "the the" and similar typos.Dan Gohman1-1/+1
2010-01-05Change errs() to dbgs().David Greene1-1/+1
2009-11-12Add a bool flag to StackObjects telling whether they reference spillDavid Greene1-4/+4
2009-11-03The Indexes Patch.Lang Hames1-1/+1
2009-10-17Distinquish stack slots from other stack objects. They (and fixed objects) ge...Evan Cheng1-2/+2