Make the getNamedFunction and getNamedGlobal methods be const. They don't
[oota-llvm.git] / lib / Target / ARM /
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