Adds a JIT based exception handling example to the examples directory.
[oota-llvm.git] / lib / Support /
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...
2009-11-03 Duncan SandsMake this code more robust by not thinking we are makin...
2009-10-28 Chris Lattneradd a new 'SetCurrentDebugType' API (requested by Andre...
2009-10-28 Evan ChengRemove getIEEEFloatParts and getIEEEDoubleParts. They...
2009-10-27 Evan ChengAdd new APFloat methods that return sign, exp, and...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-23 Dale JohannesenCommit fixes for half precision I noted in review, so
2009-10-17 Daniel DunbarMove UnescapeString to a static function for its sole...
2009-10-17 Daniel DunbarRemove llvm::EscapeString, raw_ostream::write_escaped...
2009-10-17 Daniel DunbarAdd raw_ostream::write_escaped, for writing escaped...
2009-10-17 Daniel DunbarMove StringMap's string has function into StringExtras.h
2009-10-16 Chris LattnerAdd half precision floating point support (float16...
2009-10-16 Chris Lattneradd haiku support, patch by Paul Davey!
2009-10-06 Jeffrey Yasskinr83391 was completely broken since Twines keep referenc...
2009-10-06 Nicolas GeoffrayBugfix for the CommaSeparated option. The original...
2009-10-06 Jeffrey YasskinFix PR5112, a miscompilation on gcc-4.0.3. Patch by...
2009-09-27 Torok EdwinAvoid using mutex locks if not in multithreaded mode...
2009-09-26 Chris Lattnerremove support for "NoSub" from regex. It seems like...
2009-09-24 Chris Lattneradd and document regex support for FileCheck. You...
2009-09-24 Chris Lattnerwrap long lines.
next