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