Age | Commit message (Expand) | Author |
2012-10-15 | Switch most getReservedRegs() clients to the MRI equivalent. | Jakob Stoklund Olesen |
2012-06-01 | Switch all register list clients to the new MC*Iterator interface. | Jakob Stoklund Olesen |
2012-06-01 | Simplify some more getAliasSet callers. | Jakob Stoklund Olesen |
2012-03-27 | Add an MRI::tracksLiveness() flag. | Jakob Stoklund Olesen |
2012-03-05 | Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati... | Craig Topper |
2012-03-04 | Use uint16_t to store register overlaps to reduce static data. | Craig Topper |
2012-03-04 | Use uint16_t to store registers in callee saved register tables to reduce siz... | Craig Topper |
2012-02-23 | Track reserved registers separately from RegsAvailable. | Jakob Stoklund Olesen |
2012-02-22 | Handle regmasks in RegisterScavenging. | Jakob Stoklund Olesen |
2012-01-29 | Fix some scavenger performance issues. | Jakob Stoklund Olesen |
2012-01-29 | Avoid creating BitVector temporaries. | Jakob Stoklund Olesen |
2012-01-16 | Give better scavenger errors by invoking the verifier. | Jakob Stoklund Olesen |
2012-01-07 | Added a late machine instruction copy propagation pass. This catches | Evan Cheng |
2011-08-12 | Silence a bunch (but not all) "variable written but not read" warnings | Duncan Sands |
2011-07-30 | Revert "Don't check liveness of unallocatable registers." | Jakob Stoklund Olesen |
2011-07-29 | Don't check liveness of unallocatable registers. | Jakob Stoklund Olesen |
2011-05-02 | Handle <def,undef> in the second loop as well. | Jakob Stoklund Olesen |
2011-05-02 | Only ignore <undef> use operands, keep the <def,undef> ops. | Jakob Stoklund Olesen |
2011-04-05 | Add an assertion instead of crashing when the scavenger goes past the end | Bob Wilson |
2011-03-05 | Teach the register scavenger to take subregs into account when finding a free... | Jim Grosbach |
2010-09-02 | The scavenger should just use getAllocatableSet() rather than reinventing it | Jim Grosbach |
2010-09-02 | Add a bit of debug output for register scavenging | Jim Grosbach |
2010-08-26 | Simplify eliminateFrameIndex() interface back down now that PEI doesn't need | Jim Grosbach |
2010-07-08 | Clean up scavengeRegister() a bit to prefer available regs, which allows | Jim Grosbach |
2010-07-08 | When processing frame index virtual registers, consider all available registers | Jim Grosbach |
2010-06-16 | Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat... | Evan Cheng |
2010-06-04 | Skip dbg_value instructions when scanning instructions in register scavenging. | Jim Grosbach |
2010-05-06 | Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot. | Evan Cheng |
2010-04-15 | Fix PR6847. RegScavenger should ignore DebugValues. | Jakob Stoklund Olesen |
2010-04-13 | Eliminate MachineBasicBlock::const_livein_iterator and make | Dan Gohman |
2009-12-03 | improve portability to avoid conflicting with std::next in c++'0x. | Chris Lattner |
2009-11-12 | RegScavenger::enterBasicBlock should always reset register state. | Evan Cheng |
2009-10-26 | - Revert some changes from 85044, 85045, and 85047 that broke x86_64 tests and | Evan Cheng |
2009-10-25 | When the scavenger is looking for a good candidate location to restore from a | Jim Grosbach |
2009-10-21 | The spill restore needs to be resolved to the SP/FP just like the spill | Jim Grosbach |
2009-10-19 | Adjust the scavenge register spilling to allow the target to choose an | Jim Grosbach |
2009-10-07 | Add register-reuse to frame-index register scavenging. When a target uses | Jim Grosbach |
2009-10-06 | grammar | Jim Grosbach |
2009-10-05 | In Thumb1, the register scavenger is not always able to use an emergency | Jim Grosbach |
2009-09-30 | replace TRI->isVirtualRegister() with TargetRegisterInfo::isVirtualRegister() | Jim Grosbach |
2009-09-29 | Additional check for regno==0 | Jim Grosbach |
2009-09-29 | Moving register scavenging to a post pass results in virtual registers in | Jim Grosbach |
2009-09-24 | Fix PR5024 with a big hammer: disable the double-def assertion in the scavenger. | Evan Cheng |
2009-08-18 | Simplify RegScavenger::FindUnusedReg. | Jakob Stoklund Olesen |
2009-08-16 | Replace RegScavenger::DistanceMap with a simpler local algorithm. | Jakob Stoklund Olesen |
2009-08-16 | Clean up the public interface of RegScavenger. | Jakob Stoklund Olesen |
2009-08-15 | Refine EarlyClobber assert in register scavenger. | Jakob Stoklund Olesen |
2009-08-13 | Track pristine registers as if they were live-in in the register scavenger. | Jakob Stoklund Olesen |
2009-08-11 | Rebuild RegScavenger::DistanceMap each time it is needed. | Jakob Stoklund Olesen |
2009-08-08 | Remove RegisterScavenger::isSuperRegUsed(). This completely reverses the mist... | Jakob Stoklund Olesen |