X86ISD::PEXTRW 3rd operand type is always target pointer type.
[oota-llvm.git] / lib / Target / ARM /
2006-10-24 Rafael Espindolaexpand ISD::VACOPY
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-10-23 Rafael Espindolaimplement STRB and STRH
2006-10-23 Rafael Espindolaexpand ISD::MEMSET
2006-10-20 Reid SpencerFor PR950:
2006-10-19 Rafael Espindolause Pat to implement extloadi8 and extloadi16
2006-10-19 Rafael Espindolaimplement undef
2006-10-19 Rafael Espindolaprint common symbols
2006-10-19 Rafael Espindolaimplement extloadi8 and extloadi16
2006-10-19 Rafael Espindolaexpand SIGN_EXTEND_INREG
2006-10-19 Rafael Espindolaexpand brind so that we don't have to implement jump...
2006-10-18 Rafael Espindolaadd blx
2006-10-18 Rafael Espindolaadd isTerminatortto b and bcond
2006-10-18 Rafael Espindolaimplement CallingConv::Fast as CallingConv::C
2006-10-17 Rafael Espindolaexpand ISD::SDIV, ISD::UDIV, ISD::SREM and ISD::UREM
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 the immediate to the Offset in eliminateFrameIndex
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 Espindolaexpand ISD::BRCOND
2006-10-14 Rafael Espindolafix some fp condition codes
2006-10-13 Evan ChengMerge ISD::TRUNCSTORE to ISD::STORE. Switch to using...
2006-10-13 Rafael Espindolaadd FNEGS and FNEGD
2006-10-13 Rafael Espindolaadd SBCS and SUBS
2006-10-13 Rafael Espindolaimplement calls to functions that return long
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 Evan ChengReflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
2006-10-09 Rafael Espindolaadd float -> double and double -> float conversion
2006-10-09 Rafael Espindolaadd ADDS and ADCS
2006-10-09 Rafael Espindolaexpand ISD::SELECT
2006-10-09 Rafael Espindolaadd a note
2006-10-09 Rafael Espindolaexpand ISD::EXTLOAD
2006-10-09 Rafael Espindolamost ARM targets are little endian
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-06 Rafael Espindolaadd support for calling functions that return double
2006-10-06 Rafael Espindolafix some bugs affecting functions with no arguments
2006-10-06 Rafael Espindolafix the stack alignment
2006-10-06 Rafael Espindolaadd support for calling functions that have double...
2006-10-05 Evan ChengMake use of getStore().
2006-10-05 Rafael Espindolause a const ref for passing the vector to ArgumentLayout
2006-10-05 Rafael Espindolaimplement a ArgumentLayout class to factor code common...
2006-10-05 Chris LattnerPass the MachineFunction into EmitJumpTableInfo.
2006-10-05 Chris LattnerUse getSectionForFunction.
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-22 Rafael Espindolaadd a note
2006-09-21 Rafael Espindolamore condition codes
2006-09-21 Rafael Espindolaif a constant can't be an immediate, add it to the...
2006-09-19 Rafael Espindolafix header
2006-09-19 Rafael EspindolaImplement a MachineFunctionPass to fix the mul instruction
2006-09-13 Rafael Espindolaadd shifts to addressing mode 1
2006-09-12 Evan ChengReflects MachineConstantPoolEntry changes.
2006-09-11 Rafael Espindolaimplement SRL and MUL
2006-09-11 Rafael Espindolaadd the correct fallback for ARMDAGToDAGISel::SelectAdd...
2006-09-11 Rafael Espindolapartial implementation of the ARM Addressing Mode 1
2006-09-11 Rafael Espindolacall AsmPrinter::doInitialization in ARMAsmPrinter...
2006-09-10 Anton KorobeynikovRemoved unnecessary Mangler creation.
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-07 Jim Laskey1. Remove condition on delete.
2006-09-07 Jim LaskeyMake target asm info a property of the target machine.
2006-09-07 Jim LaskeyBreak out target asm info into separate files.
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-09-06 Rafael Espindolaadd the orr instruction
2006-09-05 Chris LattnerCompletely eliminate def&use operands. Now a register...
2006-09-04 Rafael Espindolaadd support for returning 64bit values
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-09-03 Chris LattnerSimplify target construction.
2006-09-03 Rafael Espindolaadd the SETULT condition code
2006-09-02 Rafael Espindolaadd more condition codes
2006-08-26 Evan ChengSelect() no longer require Result operand by reference.
2006-08-25 Rafael Espindolause @ for comments
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
next