Age | Commit message (Expand) | Author |
2013-03-27 | Fix target-customized spilling in the register scavenger | Hal Finkel |
2013-03-26 | Fix the register scavenger for targets that provide custom spilling | Hal Finkel |
2013-03-26 | Update PEI's virtual-register-based scavenging to support multiple simultaneo... | Hal Finkel |
2013-03-23 | Fix comparison of mixed signedness | Hal Finkel |
2013-03-22 | Allow the register scavenger to spill multiple registers | Hal Finkel |
2013-03-22 | Remove ScavengedRC from RegisterScavenging | Hal Finkel |
2013-01-31 | [PEI] Pass the frame index operand number to the eliminateFrameIndex function. | Chad Rosier |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
2012-11-26 | Remove unneeded #includes. | Jakub Staszak |
2012-11-15 | [reg scavenger] Fix the isUsed/isAliasUsed functions so as to not report a false | Chad Rosier |
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 |