initial support for variable number of arguments
[oota-llvm.git] / lib / Target / ARM / ARMISelDAGToDAG.cpp
2006-08-08 Rafael Espindolainitial support for variable number of arguments
2006-08-07 Evan ChengMatch tablegen isel changes.
2006-08-04 Rafael Espindolause a 'register pressure reducing' scheduler
2006-08-03 Rafael EspindolaBug fix: always generate a RET_FLAG in LowerRET
2006-08-03 Rafael Espindolaadd and use ARMISD::RET_FLAG
2006-08-01 Rafael Espindolaimplement LowerConstantPool and LowerGlobalAddress
2006-07-28 Evan ChengRemove InFlightSet hack. No longer needed.
2006-07-25 Rafael Espindolaimplement function calling of functions with up to...
2006-07-16 Rafael Espindolaskeleton of a lowerCall implementation for ARM
2006-07-11 Rafael Espindolaadd the memri memory operand
2006-07-10 Rafael Espindolacreate the raddr addressing mode that matches any regis...
2006-06-27 Rafael Espindolahandle the "mov reg1, reg2" case in isMoveInstr
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-26 Evan ChengChange RET node to include signness information of...
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-18 Rafael Espindolaimplement movri
2006-05-15 Rafael Espindolaadd an abort after every assert(0)
2006-05-14 Rafael Espindolaadded a skeleton of the ARM backend