1. e298d7c Fix viewCFG on Linux. by Jeffrey Yasskin · 15 years ago
  2. fb76fe0 Fix various doxygen warnings. by Dan Gohman · 15 years ago
  3. 7e7ae5a Refer to -help instead of --help since this is what tools themselves say. by Duncan Sands · 15 years ago
  4. d2a5c0d Add Regex::sub, for doing regular expression substitution with backreferences. by Daniel Dunbar · 15 years ago
  5. 17f26b4 enhance raw_svector_ostream::write_impl to work with unbuffered streams, by Chris Lattner · 15 years ago
  6. efbdaa6 make PadToColumn return the stream so you can use: OS.PadToColumn(42) << "foo"; by Chris Lattner · 15 years ago
  7. f451cb8 Fix "the the" and similar typos. by Dan Gohman · 15 years ago
  8. 87c06d6 add support for the sparcv9-*-* target triple to turn on by Chris Lattner · 15 years ago
  9. 281d051 Make APInt::countLeadingZerosSlowCase() treat the contents of padding bits by John McCall · 15 years ago
  10. 4f17eb8 Fix MSVC build. by Benjamin Kramer · 15 years ago
  11. 5908839 Convert some users of ftostr to raw_ostream. by Benjamin Kramer · 15 years ago
  12. f304ff6 Use llvm::format instead of ftostr (which just calls sprintf). by Benjamin Kramer · 15 years ago
  13. 12ea66a Replace strcpy with memcpy when we have the length around anyway. by Benjamin Kramer · 15 years ago
  14. 4221066 Make SMDiagnostic::Print a const method. by Mikhail Glushenkov · 15 years ago
  15. e690ffb Trailing whitespace. by Mikhail Glushenkov · 15 years ago
  16. 8dcc58e Fix a typo that several people pointed out. Also, address the case of by Dan Gohman · 15 years ago
  17. 153f1eb Add a comment about a missed opportunity. by Dan Gohman · 15 years ago
  18. df6d5e0 Print empty and full sets specially. by Dan Gohman · 15 years ago
  19. 14ca177 Changes to fix buffering that I forgot to commit with previous patch. by Chris Lattner · 15 years ago
  20. d79d9dc add a new MCAsmStreamer::GetCommentOS method to simplify stuff by Chris Lattner · 15 years ago
  21. 5e5442c Avoid printing a spurious semicolon when there is no filename. by Dan Gohman · 15 years ago
  22. 2ef951e by David Greene · 15 years ago
  23. 4e7e2f5 Fix refacto reported by Nicolas Geoffray. by Benjamin Kramer · 15 years ago
  24. c5b7b19 Temporarily revert r93581. It was causing failures in the ExecutionEngine tests by Bill Wendling · 15 years ago
  25. 67c5982 BumpPtrAllocator: Have the DefaultSlabAllocator created at runtime, not initialization time. This removes one of the 'init_constructors' reported in <rdar://problem/7545356>. by Ted Kremenek · 15 years ago
  26. b357e06 Introduce Twine::toStringRef, a variant of toVector which avoids the copy if the by Benjamin Kramer · 15 years ago
  27. 7dd6107 Remove unused string functions. by Benjamin Kramer · 15 years ago
  28. 7462b5d Add StrInStrNoCase, a StringRef version of CStrInCStrNoCase. by Benjamin Kramer · 15 years ago
  29. c30837d Turns out llvm-gcc still uses SplitString with a vector. Add it back until I by Benjamin Kramer · 15 years ago
  30. d4f1959 Reimplement getToken and SplitString as "StringRef helper functions" by Benjamin Kramer · 15 years ago
  31. 1fa8b00 Suppress use of uninitialized variable warning. by Duncan Sands · 15 years ago
  32. 2772ea8 More trivial optimizations to a function well outside the critical path by Douglas Gregor · 15 years ago
  33. ad6b6da Switch StringRef::edit_distance over to using raw pointers, since both by Douglas Gregor · 15 years ago
  34. fcb5b83 Change errs() to dbgs(). by David Greene · 15 years ago
  35. da80ff6 Change errs() to dbgs(). by David Greene · 15 years ago
  36. 465abed Change errs() to dbgs(). by David Greene · 15 years ago
  37. 8061a44 Change errs() to dbgs(). by David Greene · 15 years ago
  38. 8f1929b Change errs() to dbgs(). by David Greene · 15 years ago
  39. 2b965b0 Change errs() to dbgs(). by David Greene · 15 years ago
  40. 7fd5fb4 Change errs() to dbgs(). by David Greene · 15 years ago
  41. af6c8cc Change errs() to dbgs(). by David Greene · 15 years ago
  42. 7e54d5b Document the edit-distance algorithm used in StringRef, switch it over by Douglas Gregor · 15 years ago
  43. 441c8b4 Implement edit distance for StringRef by Douglas Gregor · 15 years ago
  44. 837eda9 Do not crash when .ll printing metadata that smells like debug info, but isn't. by Chris Lattner · 15 years ago
  45. 480decf fix indentation, fit in 80 cols. by Chris Lattner · 15 years ago
  46. 7f29dfd fix .cpp file to not wrap the entire file in namespace blocks. by Chris Lattner · 15 years ago
  47. 6a09aff Implement support for converting to string at "natural precision", and fix some by John McCall · 15 years ago
  48. 003a09c Substantially optimize APFloat::toString() by doing a single large divide to by John McCall · 15 years ago
  49. 00e65de Add accessors for the largest-magnitude, smallest-magnitude, and by John McCall · 15 years ago
  50. d73bf59 Set Remainder before Quotient in case Quotient and LHS alias. The new by John McCall · 15 years ago
  51. 0377642 by David Greene · 15 years ago
  52. 62dc896 sizeof(char) is always 1. by Chris Lattner · 15 years ago
  53. 734d236 De-bork CMake build by Douglas Gregor · 15 years ago
  54. b5d568c by David Greene · 15 years ago
  55. e59011e by David Greene · 15 years ago
  56. cd0129f by Chris Lattner · 15 years ago
  57. b3649db now that libsystem no longer uses SmallVector, we can move by Chris Lattner · 15 years ago
  58. a4f8ecd Micro-optimize these functions in the case where they are not inlined. by Dan Gohman · 15 years ago
  59. 022840e DeltaAlgorithm: Add a virtual destructor and home. by Daniel Dunbar · 15 years ago
  60. 83563b2 Fix typo and add missing include. by Daniel Dunbar · 15 years ago
  61. 018402d Print a newline after the Args: line so that unrelated errs() output doesn't by Dan Gohman · 15 years ago
  62. a6d5e40 Add an implementation of the delta debugging algorithm. by Daniel Dunbar · 15 years ago
  63. 6e1f16d return more useful error messages by using strerror to format errno by Chris Lattner · 15 years ago
  64. b3587cf Perform explicit instantiations in the proper namespace, since Clang diagnoses this ill-formity. by Douglas Gregor · 15 years ago
  65. 4153982 SourceMgr: Add ShowLine argument to PrintMessage, to allow suppressing the source line output. by Daniel Dunbar · 15 years ago
  66. 37628e0 Move the handling of CommaSeparated options into ProvideOption. by Mikhail Glushenkov · 15 years ago
  67. 58ce7ac Use StringRef::min instead of std::min. by Daniel Dunbar · 15 years ago
  68. eeebecf Trailing whitespace. by Mikhail Glushenkov · 15 years ago
  69. cc9fa81 Add PS3 Triple class, Credit to John Thompson. by Edward O'Callaghan · 15 years ago
  70. 51cdac0 Added getArchNameForAssembler method to the Triple class for which returns OS and Vendor independent target assembler arch. by Viktor Kutuzov · 15 years ago
  71. 110e7bb Revert CPU detection code to return "generic" instead of an empty string in case by Benjamin Kramer · 15 years ago
  72. 252e574 Fix a race condition in the Timer class. by Owen Anderson · 15 years ago
  73. e0fb75d Add PSP OS Target to Triple, Credit to Bruno Cardoso Lopes. by Edward O'Callaghan · 15 years ago
  74. ba43e07 Report the detected host CPU in --version. by Daniel Dunbar · 15 years ago
  75. 20fd4ec Distinguish "a," from "a". The first one splits into "a" + "" and the second one into by Rafael Espindola · 15 years ago
  76. c78c0c9 by Rafael Espindola · 15 years ago
  77. 5ccac24 Add a new split method to StringRef that puts the substrings in a vector. by Rafael Espindola · 15 years ago
  78. 05872ea Add compare_lower and equals_lower methods to StringRef. Switch all users of by Benjamin Kramer · 15 years ago
  79. 4459145 fix crash in my previous patch by Nuno Lopes · 15 years ago
  80. 34e992d implement shl, ashr, and lshr methods. shl is not fully implemented as it is quite tricky. by Nuno Lopes · 15 years ago
  81. bf177ee Show command-line args and features passed into backend in debug output. Approved by Evan Cheng. by Sandeep Patel · 15 years ago
  82. 64066bd Add From arguments to StringRef search functions, and tweak doxyments. by Daniel Dunbar · 15 years ago
  83. d65267e Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a lame API. by Daniel Dunbar · 15 years ago
  84. 95a3be0 add zextOrTrunc and sextOrTrunc methods, that are similar to the ones in APInt by Nuno Lopes · 15 years ago
  85. 5aa638d Make lib/Support/Debug.cpp SetCurrentDebugType implementation part of llvm namespace to match function declaration in Debug.h. by Xerxes Ranby · 15 years ago
  86. c11e84d Trailing whitespace. by Mikhail Glushenkov · 15 years ago
  87. 2928c83 Pass StringRef by value. by Daniel Dunbar · 15 years ago
  88. 7127b13 A value is only assigned to errno if NumRead equals -1, so do by Duncan Sands · 15 years ago
  89. 954cb43 Make this code more robust by not thinking we are making progress by Duncan Sands · 15 years ago
  90. 70197a3 add a new 'SetCurrentDebugType' API (requested by Andrew Haley for JIT by Chris Lattner · 15 years ago
  91. c5a7552 Remove getIEEEFloatParts and getIEEEDoubleParts. They are not needed. by Evan Cheng · 15 years ago
  92. 99ebfa5 Add new APFloat methods that return sign, exp, and mantissa of ieee float and double values. by Evan Cheng · 15 years ago
  93. 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 15 years ago
  94. a223aed Commit fixes for half precision I noted in review, so by Dale Johannesen · 15 years ago
  95. 9bd3460 Move UnescapeString to a static function for its sole client; its inefficient and broken. by Daniel Dunbar · 15 years ago
  96. ca107c5 Remove llvm::EscapeString, raw_ostream::write_escaped is much faster. by Daniel Dunbar · 15 years ago
  97. 522b113 Add raw_ostream::write_escaped, for writing escaped strings. by Daniel Dunbar · 15 years ago
  98. 4dee7fd Move StringMap's string has function into StringExtras.h by Daniel Dunbar · 15 years ago
  99. cc4287a Add half precision floating point support (float16) to APFloat, by Chris Lattner · 15 years ago
  100. a43fc34 add haiku support, patch by Paul Davey! by Chris Lattner · 15 years ago