Generates conditional branch instead of fake ones for Select instruction in some...
[oota-llvm.git] / include / llvm / CodeGen / ValueTypes.td
2015-11-24 Krzysztof ParzyszekAdd new vector types for 512-, 1024- and 2048-bit vectors
2015-11-23 Krzysztof ParzyszekRevert r253923.
2015-11-23 Krzysztof ParzyszekAdd new vector types for 512-, 1024- and 2048-bit vectors
2015-09-02 Joseph Tremoulet[TableGen] Allow TokenTy in intrinsic signatures
2015-04-17 Kit BartonAdd support for v1i128 type.
2015-01-22 Ramkumar RamachandraIntrinsics: introduce llvm_any_ty aka ValueType Any
2013-10-05 Jiangning LiuImplement aarch64 neon instruction set AdvSIMD (Across).
2013-10-03 Pete CooperAdd v4f16 to supported value types.
2013-09-24 Jiangning LiuInitial support for Neon scalar instructions.
2013-08-13 Jack Carter[Mips][msa] Value types for MSA support.
2013-04-15 Arnold SchwaighoferFix bit size of v64i8 and v32i16 vector types.
2012-12-24 Elena DemikhovskyAdded 6 more value types: v32i1, v64i1, v32i16, v32i8...
2012-09-19 Micah VillmowAdd in new data types that are used by AMDIL/ANL among...
2012-07-26 Micah VillmowAdd support for v16i32/v16i64 into the code generator...
2012-01-12 Pete CooperAdded MVT::v2f16
2011-12-20 Dan GohmanAdd basic generic CodeGen support for half.
2011-06-16 Owen AndersonFix formatting.
2011-06-15 Owen AndersonAdd a new MVT::untyped. This will be used in future...
2010-09-17 Gabor Greiffix comments; patch by Edmund Grimley-Evans\!
2010-09-10 Dale Johannesenx86mmx is 64 bits.
2010-09-07 Bill WendlingAdd an MVT::x86mmx type. It will take the place of...
2010-05-13 Evan ChengAdding a v8i64 512-bit vector type. This will be used...
2009-12-14 Dan GohmanMove Flag and isVoid after the vector types, since...
2009-08-11 Bob WilsonAdd a new overloaded EVT::vAny type for use in TableGen...
2009-07-15 Duncan SandsRemove the v3i32 and v3f32 value types: they are not
2009-07-14 Bob WilsonFix a comment.
2009-07-14 Bob WilsonRevert 75308.
2009-07-10 Bob WilsonAdd new vector types for 192-bit, 348-bit and 512-bit...
2009-07-06 Devang PatelAdd new ValueType for metadata.
2009-06-29 David GreeneAdd more vector ValueTypes for AVX and other extended...
2008-12-18 Mon P WangAdded support for vector widening.
2008-07-30 Mon P WangAdded support for overloading intrinsics (atomics)...
2007-12-29 Chris Lattnerremove attribution from a variety of miscellaneous...
2007-08-16 Dan GohmanAdd MVT::fAny for overloading intrinsics on floating...
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-08-03 Dale Johannesenlong double patch 3 of N. Add to MVT.
2007-07-26 Christopher LambFix comments for new types.
2007-07-26 Christopher LambAdd support for 3 element 32-bit vector ValueTypes.
2007-06-26 Dan GohmanRenumber the SimpleValueType values to fill in the...
2007-04-01 Reid SpencerFor PR1297:
2007-03-24 Chris Lattneradd a valuetype for v1i64, which is needed by mmx.
2006-03-27 Chris Lattneradd a new iPTR ValueType for tblgen use
2006-03-03 Chris LattnerSplit this out of Target.td