aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/ValueTypes.cpp
Commit message (Expand)AuthorAgeFilesLines
* long double patch 3 of N. Add to MVT.Dale Johannesen2007-08-031-50/+57
* Add support for 3 element 32-bit vector ValueTypes.Christopher Lamb2007-07-261-0/+4
* Rename ("shrinkify") MVT::isExtendedValueType to MVT::isExtendedVT.Dan Gohman2007-06-271-2/+2
* Use utostr from StringExtras.h instead of ostringstream from <sstream>.Dan Gohman2007-06-261-7/+4
* Generalize MVT::ValueType and associated functions to be able to representDan Gohman2007-06-251-43/+22
* Add cases for v2f32.Dan Gohman2007-05-241-0/+2
* add a way to make this less brittleChris Lattner2007-04-281-3/+7
* add a method to turn a type into a VT.Chris Lattner2007-03-311-0/+28
* add a valuetype for v1i64, which is needed by mmx.Chris Lattner2007-03-241-0/+3
* For PR1195:Reid Spencer2007-02-151-9/+9
* better support for i128.Chris Lattner2007-02-131-0/+1
* Teach TargetData to handle 'preferred' alignment for each target, and useChris Lattner2007-01-201-2/+11
* For PR1043:Reid Spencer2007-01-191-0/+1
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-111-1/+1
* For PR950:Reid Spencer2006-12-311-4/+4
* Move MVT::getVectorType out of line, it is large and shouldn't be inlined.Chris Lattner2006-07-191-0/+34
* Added x86 integer vector types: 64-bit packed byte integer (v16i8), 64-bitEvan Cheng2006-02-201-0/+3
* Add the majority of the vector machien value types we expect to support,Nate Begeman2005-11-291-0/+6
* Teach LLVM how to scalarize packed types. Currently, this only works onNate Begeman2005-11-191-0/+1
* add printer support for flag operandsChris Lattner2005-08-251-0/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* Add missing entry.Chris Lattner2005-01-201-0/+1
* implement these methods.Chris Lattner2005-01-151-0/+52