summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* handle the "mov reg1, reg2" case in isMoveInstrRafael Espindola2006-06-271-4/+6
* lower more then 4 formal arguments. The offset is currently hard coded.Rafael Espindola2006-06-121-15/+50
* add R0 to liveoutRafael Espindola2006-06-051-3/+13
* Expand ret into "CopyToReg;BRIND"Rafael Espindola2006-05-301-9/+3
* Change RET node to include signness information of the return values. i.e.Evan Cheng2006-05-261-2/+2
* port the ARM backend to use ISD::CALL instead of LowerCallToRafael Espindola2006-05-251-12/+3
* Assert if InflightSet is not cleared after instruction selecting a BB.Evan Cheng2006-05-251-0/+1
* Clear HandleMap and ReplaceMap after instruction selection. Or it may causeEvan Cheng2006-05-241-0/+2
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-241-1/+1
* implement minimal versions ofRafael Espindola2006-05-231-1/+36
* implement movriRafael Espindola2006-05-181-0/+6
* add an abort after every assert(0)Rafael Espindola2006-05-151-0/+2
* added a skeleton of the ARM backendRafael Espindola2006-05-141-0/+137
OpenPOWER on IntegriCloud