Add lengthof and endof templates that hide a lot of sizeof computations.
[oota-llvm.git] / include / llvm / ADT / APFloat.h
2007-08-31 Dale JohannesenAdd mod, copysign, abs operations to APFloat.
2007-08-31 Dale JohannesenEnhance APFloat to retain bits of NaNs (fixes oggenc).
2007-08-25 Dale JohannesenComment out declaration of operator== (undefined).
2007-08-24 Dale JohannesenPoison APFloat::operator==. Replace existing uses...
2007-08-24 Dale JohannesenRevised per review feedback from previous patch.
2007-08-24 Dale JohannesenChange internal representation of ConstantFP to use...
2007-08-20 Chris Lattnerinitial checkin of Neil's APFloat work.