aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Use calloc instead of new/memset, it is more efficient when the set is very l...Benjamin Kramer2010-06-191-6/+14
* Give NamedRegionTimer an Enabled flag, allowing all its clients toDan Gohman2010-06-181-4/+6
* Add the entire range of DW_OP_lit[0..31], DW_OP_reg[0..31], and Jason Molenda2010-06-171-212/+299
* fpcmp: Fix bug where fpcmp wouldn't early exit when files obviously differ andDaniel Dunbar2010-06-151-9/+9
* fpcmp: Fix a possible infinite loop when comparing something like:Daniel Dunbar2010-06-151-0/+8
* Use const_iterator where appropriate.Daniel Dunbar2010-06-081-1/+1
* DeltaAlgorithm: Tweak split to split by first/second half instead of even/odd...Daniel Dunbar2010-06-081-2/+2
* ADT: Add DAGDeltaAlgorithm, which is a DAG minimization algorithm built on to...Daniel Dunbar2010-06-082-0/+358
* Use realloc instead of malloc+memcpy when growing a POD SmallVector. A smartBenjamin Kramer2010-06-081-9/+12
* Minor code simplification.Dan Gohman2010-05-281-2/+1
* Fix a redundant-return warning.Dan Gohman2010-05-281-1/+2
* Add basic error checking to MemoryBuffer::getSTDIN.Dan Gohman2010-05-271-2/+7
* Add StringRef::compare_numeric and use it to sort TableGen register records.Jakob Stoklund Olesen2010-05-261-0/+28
* Fix __crashreport_info__ declaration.Daniel Dunbar2010-05-201-2/+2
* Add a comment explaining why this code uses Append mode.Dan Gohman2010-05-191-0/+4
* Usage of O_NONBLOCK in bjam is now confirmed as a bug and fixed upstream.Dan Gohman2010-05-181-4/+7
* improve portability to systems that don't have round, patch byChris Lattner2010-05-151-4/+3
* Add new configure option, --disable-timestamps, intended to turn off anything...Daniel Dunbar2010-05-101-0/+2
* Run interrupt routines as part of report_fatal_error, since we are failingDaniel Dunbar2010-05-081-0/+7
* Handle the case where open(2) or close(2) is interrupted by a signal whenDan Gohman2010-05-061-11/+24
* Handle EWOULDBLOCK as EAGAIN. And add a comment explaining whyDan Gohman2010-05-061-3/+22
* Implement rdar://7415680 - Twine integer support lacks greatnessChris Lattner2010-05-051-4/+4
* Try again if write(2) reports an recoverable error.Benjamin Kramer2010-05-051-1/+6
* Fix typo. add a test case.Devang Patel2010-04-191-1/+1
* Add DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame-pointer flag.Devang Patel2010-04-191-1/+2
* reduce indentationChris Lattner2010-04-181-21/+21
* Fix a bunch of namespace polution.Dan Gohman2010-04-152-2/+13
* BumpPtrAllocator::Reset() doesn't need to allocate anything. (Thanks, Jakob)Benjamin Kramer2010-04-131-2/+2
* Let BumpPtrAllocator lazily allocate the first slab.Benjamin Kramer2010-04-131-3/+6
* Fix PR6826: GraphWriter delete the generated file before "dotty" load it,Chris Lattner2010-04-131-1/+2
* add minix support, patch by Kees van Reeuwijk! PR6797Chris Lattner2010-04-091-1/+2
* clean this up, fix std::min ambiguity on some platforms.Chris Lattner2010-04-091-7/+5
* Various MSVC warning fixes about truncated 64 bit shifts and const pointers p...Benjamin Kramer2010-04-081-1/+1
* rename llvm_install_error_handler -> install_fatal_error_handlerChris Lattner2010-04-071-16/+13
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-072-7/+7
* enhance SMDiagnostic to also maintain a pointer to the SourceMgr.Chris Lattner2010-04-061-1/+1
* give the SourceMgr object a cookie.Chris Lattner2010-04-061-1/+2
* Give llvm::SourceMgr the ability to have a client-specifiedChris Lattner2010-04-061-1/+8
* stringref-ize the MemoryBuffer::get apis. This requiresChris Lattner2010-04-051-11/+8
* Push const through the regex engine. Fixes some of the warnings in PR6616.Owen Anderson2010-04-052-44/+51
* Remove accidental include and add a comment.Benjamin Kramer2010-04-011-2/+2
* Various improvements to MemoryBuffer::getFile:Benjamin Kramer2010-04-011-17/+26
* Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allowsBenjamin Kramer2010-03-301-15/+0
* Introduce namespace-scope functions to enable LLVM statistics withoutDouglas Gregor2010-03-301-21/+37
* Reapply r99881 with some fixes: only call destructor in releaseMemory!Torok Edwin2010-03-301-0/+15
* Revert 99881, it brooke smooshlab's llvm-gcc-i386-darwin9.Torok Edwin2010-03-301-15/+0
* Introduce another Reset() method in BumpPtrAllocator that calls a destructorTorok Edwin2010-03-301-0/+15
* stringref'ize Timer apisChris Lattner2010-03-301-16/+15
* finally, maintain a global list of timer groups, allowing us to Chris Lattner2010-03-301-0/+30
* add a new TimerGroup::print method, and refactor away the bogusChris Lattner2010-03-301-31/+52