FCONST{S,D} behaves the same way as FP unary instructions. This is true for both...
[oota-llvm.git] / lib / Target / ARM / ARMInstrInfo.cpp
2007-05-23 Evan ChengHooks for predication support.
2007-05-21 Evan ChengFix some -march=thumb regressions. tBR_JTr is not predi...
2007-05-21 Evan ChengBlockHasNoFallThrough() now returns true if block ends...
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-05-15 Evan ChengAdd PredicateOperand to all ARM instructions that have...
2007-04-29 Dale JohannesenRewrite of Thumb constant islands handling (exact allow...
2007-04-26 Evan ChengRename findRegisterUseOperand to findRegisterUseOperand...
2007-04-25 Evan ChengRelex assertions to account for additional implicit...
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-04-03 Evan ChengInverted logic.
2007-03-26 Evan ChengfindRegisterUseOperand() changed.
2007-03-19 Evan ChengFix naming inconsistencies.
2007-02-07 Evan ChengSpill / restore should avoid modifying the condition...
2007-01-30 Evan ChengCopy and paste bug.
2007-01-30 Evan ChengMisseed thumb jumptable branch.
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-11-27 Evan ChengChange MachineInstr ctor's to take a TargetInstrDescrip...
2006-10-24 Rafael Espindolafix warning about missing newline at end of file
2006-10-24 Chris Lattnerimplement uncond branch insertion, mark branches with...
2006-09-13 Rafael Espindolaadd shifts to addressing mode 1
2006-09-11 Rafael Espindolapartial implementation of the ARM Addressing Mode 1
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-06-27 Rafael Espindolahandle the "mov reg1, reg2" case in isMoveInstr
2006-05-23 Rafael Espindolaimplement minimal versions of
2006-05-14 Rafael Espindolaadded a skeleton of the ARM backend