summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* Avoid O(n*m) complexity in StringRef::find_first(_not)_of(StringRef).Benjamin Kramer2010-08-23
* Update CMake build.Benjamin Kramer2010-08-20
* Delete SlowOperationInformer, which is no longer used.Dan Gohman2010-08-20
* Make outs() close its file when its stream is destructed, so thatDan Gohman2010-08-20
* Delete raw_stdout_ostream and raw_stderr_ostream, which are unusedDan Gohman2010-08-20
* Move raw_ostream's Error flag into raw_fd_ostream, as that's the onlyDan Gohman2010-08-20
* Introduce a new tool_output_file class, which extends raw_ostream withDan Gohman2010-08-20
* Do not assert when reading an exponent out of range.Dale Johannesen2010-08-19
* Make raw_fd_ostream consider itself the owner of STDOUT_FILENO whenDan Gohman2010-08-18
* Tidy.Dan Gohman2010-08-18
* Revert r111321. This doesn't fix a problem.Dan Gohman2010-08-18
* stomp some more undefined behavior, PR7775.Chris Lattner2010-08-18
* include config.h to get config params, hopefully unbreaking mingw builder.Chris Lattner2010-08-17
* Fix the rest of rdar://8318441 which happens when a raw_fd_ostreamChris Lattner2010-08-17
* report_fatal_error can't use errs(), because errs() can call Chris Lattner2010-08-17
* CrashRecovery: Clear the current context on the first crash, to avoid re-ente...Daniel Dunbar2010-08-17
* CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find th...Daniel Dunbar2010-08-17
* CrashRecovery: Make CrashRecoveryContext static methods thread safe.Daniel Dunbar2010-08-17
* remove trailing whitespaceJim Grosbach2010-08-17
* Add hooks to FoldingSetTrait to allow specializations to provideDan Gohman2010-08-16
* Reverse the order of GetNodeProfile's arguments, for consistencyDan Gohman2010-08-16
* Add a 'normalize' method to the Triple class, which takes a mucked upDuncan Sands2010-08-12
* Clean up ConstantRange a bit:Nick Lewycky2010-08-11
* Fix a couple of warnings.Eric Christopher2010-08-08
* Roll back my last two commits, valgrind complains.Benjamin Kramer2010-08-07
* Kill rarely used std::sort.Benjamin Kramer2010-08-07
* Remove layering violation.Owen Anderson2010-08-07
* Add an inverse() method to ConstantRange.Owen Anderson2010-08-07
* Add a convenience constructor.Owen Anderson2010-08-07
* avoid undef behavior on minint, fixing PR7783.Chris Lattner2010-08-03
* Fix -Wmissing-field-initializers warnings.Daniel Dunbar2010-07-30
* CrashRecovery: Use ThreadLocal::erase() instead of set(0).Daniel Dunbar2010-07-29
* Make sure to include config.h, to pickup LLVM_ON_WIN32.Daniel Dunbar2010-07-29
* CrashRecoveryContext: Add a simple POSIX implementation.Daniel Dunbar2010-07-29
* Unbreak my CMake build, say you'll compile for me again...Douglas Gregor2010-07-28
* Support: Add CrashRecoveryContext helper object.Daniel Dunbar2010-07-28
* Don't pass StringRef by reference.Benjamin Kramer2010-07-14
* add some triple for minix, patch by Kees van Reeuwijk from PR7582Chris Lattner2010-07-07
* Rather than giving SmallPtrSetImpl a member field SmallArray which is magicallyDuncan Sands2010-06-30
* Fix thinko.Eric Christopher2010-06-28
* Pull in the libCrashReporterClient.a information with a warning comment.Eric Christopher2010-06-28
* Rewrite MemoryBuffer::getSTDIN to use read(2) and a SmallVector buffer.Benjamin Kramer2010-06-25
* Bring back the empty vector workaround I removed in r106839. Looks like MSVC ...Benjamin Kramer2010-06-25
* Tweak MemoryBuffer to allocate the class itself, the name and possibly theBenjamin Kramer2010-06-25
* Add overloads for getFile and getFileOrSTDIN which take a const char *Dan Gohman2010-06-24
* Look for and use a different darwin crash reporter library.Eric Christopher2010-06-22
* Add an explicit keyword.Dan Gohman2010-06-22
* Use calloc instead of new/memset, it is more efficient when the set is very l...Benjamin Kramer2010-06-19
* Give NamedRegionTimer an Enabled flag, allowing all its clients toDan Gohman2010-06-18
* Add the entire range of DW_OP_lit[0..31], DW_OP_reg[0..31], and Jason Molenda2010-06-17