Add a quick test of relocations.
[oota-llvm.git] / lib / Support /
2010-05-26 Jakob Stoklund OlesenAdd StringRef::compare_numeric and use it to sort Table...
2010-05-20 Daniel DunbarFix __crashreport_info__ declaration.
2010-05-19 Dan GohmanAdd a comment explaining why this code uses Append...
2010-05-18 Dan GohmanUsage of O_NONBLOCK in bjam is now confirmed as a bug...
2010-05-15 Chris Lattnerimprove portability to systems that don't have round...
2010-05-10 Daniel DunbarAdd new configure option, --disable-timestamps, intende...
2010-05-08 Daniel DunbarRun interrupt routines as part of report_fatal_error...
2010-05-06 Dan GohmanHandle the case where open(2) or close(2) is interrupte...
2010-05-06 Dan GohmanHandle EWOULDBLOCK as EAGAIN. And add a comment explain...
2010-05-05 Chris LattnerImplement rdar://7415680 - Twine integer support lacks...
2010-05-05 Benjamin KramerTry again if write(2) reports an recoverable error.
2010-04-19 Devang PatelFix typo. add a test case.
2010-04-19 Devang PatelAdd DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame...
2010-04-18 Chris Lattnerreduce indentation
2010-04-15 Dan GohmanFix a bunch of namespace polution.
2010-04-13 Benjamin KramerBumpPtrAllocator::Reset() doesn't need to allocate...
2010-04-13 Benjamin KramerLet BumpPtrAllocator lazily allocate the first slab.
2010-04-13 Chris LattnerFix PR6826: GraphWriter delete the generated file befor...
2010-04-09 Chris Lattneradd minix support, patch by Kees van Reeuwijk! PR6797
2010-04-09 Chris Lattnerclean this up, fix std::min ambiguity on some platforms.
2010-04-08 Benjamin KramerVarious MSVC warning fixes about truncated 64 bit shift...
2010-04-07 Chris Lattnerrename llvm_install_error_handler -> install_fatal_erro...
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-04-06 Chris Lattnerenhance SMDiagnostic to also maintain a pointer to...
2010-04-06 Chris Lattnergive the SourceMgr object a cookie.
2010-04-06 Chris LattnerGive llvm::SourceMgr the ability to have a client-specified
2010-04-05 Chris Lattnerstringref-ize the MemoryBuffer::get apis. This requires
2010-04-05 Owen AndersonPush const through the regex engine. Fixes some of...
2010-04-01 Benjamin KramerRemove accidental include and add a comment.
2010-04-01 Benjamin KramerVarious improvements to MemoryBuffer::getFile:
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().
next