aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of warnings.Eric Christopher2010-08-081-2/+3
* Roll back my last two commits, valgrind complains.Benjamin Kramer2010-08-071-3/+2
* Kill rarely used std::sort.Benjamin Kramer2010-08-071-2/+3
* Remove layering violation.Owen Anderson2010-08-071-2/+0
* Add an inverse() method to ConstantRange.Owen Anderson2010-08-071-0/+11
* Add a convenience constructor.Owen Anderson2010-08-071-0/+3
* avoid undef behavior on minint, fixing PR7783.Chris Lattner2010-08-031-2/+3
* Fix -Wmissing-field-initializers warnings.Daniel Dunbar2010-07-301-15/+5
* CrashRecovery: Use ThreadLocal::erase() instead of set(0).Daniel Dunbar2010-07-291-1/+1
* Make sure to include config.h, to pickup LLVM_ON_WIN32.Daniel Dunbar2010-07-291-0/+1
* CrashRecoveryContext: Add a simple POSIX implementation.Daniel Dunbar2010-07-291-1/+102
* Unbreak my CMake build, say you'll compile for me again...Douglas Gregor2010-07-281-0/+1
* Support: Add CrashRecoveryContext helper object.Daniel Dunbar2010-07-281-0/+88
* Don't pass StringRef by reference.Benjamin Kramer2010-07-144-11/+10
* add some triple for minix, patch by Kees van Reeuwijk from PR7582Chris Lattner2010-07-072-2/+5
* Rather than giving SmallPtrSetImpl a member field SmallArray which is magicallyDuncan Sands2010-06-301-3/+6
* Fix thinko.Eric Christopher2010-06-281-2/+4
* Pull in the libCrashReporterClient.a information with a warning comment.Eric Christopher2010-06-281-2/+9
* Rewrite MemoryBuffer::getSTDIN to use read(2) and a SmallVector buffer.Benjamin Kramer2010-06-251-15/+15
* Bring back the empty vector workaround I removed in r106839. Looks like MSVC ...Benjamin Kramer2010-06-251-1/+2
* Tweak MemoryBuffer to allocate the class itself, the name and possibly theBenjamin Kramer2010-06-251-70/+60
* Add overloads for getFile and getFileOrSTDIN which take a const char *Dan Gohman2010-06-241-3/+17
* Look for and use a different darwin crash reporter library.Eric Christopher2010-06-221-1/+11
* Add an explicit keyword.Dan Gohman2010-06-221-1/+1
* 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