aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2010-09-02llvm::FindExecutable(): Retrieve the name with suffix.exe, if available.NAKAMURA Takumi
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman
2010-08-30Remove a hack that tries to understand incorrect triples from theDuncan Sands
2010-08-26StringRef::compare_numeric also differed from StringRef::compare for characte...Benjamin Kramer
2010-08-26Do unsigned char comparisons in StringRef::compare_lower to be more consisten...Benjamin Kramer
2010-08-24Use Bits.data() instead of &Bits[0].Dan Gohman
2010-08-23Avoid O(n*m) complexity in StringRef::find_first(_not)_of(StringRef).Benjamin Kramer
2010-08-20Update CMake build.Benjamin Kramer
2010-08-20Delete SlowOperationInformer, which is no longer used.Dan Gohman
2010-08-20Make outs() close its file when its stream is destructed, so thatDan Gohman
2010-08-20Delete raw_stdout_ostream and raw_stderr_ostream, which are unusedDan Gohman
2010-08-20Move raw_ostream's Error flag into raw_fd_ostream, as that's the onlyDan Gohman
2010-08-20Introduce a new tool_output_file class, which extends raw_ostream withDan Gohman
2010-08-19Do not assert when reading an exponent out of range.Dale Johannesen
2010-08-18Make raw_fd_ostream consider itself the owner of STDOUT_FILENO whenDan Gohman
2010-08-18Tidy.Dan Gohman
2010-08-18Revert r111321. This doesn't fix a problem.Dan Gohman
2010-08-18stomp some more undefined behavior, PR7775.Chris Lattner
2010-08-17include config.h to get config params, hopefully unbreaking mingw builder.Chris Lattner
2010-08-17Fix the rest of rdar://8318441 which happens when a raw_fd_ostreamChris Lattner
2010-08-17report_fatal_error can't use errs(), because errs() can call Chris Lattner
2010-08-17CrashRecovery: Clear the current context on the first crash, to avoid re-ente...Daniel Dunbar
2010-08-17CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find th...Daniel Dunbar
2010-08-17CrashRecovery: Make CrashRecoveryContext static methods thread safe.Daniel Dunbar
2010-08-17remove trailing whitespaceJim Grosbach
2010-08-16Add hooks to FoldingSetTrait to allow specializations to provideDan Gohman
2010-08-16Reverse the order of GetNodeProfile's arguments, for consistencyDan Gohman
2010-08-12Add a 'normalize' method to the Triple class, which takes a mucked upDuncan Sands
2010-08-11Clean up ConstantRange a bit:Nick Lewycky
2010-08-08Fix a couple of warnings.Eric Christopher
2010-08-07Roll back my last two commits, valgrind complains.Benjamin Kramer
2010-08-07Kill rarely used std::sort.Benjamin Kramer
2010-08-07Remove layering violation.Owen Anderson
2010-08-07Add an inverse() method to ConstantRange.Owen Anderson
2010-08-07Add a convenience constructor.Owen Anderson
2010-08-03avoid undef behavior on minint, fixing PR7783.Chris Lattner
2010-07-30Fix -Wmissing-field-initializers warnings.Daniel Dunbar
2010-07-29CrashRecovery: Use ThreadLocal::erase() instead of set(0).Daniel Dunbar
2010-07-29Make sure to include config.h, to pickup LLVM_ON_WIN32.Daniel Dunbar
2010-07-29CrashRecoveryContext: Add a simple POSIX implementation.Daniel Dunbar
2010-07-28Unbreak my CMake build, say you'll compile for me again...Douglas Gregor
2010-07-28Support: Add CrashRecoveryContext helper object.Daniel Dunbar
2010-07-14Don't pass StringRef by reference.Benjamin Kramer
2010-07-07add some triple for minix, patch by Kees van Reeuwijk from PR7582Chris Lattner
2010-06-30Rather than giving SmallPtrSetImpl a member field SmallArray which is magicallyDuncan Sands
2010-06-28Fix thinko.Eric Christopher
2010-06-28Pull in the libCrashReporterClient.a information with a warning comment.Eric Christopher
2010-06-25Rewrite MemoryBuffer::getSTDIN to use read(2) and a SmallVector buffer.Benjamin Kramer
2010-06-25Bring back the empty vector workaround I removed in r106839. Looks like MSVC ...Benjamin Kramer
2010-06-25Tweak MemoryBuffer to allocate the class itself, the name and possibly theBenjamin Kramer