Remove clobbersPred. Add an OptionalDefOperand to instructions which have the 's...
[oota-llvm.git] / lib / Target / ARM / ARMInstrInfo.h
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