- 4afa128 now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate the by Chris Lattner · 15 years ago
- afd693c report_fatal_error: Simplify a possible ambiguity. by Daniel Dunbar · 15 years ago
- 13302ec Fix memory leak in StringRef::edit_distance(). 'Allocated' could be leaked on an early return. by Ted Kremenek · 15 years ago
- f8254d64 CrashRecoveryContext: Add RunSafelyOnThread helper function. by Daniel Dunbar · 15 years ago
- d66f2b7 Rename FindExecutable to PrependMainExecutablePath. by Mikhail Glushenkov · 15 years ago
- 303f350 Print an error as one big string instead of breaking it up. by Dan Gohman · 15 years ago
- ed724fd Revert r118057, this is better fixed in appendSuffix itself. by Mikhail Glushenkov · 15 years ago
- d4589a3 Don't append a dot on platforms which don't use exe suffixes. by Dan Gohman · 15 years ago
- 345b344 FindExecutable: remove the executability check. by Mikhail Glushenkov · 15 years ago
- c463316 Fix these error messages to be less confusing. These error by Dan Gohman · 15 years ago
- 8a5ff47 Remove an unnecessary check and an unnecessary temporary. by Mikhail Glushenkov · 15 years ago
- 5ee568a Extend StringRef's edit-distance algorithm to permit an upper bound on the allowed edit distance by Douglas Gregor · 15 years ago
- 1b5de0e lib/Support/raw_ostream.cpp: Fix Cygwin's build. by NAKAMURA Takumi · 15 years ago
- d49e2aa CrashRecoveryContext: Add missing return, so that the signal fires after we our by Daniel Dunbar · 15 years ago
- f0c55a9 Build with RTTI and exceptions disabled. Only in GCC for now. by Oscar Fuentes · 15 years ago
- a872a0f Always use binary mode for output stream. This is important to prevent unwanted end of line conversion on Windows. Should not affect Unix where O_BINARY is not defined. This fix /clang/test/lexer/preamble.c XFAIL on WIN32. by Francois Pichet · 15 years ago
- a5bbde8 fix a bug I introduced, no idea how this didn't repro right. by Chris Lattner · 15 years ago
- eafc5cb add uadd_ov/usub_ov to apint, consolidate constant folding by Chris Lattner · 15 years ago
- 0a0a585 constify these methods. by Chris Lattner · 15 years ago
- f2ddc64 add a few operations for signed operations that also return an overflow flag. by Chris Lattner · 15 years ago
- 358cf16 Unbreak cmake build. by John Thompson · 15 years ago
- e4f1a9b Move tool_output_file into its own file. by Dan Gohman · 15 years ago
- 644801a After printing "Running 'Graphviz' program... " and running the by Dan Gohman · 15 years ago
- 82d96cc Grow BumpPtrAllocator's slab size dynamically if we allocated many slabs. This by Benjamin Kramer · 15 years ago
- 3609eb0 Removed a bunch of unnecessary target_link_libraries. by Oscar Fuentes · 15 years ago
- f2d7b7c Make ConstantRange::makeICmpRegion handle all the edge cases properly. This by Nick Lewycky · 15 years ago
- d1e1703 Push twines deeper into SourceMgr's error handling methods. by Benjamin Kramer · 15 years ago
- 477268c Delete an unused declaration. by Dan Gohman · 15 years ago
- 48fd5a7 Add support for viewing graphviz graphs with xdot.py. by Dan Gohman · 15 years ago
- 5754a45 Add better support for environment portion of triple. Original patch by by Duncan Sands · 15 years ago
- dd2fdd8 Some versions of gcc still warn about "ignoring return value ... declared by Duncan Sands · 15 years ago
- f7a3c50 Create PTX backend. Patch by Che-Liang Chiou! by Nick Lewycky · 15 years ago
- 198381e Add completely hokey binary-and and binary-or operations to ConstantRange and by Nick Lewycky · 15 years ago
- 32cda11 Add a new isSignWrappedSet() method to ConstantRange. by Nick Lewycky · 15 years ago
- 776339e Use the FindProgramByName fallback only with known absolute paths. by Dan Gohman · 15 years ago
- 2a9a2db After some discussion with djg, teach SmallVector to grow from a zero by John McCall · 15 years ago
- 1b68af4 llvm::FindExecutable(): Retrieve the name with suffix.exe, if available. by NAKAMURA Takumi · 15 years ago
- d4c4543 Make tool_output_file's raw_ostream instance a member variable instead by Dan Gohman · 15 years ago
- 12881e7 Remove a hack that tries to understand incorrect triples from the by Duncan Sands · 15 years ago
- 837bccd StringRef::compare_numeric also differed from StringRef::compare for characters > 127. by Benjamin Kramer · 15 years ago
- 0043e35 Do unsigned char comparisons in StringRef::compare_lower to be more consistent with compare in corner cases. by Benjamin Kramer · 15 years ago
- 365c53e Use Bits.data() instead of &Bits[0]. by Dan Gohman · 15 years ago
- 250eb00 Avoid O(n*m) complexity in StringRef::find_first(_not)_of(StringRef). by Benjamin Kramer · 15 years ago
- 192a400 Update CMake build. by Benjamin Kramer · 15 years ago
- 8d18006 Delete SlowOperationInformer, which is no longer used. by Dan Gohman · 15 years ago
- 5d56d9d Make outs() close its file when its stream is destructed, so that by Dan Gohman · 15 years ago
- a1f89de Delete raw_stdout_ostream and raw_stderr_ostream, which are unused by Dan Gohman · 15 years ago
- 8df0e01 Move raw_ostream's Error flag into raw_fd_ostream, as that's the only by Dan Gohman · 15 years ago
- af0636f Introduce a new tool_output_file class, which extends raw_ostream with by Dan Gohman · 15 years ago
- b1508d1 Do not assert when reading an exponent out of range. by Dale Johannesen · 15 years ago
- 2499990 Make raw_fd_ostream consider itself the owner of STDOUT_FILENO when by Dan Gohman · 15 years ago
- d77e5a8 Tidy. by Dan Gohman · 15 years ago
- d2da327 Revert r111321. This doesn't fix a problem. by Dan Gohman · 15 years ago
- 5083912 stomp some more undefined behavior, PR7775. by Chris Lattner · 15 years ago
- 7942e3c include config.h to get config params, hopefully unbreaking mingw builder. by Chris Lattner · 15 years ago
- 93d81b6 Fix the rest of rdar://8318441 which happens when a raw_fd_ostream by Chris Lattner · 15 years ago
- 73ebaff report_fatal_error can't use errs(), because errs() can call by Chris Lattner · 15 years ago
- ebe7eb8 CrashRecovery: Clear the current context on the first crash, to avoid re-entering it if the cleanup code crashes. by Daniel Dunbar · 15 years ago
- a8fa798 CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find the active context from anywhere. by Daniel Dunbar · 15 years ago
- c0c815e CrashRecovery: Make CrashRecoveryContext static methods thread safe. by Daniel Dunbar · 15 years ago
- 37e59c0 remove trailing whitespace by Jim Grosbach · 15 years ago
- 3063410 Add hooks to FoldingSetTrait to allow specializations to provide by Dan Gohman · 15 years ago
- 6616f7e Reverse the order of GetNodeProfile's arguments, for consistency by Dan Gohman · 15 years ago
- 335db22 Add a 'normalize' method to the Triple class, which takes a mucked up by Duncan Sands · 15 years ago
- 7f9ef4b Clean up ConstantRange a bit: by Nick Lewycky · 15 years ago
- 371e577 Fix a couple of warnings. by Eric Christopher · 15 years ago
- fff0f11 Roll back my last two commits, valgrind complains. by Benjamin Kramer · 15 years ago
- 933b16e Kill rarely used std::sort. by Benjamin Kramer · 15 years ago
- 0aede9e Remove layering violation. by Owen Anderson · 15 years ago
- 9773e45 Add an inverse() method to ConstantRange. by Owen Anderson · 15 years ago
- 634bab1 Add a convenience constructor. by Owen Anderson · 15 years ago
- e211cd8 avoid undef behavior on minint, fixing PR7783. by Chris Lattner · 15 years ago
- 63cc2e1 Fix -Wmissing-field-initializers warnings. by Daniel Dunbar · 15 years ago
- a685582 CrashRecovery: Use ThreadLocal::erase() instead of set(0). by Daniel Dunbar · 15 years ago
- dade28e Make sure to include config.h, to pickup LLVM_ON_WIN32. by Daniel Dunbar · 15 years ago
- d9082df CrashRecoveryContext: Add a simple POSIX implementation. by Daniel Dunbar · 15 years ago
- c19d865 Unbreak my CMake build, say you'll compile for me again... by Douglas Gregor · 15 years ago
- a309dac Support: Add CrashRecoveryContext helper object. by Daniel Dunbar · 15 years ago
- 38e5989 Don't pass StringRef by reference. by Benjamin Kramer · 15 years ago
- 29269d0 add some triple for minix, patch by Kees van Reeuwijk from PR7582 by Chris Lattner · 15 years ago
- 2a8bf42 Rather than giving SmallPtrSetImpl a member field SmallArray which is magically by Duncan Sands · 15 years ago
- 7d59a97 Fix thinko. by Eric Christopher · 15 years ago
- 4411fbe Pull in the libCrashReporterClient.a information with a warning comment. by Eric Christopher · 15 years ago
- 831338b Rewrite MemoryBuffer::getSTDIN to use read(2) and a SmallVector buffer. by Benjamin Kramer · 15 years ago
- 7262c19 Bring back the empty vector workaround I removed in r106839. Looks like MSVC needs it. by Benjamin Kramer · 15 years ago
- d4d1f85 Tweak MemoryBuffer to allocate the class itself, the name and possibly the by Benjamin Kramer · 15 years ago
- 60e6f3d Add overloads for getFile and getFileOrSTDIN which take a const char * by Dan Gohman · 15 years ago
- 654dee4 Look for and use a different darwin crash reporter library. by Eric Christopher · 15 years ago
- 455164b Add an explicit keyword. by Dan Gohman · 15 years ago
- 6118efa Use calloc instead of new/memset, it is more efficient when the set is very large. by Benjamin Kramer · 15 years ago
- 03c3dc7 Give NamedRegionTimer an Enabled flag, allowing all its clients to by Dan Gohman · 15 years ago
- f7a503e Add the entire range of DW_OP_lit[0..31], DW_OP_reg[0..31], and by Jason Molenda · 15 years ago
- 71907fb fpcmp: Fix bug where fpcmp wouldn't early exit when files obviously differ and by Daniel Dunbar · 15 years ago
- d1c82fe fpcmp: Fix a possible infinite loop when comparing something like: by Daniel Dunbar · 15 years ago
- ef45832 Use const_iterator where appropriate. by Daniel Dunbar · 15 years ago
- 18ed7b2 DeltaAlgorithm: Tweak split to split by first/second half instead of even/odd, since adjacent changes are more likely to be related. by Daniel Dunbar · 15 years ago
- 73c6031 ADT: Add DAGDeltaAlgorithm, which is a DAG minimization algorithm built on top of the standard 'delta debugging' algorithm. by Daniel Dunbar · 15 years ago
- d164d3d Use realloc instead of malloc+memcpy when growing a POD SmallVector. A smart by Benjamin Kramer · 15 years ago
- 52c2395 Minor code simplification. by Dan Gohman · 15 years ago
- 9ba7f65 Fix a redundant-return warning. by Dan Gohman · 15 years ago