aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2010-06-22Add an explicit keyword.Dan Gohman
2010-06-19Use calloc instead of new/memset, it is more efficient when the set is very l...Benjamin Kramer
2010-06-18Give NamedRegionTimer an Enabled flag, allowing all its clients toDan Gohman
2010-06-17Add the entire range of DW_OP_lit[0..31], DW_OP_reg[0..31], and Jason Molenda
2010-06-15fpcmp: Fix bug where fpcmp wouldn't early exit when files obviously differ andDaniel Dunbar
2010-06-15fpcmp: Fix a possible infinite loop when comparing something like:Daniel Dunbar
2010-06-08Use const_iterator where appropriate.Daniel Dunbar
2010-06-08DeltaAlgorithm: Tweak split to split by first/second half instead of even/odd...Daniel Dunbar
2010-06-08ADT: Add DAGDeltaAlgorithm, which is a DAG minimization algorithm built on to...Daniel Dunbar
2010-06-08Use realloc instead of malloc+memcpy when growing a POD SmallVector. A smartBenjamin Kramer
2010-05-28Minor code simplification.Dan Gohman
2010-05-28Fix a redundant-return warning.Dan Gohman
2010-05-27Add basic error checking to MemoryBuffer::getSTDIN.Dan Gohman
2010-05-26Add StringRef::compare_numeric and use it to sort TableGen register records.Jakob Stoklund Olesen
2010-05-20Fix __crashreport_info__ declaration.Daniel Dunbar
2010-05-19Add a comment explaining why this code uses Append mode.Dan Gohman
2010-05-18Usage of O_NONBLOCK in bjam is now confirmed as a bug and fixed upstream.Dan Gohman
2010-05-15improve portability to systems that don't have round, patch byChris Lattner
2010-05-10Add new configure option, --disable-timestamps, intended to turn off anything...Daniel Dunbar
2010-05-08Run interrupt routines as part of report_fatal_error, since we are failingDaniel Dunbar
2010-05-06Handle the case where open(2) or close(2) is interrupted by a signal whenDan Gohman
2010-05-06Handle EWOULDBLOCK as EAGAIN. And add a comment explaining whyDan Gohman
2010-05-05Implement rdar://7415680 - Twine integer support lacks greatnessChris Lattner
2010-05-05Try again if write(2) reports an recoverable error.Benjamin Kramer
2010-04-19Fix typo. add a test case.Devang Patel
2010-04-19Add DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame-pointer flag.Devang Patel
2010-04-18reduce indentationChris Lattner
2010-04-15Fix a bunch of namespace polution.Dan Gohman
2010-04-13BumpPtrAllocator::Reset() doesn't need to allocate anything. (Thanks, Jakob)Benjamin Kramer
2010-04-13Let BumpPtrAllocator lazily allocate the first slab.Benjamin Kramer
2010-04-13Fix PR6826: GraphWriter delete the generated file before "dotty" load it,Chris Lattner
2010-04-09add minix support, patch by Kees van Reeuwijk! PR6797Chris Lattner
2010-04-09clean this up, fix std::min ambiguity on some platforms.Chris Lattner
2010-04-08Various MSVC warning fixes about truncated 64 bit shifts and const pointers p...Benjamin Kramer
2010-04-07rename llvm_install_error_handler -> install_fatal_error_handlerChris Lattner
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner
2010-04-06enhance SMDiagnostic to also maintain a pointer to the SourceMgr.Chris Lattner
2010-04-06give the SourceMgr object a cookie.Chris Lattner
2010-04-06Give llvm::SourceMgr the ability to have a client-specifiedChris Lattner
2010-04-05stringref-ize the MemoryBuffer::get apis. This requiresChris Lattner
2010-04-05Push const through the regex engine. Fixes some of the warnings in PR6616.Owen Anderson
2010-04-01Remove accidental include and add a comment.Benjamin Kramer
2010-04-01Various improvements to MemoryBuffer::getFile:Benjamin Kramer
2010-03-30Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allowsBenjamin Kramer
2010-03-30Introduce namespace-scope functions to enable LLVM statistics withoutDouglas Gregor
2010-03-30Reapply r99881 with some fixes: only call destructor in releaseMemory!Torok Edwin
2010-03-30Revert 99881, it brooke smooshlab's llvm-gcc-i386-darwin9.Torok Edwin
2010-03-30Introduce another Reset() method in BumpPtrAllocator that calls a destructorTorok Edwin
2010-03-30stringref'ize Timer apisChris Lattner
2010-03-30finally, maintain a global list of timer groups, allowing us to Chris Lattner