1. b83012a Only run this mutex test if threading is enabled. This fixes PR5395. by Duncan Sands · 15 years ago
  2. 4912325 Reenable Split2 StringRef test with Apple gcc. by Benjamin Kramer · 15 years ago
  3. 0d753ec "XFAIL" the Split2 StringReft test with Apple gcc, which miscompiles it. by Daniel Dunbar · 15 years ago
  4. 20fd4ec Distinguish "a," from "a". The first one splits into "a" + "" and the second one into by Rafael Espindola · 15 years ago
  5. c78c0c9 by Rafael Espindola · 15 years ago
  6. 5ccac24 Add a new split method to StringRef that puts the substrings in a vector. by Rafael Espindola · 15 years ago
  7. 64066bd Add From arguments to StringRef search functions, and tweak doxyments. by Daniel Dunbar · 15 years ago
  8. 81cf432 Fix DenseMap iterator constness. by Jeffrey Yasskin · 15 years ago
  9. f352359 Type.h doesn't need to #include LLVMContext.h by Chris Lattner · 15 years ago
  10. 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 15 years ago
  11. 4ab74cd Fix stylistic and documentation problems in ValueMap found by Nick Lewycky and by Jeffrey Yasskin · 15 years ago
  12. 71a5c22 Try r84890 again (adding ValueMap<>), now that I've tested the compile on by Jeffrey Yasskin · 15 years ago
  13. a84c9db Revert r84890, which broke the linux build. by Jeffrey Yasskin · 15 years ago
  14. e0a2340 Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to use by Jeffrey Yasskin · 15 years ago
  15. 937708c Pacify the compiler (signed with unsigned comparison) by making by Duncan Sands · 15 years ago
  16. cbc7cc6 Add a ceilLogBase2 function to APInt. by Dan Gohman · 15 years ago
  17. 3933179 Fix a few more conversion warnings on 4.0 by Daniel Dunbar · 15 years ago
  18. f74610b Another try at fixing compile warnings on 4.0 by Daniel Dunbar · 15 years ago
  19. e655128 Add StringRef::{rfind, rsplit} by Daniel Dunbar · 15 years ago
  20. 9c29730 Attempt to fix some 4.0.0 build warnings. by Daniel Dunbar · 15 years ago
  21. 46e1246 Simplify, now that gtest supports raw_ostream directly. by Daniel Dunbar · 15 years ago
  22. 83fecfa Add test for PR4873, which works for me. by Daniel Dunbar · 15 years ago
  23. 32e1eef split raw_os_ostream out to its own header and implementation file. This by Chris Lattner · 15 years ago
  24. 2571440 Unbreak unit tests. by Daniel Dunbar · 15 years ago
  25. 5504225 Correct for recent assert change. by Bill Wendling · 15 years ago
  26. ae8f78d Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9. by Erick Tryzelaar · 15 years ago
  27. bb97531 Allow '+' to appear in APInt strings, and add more unit tests. by Erick Tryzelaar · 15 years ago
  28. c78b33b Add support for including '+' in APFloat strings, more asserts, by Erick Tryzelaar · 15 years ago
  29. cdd93d8 Fix two APFloat bugs in converting hexadecimal constants. by Daniel Dunbar · 15 years ago
  30. d2a5661 Remove SmallString::append_*int* unit tests. by Benjamin Kramer · 15 years ago
  31. c2da6fb Add SmallVector::{capacity,set_size}. by Daniel Dunbar · 15 years ago
  32. 651aa68 Improve Triple to recognize the OS in i386-mingw32. by Daniel Dunbar · 15 years ago
  33. 323a3e6 Fix pasto in StringRef::count(char) by Daniel Dunbar · 15 years ago
  34. 5caba3b Add StringRef::count({char,StringRef}) by Daniel Dunbar · 15 years ago
  35. 2ad40a3 Wrap unit test death tests in GTEST_HAS_DEATH_TEST by Erick Tryzelaar · 15 years ago
  36. 33d7dd6 Change APFloatTest from using ASSERTs to EXPECTs by Erick Tryzelaar · 15 years ago
  37. a15d890 Modify APFloat to take a StringRef instead of a c string. by Erick Tryzelaar · 15 years ago
  38. 1b9104f Add failure tests to APInt unit test. by Erick Tryzelaar · 15 years ago
  39. 689ad6e Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef. by Daniel Dunbar · 15 years ago
  40. 0ad7f9b StringRef: Add find(char) and find(StringRef). by Daniel Dunbar · 15 years ago
  41. 0fffbaf Twine: Use raw_ostream::write_hex, remove unused itohexstr method. by Daniel Dunbar · 15 years ago
  42. 0165a2c Twine: Provide [u]int{32,64} conversions via implicit constructors instead of by Daniel Dunbar · 15 years ago
  43. 4baffeb fix unittest on platforms with unsigned chars (e.g. linux-ppc) by Benjamin Kramer · 15 years ago
  44. 763457e Twines: Support numeric conversion directly (uitostr, etc). by Daniel Dunbar · 15 years ago
  45. a14d225 Update Triple to use StringRef/Twine based APIs. by Daniel Dunbar · 15 years ago
  46. d61918f Add StringRef::{slice, split}, two convenient string operations which are simple by Daniel Dunbar · 15 years ago
  47. f595d6d Add a missing ilist_node.h #include to SparseBitVector, and add a very short by Jeffrey Yasskin · 15 years ago
  48. 2538f7a Add Twine ADT. - Not currently used. by Daniel Dunbar · 15 years ago
  49. 6316fbc Convert StringMap to using StringRef for its APIs. by Daniel Dunbar · 15 years ago
  50. dbe77cf Support writing a StringRef to a raw_ostream directly. by Daniel Dunbar · 15 years ago
  51. f5fdf73 Add StringRef::{substr, startswith}. by Daniel Dunbar · 15 years ago
  52. 4cf95d7 Add StringRef class, with fixes. by Daniel Dunbar · 15 years ago
  53. 05717f9 unbreak unit-tests on gcc-4.4. by Torok Edwin · 15 years ago
  54. 014db9d Add SmallString unit test. - Patch by Ryan Flynn! by Daniel Dunbar · 15 years ago
  55. 614be08 Clarify a FIXME. by Daniel Dunbar · 15 years ago
  56. 38a253d Reapply 74494, this time removing the conflicting definition of operator<< by Dan Gohman · 15 years ago
  57. 697b378 Revert my intentional breakage. by Daniel Dunbar · 15 years ago
  58. 2a4aa97 Intentionally break a unittest to test my buildbot gtest command. by Daniel Dunbar · 15 years ago
  59. efee4ee Reversed order of args in EXPECT_EQ() macros to be in the correct order: by Misha Brukman · 15 years ago
  60. f0e4cac Prevent looping when DenseSet is abused. by Stuart Hastings · 15 years ago
  61. 38300e9 Fix PR4040: APInt's string constructor is too strict patch by Jeff Yasskin! by Chris Lattner · 15 years ago
  62. 3f7c72a Use the testcase from PR2791. by Owen Anderson · 15 years ago
  63. e3bc46e * Fixed calls to APInt ctor to work for negative values on Darwin/x86 by Misha Brukman · 15 years ago
  64. 23e97b0 Add llvm::Triple class for abstracting access to target triples. by Daniel Dunbar · 15 years ago
  65. 2e73426 Converted a1.ll to unittests. by Misha Brukman · 15 years ago
  66. 8be1ac2 Renamed unittest files to have a consistent {Tt}est suffix. by Misha Brukman · 15 years ago
  67. fb3e5ca Fix comment. by Bill Wendling · 16 years ago
  68. 2d0f1c5 APInt's countLeadingOnes() was broken for negative i128 values, by Torok Edwin · 16 years ago
  69. 1999ff1 Port this test from dejagnu to unit testing. by Nick Lewycky · 16 years ago
  70. 3d9fbee Fix naming of file. by Bill Wendling · 16 years ago
  71. f2850d9 Adding unittests for SmallVector. Test by Talin. by Bill Wendling · 16 years ago
  72. 6b223d7 Some generic clean-ups. Also make the StringMapEntryInitializer specialization apply only to the tests that are actually testing it. by Bill Wendling · 16 years ago
  73. 3859366 * Don't explicitly cast "0" to "void*". This doesn't work well with specialized by Bill Wendling · 16 years ago
  74. 1ed3663 80-column violation fix. by Bill Wendling · 16 years ago
  75. 8bb5e99 * Added unittests for StringMap by Misha Brukman · 16 years ago
  76. c870bb5 Minor cleanup for unittest: by Misha Brukman · 16 years ago
  77. 38a2cb9 improve test and address Misha's comments by Nuno Lopes · 16 years ago
  78. 3d45f53 Reassign the buffer to the pointer so that we don't overwrite memory. by Bill Wendling · 16 years ago
  79. c365156 fist short at a new unit test for ImmutableSets. no bugs found, though :P by Nuno Lopes · 16 years ago
  80. 8fb520e Original patch by Talin. by Misha Brukman · 16 years ago