| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | This method belonged in VirtRegMap. | Jakob Stoklund Olesen | 2011-02-19 | 1 | -0/+9 | 
| *  | Use VirtRegMap's Virt2SplitMap to keep track of the original live range befor... | Jakob Stoklund Olesen | 2011-02-18 | 1 | -1/+1 | 
| *  | Add VirtRegMap::rewrite() and use it in the new register allocators. | Jakob Stoklund Olesen | 2011-02-18 | 1 | -0/+8 | 
| *  | Add a forgotten VireReg2IndexFunctor. | Jakob Stoklund Olesen | 2011-01-09 | 1 | -1/+1 | 
| *  | Fix VirtRegMap to use TRI::index2VirtReg and TRI::virtReg2Index instead of | Jakob Stoklund Olesen | 2011-01-08 | 1 | -2/+2 | 
| *  | Add an AllocationOrder class that can iterate over the allocatable physical | Jakob Stoklund Olesen | 2010-12-10 | 1 | -1/+4 | 
| *  | Remember to resize SpillSlotToUsesMap when allocating an emergency spill slot. | Jakob Stoklund Olesen | 2010-11-16 | 1 | -0/+3 | 
| *  | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 | 
| *  | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 | 
| *  | Don't use PassInfo* as a type identifier for passes.  Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -1/+1 | 
| *  | Add SplitEditor to SplitKit. This class will be used to edit live intervals and | Jakob Stoklund Olesen | 2010-07-26 | 1 | -0/+5 | 
| *  | The Indexes Patch. | Lang Hames | 2009-11-03 | 1 | -5/+5 | 
| *  | Renamed MachineInstrIndex to LiveIndex. | Lang Hames | 2009-10-03 | 1 | -5/+5 | 
| *  | Replaces uses of unsigned for indexes in LiveInterval and VNInfo with | Lang Hames | 2009-09-04 | 1 | -5/+6 | 
| *  | remove some uses of llvm/Support/Streams.h | Chris Lattner | 2009-08-23 | 1 | -16/+0 | 
| *  | Move more to raw_ostream, provide support for writing MachineBasicBlock, | Daniel Dunbar | 2009-07-24 | 1 | -0/+11 | 
| *  | Move register allocation preference (or hint) from LiveInterval to MachineReg... | Evan Cheng | 2009-06-14 | 1 | -2/+6 | 
| *  | Make sure to color with only allocatable registers for the specific register ... | Evan Cheng | 2009-05-04 | 1 | -2/+6 | 
| *  | In some rare cases, the register allocator can spill registers but end up not... | Evan Cheng | 2009-05-03 | 1 | -6/+49 | 
| *  | Oy! When reverting r68073, I added in experimental code. Sorry... | Bill Wendling | 2009-03-31 | 1 | -2/+0 | 
| *  | Revert r68073. It's causing a failure in the Apple-style builds. | Bill Wendling | 2009-03-31 | 1 | -0/+2 | 
| *  | Convert VirtRegMap to a MachineFunctionPass. | Owen Anderson | 2009-03-13 | 1 | -5/+18 | 
| *  | Reorganization: Move the Spiller out of VirtRegMap.cpp into its own files.  N... | Owen Anderson | 2009-03-11 | 1 | -13/+0 | 
| *  | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -0/+1 | 
| *  | Move #include to right place. | Evan Cheng | 2008-06-04 | 1 | -1/+0 | 
| *  | Use of implicit_def is not part of live interval. Create empty intervals for ... | Evan Cheng | 2008-04-11 | 1 | -0/+15 | 
| *  | Fix typos in comments. | Dan Gohman | 2008-03-12 | 1 | -2/+2 | 
| *  | Transfer physical register spill info when load / store folding happens. | Evan Cheng | 2008-03-11 | 1 | -0/+17 | 
| *  | When the register allocator runs out of registers, spill a physical register ... | Evan Cheng | 2008-03-11 | 1 | -0/+40 | 
| *  | Spiller now remove unused spill slots. | Evan Cheng | 2008-02-27 | 1 | -5/+27 | 
| *  | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -7/+7 | 
| *  | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 | 
| *  | MachineInstr can change. Store indexes instead. | Evan Cheng | 2007-12-05 | 1 | -11/+10 | 
| *  | If a split live interval is spilled again, remove the kill marker on its last... | Evan Cheng | 2007-12-05 | 1 | -0/+19 | 
| *  | Fix kill info for split intervals. | Evan Cheng | 2007-12-05 | 1 | -10/+12 | 
| *  | Remove redundant foldMemoryOperand variants and other code clean up. | Evan Cheng | 2007-12-02 | 1 | -4/+3 | 
| *  | Fixed various live interval splitting bugs / compile time issues. | Evan Cheng | 2007-11-29 | 1 | -0/+41 | 
| *  | Recover compile time regression. | Evan Cheng | 2007-11-28 | 1 | -50/+25 | 
| *  | Live interval splitting: | Evan Cheng | 2007-11-17 | 1 | -7/+97 | 
| *  | Local spiller optimization:  | Evan Cheng | 2007-10-13 | 1 | -0/+4 | 
| *  | Re-implement trivial rematerialization. This allows def MIs whose live interv... | Evan Cheng | 2007-08-13 | 1 | -8/+21 | 
| *  | Add a missing forward declaration. | David Greene | 2007-08-07 | 1 | -0/+1 | 
| *  | More explicit keywords. | Dan Gohman | 2007-08-02 | 1 | -1/+1 | 
| *  | Re-materialize all loads from fixed stack slots. | Evan Cheng | 2007-04-04 | 1 | -4/+4 | 
| *  | First cut trivial re-materialization support. | Evan Cheng | 2007-03-20 | 1 | -5/+41 | 
| *  | rename DenseMap to IndexedMap. | Chris Lattner | 2007-02-01 | 1 | -3/+3 | 
| *  | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling | 2006-12-17 | 1 | -1/+5 | 
| *  | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -2/+2 | 
| *  | More removal of std::cerr and DEBUG, replacing with DOUT instead. | Bill Wendling | 2006-11-17 | 1 | -0/+2 | 
| *  | Fix a long-standing wart in the code generator: two-address instruction lowering | Chris Lattner | 2006-09-05 | 1 | -4/+4 |