aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2010-03-06make APFloat::toString be const.Chris Lattner
2010-03-05add an assertion requested on llvmdev.Chris Lattner
2010-03-01Don't potentially read past the end of the fill data when making a NaN fromJohn McCall
2010-02-28Properly clear all the extra bits in a significand when making a NaN from anJohn McCall
2010-02-28Add an override to StringRef::getAsInteger which parses into an APInt.John McCall
2010-02-28Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-widthJohn McCall
2010-02-26Make APFloat's string-parsing routines a bit safer against very large exponents.John McCall
2010-02-26Replace a temporary std::string with SmallString.Benjamin Kramer
2010-02-23Adding the MicroBlaze backend.Wesley Peck
2010-02-23Fix viewCFG on Linux.Jeffrey Yasskin
2010-02-22Fix various doxygen warnings.Dan Gohman
2010-02-18Refer to -help instead of --help since this is what tools themselves say.Duncan Sands
2010-02-17Add Regex::sub, for doing regular expression substitution with backreferences.Daniel Dunbar
2010-02-15enhance raw_svector_ostream::write_impl to work with unbuffered streams,Chris Lattner
2010-02-15make PadToColumn return the stream so you can use:Chris Lattner
2010-02-10Fix "the the" and similar typos.Dan Gohman
2010-02-04add support for the sparcv9-*-* target triple to turn onChris Lattner
2010-02-03Make APInt::countLeadingZerosSlowCase() treat the contents of padding bitsJohn McCall
2010-01-29Fix MSVC build.Benjamin Kramer
2010-01-29Convert some users of ftostr to raw_ostream.Benjamin Kramer
2010-01-29Use llvm::format instead of ftostr (which just calls sprintf).Benjamin Kramer
2010-01-28Replace strcpy with memcpy when we have the length around anyway.Benjamin Kramer
2010-01-27Make SMDiagnostic::Print a const method.Mikhail Glushenkov
2010-01-27Trailing whitespace.Mikhail Glushenkov
2010-01-26Fix a typo that several people pointed out. Also, address the case ofDan Gohman
2010-01-26Add a comment about a missed opportunity.Dan Gohman
2010-01-26Print empty and full sets specially.Dan Gohman
2010-01-22Changes to fix buffering that I forgot to commit with previous patch.Chris Lattner
2010-01-22add a new MCAsmStreamer::GetCommentOS method to simplify stuffChris Lattner
2010-01-21Avoid printing a spurious semicolon when there is no filename.Dan Gohman
2010-01-20Fix an infinite recursion problem. dbgs() should return errs() inDavid Greene
2010-01-18Fix refacto reported by Nicolas Geoffray.Benjamin Kramer
2010-01-16Temporarily revert r93581. It was causing failures in the ExecutionEngine testsBill Wendling
2010-01-15BumpPtrAllocator: Have the DefaultSlabAllocator created at runtime, not initi...Ted Kremenek
2010-01-13Introduce Twine::toStringRef, a variant of toVector which avoids the copy if theBenjamin Kramer
2010-01-11Remove unused string functions.Benjamin Kramer
2010-01-11Add StrInStrNoCase, a StringRef version of CStrInCStrNoCase.Benjamin Kramer
2010-01-11Turns out llvm-gcc still uses SplitString with a vector. Add it back until IBenjamin Kramer
2010-01-11Reimplement getToken and SplitString as "StringRef helper functions"Benjamin Kramer
2010-01-09Suppress use of uninitialized variable warning.Duncan Sands
2010-01-07More trivial optimizations to a function well outside the critical pathDouglas Gregor
2010-01-07Switch StringRef::edit_distance over to using raw pointers, since bothDouglas Gregor
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene