aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMInstrInfo.h
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-03-25Add explicit keywords.Dan Gohman
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2008-02-08It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...Evan Cheng
2008-01-07Move even more functionality from MRegisterInfo into TargetInstrInfo.Owen Anderson
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
2008-01-01Fix a problem where lib/Target/TargetInstrInfo.h would include and useChris Lattner
2007-12-31Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of theOwen Anderson
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-10-18Fix a misnamed parameter.Christopher Lamb
2007-08-30Instruction formats added used to generate multiply instructions of V5TE.Raul Herbster
2007-08-07Initial JIT support for ARM by Raul Fernandes Herbster.Evan Cheng
2007-07-10Remove clobbersPred. Add an OptionalDefOperand to instructions which have the...Evan Cheng
2007-06-26Revert the earlier change that removed the M_REMATERIALIZABLE machineDan Gohman
2007-06-19Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoadDan Gohman
2007-06-19Replace TargetInstrInfo::CanBeDuplicated() with a M_NOT_DUPLICABLE bit.Evan Cheng
2007-06-15Instructions with unique labels or embedded jumptables cannot be duplicated d...Evan Cheng
2007-05-29Add missing const qualifiers.Evan Cheng
2007-05-23Hooks for predication support.Evan Cheng
2007-05-18RemoveBranch() and InsertBranch() now returns number of instructions deleted ...Evan Cheng
2007-05-16PredicateInstruction returns true if the operation was successful.Evan Cheng
2007-05-16Removed isPredicable().Evan Cheng
2007-05-16Hooks for predication support.Evan Cheng
2007-01-29Factor GetInstSize() out of constpool island pass.Evan Cheng
2007-01-26Make LABEL a builtin opcode.Jim Laskey
2007-01-19ARM backend contribution from Apple.Evan Cheng
2006-10-24implement uncond branch insertion, mark branches with isBranch.Chris Lattner
2006-08-08change the addressing mode of the str instruction to reg+immRafael Espindola
2006-07-10create the raddr addressing mode that matches any register and the frame indexRafael Espindola
2006-05-14added a skeleton of the ARM backendRafael Espindola