aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/ValueTypes.td
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+3
* Implement aarch64 neon instruction set AdvSIMD (Across).Jiangning Liu2013-10-051-1/+1
* Add v4f16 to supported value types.Pete Cooper2013-10-031-14/+15
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-241-35/+38
* [Mips][msa] Value types for MSA support.Jack Carter2013-08-131-11/+12
* Fix bit size of v64i8 and v32i16 vector types.Arnold Schwaighofer2013-04-151-2/+2
* Added 6 more value types: v32i1, v64i1, v32i16, v32i8, v64i8, v8f64Elena Demikhovsky2012-12-241-30/+36
* Add in new data types that are used by AMDIL/ANL among others.Micah Villmow2012-09-191-28/+34
* Add support for v16i32/v16i64 into the code generator. This is required for b...Micah Villmow2012-07-261-14/+16
* Added MVT::v2f16Pete Cooper2012-01-121-9/+10
* Add basic generic CodeGen support for half.Dan Gohman2011-12-201-30/+31
* Fix formatting.Owen Anderson2011-06-161-3/+3
* Add a new MVT::untyped. This will be used in future work for modelling ISA f...Owen Anderson2011-06-151-0/+1
* fix comments; patch by Edmund Grimley-Evans\!Gabor Greif2010-09-171-2/+2
* x86mmx is 64 bits.Dale Johannesen2010-09-101-1/+1
* Add an MVT::x86mmx type. It will take the place of all current MMX vector types.Bill Wendling2010-09-071-3/+4
* 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