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