What the loop unroller cares about, rather than just not unrolling loops with calls, is
[oota-llvm.git] / lib / Support /
2010-03-30 Benjamin KramerIntroduce SpecificBumpPtrAllocator, a wrapper for BumpP...
2010-03-30 Douglas GregorIntroduce namespace-scope functions to enable LLVM...
2010-03-30 Torok EdwinReapply r99881 with some fixes: only call destructor...
2010-03-30 Torok EdwinRevert 99881, it brooke smooshlab's llvm-gcc-i386-darwin9.
2010-03-30 Torok EdwinIntroduce another Reset() method in BumpPtrAllocator...
2010-03-30 Chris Lattnerstringref'ize Timer apis
2010-03-30 Chris Lattnerfinally, maintain a global list of timer groups, allowi...
2010-03-30 Chris Lattneradd a new TimerGroup::print method, and refactor away...
2010-03-30 Chris Lattnerrename GetLibSupportInfoOutputFile -> CreateInfoOutputF...
2010-03-30 Chris Lattnerif a timergroup is destroyed before its timers, print...
2010-03-30 Chris Lattnerchange TimerGroup to keep a linked list of active timers
2010-03-30 Chris Lattnerreapply my timer rewrite with a change for PassManager...
2010-03-30 Chris Lattnerrevert r99862 which is causing FNT failures.
2010-03-30 Chris Lattnerfairly major rewrite of various timing related stuff.
2010-03-29 Chris Lattnermove a function into a more logical place in the file
2010-03-29 Chris Lattnerremove support for per-time peak memory tracking, this
2010-03-29 Chris Lattnervarious timer fixes: move operator= out of line,
2010-03-29 Chris Lattners/.../.
2010-03-29 Chris Lattnermove code around and improve indentation, no functional...
2010-03-26 Chris Lattnerimprove portability to minix, patch by
2010-03-24 Dan GohmanFix minor style issues.
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.
next