aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2007-10-08Move the space in overview output for commands out of each of theDan Gohman
2007-10-08Use APInt::tcExtract. It's cleaner, and works :)Neil Booth
2007-10-08Add a new function tcExtract for extracting a bignum from anNeil Booth
2007-10-07Add back convertFromSignExtendedInteger.Neil Booth
2007-10-07Now that convertFromUnsignedParts has a sane, constant interface,Neil Booth
2007-10-07Reimplement convertFromUnsignedInteger so it is passed a const bignum.Neil Booth
2007-10-07convertFromInteger, as originally written, expected sign-extendedNeil Booth
2007-10-07combineLostFractions does not need to be a member functionNeil Booth
2007-10-06Cleaner, more general exponent output.Neil Booth
2007-10-06silence warnings in no-assert build.Chris Lattner
2007-10-06Fix and clarify some comments.Neil Booth
2007-10-06Generalize tcFullMultiply so that the operands can be of differingNeil Booth
2007-10-03Add APFloat -> hexadecimal string conversion, as per %a and %A in C99.Neil Booth
2007-10-03Add initial iterator support for folding set.Chris Lattner
2007-10-03Simplify implementation of the FoldingSet circular list, a necessary stepChris Lattner
2007-10-03Tweak RoundAwayFromZero the bit number below which is truncated, and makeNeil Booth
2007-09-30Simplify and fix signed int -> FP conversions.Dale Johannesen
2007-09-26Whitespace and compiler warning cleanup.Neil Booth
2007-09-25Make APFloat->int conversions deterministic even inDale Johannesen
2007-09-25Fix long double<->shorter FP type conversionsDale Johannesen
2007-09-22Handle storage complications of float->float conversions.Neil Booth
2007-09-21Change APFloat::convertFromInteger to take the incomingDale Johannesen
2007-09-20Fix PR 1688. See comments there.Dale Johannesen
2007-09-17Do not hide APInt::dump() inside #ifndef NDEBUG.Devang Patel
2007-09-14fix a gcc warning: comparison between signed and unsigned integer expressionsChris Lattner
2007-09-14Remove the assumption that FP's are either float orDale Johannesen
2007-09-14And an FoldingSetImpl::NodeID::AddInteger overload for int64_t, to avoidDan Gohman
2007-09-14Remove spurious consts. This fixes warnings with compilers thatDan Gohman
2007-09-12Compensate for partCount change in Bogus definitionDale Johannesen
2007-09-11Add APInt interfaces to APFloat (allows directlyDale Johannesen
2007-09-08Smarter Reset(). Instead of deallocating all memory regions and reallocate theEvan Cheng
2007-09-05Added Reset() to free all allocated memory regions and reset state to be the ...Evan Cheng
2007-09-05Fix mod so it actually works. Fix conversions toDale Johannesen
2007-08-31Oops, should be part of 41664; won't work very well without this piece.Dale Johannesen
2007-08-31Enhance APFloat to retain bits of NaNs (fixes oggenc).Dale Johannesen
2007-08-30Change LegalFPImmediates to use APFloat.Dale Johannesen
2007-08-24Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual.Dale Johannesen
2007-08-24Revised per review feedback from previous patch.Dale Johannesen
2007-08-24silence some warnings in an optimized build.Chris Lattner
2007-08-24Change internal representation of ConstantFP to use APFloat.Dale Johannesen
2007-08-23rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()Chris Lattner
2007-08-20initial checkin of Neil's APFloat work.Chris Lattner
2007-08-16This adds a bunch of static functions that implement unsignedChris Lattner
2007-08-15Properly use const qualifiersAnton Korobeynikov
2007-08-08Make getSTDIN return null if the standard input is empty, as the header fileReid Spencer
2007-08-05Escape some escapes that confuse doxygen.Reid Spencer
2007-08-05When clearing a SmallPtrSet, if the set had a huge capacity, but theChris Lattner
2007-07-27Allow SmallPtrSet to hold pointers to const data.Owen Anderson
2007-07-24Make the copy constructor of SmallPtrSet much faster.Owen Anderson
2007-07-19Remember to free the heap allocated array if we're not going to use it.Owen Anderson