aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/ValueTypes.td
AgeCommit message (Expand)Author
2007-08-16Add MVT::fAny for overloading intrinsics on floating-point types.Dan Gohman
2007-08-04This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth
2007-08-03long double patch 3 of N. Add to MVT.Dale Johannesen
2007-07-26Fix comments for new types.Christopher Lamb
2007-07-26Add support for 3 element 32-bit vector ValueTypes.Christopher Lamb
2007-06-26Renumber the SimpleValueType values to fill in the hole left byDan Gohman
2007-04-01For PR1297:Reid Spencer
2007-03-24add a valuetype for v1i64, which is needed by mmx.Chris Lattner
2006-03-27add a new iPTR ValueType for tblgen useChris Lattner
2006-03-03Split this out of Target.tdChris Lattner