aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMISelDAGToDAG.cpp
AgeCommit message (Expand)Author
2007-10-08Migrate X86 and ARM from using X86ISD::{,I}DIV and ARMISD::MULHILO{U,S} toDan Gohman
2007-07-10Remove clobbersPred. Add an OptionalDefOperand to instructions which have the...Evan Cheng
2007-07-05Unfortunately we now require C++ code to isel Bcc, conditional moves, etc.Evan Cheng
2007-05-15Add PredicateOperand to all ARM instructions that have the condition field.Evan Cheng
2007-05-03match a reassociated form of fnmul. This implements CodeGen/ARM/fnmul.llChris Lattner
2007-03-19Fix naming inconsistencies.Evan Cheng
2007-03-19Special LDR instructions to load from non-pc-relative constantpools. These areEvan Cheng
2007-03-13AM2 can match 2^n +/- 1. e.g. ldr r3, [r2, r2, lsl #2]Evan Cheng
2007-02-07Get rid of references to iostream.Evan Cheng
2007-02-06Select add FI, c correctly.Evan Cheng
2007-02-06- Store val, [sp, c] must be selected to tSTRsp.Evan Cheng
2007-01-30Change the operand orders to t_addrmode_s* to make it easier to morphEvan Cheng
2007-01-24Use PC relative ldr to load from a constantpool in Thumb mode.Evan Cheng
2007-01-24Allow [ fi#c, imm ] as ARM load / store addresses.Evan Cheng
2007-01-24Various Thumb mode load / store isel bug fixes.Evan Cheng
2007-01-23- Reorg Thumb load / store instructions. Combine each rr and ri pair ofEvan Cheng
2007-01-19ARM backend contribution from Apple.Evan Cheng
2007-01-12Build constants using instructions mov/orr or mvn/eor.Lauro Ramos Venancio
2007-01-04Expand SELECT (f32/f64) and FCOPYSIGN (f32/f64).Lauro Ramos Venancio
2006-12-31implement missing comparesRafael Espindola
2006-12-31For PR950:Reid Spencer
2006-12-29fix commentRafael Espindola
2006-12-28Implement SELECT_CC (f32/f64) for ARM.Lauro Ramos Venancio
2006-12-14avoid using a constant table when a constant can be used inlineRafael Espindola
2006-12-12more general matching of the MVN instructionRafael Espindola
2006-12-12don't use "ordinary" addressing mode 1 when mvn is appropriateRafael Espindola
2006-12-12use MVN to handle small negative constantsRafael Espindola
2006-12-07What should be the last unnecessary <iostream>s in the library.Bill Wendling
2006-12-05expand memmove and memcpyRafael Espindola
2006-12-05add support for the "r" asm constraintRafael Espindola
2006-11-09implement load effective address similar to the alpha backendRafael Espindola
2006-11-08Match tblegen changes.Evan Cheng
2006-11-08initial implementation of addressing mode 2Rafael Espindola
2006-11-02move ARMCondCodeToString to ARMAsmPrinter.cppRafael Espindola
2006-10-30All targets expand BR_JT for now.Evan Cheng
2006-10-26initial support for frame pointersRafael Espindola
2006-10-24expand ISD::VACOPYRafael Espindola
2006-10-23expand ISD::MEMSETRafael Espindola
2006-10-20For PR950:Reid Spencer
2006-10-19expand SIGN_EXTEND_INREGRafael Espindola
2006-10-19expand brind so that we don't have to implement jump tables right nowRafael Espindola
2006-10-18implement CallingConv::Fast as CallingConv::CRafael Espindola
2006-10-17expand ISD::SDIV, ISD::UDIV, ISD::SREM and ISD::UREMRafael Espindola
2006-10-17initial implementation of addressing mode 5Rafael Espindola
2006-10-16expand ISD::SHL_PARTS, ISD::SRA_PARTS and ISD::SRL_PARTSRafael Espindola
2006-10-14expand ISD::BRCONDRafael Espindola
2006-10-14fix some fp condition codesRafael Espindola
2006-10-13Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.Evan Cheng
2006-10-13implement calls to functions that return longRafael Espindola
2006-10-13implement unordered floating point comparesRafael Espindola