| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo. | Evan Cheng | 2008-03-31 | 1 | -30/+12 |
| * | Spiller now remove unused spill slots. | Evan Cheng | 2008-02-27 | 1 | -0/+2 |
| * | Remove bunch of gcc 4.3-related warnings from Target | Anton Korobeynikov | 2008-02-20 | 1 | -1/+2 |
| * | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -1/+1 |
| * | rename MachineInstr::setInstrDescriptor -> setDesc | Chris Lattner | 2008-01-11 | 1 | -7/+7 |
| * | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner | 2008-01-07 | 1 | -2/+2 |
| * | Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects | Chris Lattner | 2008-01-07 | 1 | -2/+2 |
| * | Move even more functionality from MRegisterInfo into TargetInstrInfo. | Owen Anderson | 2008-01-07 | 1 | -151/+45 |
| * | rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate. | Chris Lattner | 2008-01-06 | 1 | -2/+2 |
| * | rename isStore -> mayStore to more accurately reflect what it captures. | Chris Lattner | 2008-01-06 | 1 | -1/+1 |
| * | Move some more functionality from MRegisterInfo to TargetInstrInfo. | Owen Anderson | 2008-01-04 | 1 | -44/+0 |
| * | Move some more instruction creation methods from RegisterInfo into InstrInfo. | Owen Anderson | 2008-01-01 | 1 | -128/+0 |
| * | Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the | Owen Anderson | 2007-12-31 | 1 | -28/+0 |
| * | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner | 2007-12-31 | 1 | -11/+12 |
| * | Add new shorter predicates for testing machine operands for various types: | Chris Lattner | 2007-12-30 | 1 | -2/+2 |
| * | Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis... | Chris Lattner | 2007-12-30 | 1 | -8/+8 |
| * | use simplified operand addition methods. | Chris Lattner | 2007-12-30 | 1 | -8/+9 |
| * | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+1 |
| * | Doh | Evan Cheng | 2007-12-08 | 1 | -1/+1 |
| * | Fix a compilation warning. | Evan Cheng | 2007-12-08 | 1 | -1/+1 |
| * | Add a argument to storeRegToStackSlot and storeRegToAddr to specify whether | Evan Cheng | 2007-12-05 | 1 | -7/+41 |
| * | Remove redundant foldMemoryOperand variants and other code clean up. | Evan Cheng | 2007-12-02 | 1 | -1/+5 |
| * | Add parameter to getDwarfRegNum to permit targets | Dale Johannesen | 2007-11-13 | 1 | -1/+1 |
| * | Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack | Bill Wendling | 2007-11-13 | 1 | -1/+4 |
| * | Use TableGen to emit information for dwarf register numbers. | Anton Korobeynikov | 2007-11-11 | 1 | -0/+5 |
| * | - Added getOpcodeAfterMemoryUnfold(). It doesn't unfold an instruction, but o... | Evan Cheng | 2007-10-18 | 1 | -2/+2 |
| * | Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister p... | Evan Cheng | 2007-10-18 | 1 | -4/+4 |
| * | - Added a few target hooks to generate load / store instructions from / to any | Evan Cheng | 2007-10-05 | 1 | -21/+110 |
| * | Allow copyRegToReg to emit cross register classes copies. | Evan Cheng | 2007-09-26 | 1 | -4/+10 |
| * | Change instruction description to split OperandList into OutOperandList and | Evan Cheng | 2007-07-19 | 1 | -2/+2 |
| * | Only adjust esp around calls in presence of alloca. | Evan Cheng | 2007-07-19 | 1 | -1/+1 |
| * | Long live the exception handling! | Anton Korobeynikov | 2007-07-14 | 1 | -2/+3 |
| * | Remove clobbersPred. Add an OptionalDefOperand to instructions which have the... | Evan Cheng | 2007-07-10 | 1 | -5/+9 |
| * | Added ARM::CPSR to represent ARM CPSR status register. | Evan Cheng | 2007-07-05 | 1 | -49/+59 |
| * | Add missing const qualifiers. | Evan Cheng | 2007-05-29 | 1 | -3/+3 |
| * | Add PredicateOperand to all ARM instructions that have the condition field. | Evan Cheng | 2007-05-15 | 1 | -48/+77 |
| * | Fix PR1390 in a better way. | Lauro Ramos Venancio | 2007-05-07 | 1 | -12/+41 |
| * | Fix PR1390. | Lauro Ramos Venancio | 2007-05-05 | 1 | -38/+10 |
| * | Debug support for arm-linux. | Lauro Ramos Venancio | 2007-05-03 | 1 | -0/+5 |
| * | eliminateFrameIndex() change. | Evan Cheng | 2007-05-01 | 1 | -3/+4 |
| * | Under normal circumstances, when a frame pointer is not required, we reserve | Evan Cheng | 2007-05-01 | 1 | -3/+27 |
| * | add parenthesis. | Lauro Ramos Venancio | 2007-04-27 | 1 | -2/+2 |
| * | In Thumb mode, the frame register must be R7. | Lauro Ramos Venancio | 2007-04-27 | 1 | -2/+2 |
| * | Match MachineFunction::UsedPhysRegs changes. | Evan Cheng | 2007-04-25 | 1 | -9/+6 |
| * | Fix a bug in getFrameRegister. | Lauro Ramos Venancio | 2007-04-19 | 1 | -1/+4 |
| * | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov | 2007-04-16 | 1 | -1/+1 |
| * | Fixed a bug that causes codegen of noop like add r0, r0, #0. | Evan Cheng | 2007-04-03 | 1 | -1/+1 |
| * | Added MRegisterInfo hook to re-materialize an instruction. | Evan Cheng | 2007-03-20 | 1 | -16/+35 |
| * | Fix naming inconsistencies. | Evan Cheng | 2007-03-19 | 1 | -17/+17 |
| * | Fix one more Thumb eliminateFrameIndex bug. | Evan Cheng | 2007-03-07 | 1 | -9/+23 |