summaryrefslogtreecommitdiff
path: root/lib/VMCore/ValueTypes.cpp
Commit message (Expand)AuthorAge
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-06
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Initial infrastructure for arbitrary precision integerDuncan Sands2007-10-16
* long double patch 3 of N. Add to MVT.Dale Johannesen2007-08-03
* Add support for 3 element 32-bit vector ValueTypes.Christopher Lamb2007-07-26
* Rename ("shrinkify") MVT::isExtendedValueType to MVT::isExtendedVT.Dan Gohman2007-06-27
* Use utostr from StringExtras.h instead of ostringstream from <sstream>.Dan Gohman2007-06-26
* Generalize MVT::ValueType and associated functions to be able to representDan Gohman2007-06-25
* Add cases for v2f32.Dan Gohman2007-05-24
* add a way to make this less brittleChris Lattner2007-04-28
* add a method to turn a type into a VT.Chris Lattner2007-03-31
* add a valuetype for v1i64, which is needed by mmx.Chris Lattner2007-03-24
* For PR1195:Reid Spencer2007-02-15
* better support for i128.Chris Lattner2007-02-13
* Teach TargetData to handle 'preferred' alignment for each target, and useChris Lattner2007-01-20
* For PR1043:Reid Spencer2007-01-19
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-11
* For PR950:Reid Spencer2006-12-31
* Move MVT::getVectorType out of line, it is large and shouldn't be inlined.Chris Lattner2006-07-19
* Added x86 integer vector types: 64-bit packed byte integer (v16i8), 64-bitEvan Cheng2006-02-20
* Add the majority of the vector machien value types we expect to support,Nate Begeman2005-11-29
* Teach LLVM how to scalarize packed types. Currently, this only works onNate Begeman2005-11-19
* add printer support for flag operandsChris Lattner2005-08-25
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add missing entry.Chris Lattner2005-01-20
* implement these methods.Chris Lattner2005-01-15