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