summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/ValueTypes.td
Commit message (Expand)AuthorAge
* Add in new data types that are used by AMDIL/ANL among others.Micah Villmow2012-09-19
* Add support for v16i32/v16i64 into the code generator. This is required for b...Micah Villmow2012-07-26
* Added MVT::v2f16Pete Cooper2012-01-12
* Add basic generic CodeGen support for half.Dan Gohman2011-12-20
* Fix formatting.Owen Anderson2011-06-16
* Add a new MVT::untyped. This will be used in future work for modelling ISA f...Owen Anderson2011-06-15
* fix comments; patch by Edmund Grimley-Evans\!Gabor Greif2010-09-17
* x86mmx is 64 bits.Dale Johannesen2010-09-10
* Add an MVT::x86mmx type. It will take the place of all current MMX vector types.Bill Wendling2010-09-07
* Adding a v8i64 512-bit vector type. This will be used to model ARM NEON intri...Evan Cheng2010-05-13
* Move Flag and isVoid after the vector types, since bit arithmetic withDan Gohman2009-12-14
* Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsicBob Wilson2009-08-11
* Remove the v3i32 and v3f32 value types: they are notDuncan Sands2009-07-15
* Fix a comment.Bob Wilson2009-07-14
* Revert 75308.Bob Wilson2009-07-14
* Add new vector types for 192-bit, 348-bit and 512-bit sizes.Bob Wilson2009-07-10
* Add new ValueType for metadata.Devang Patel2009-07-06
* Add more vector ValueTypes for AVX and other extended vector instructionDavid Greene2009-06-29
* Added support for vector widening.Mon P Wang2008-12-18
* Added support for overloading intrinsics (atomics) based on pointersMon P Wang2008-07-30
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-29
* Add MVT::fAny for overloading intrinsics on floating-point types.Dan Gohman2007-08-16
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-04
* long double patch 3 of N. Add to MVT.Dale Johannesen2007-08-03
* Fix comments for new types.Christopher Lamb2007-07-26
* Add support for 3 element 32-bit vector ValueTypes.Christopher Lamb2007-07-26
* Renumber the SimpleValueType values to fill in the hole left byDan Gohman2007-06-26
* For PR1297:Reid Spencer2007-04-01
* add a valuetype for v1i64, which is needed by mmx.Chris Lattner2007-03-24
* add a new iPTR ValueType for tblgen useChris Lattner2006-03-27
* Split this out of Target.tdChris Lattner2006-03-03