Don't attribute in file headers anymore. See llvmdev for the
[oota-llvm.git] / include / llvm / ADT / APFloat.h
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-08 Chris Lattnerremove dead #include.
2007-12-08 Chris Lattnerremove dead #include, APInt.h already has the needed...
2007-11-07 Ted KremenekImplemented generic serialization of APFloat.
2007-11-01 Neil BoothWhen converting to integer, do bit manipulations in...
2007-10-24 Chris Lattneradd a nice predicate to check to see if nan
2007-10-14 Neil BoothConsolidate logic for creating NaNs. Silence compiler...
2007-10-12 Neil BoothImplement correctly-rounded decimal->binary conversion...
2007-10-11 Dale JohannesenNext PPC long double bits. First cut at constants.
2007-10-07 Neil BoothAdd back convertFromSignExtendedInteger.
2007-10-07 Neil BoothReimplement convertFromUnsignedInteger so it is passed...
2007-10-07 Neil BoothconvertFromInteger, as originally written, expected...
2007-10-07 Neil BoothcombineLostFractions does not need to be a member function
2007-10-03 Neil BoothAdd APFloat -> hexadecimal string conversion, as per...
2007-10-03 Neil BoothTweak RoundAwayFromZero the bit number below which...
2007-09-26 Neil BoothWhitespace cleanup.
2007-09-13 Chris LattnerMake single-argument ctors explicit to avoid tricky...
2007-09-11 Dale JohannesenAdd APInt interfaces to APFloat (allows directly
2007-09-08 Chuck Rose IIIFix for VisualStudio. It is treating a 2 bit enum...
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.