1. b3587cf Perform explicit instantiations in the proper namespace, since Clang diagnoses this ill-formity. by Douglas Gregor · 15 years ago
  2. 4153982 SourceMgr: Add ShowLine argument to PrintMessage, to allow suppressing the source line output. by Daniel Dunbar · 15 years ago
  3. 37628e0 Move the handling of CommaSeparated options into ProvideOption. by Mikhail Glushenkov · 15 years ago
  4. 58ce7ac Use StringRef::min instead of std::min. by Daniel Dunbar · 15 years ago
  5. eeebecf Trailing whitespace. by Mikhail Glushenkov · 15 years ago
  6. cc9fa81 Add PS3 Triple class, Credit to John Thompson. by Edward O'Callaghan · 15 years ago
  7. 51cdac0 Added getArchNameForAssembler method to the Triple class for which returns OS and Vendor independent target assembler arch. by Viktor Kutuzov · 15 years ago
  8. 110e7bb Revert CPU detection code to return "generic" instead of an empty string in case by Benjamin Kramer · 15 years ago
  9. 252e574 Fix a race condition in the Timer class. by Owen Anderson · 15 years ago
  10. e0fb75d Add PSP OS Target to Triple, Credit to Bruno Cardoso Lopes. by Edward O'Callaghan · 15 years ago
  11. ba43e07 Report the detected host CPU in --version. by Daniel Dunbar · 15 years ago
  12. 20fd4ec Distinguish "a," from "a". The first one splits into "a" + "" and the second one into by Rafael Espindola · 15 years ago
  13. c78c0c9 by Rafael Espindola · 15 years ago
  14. 5ccac24 Add a new split method to StringRef that puts the substrings in a vector. by Rafael Espindola · 15 years ago
  15. 05872ea Add compare_lower and equals_lower methods to StringRef. Switch all users of by Benjamin Kramer · 15 years ago
  16. 4459145 fix crash in my previous patch by Nuno Lopes · 15 years ago
  17. 34e992d implement shl, ashr, and lshr methods. shl is not fully implemented as it is quite tricky. by Nuno Lopes · 15 years ago
  18. bf177ee Show command-line args and features passed into backend in debug output. Approved by Evan Cheng. by Sandeep Patel · 15 years ago
  19. 64066bd Add From arguments to StringRef search functions, and tweak doxyments. by Daniel Dunbar · 15 years ago
  20. d65267e Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a lame API. by Daniel Dunbar · 15 years ago
  21. 95a3be0 add zextOrTrunc and sextOrTrunc methods, that are similar to the ones in APInt by Nuno Lopes · 15 years ago
  22. 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
  23. c11e84d Trailing whitespace. by Mikhail Glushenkov · 15 years ago
  24. 2928c83 Pass StringRef by value. by Daniel Dunbar · 15 years ago
  25. 7127b13 A value is only assigned to errno if NumRead equals -1, so do by Duncan Sands · 15 years ago
  26. 954cb43 Make this code more robust by not thinking we are making progress by Duncan Sands · 15 years ago
  27. 70197a3 add a new 'SetCurrentDebugType' API (requested by Andrew Haley for JIT by Chris Lattner · 15 years ago
  28. c5a7552 Remove getIEEEFloatParts and getIEEEDoubleParts. They are not needed. by Evan Cheng · 15 years ago
  29. 99ebfa5 Add new APFloat methods that return sign, exp, and mantissa of ieee float and double values. by Evan Cheng · 15 years ago
  30. 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 15 years ago
  31. a223aed Commit fixes for half precision I noted in review, so by Dale Johannesen · 15 years ago
  32. 9bd3460 Move UnescapeString to a static function for its sole client; its inefficient and broken. by Daniel Dunbar · 15 years ago
  33. ca107c5 Remove llvm::EscapeString, raw_ostream::write_escaped is much faster. by Daniel Dunbar · 15 years ago
  34. 522b113 Add raw_ostream::write_escaped, for writing escaped strings. by Daniel Dunbar · 15 years ago
  35. 4dee7fd Move StringMap's string has function into StringExtras.h by Daniel Dunbar · 15 years ago
  36. cc4287a Add half precision floating point support (float16) to APFloat, by Chris Lattner · 15 years ago
  37. a43fc34 add haiku support, patch by Paul Davey! by Chris Lattner · 15 years ago
  38. 0b22873 r83391 was completely broken since Twines keep references to their inputs, and by Jeffrey Yasskin · 15 years ago
  39. 35b3058 Bugfix for the CommaSeparated option. The original code was adding the whole by Nicolas Geoffray · 15 years ago
  40. 6cf4963 Fix PR5112, a miscompilation on gcc-4.0.3. Patch by Collin Winter! by Jeffrey Yasskin · 15 years ago
  41. d7830d5 Avoid using mutex locks if not in multithreaded mode by using a SmartScopedMutex by Torok Edwin · 15 years ago
  42. 81f46d9 remove support for "NoSub" from regex. It seems like a minor optimization by Chris Lattner · 15 years ago
  43. 5287008 add and document regex support for FileCheck. You can now do stuff like: by Chris Lattner · 15 years ago
  44. ad78500 wrap long lines. by Chris Lattner · 15 years ago
  45. 48ba9ff tidy up, fix a memory leak in Regex::isValid by Chris Lattner · 15 years ago
  46. 63e944b reapply r82348 with a fix, thanks Jeffrey. by Chris Lattner · 15 years ago
  47. 1d75d3a Roll back r82348, which introduced an infinite loop in ParseCStringVector() that by Jeffrey Yasskin · 15 years ago
  48. 27dba67 Switch FoldingSet::AddString to StringRef based API. by Daniel Dunbar · 15 years ago
  49. 77696be Workaround what I believe is an MSVC bug where it emits a definition for a by Daniel Dunbar · 15 years ago
  50. 6441e54 simplify as daniel suggests by Chris Lattner · 15 years ago
  51. fd40d03 tidy up by Chris Lattner · 15 years ago
  52. 1908aea smallvectorize getExtraOptionNames by Chris Lattner · 15 years ago
  53. 49b301c minor cleanups. by Chris Lattner · 15 years ago
  54. bc2d9d3 strength reduce further StringRef-> const char*, saving another 620 bytes. by Chris Lattner · 15 years ago
  55. 043b8b5 switch an std::string to StringRef, shaving 400 bytes off CommandLine.o by Chris Lattner · 15 years ago
  56. 0fd48b1 the switch from std::map -> StringMap caused --help output to be in by Chris Lattner · 15 years ago
  57. d0062c6 eliminate the duplicate detection loop, moving it into the loop that populates the Opts vector in the first place. by Chris Lattner · 15 years ago
  58. 081bcb0 Eliminate a masochistic "algorithm" loop, shrinking CommandLine.o from 71524->70700 bytes. by Chris Lattner · 15 years ago
  59. b40b7e3 don't use count + insert, just do insert + failure. Also, instead of deleting from by Chris Lattner · 15 years ago
  60. 67aead6 switch to SmallPtrSet instead of std::set, saving 1K from the by Chris Lattner · 15 years ago
  61. 14aae60 change an std::sort to an array_pod_sort call, shrinking CommandLine.o by 9%. by Chris Lattner · 15 years ago
  62. b168737 Several changes together in a murky mess: by Chris Lattner · 15 years ago
  63. 256db9b Fix refacto, this code was expecting to stride past the argument prefix. by Daniel Dunbar · 15 years ago
  64. a279bc3 Tabs -> spaces, and remove trailing whitespace. by Daniel Dunbar · 15 years ago
  65. 8a7a058 convert argname to StringRef, simplifying LookupOption. by Chris Lattner · 15 years ago
  66. 4e247ec convert 'Value' to StringRef which makes it easier to by Chris Lattner · 15 years ago
  67. 341620b Change CommaSeparated processing to do it with StringRef instead of temporary std::strings. by Chris Lattner · 15 years ago
  68. b7b71a3 rewrite ParseCStringVector in terms of stringref. by Chris Lattner · 15 years ago
  69. 05a32c8 move a couple non-trivial methods out of line, add new by Chris Lattner · 15 years ago
  70. fb2674d coding style cleanup by Chris Lattner · 15 years ago
  71. 99c5c7b convert a bunch more stuff to use StringRef. The ArgName arguments are now by Chris Lattner · 15 years ago
  72. ba11229 avoid a bunch of malloc thrashing for PositinoalVals by eliminating by Chris Lattner · 15 years ago
  73. 970e7df Avoid some temporary strings. by Chris Lattner · 15 years ago
  74. 63c6b7d add some more overloads of StringRef::getAsInteger for by Chris Lattner · 15 years ago
  75. cea1438 provide a "strtoull" operation that works on StringRef's. by Chris Lattner · 15 years ago
  76. a460beb convert a bunch of std::strings to use StringRef. This should eliminate by Chris Lattner · 15 years ago
  77. 461c876 Try to speed up the slowest parts of the CommandLine library by Benjamin Kramer · 15 years ago
  78. d7bd78e add a version of the APFloat constructor that initializes to 0.0 by Chris Lattner · 15 years ago
  79. e655128 Add StringRef::{rfind, rsplit} by Daniel Dunbar · 15 years ago
  80. c8213b7 Drop the raw_ostream required buffer size to 1. by Daniel Dunbar · 15 years ago
  81. 4dbd074 Update CMake files. by Ted Kremenek · 15 years ago
  82. ec08046 Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't by Dan Gohman · 15 years ago
  83. 2a1744f canonicalize namespace gymnastics by Chris Lattner · 15 years ago
  84. ed68788 Add comment re: clang dependency. by Daniel Dunbar · 15 years ago
  85. 251ef61 Added an abstract superclass, MCDisassembler, for all disassemblers. by Sean Callanan · 15 years ago
  86. c48edbb Make sure the memory range is writable before memset'ing it. by Evan Cheng · 15 years ago
  87. baf9b56 Add Triple::getArchTypeForDarwinArchName, which converts a "Darwin" architecture by Daniel Dunbar · 15 years ago
  88. 0247656 Improve JIT error message for users crazy enough to use -march with JIT, and by Daniel Dunbar · 15 years ago
  89. ee7110f Fix may-be-used-uninitialized warning. by Daniel Dunbar · 15 years ago
  90. 0268790 Avoid warnings if assertions are off. by Duncan Sands · 15 years ago
  91. c2d98bc Remove some not-really-used variables, as warned by Duncan Sands · 15 years ago
  92. 8b3594a More MSVC warning fixes: by Benjamin Kramer · 15 years ago
  93. 5b7c356 Remove splint hints to silence warnings from ICC and MSVC. by Benjamin Kramer · 15 years ago
  94. b7c5bdf Remove some unused variables and methods warned about by by Duncan Sands · 15 years ago
  95. 6552478 Show derived host triple in --version. by Daniel Dunbar · 15 years ago
  96. eed51b0 Update CMake files. by Ted Kremenek · 15 years ago
  97. 768f1dd Add triple parsing support for XCore. by Richard Osborne · 15 years ago
  98. 12420d3 Fix some possible-use-of-uninitialized warnings. by Daniel Dunbar · 15 years ago
  99. ce0c81e Add regular expression matching support, based on OpenBSD regexec()/regcomp() by Torok Edwin · 15 years ago
  100. baa2639 Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 15 years ago