Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / VMCore / ValueTypes.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-26 Craig TopperReplace calls to getSizeInBits with getExtendedSizeInBi...
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-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-12 Pete CooperAdded MVT::v2f16
2011-12-20 Dan GohmanAdd basic generic CodeGen support for half.
2011-11-16 Owen AndersonRename MVT::untyped to MVT::Untyped to match similar...
2011-09-06 Duncan SandsAdd codegen support for vector select (in the IR this...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-06-21 Owen AndersonFix some trailing issues from my introduction of MVT...
2010-12-21 Chris Lattnerrename MVT::Flag to MVT::Glue. "Flag" is a terrible...
2010-09-15 Dale JohannesenAdd x86MMX a few more places.
2010-09-10 Dale JohannesenAdd X86 MMX type to bitcode and Type.
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...
2010-02-26 Dale JohannesenAdd type printing for Metadata pseudo.
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2009-08-28 Devang PatelReapply 79977.
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-12 Owen AndersonAdd contexts to some of the MVT APIs. No functionality...
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-15 Duncan SandsRemove the v3i32 and v3f32 value types: they are not
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Bob WilsonFix an obvious error.
2009-07-14 Bob WilsonRevert 75308.
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-10 Bob WilsonAdd new vector types for 192-bit, 348-bit and 512-bit...
2009-07-09 Owen AndersonThread LLVMContext through MVT and related parts of...
2009-06-29 David GreeneAdd more vector ValueTypes for AVX and other extended...
2008-12-18 Mon P WangAdded support for vector widening.
2008-11-04 Dan GohmanDuncan pointed out that the Extended case in getTypeFor...
2008-11-04 Dan GohmanAdd a return statement to suppress warnings in NDEBUG...
2008-11-04 Dan GohmanAdd some asserts to verify MVT invariant assumptions.
2008-11-03 Dan GohmanChange how extended types are represented in MVTs....
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-10-16 Duncan SandsInitial infrastructure for arbitrary precision integer
2007-08-03 Dale Johannesenlong double patch 3 of N. Add to MVT.
2007-07-26 Christopher LambAdd support for 3 element 32-bit vector ValueTypes.
2007-06-27 Dan GohmanRename ("shrinkify") MVT::isExtendedValueType to MVT...
2007-06-26 Dan GohmanUse utostr from StringExtras.h instead of ostringstream...
2007-06-25 Dan GohmanGeneralize MVT::ValueType and associated functions...
2007-05-24 Dan GohmanAdd cases for v2f32.
2007-04-28 Chris Lattneradd a way to make this less brittle
2007-03-31 Chris Lattneradd a method to turn a type into a VT.
2007-03-24 Chris Lattneradd a valuetype for v1i64, which is needed by mmx.
2007-02-15 Reid SpencerFor PR1195:
2007-02-13 Chris Lattnerbetter support for i128.
2007-01-20 Chris LattnerTeach TargetData to handle 'preferred' alignment for...
2007-01-19 Reid SpencerFor PR1043:
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2006-12-31 Reid SpencerFor PR950:
2006-07-19 Chris LattnerMove MVT::getVectorType out of line, it is large and...
2006-02-20 Evan ChengAdded x86 integer vector types: 64-bit packed byte...
2005-11-29 Nate BegemanAdd the majority of the vector machien value types...
2005-11-19 Nate BegemanTeach LLVM how to scalarize packed types. Currently...
2005-08-25 Chris Lattneradd printer support for flag operands
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-20 Chris LattnerAdd missing entry.
2005-01-15 Chris Lattnerimplement these methods.