| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix these error messages to be less confusing. These error | Dan Gohman | 2010-10-29 | 1 | -9/+5 |
* | Remove an unnecessary check and an unnecessary temporary. | Mikhail Glushenkov | 2010-10-28 | 1 | -3/+2 |
* | Extend StringRef's edit-distance algorithm to permit an upper bound on the al... | Douglas Gregor | 2010-10-19 | 1 | -1/+8 |
* | lib/Support/raw_ostream.cpp: Fix Cygwin's build. | NAKAMURA Takumi | 2010-10-19 | 1 | -0/+4 |
* | CrashRecoveryContext: Add missing return, so that the signal fires after we our | Daniel Dunbar | 2010-10-18 | 1 | -0/+3 |
* | Build with RTTI and exceptions disabled. Only in GCC for now. | Oscar Fuentes | 2010-10-17 | 1 | -0/+3 |
* | Always use binary mode for output stream. This is important to prevent unwant... | Francois Pichet | 2010-10-14 | 1 | -0/+13 |
* | fix a bug I introduced, no idea how this didn't repro right. | Chris Lattner | 2010-10-14 | 1 | -2/+2 |
* | add uadd_ov/usub_ov to apint, consolidate constant folding | Chris Lattner | 2010-10-14 | 1 | -0/+12 |
* | constify these methods. | Chris Lattner | 2010-10-13 | 1 | -5/+5 |
* | add a few operations for signed operations that also | Chris Lattner | 2010-10-13 | 1 | -0/+46 |
* | Unbreak cmake build. | John Thompson | 2010-10-07 | 1 | -0/+1 |
* | Move tool_output_file into its own file. | Dan Gohman | 2010-10-07 | 2 | -32/+43 |
* | After printing "Running 'Graphviz' program... " and running the | Dan Gohman | 2010-10-05 | 1 | -6/+10 |
* | Grow BumpPtrAllocator's slab size dynamically if we allocated many slabs. This | Benjamin Kramer | 2010-09-30 | 1 | -0/+6 |
* | Removed a bunch of unnecessary target_link_libraries. | Oscar Fuentes | 2010-09-28 | 1 | -2/+0 |
* | Make ConstantRange::makeICmpRegion handle all the edge cases properly. This | Nick Lewycky | 2010-09-28 | 1 | -10/+28 |
* | Push twines deeper into SourceMgr's error handling methods. | Benjamin Kramer | 2010-09-27 | 1 | -8/+8 |
* | Delete an unused declaration. | Dan Gohman | 2010-09-27 | 1 | -2/+0 |
* | Add support for viewing graphviz graphs with xdot.py. | Dan Gohman | 2010-09-27 | 1 | -0/+26 |
* | Add better support for environment portion of triple. Original patch by | Duncan Sands | 2010-09-16 | 1 | -6/+32 |
* | Some versions of gcc still warn about "ignoring return value ... declared | Duncan Sands | 2010-09-16 | 1 | -1/+2 |
* | Create PTX backend. Patch by Che-Liang Chiou! | Nick Lewycky | 2010-09-07 | 1 | -0/+13 |
* | Add completely hokey binary-and and binary-or operations to ConstantRange and | Nick Lewycky | 2010-09-07 | 1 | -0/+26 |
* | Add a new isSignWrappedSet() method to ConstantRange. | Nick Lewycky | 2010-09-06 | 1 | -3/+15 |
* | Use the FindProgramByName fallback only with known absolute paths. | Dan Gohman | 2010-09-02 | 1 | -4/+10 |
* | After some discussion with djg, teach SmallVector to grow from a zero | John McCall | 2010-09-02 | 1 | -1/+1 |
* | llvm::FindExecutable(): Retrieve the name with suffix.exe, if available. | NAKAMURA Takumi | 2010-09-02 | 1 | -0/+4 |
* | 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 |