aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM
AgeCommit message (Expand)Author
2006-05-30Expand ret into "CopyToReg;BRIND"Rafael Espindola
2006-05-27Ignore generated filesChris Lattner
2006-05-26Change RET node to include signness information of the return values. i.e.Evan Cheng
2006-05-26On ARM, alignment is in bitsRafael Espindola
2006-05-25implement initial version of ARMAsmPrinter::printOperandRafael Espindola
2006-05-25port the ARM backend to use ISD::CALL instead of LowerCallToRafael Espindola
2006-05-25Assert if InflightSet is not cleared after instruction selecting a BB.Evan Cheng
2006-05-24Clear HandleMap and ReplaceMap after instruction selection. Or it may causeEvan Cheng
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner
2006-05-23implement minimal versions ofRafael Espindola
2006-05-20Make all of the TargetMachine subclasses use the new string TargetData methods.Owen Anderson
2006-05-18implement movriRafael Espindola
2006-05-18getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd.Evan Cheng
2006-05-17Remove PointerType from class TargetEvan Cheng
2006-05-15add an abort after every assert(0)Rafael Espindola
2006-05-14added a skeleton of the ARM backendRafael Espindola