Ugly hack! Add helper functions InsertInFlightSetEntry and
[oota-llvm.git] / lib / Target / ARM /
2006-06-27 Rafael Espindolahandle the "mov reg1, reg2" case in isMoveInstr
2006-06-18 Rafael Espindolainitial implementation of ARMRegisterInfo::eliminateFra...
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-06-12 Rafael Espindolalower more then 4 formal arguments. The offset is curre...
2006-06-05 Rafael Espindolaadd R0 to liveout
2006-05-30 Rafael EspindolaExpand ret into "CopyToReg;BRIND"
2006-05-27 Chris LattnerIgnore generated files
2006-05-26 Evan ChengChange RET node to include signness information of...
2006-05-26 Rafael EspindolaOn ARM, alignment is in bits
2006-05-25 Rafael Espindolaimplement initial version of ARMAsmPrinter::printOperand
2006-05-25 Rafael Espindolaport the ARM backend to use ISD::CALL instead of LowerC...
2006-05-25 Evan ChengAssert if InflightSet is not cleared after instruction...
2006-05-24 Evan ChengClear HandleMap and ReplaceMap after instruction select...
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-05-23 Rafael Espindolaimplement minimal versions of
2006-05-20 Owen AndersonMake all of the TargetMachine subclasses use the new...
2006-05-18 Rafael Espindolaimplement movri
2006-05-18 Evan ChenggetCalleeSaveRegs and getCalleeSaveRegClasses are no...
2006-05-17 Evan ChengRemove PointerType from class Target
2006-05-15 Rafael Espindolaadd an abort after every assert(0)
2006-05-14 Rafael Espindolaadded a skeleton of the ARM backend