| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Look for and use a different darwin crash reporter library. | Eric Christopher | 2010-06-22 | 1 | -1/+11 |
* | Add an explicit keyword. | Dan Gohman | 2010-06-22 | 1 | -1/+1 |
* | Use calloc instead of new/memset, it is more efficient when the set is very l... | Benjamin Kramer | 2010-06-19 | 1 | -6/+14 |
* | Give NamedRegionTimer an Enabled flag, allowing all its clients to | Dan Gohman | 2010-06-18 | 1 | -4/+6 |
* | Add the entire range of DW_OP_lit[0..31], DW_OP_reg[0..31], and | Jason Molenda | 2010-06-17 | 1 | -212/+299 |
* | fpcmp: Fix bug where fpcmp wouldn't early exit when files obviously differ and | Daniel Dunbar | 2010-06-15 | 1 | -9/+9 |
* | fpcmp: Fix a possible infinite loop when comparing something like: | Daniel Dunbar | 2010-06-15 | 1 | -0/+8 |
* | Use const_iterator where appropriate. | Daniel Dunbar | 2010-06-08 | 1 | -1/+1 |
* | DeltaAlgorithm: Tweak split to split by first/second half instead of even/odd... | Daniel Dunbar | 2010-06-08 | 1 | -2/+2 |
* | ADT: Add DAGDeltaAlgorithm, which is a DAG minimization algorithm built on to... | Daniel Dunbar | 2010-06-08 | 2 | -0/+358 |
* | Use realloc instead of malloc+memcpy when growing a POD SmallVector. A smart | Benjamin Kramer | 2010-06-08 | 1 | -9/+12 |
* | Minor code simplification. | Dan Gohman | 2010-05-28 | 1 | -2/+1 |
* | Fix a redundant-return warning. | Dan Gohman | 2010-05-28 | 1 | -1/+2 |
* | Add basic error checking to MemoryBuffer::getSTDIN. | Dan Gohman | 2010-05-27 | 1 | -2/+7 |
* | Add StringRef::compare_numeric and use it to sort TableGen register records. | Jakob Stoklund Olesen | 2010-05-26 | 1 | -0/+28 |
* | Fix __crashreport_info__ declaration. | Daniel Dunbar | 2010-05-20 | 1 | -2/+2 |
* | Add a comment explaining why this code uses Append mode. | Dan Gohman | 2010-05-19 | 1 | -0/+4 |
* | Usage of O_NONBLOCK in bjam is now confirmed as a bug and fixed upstream. | Dan Gohman | 2010-05-18 | 1 | -4/+7 |
* | improve portability to systems that don't have round, patch by | Chris Lattner | 2010-05-15 | 1 | -4/+3 |
* | Add new configure option, --disable-timestamps, intended to turn off anything... | Daniel Dunbar | 2010-05-10 | 1 | -0/+2 |
* | Run interrupt routines as part of report_fatal_error, since we are failing | Daniel Dunbar | 2010-05-08 | 1 | -0/+7 |
* | Handle the case where open(2) or close(2) is interrupted by a signal when | Dan Gohman | 2010-05-06 | 1 | -11/+24 |
* | Handle EWOULDBLOCK as EAGAIN. And add a comment explaining why | Dan Gohman | 2010-05-06 | 1 | -3/+22 |
* | Implement rdar://7415680 - Twine integer support lacks greatness | Chris Lattner | 2010-05-05 | 1 | -4/+4 |
* | Try again if write(2) reports an recoverable error. | Benjamin Kramer | 2010-05-05 | 1 | -1/+6 |
* | Fix typo. add a test case. | Devang Patel | 2010-04-19 | 1 | -1/+1 |
* | Add DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame-pointer flag. | Devang Patel | 2010-04-19 | 1 | -1/+2 |
* | reduce indentation | Chris Lattner | 2010-04-18 | 1 | -21/+21 |
* | Fix a bunch of namespace polution. | Dan Gohman | 2010-04-15 | 2 | -2/+13 |
* | BumpPtrAllocator::Reset() doesn't need to allocate anything. (Thanks, Jakob) | Benjamin Kramer | 2010-04-13 | 1 | -2/+2 |
* | Let BumpPtrAllocator lazily allocate the first slab. | Benjamin Kramer | 2010-04-13 | 1 | -3/+6 |
* | Fix PR6826: GraphWriter delete the generated file before "dotty" load it, | Chris Lattner | 2010-04-13 | 1 | -1/+2 |
* | add minix support, patch by Kees van Reeuwijk! PR6797 | Chris Lattner | 2010-04-09 | 1 | -1/+2 |
* | clean this up, fix std::min ambiguity on some platforms. | Chris Lattner | 2010-04-09 | 1 | -7/+5 |
* | Various MSVC warning fixes about truncated 64 bit shifts and const pointers p... | Benjamin Kramer | 2010-04-08 | 1 | -1/+1 |
* | rename llvm_install_error_handler -> install_fatal_error_handler | Chris Lattner | 2010-04-07 | 1 | -16/+13 |
* | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 2010-04-07 | 2 | -7/+7 |
* | enhance SMDiagnostic to also maintain a pointer to the SourceMgr. | Chris Lattner | 2010-04-06 | 1 | -1/+1 |
* | give the SourceMgr object a cookie. | Chris Lattner | 2010-04-06 | 1 | -1/+2 |
* | Give llvm::SourceMgr the ability to have a client-specified | Chris Lattner | 2010-04-06 | 1 | -1/+8 |
* | stringref-ize the MemoryBuffer::get apis. This requires | Chris Lattner | 2010-04-05 | 1 | -11/+8 |