| Commit message (Expand) | Author | Age | Files | Lines |
* | Propagate subreg index when promoting a load to a copy. | Evan Cheng | 2008-09-11 | 1 | -0/+7 |
* | Fix PR2664 - spiller GetRegForReload wasn't respecting sub-register indices o... | Evan Cheng | 2008-09-10 | 1 | -2/+4 |
* | Fix an overly strict assertion. Source register of a copy may not be killed, ... | Evan Cheng | 2008-09-04 | 1 | -1/+2 |
* | Make SimpleSpiller respect subregister indices. | Owen Anderson | 2008-08-19 | 1 | -2/+5 |
* | Fix PR2596: out of bound reference. | Evan Cheng | 2008-08-05 | 1 | -3/+8 |
* | Fix a LocalSpiller leak. This fixes tramp3d-v4. | Dan Gohman | 2008-07-18 | 1 | -0/+1 |
* | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman | 2008-07-07 | 1 | -6/+7 |
* | Cosmetic. | Evan Cheng | 2008-06-18 | 1 | -1/+1 |
* | Fix read after free found by valgrind. | Evan Cheng | 2008-06-16 | 1 | -15/+10 |
* | Teach the spiller to commute instructions in order to fold a reload. This hit... | Evan Cheng | 2008-06-13 | 1 | -18/+125 |
* | Move #include to right place. | Evan Cheng | 2008-06-04 | 1 | -0/+1 |
* | Remove warnings about comparison between signed and unsigned expressions. | Bill Wendling | 2008-05-23 | 1 | -2/+2 |
* | Don't attempt to update SpillSlotToUsesMap for stack slots that aren't | David Greene | 2008-05-22 | 1 | -2/+14 |
* | More local spiller complexity! | Evan Cheng | 2008-05-20 | 1 | -0/+62 |
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -9/+9 |
* | Yet another nasty spiller bug. | Evan Cheng | 2008-05-07 | 1 | -14/+19 |
* | Use of implicit_def is not part of live interval. Create empty intervals for ... | Evan Cheng | 2008-04-11 | 1 | -0/+8 |
* | Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo. | Evan Cheng | 2008-03-31 | 1 | -4/+5 |
* | Avoid commuting a def MI in order to coalesce a copy instruction away if any ... | Evan Cheng | 2008-03-26 | 1 | -0/+1 |
* | A couple of kill marker maintainence bug. | Evan Cheng | 2008-03-21 | 1 | -1/+1 |
* | Fix PR2138. Apparently any modification to a std::multimap (including remove ... | Evan Cheng | 2008-03-14 | 1 | -2/+8 |
* | Change VirtRegMap's dump to dump to cerr, not DOUT, so that it | Dan Gohman | 2008-03-12 | 1 | -1/+1 |
* | Set NextMII after issuing a physical register spill. | Evan Cheng | 2008-03-12 | 1 | -0/+1 |
* | Minor debug output bug. | Evan Cheng | 2008-03-12 | 1 | -1/+1 |
* | Transfer physical register spill info when load / store folding happens. | Evan Cheng | 2008-03-11 | 1 | -1/+2 |
* | When the register allocator runs out of registers, spill a physical register ... | Evan Cheng | 2008-03-11 | 1 | -0/+40 |
* | Refactor code. Remove duplicated functions that basically do the same thing as | Evan Cheng | 2008-03-05 | 1 | -4/+3 |
* | Fix a bug in dead spill slot elimination. | Evan Cheng | 2008-02-27 | 1 | -0/+2 |
* | Final de-tabification. | Bill Wendling | 2008-02-27 | 1 | -1/+1 |
* | Spiller now remove unused spill slots. | Evan Cheng | 2008-02-27 | 1 | -17/+72 |
* | Rename PrintableName to Name. | Bill Wendling | 2008-02-26 | 1 | -7/+7 |
* | Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool | Bill Wendling | 2008-02-26 | 1 | -9/+9 |
* | De-tabify. | Bill Wendling | 2008-02-26 | 1 | -1/+1 |
* | Make sure reload of implicit uses are issued before remat's. | Evan Cheng | 2008-02-22 | 1 | -3/+15 |
* | Enable re-materialization of instructions which have virtual register operand... | Evan Cheng | 2008-02-22 | 1 | -11/+32 |
* | Update gcc 4.3 warnings fix patch with recent head changes | Anton Korobeynikov | 2008-02-20 | 1 | -1/+2 |
* | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -52/+52 |
* | Forgot these files. | Evan Cheng | 2008-02-08 | 1 | -1/+1 |
* | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner | 2008-01-07 | 1 | -7/+7 |
* | Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor | Chris Lattner | 2008-01-07 | 1 | -1/+1 |
* | Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects | Chris Lattner | 2008-01-07 | 1 | -3/+3 |
* | Update CodeGen for MRegisterInfo --> TargetInstrInfo changes. | Owen Anderson | 2008-01-07 | 1 | -5/+5 |
* | Move some more instruction creation methods from RegisterInfo into InstrInfo. | Owen Anderson | 2008-01-01 | 1 | -8/+12 |
* | Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the | Owen Anderson | 2007-12-31 | 1 | -3/+3 |
* | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner | 2007-12-31 | 1 | -28/+30 |
* | More cleanups for MachineOperand: | Chris Lattner | 2007-12-30 | 1 | -2/+2 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | If deleting a reload instruction due to reuse (value is available in register... | Evan Cheng | 2007-12-11 | 1 | -2/+18 |
* | MachineInstr can change. Store indexes instead. | Evan Cheng | 2007-12-05 | 1 | -1/+1 |
* | If a split live interval is spilled again, remove the kill marker on its last... | Evan Cheng | 2007-12-05 | 1 | -1/+2 |