Now with less tabs!
[oota-llvm.git] / lib / VMCore / ValueTypes.cpp
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.