The accumulator tail recursion transform claims to work for any associative
[oota-llvm.git] / lib / Support /
2010-07-07 Chris Lattneradd some triple for minix, patch by Kees van Reeuwijk...
2010-06-30 Duncan SandsRather than giving SmallPtrSetImpl a member field Small...
2010-06-28 Eric ChristopherFix thinko.
2010-06-28 Eric ChristopherPull in the libCrashReporterClient.a information with...
2010-06-25 Benjamin KramerRewrite MemoryBuffer::getSTDIN to use read(2) and a...
2010-06-25 Benjamin KramerBring back the empty vector workaround I removed in...
2010-06-25 Benjamin KramerTweak MemoryBuffer to allocate the class itself, the...
2010-06-24 Dan GohmanAdd overloads for getFile and getFileOrSTDIN which...
2010-06-22 Eric ChristopherLook for and use a different darwin crash reporter...
2010-06-22 Dan GohmanAdd an explicit keyword.
2010-06-19 Benjamin KramerUse calloc instead of new/memset, it is more efficient...
2010-06-18 Dan GohmanGive NamedRegionTimer an Enabled flag, allowing all...
2010-06-17 Jason MolendaAdd the entire range of DW_OP_lit[0..31], DW_OP_reg...
2010-06-15 Daniel Dunbarfpcmp: Fix bug where fpcmp wouldn't early exit when...
2010-06-15 Daniel Dunbarfpcmp: Fix a possible infinite loop when comparing...
2010-06-08 Daniel DunbarUse const_iterator where appropriate.
2010-06-08 Daniel DunbarDeltaAlgorithm: Tweak split to split by first/second...
2010-06-08 Daniel DunbarADT: Add DAGDeltaAlgorithm, which is a DAG minimization...
2010-06-08 Benjamin KramerUse realloc instead of malloc+memcpy when growing a...
2010-05-28 Dan GohmanMinor code simplification.
2010-05-28 Dan GohmanFix a redundant-return warning.
2010-05-27 Dan GohmanAdd basic error checking to MemoryBuffer::getSTDIN.
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.
next