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