implement smull and umull
[oota-llvm.git] / lib / Target / ARM /
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
2006-08-22 Rafael Espindolaadd a README.txt
2006-08-21 Rafael Espindolainitial support for select
2006-08-21 Rafael Espindolaadd the and instruction
2006-08-20 Rafael Espindolacall computeRegisterProperties
2006-08-17 Chris LattnerConstify some methods. Patch provided by Anton Vayvod...
2006-08-17 Rafael Espindolaadd a "load effective address"
2006-08-16 Rafael EspindolaDeclare the callee saved regs
2006-08-14 Rafael Espindolaselect code like
2006-08-11 Chris LattnerEliminate use of getNode that takes a vector.
2006-08-11 Chris Lattnerelimiante use of getNode that takes vector of operands.
2006-08-11 Evan ChengMatch tablegen changes.
2006-08-11 Evan ChengCALLSEQ_* produces chain even if that's not needed.
2006-08-09 Rafael Espindolacorrectly set LocalAreaOffset of TargetFrameInfo
2006-08-09 Rafael Espindolafix the spill code
2006-08-09 Rafael Espindolafix the loading of the link register in emitepilogue
2006-08-08 Rafael Espindolachange the addressing mode of the str instruction to...
2006-08-08 Rafael Espindolainitial support for variable number of arguments
2006-08-07 Evan ChengMatch tablegen isel changes.
2006-08-04 Rafael Espindolause a 'register pressure reducing' scheduler
2006-08-03 Rafael EspindolaBug fix: always generate a RET_FLAG in LowerRET
2006-08-03 Rafael Espindolaadd and use ARMISD::RET_FLAG
2006-08-01 Rafael Espindolastart comments with #
2006-08-01 Rafael Espindolaimplement LowerConstantPool and LowerGlobalAddress
2006-07-31 Rafael Espindolahandle GlobalValue::InternalLinkage in doFinalization
2006-07-28 Evan ChengRemove InFlightSet hack. No longer needed.
2006-07-27 Rafael Espindolaemit global constants
2006-07-25 Rafael Espindolaimplement function calling of functions with up to...
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
next