aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/ValueTypes.td
Commit message (Expand)AuthorAgeFilesLines
* Adding a v8i64 512-bit vector type. This will be used to model ARM NEON intri...Evan Cheng2010-05-131-7/+8
* Move Flag and isVoid after the vector types, since bit arithmetic withDan Gohman2009-12-141-22/+23
* Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsicBob Wilson2009-08-111-2/+5
* Remove the v3i32 and v3f32 value types: they are notDuncan Sands2009-07-151-12/+10
* Fix a comment.Bob Wilson2009-07-141-1/+1
* Revert 75308.Bob Wilson2009-07-141-41/+22
* Add new vector types for 192-bit, 348-bit and 512-bit sizes.Bob Wilson2009-07-101-22/+41
* Add new ValueType for metadata.Devang Patel2009-07-061-1/+3
* Add more vector ValueTypes for AVX and other extended vector instructionDavid Greene2009-06-291-16/+22
* Added support for vector widening.Mon P Wang2008-12-181-15/+18
* Added support for overloading intrinsics (atomics) based on pointersMon P Wang2008-07-301-0/+4
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-291-2/+2
* Add MVT::fAny for overloading intrinsics on floating-point types.Dan Gohman2007-08-161-0/+3
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-041-1/+1
* long double patch 3 of N. Add to MVT.Dale Johannesen2007-08-031-15/+16
* Fix comments for new types.Christopher Lamb2007-07-261-2/+2
* Add support for 3 element 32-bit vector ValueTypes.Christopher Lamb2007-07-261-5/+8
* Renumber the SimpleValueType values to fill in the hole left byDan Gohman2007-06-261-12/+11
* For PR1297:Reid Spencer2007-04-011-0/+2
* add a valuetype for v1i64, which is needed by mmx.Chris Lattner2007-03-241-7/+9
* add a new iPTR ValueType for tblgen useChris Lattner2006-03-271-0/+4
* Split this out of Target.tdChris Lattner2006-03-031-0/+45