Make LABEL a builtin opcode.
[oota-llvm.git] / lib / Target / ARM / ARMInstrInfo.td
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
2007-01-19 Evan ChengCode clean up. Use def : pat instead of defining new...
2007-01-19 Evan ChengARM backend contribution from Apple.
2006-12-31 Rafael Espindolaimplement missing compares
2006-12-28 Lauro Ramos VenancioImplement SELECT_CC (f32/f64) for ARM.
2006-12-28 Rafael Espindolaremove duplicated line
2006-12-26 Lauro Ramos VenancioThis patch defines extloadi1 and fixes an internal...
2006-12-12 Rafael Espindolamore general matching of the MVN instruction
2006-12-12 Rafael Espindolause MVN to handle small negative constants
2006-12-12 Rafael Espindolaadd mvn
2006-12-08 Rafael Espindolafix truncstorei1
2006-11-09 Rafael Espindolaimplement load effective address similar to the alpha...
2006-11-08 Rafael Espindolainitial implementation of addressing mode 2
2006-11-03 Chris Lattnerremove dead/redundant vars
2006-11-01 Rafael Espindolaimplement zextload bool and truncstore bool
2006-10-24 Chris Lattnerimplement uncond branch insertion, mark branches with...
2006-10-23 Rafael Espindolaimplement STRB and STRH
2006-10-19 Rafael Espindolause Pat to implement extloadi8 and extloadi16
2006-10-19 Rafael Espindolaimplement undef
2006-10-19 Rafael Espindolaimplement extloadi8 and extloadi16
2006-10-18 Rafael Espindolaadd blx
2006-10-18 Rafael Espindolaadd isTerminatortto b and bcond
2006-10-17 Rafael Espindolaadd the FPUnaryOp and DFPUnaryOp classes
2006-10-17 Rafael Espindolaadd FABSS and FABSD
2006-10-17 Rafael Espindolaremove extra [] in stores
2006-10-17 Rafael Espindolainitial implementation of addressing mode 5
2006-10-17 Rafael Espindolaadd FSTD and FSTS
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