Fix comment typo.
[oota-llvm.git] / lib / Support /
2010-03-24 Duncan SandsFix comment typo.
2010-03-18 Dan GohmanAdd the ability to "intern" FoldingSetNodeID data into a
2010-03-15 Douglas GregorExtend MemoryBuffer::getFile() to take an optional...
2010-03-06 Chris Lattnermake APFloat::toString be const.
2010-03-05 Chris Lattneradd an assertion requested on llvmdev.
2010-03-01 John McCallDon't potentially read past the end of the fill data...
2010-02-28 John McCallProperly clear all the extra bits in a significand...
2010-02-28 John McCallAdd an override to StringRef::getAsInteger which parses...
2010-02-28 John McCallTeach APFloat how to create both QNaNs and SNaNs and...
2010-02-26 John McCallMake APFloat's string-parsing routines a bit safer...
2010-02-26 Benjamin KramerReplace a temporary std::string with SmallString.
2010-02-23 Wesley PeckAdding the MicroBlaze backend.
2010-02-23 Jeffrey YasskinFix viewCFG on Linux.
2010-02-22 Dan GohmanFix various doxygen warnings.
2010-02-18 Duncan SandsRefer to -help instead of --help since this is what...
2010-02-17 Daniel DunbarAdd Regex::sub, for doing regular expression substituti...
2010-02-15 Chris Lattnerenhance raw_svector_ostream::write_impl to work with...
2010-02-15 Chris Lattnermake PadToColumn return the stream so you can use:
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-04 Chris Lattneradd support for the sparcv9-*-* target triple to turn on
2010-02-03 John McCallMake APInt::countLeadingZerosSlowCase() treat the conte...
2010-01-29 Benjamin KramerFix MSVC build.
2010-01-29 Benjamin KramerConvert some users of ftostr to raw_ostream.
2010-01-29 Benjamin KramerUse llvm::format instead of ftostr (which just calls...
2010-01-28 Benjamin KramerReplace strcpy with memcpy when we have the length...
2010-01-27 Mikhail GlushenkovMake SMDiagnostic::Print a const method.
2010-01-27 Mikhail GlushenkovTrailing whitespace.
2010-01-26 Dan GohmanFix a typo that several people pointed out. Also, addre...
2010-01-26 Dan GohmanAdd a comment about a missed opportunity.
2010-01-26 Dan GohmanPrint empty and full sets specially.
2010-01-22 Chris LattnerChanges to fix buffering that I forgot to commit with...
2010-01-22 Chris Lattneradd a new MCAsmStreamer::GetCommentOS method to simplif...
2010-01-21 Dan GohmanAvoid printing a spurious semicolon when there is no...
2010-01-20 David GreeneFix an infinite recursion problem. dbgs() should retur...
2010-01-18 Benjamin KramerFix refacto reported by Nicolas Geoffray.
2010-01-16 Bill WendlingTemporarily revert r93581. It was causing failures...
2010-01-15 Ted KremenekBumpPtrAllocator: Have the DefaultSlabAllocator created...
2010-01-13 Benjamin KramerIntroduce Twine::toStringRef, a variant of toVector...
2010-01-11 Benjamin KramerRemove unused string functions.
2010-01-11 Benjamin KramerAdd StrInStrNoCase, a StringRef version of CStrInCStrNo...
2010-01-11 Benjamin KramerTurns out llvm-gcc still uses SplitString with a vector...
2010-01-11 Benjamin KramerReimplement getToken and SplitString as "StringRef...
2010-01-09 Duncan SandsSuppress use of uninitialized variable warning.
2010-01-07 Douglas GregorMore trivial optimizations to a function well outside...
2010-01-07 Douglas GregorSwitch StringRef::edit_distance over to using raw point...
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2009-12-31 Douglas GregorDocument the edit-distance algorithm used in StringRef...
2009-12-30 Douglas GregorImplement edit distance for StringRef
2009-12-29 Chris LattnerDo not crash when .ll printing metadata that smells...
2009-12-29 Chris Lattnerfix indentation, fit in 80 cols.
2009-12-29 Chris Lattnerfix .cpp file to not wrap the entire file in namespace...
2009-12-24 John McCallImplement support for converting to string at "natural...
2009-12-24 John McCallSubstantially optimize APFloat::toString() by doing...
2009-12-24 John McCallAdd accessors for the largest-magnitude, smallest-magni...
2009-12-24 John McCallSet Remainder before Quotient in case Quotient and...
2009-12-23 David GreeneClarify how dbgs() operates.
2009-12-23 Chris Lattnersizeof(char) is always 1.
2009-12-23 Douglas GregorDe-bork CMake build
2009-12-23 David GreeneProvide dbgs(), a circular-buffering debug output strea...
2009-12-23 David GreeneAdd circular_raw_ostream, which buffers its output...
2009-12-19 Chris LattnerMake some methods const. The only interesting change...
2009-12-16 Chris Lattnernow that libsystem no longer uses SmallVector, we can...
2009-12-14 Dan GohmanMicro-optimize these functions in the case where they...
2009-12-09 Daniel DunbarDeltaAlgorithm: Add a virtual destructor and home.
2009-12-04 Daniel DunbarFix typo and add missing include.
2009-12-03 Dan GohmanPrint a newline after the Args: line so that unrelated...
2009-12-03 Daniel DunbarAdd an implementation of the delta debugging algorithm.
2009-12-01 Chris Lattnerreturn more useful error messages by using strerror...
2009-11-25 Douglas GregorPerform explicit instantiations in the proper namespace...
2009-11-22 Daniel DunbarSourceMgr: Add ShowLine argument to PrintMessage, to...
2009-11-20 Mikhail GlushenkovMove the handling of CommaSeparated options into Provid...
2009-11-19 Daniel DunbarUse StringRef::min instead of std::min.
2009-11-19 Mikhail GlushenkovTrailing whitespace.
2009-11-19 Edward O'CallaghanAdd PS3 Triple class, Credit to John Thompson.
2009-11-17 Viktor KutuzovAdded getArchNameForAssembler method to the Triple...
2009-11-17 Benjamin KramerRevert CPU detection code to return "generic" instead...
2009-11-17 Owen AndersonFix a race condition in the Timer class.
2009-11-15 Edward O'CallaghanAdd PSP OS Target to Triple, Credit to Bruno Cardoso...
2009-11-14 Daniel DunbarReport the detected host CPU in --version.
2009-11-13 Rafael EspindolaDistinguish "a," from "a". The first one splits into...
2009-11-13 Rafael EspindolaSwitch to smallvector. Also fix issue with using unsige...
2009-11-13 Rafael EspindolaAdd a new split method to StringRef that puts the subst...
2009-11-12 Benjamin KramerAdd compare_lower and equals_lower methods to StringRef...
2009-11-12 Nuno Lopesfix crash in my previous patch
2009-11-12 Nuno Lopesimplement shl, ashr, and lshr methods. shl is not fully...
2009-11-11 Sandeep PatelShow command-line args and features passed into backend...
2009-11-11 Daniel DunbarAdd From arguments to StringRef search functions, and...
2009-11-10 Daniel DunbarFix MemoryBuffer::getSTDIN to *not* return null if...
2009-11-09 Nuno Lopesadd zextOrTrunc and sextOrTrunc methods, that are simil...
2009-11-09 Xerxes RanbyMake lib/Support/Debug.cpp SetCurrentDebugType implemen...
2009-11-07 Mikhail GlushenkovTrailing whitespace.
2009-11-06 Daniel DunbarPass StringRef by value.
2009-11-04 Duncan SandsA value is only assigned to errno if NumRead equals...
next