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