add FCPYS and FCPYD
[oota-llvm.git] / lib / Target / ARM / ARMInstrInfo.td
2006-10-17 Rafael Espindolaadd FCPYS and FCPYD
2006-10-16 Rafael Espindolaadd fdivs e fdivd
2006-10-16 Rafael Espindolaexpand ISD::SHL_PARTS, ISD::SRA_PARTS and ISD::SRL_PARTS
2006-10-16 Rafael Espindoladefine the DFPBinOp class
2006-10-16 Rafael Espindolaadd the FPBinOp class
2006-10-16 Rafael Espindoladefine the Addr1BinOp class
2006-10-16 Rafael Espindoladefine the IntBinOp class and use it to implement the...
2006-10-16 Rafael Espindolafix assembly syntax
2006-10-16 Rafael Espindolaimplement LDRB, LDRSB, LDRH and LDRSH
2006-10-16 Rafael Espindolaimplement smull and umull
2006-10-14 Rafael Espindolafix some fp condition codes
2006-10-13 Rafael Espindolaadd FNEGS and FNEGD
2006-10-13 Rafael Espindolaadd SBCS and SUBS
2006-10-13 Rafael Espindolaimplement unordered floating point compares
2006-10-12 Chris Lattnermark call adjustments as modifying the SP
2006-10-11 Evan ChengAdd properties to ComplexPattern.
2006-10-10 Rafael Espindolauint <-> double conversion
2006-10-10 Rafael Espindolaadd fp sub
2006-10-10 Rafael Espindolaadd double <-> int conversion
2006-10-10 Rafael Espindolacompare doubles
2006-10-10 Rafael Espindolainitial support for fp compares. Unordered compares...
2006-10-09 Rafael Espindolaadd float -> double and double -> float conversion
2006-10-09 Rafael Espindolaadd ADDS and ADCS
2006-10-07 Rafael Espindolaimplement FUITOS and FUITOD
2006-10-07 Rafael Espindolaimplement FLDD
2006-10-07 Rafael Espindolaimplement fadds, faddd, fmuls and fmuld
2006-10-06 Rafael Espindolaadd optional input flag to FMRRD
2006-10-05 Rafael Espindolaimplement a ArgumentLayout class to factor code common...
2006-10-03 Rafael EspindolaImplement floating point constants
2006-10-02 Rafael Espindolafix the names of the 64bit fp register
2006-09-29 Rafael Espindolaadd floating point registers
2006-09-13 Rafael Espindolaadd shifts to addressing mode 1
2006-09-11 Rafael Espindolaimplement SRL and MUL
2006-09-11 Rafael Espindolapartial implementation of the ARM Addressing Mode 1
2006-09-08 Rafael Espindolaimplement shl and sra
2006-09-08 Rafael Espindolaadd the eor (xor) instruction
2006-09-08 Rafael Espindolaimplement unconditional branches
2006-09-06 Rafael Espindolaadd the orr instruction
2006-08-24 Rafael Espindolaadd the "eq" condition code
2006-08-24 Rafael Espindolacreate a generic bcond instruction that has a condition...
2006-08-24 Rafael Espindolainitial support for branches
2006-08-21 Rafael Espindolainitial support for select
2006-08-21 Rafael Espindolaadd the and instruction
2006-08-17 Rafael Espindolaadd a "load effective address"
2006-08-16 Rafael EspindolaDeclare the callee saved regs
2006-08-11 Evan ChengCALLSEQ_* produces chain even if that's not needed.
2006-08-08 Rafael Espindolachange the addressing mode of the str instruction to...
2006-08-03 Rafael Espindolaadd and use ARMISD::RET_FLAG
2006-08-01 Rafael Espindolastart comments with #
2006-07-21 Rafael Espindolaimplemented sub
2006-07-18 Rafael Espindolainitial prologue and epilogue implementation. Need...
2006-07-16 Rafael Espindolaskeleton of a lowerCall implementation for ARM
2006-07-11 Rafael Espindolaadd the memri memory operand
2006-07-10 Rafael Espindolacreate the raddr addressing mode that matches any regis...
2006-06-18 Rafael Espindolainitial implementation of ARMRegisterInfo::eliminateFra...
2006-05-30 Rafael EspindolaExpand ret into "CopyToReg;BRIND"
2006-05-26 Rafael EspindolaOn ARM, alignment is in bits
2006-05-18 Rafael Espindolaimplement movri
2006-05-14 Rafael Espindolaadded a skeleton of the ARM backend