Change target-specific classes to use more precise static types.
[oota-llvm.git] / lib / Target / ARM / ARMInstrInfo.h
2008-05-14 Dan GohmanChange target-specific classes to use more precise...
2008-04-16 Nicolas GeoffrayInfrastructure for getting the machine code size of...
2008-03-31 Evan ChengMove reMaterialize() from TargetRegisterInfo to TargetI...
2008-03-25 Dan GohmanAdd explicit keywords.
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-02-08 Evan ChengIt's not always safe to fold movsd into xorpd, etc...
2008-01-07 Owen AndersonMove even more functionality from MRegisterInfo into...
2008-01-04 Owen AndersonMove some more functionality from MRegisterInfo to...
2008-01-01 Owen AndersonMove some more instruction creation methods from Regist...
2008-01-01 Chris LattnerFix a problem where lib/Target/TargetInstrInfo.h would...
2007-12-31 Owen AndersonMove copyRegToReg from MRegisterInfo to TargetInstrInfo...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-10-18 Christopher LambFix a misnamed parameter.
2007-08-30 Raul HerbsterInstruction formats added used to generate multiply...
2007-08-07 Evan ChengInitial JIT support for ARM by Raul Fernandes Herbster.
2007-07-10 Evan ChengRemove clobbersPred. Add an OptionalDefOperand to instr...
2007-06-26 Dan GohmanRevert the earlier change that removed the M_REMATERIAL...
2007-06-19 Dan GohmanReplace M_REMATERIALIZIBLE and the newly-added isOtherR...
2007-06-19 Evan ChengReplace TargetInstrInfo::CanBeDuplicated() with a M_NOT...
2007-06-15 Evan ChengInstructions with unique labels or embedded jumptables...
2007-05-29 Evan ChengAdd missing const qualifiers.
2007-05-23 Evan ChengHooks for predication support.
2007-05-18 Evan ChengRemoveBranch() and InsertBranch() now returns number...
2007-05-16 Evan ChengPredicateInstruction returns true if the operation...
2007-05-16 Evan ChengRemoved isPredicable().
2007-05-16 Evan ChengHooks for predication support.
2007-01-29 Evan ChengFactor GetInstSize() out of constpool island pass.
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
2007-01-19 Evan ChengARM backend contribution from Apple.
2006-10-24 Chris Lattnerimplement uncond branch insertion, mark branches with...
2006-08-08 Rafael Espindolachange the addressing mode of the str instruction to...
2006-07-10 Rafael Espindolacreate the raddr addressing mode that matches any regis...
2006-05-14 Rafael Espindolaadded a skeleton of the ARM backend