aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/ValueTypes.td
AgeCommit message (Expand)Author
2010-05-13Adding a v8i64 512-bit vector type. This will be used to model ARM NEON intri...Evan Cheng
2009-12-14Move Flag and isVoid after the vector types, since bit arithmetic withDan Gohman
2009-08-11Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsicBob Wilson
2009-07-15Remove the v3i32 and v3f32 value types: they are notDuncan Sands
2009-07-14Fix a comment.Bob Wilson
2009-07-14Revert 75308.Bob Wilson
2009-07-10Add new vector types for 192-bit, 348-bit and 512-bit sizes.Bob Wilson
2009-07-06Add new ValueType for metadata.Devang Patel
2009-06-29Add more vector ValueTypes for AVX and other extended vector instructionDavid Greene
2008-12-18Added support for vector widening.Mon P Wang
2008-07-30Added support for overloading intrinsics (atomics) based on pointersMon P Wang
2007-12-29remove attribution from a variety of miscellaneous files.Chris Lattner
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