| Age | Commit message (Expand) | Author |
| 2012-08-11 | Create isXBitVector methods in MVT and call them from EVT. This allows target... | Craig Topper |
| 2012-07-26 | Add support for v16i32/v16i64 into the code generator. This is required for b... | Micah Villmow |
| 2012-04-29 | Remove superfluous 'inline' | Craig Topper |
| 2012-04-29 | Add constants for first and last integer vector types to be consistent with f... | Craig Topper |
| 2012-04-29 | Remove tab characters | Craig Topper |
| 2012-04-29 | Mark the default cases of MVT::getVectorElementType and MVT:getVectorNumEleme... | Craig Topper |
| 2012-03-05 | Remove an unused function. | Nadav Rotem |
| 2012-02-13 | v2f16 is a floating point type. Add symbolic floating point type ranges to p... | Owen Anderson |
| 2012-02-05 | Convert assert(0) to llvm_unreachable | Craig Topper |
| 2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
| 2012-01-13 | Fixed comment. Thanks Duncan! | Pete Cooper |
| 2012-01-12 | Added MVT::v2f16 | Pete Cooper |
| 2011-12-20 | Add basic generic CodeGen support for half. | Dan Gohman |
| 2011-11-16 | Rename MVT::untyped to MVT::Untyped to match similar nomenclature. | Owen Anderson |
| 2011-09-13 | Fix indenting. | Eric Christopher |
| 2011-09-06 | Add codegen support for vector select (in the IR this means a select | Duncan Sands |
| 2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
| 2011-06-16 | Fix formatting. | Owen Anderson |
| 2011-06-15 | Add a new MVT::untyped. This will be used in future work for modelling ISA f... | Owen Anderson |
| 2010-12-21 | rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for | Chris Lattner |
| 2010-11-29 | Merge System into Support. | Michael J. Spencer |
| 2010-11-03 | Fix a comment typo. | Duncan Sands |
| 2010-11-03 | Inside the calling convention logic LocVT is always a simple | Duncan Sands |
| 2010-11-02 | Add some comments explaining what MVT and EVT are, and how they differ. | Duncan Sands |
| 2010-11-02 | Remove trailing whitespace. | Duncan Sands |
| 2010-09-07 | Remove untrue comments. | Bill Wendling |
| 2010-09-07 | Add an MVT::x86mmx type. It will take the place of all current MMX vector types. | Bill Wendling |
| 2010-08-26 | zap the now unused MVT::getIntVectorWithNumElements | Bruno Cardoso Lopes |
| 2010-08-25 | tidy up | Chris Lattner |
| 2010-05-18 | Fix enum to address array bounds regression. | mike-m |
| 2010-05-13 | Adding a v8i64 512-bit vector type. This will be used to model ARM NEON intri... | Evan Cheng |
| 2010-02-01 | Do an early exit when the result is known cheaply. | Duncan Sands |
| 2010-01-05 | Simplify this code; avoid duplicating the low-level implementation code. | Dan Gohman |
| 2010-01-05 | Fix a typo in a comment. | Dan Gohman |
| 2009-12-17 | Introduce EVT::getHalfSizedIntegerVT() for use in ExpandUnalignedStore() in | Ken Dyck |
| 2009-12-14 | Move Flag and isVoid after the vector types, since bit arithmetic with | Dan Gohman |
| 2009-12-14 | Update this comment. | Dan Gohman |
| 2009-12-11 | Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG. | Dan Gohman |
| 2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth |
| 2009-09-23 | Add an EVT::getStoreSize function, like getStoreSizeInBits but in bytes. | Dan Gohman |
| 2009-08-20 | Rename FirstExtendedValueType to INVALID_SIMPLE_VALUE_TYPE | Erick Tryzelaar |
| 2009-08-19 | Fix gcc-4.4/fedora 11 by adding a sentinel value to SimpleValueType. | Erick Tryzelaar |
| 2009-08-12 | Add contexts to some of the MVT APIs. No functionality change yet, just the ... | Owen Anderson |
| 2009-08-11 | Fix warnings. | Owen Anderson |
| 2009-08-11 | struct -> class | Owen Anderson |
| 2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
| 2009-08-11 | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer |
| 2009-08-11 | Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsic | Bob Wilson |
| 2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
| 2009-08-04 | Factor some of the constants+context related code out into a separate header,... | Owen Anderson |