1. 4dd6824 New unit test for the cloning module, which so far only covers cloning of by Nick Lewycky · 15 years ago
  2. e4172f4 Link order: it matters. by Nick Lewycky · 15 years ago
  3. 81f46d9 remove support for "NoSub" from regex. It seems like a minor optimization by Chris Lattner · 15 years ago
  4. b7a8d40 Fix a compile failure introduced by r82675 on MinGW which doesn't have by Jeffrey Yasskin · 15 years ago
  5. 5287008 add and document regex support for FileCheck. You can now do stuff like: by Chris Lattner · 15 years ago
  6. 1d75d3a Roll back r82348, which introduced an infinite loop in ParseCStringVector() that by Jeffrey Yasskin · 15 years ago
  7. 3933179 Fix a few more conversion warnings on 4.0 by Daniel Dunbar · 15 years ago
  8. f74610b Another try at fixing compile warnings on 4.0 by Daniel Dunbar · 15 years ago
  9. e655128 Add StringRef::{rfind, rsplit} by Daniel Dunbar · 15 years ago
  10. c8213b7 Drop the raw_ostream required buffer size to 1. by Daniel Dunbar · 15 years ago
  11. 9c29730 Attempt to fix some 4.0.0 build warnings. by Daniel Dunbar · 15 years ago
  12. 7f068f4 Build (not test) the unittests as part of a normal build. by Daniel Dunbar · 15 years ago
  13. f845c74 Move unittest driver to utils/unittest/UnitTestMain. by Daniel Dunbar · 15 years ago
  14. 1026c16 Revert unittests build changes temporarily, the unit test build isn't -j safe. by Daniel Dunbar · 15 years ago
  15. db0ce7d Build (not test) the unittests as part of a normal build. by Daniel Dunbar · 15 years ago
  16. 4a38930 Make TypeBuilder's result depend on the LLVMContext it's passed. by Jeffrey Yasskin · 15 years ago
  17. 7b26b58 Update unittests for MDNode uniquing disable. by Daniel Dunbar · 15 years ago
  18. 46e1246 Simplify, now that gtest supports raw_ostream directly. by Daniel Dunbar · 15 years ago
  19. 8211bec Now that googletest can print ConstantRange, use EXPECT_EQ when testing for by Nick Lewycky · 15 years ago
  20. 9c0c3bf Teach googletest to use raw_ostream instead of just std::ostream. by Jeffrey Yasskin · 15 years ago
  21. 83fecfa Add test for PR4873, which works for me. by Daniel Dunbar · 15 years ago
  22. 5f4ac84 Now Bitcode reader bug is fixed. Reapply 80839. by Devang Patel · 15 years ago
  23. 8fc5576 Revert 80839 for now. It causes test failures. by Devang Patel · 15 years ago
  24. d9489cb Use CallbackVH, instead of WeakVH, to hold MDNode elements. by Devang Patel · 15 years ago
  25. d2a5cfe Disable uniqueness test for now. by Devang Patel · 15 years ago
  26. 5e794d4 update unit test for previous change. by Chris Lattner · 15 years ago
  27. ce0c81e Add regular expression matching support, based on OpenBSD regexec()/regcomp() by Torok Edwin · 15 years ago
  28. 32e1eef split raw_os_ostream out to its own header and implementation file. This by Chris Lattner · 15 years ago
  29. 2571440 Unbreak unit tests. by Daniel Dunbar · 15 years ago
  30. 9441cfe Fix off-by-one in llvm::Format::print. by Daniel Dunbar · 15 years ago
  31. 8142ce5 convert all the constant range EXPECT_EQ tests to use EXPECT_TRUE since by Chris Lattner · 15 years ago
  32. 0c47a41 upgrade for removed functions. by Chris Lattner · 15 years ago
  33. 5504225 Correct for recent assert change. by Bill Wendling · 15 years ago
  34. ae8f78d Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9. by Erick Tryzelaar · 15 years ago
  35. bb97531 Allow '+' to appear in APInt strings, and add more unit tests. by Erick Tryzelaar · 15 years ago
  36. c78b33b Add support for including '+' in APFloat strings, more asserts, by Erick Tryzelaar · 15 years ago
  37. cdd93d8 Fix two APFloat bugs in converting hexadecimal constants. by Daniel Dunbar · 15 years ago
  38. 36891e6 Fixed header comment. by Misha Brukman · 15 years ago
  39. 9472a9d Add min and max tests. by Daniel Dunbar · 15 years ago
  40. d2a5661 Remove SmallString::append_*int* unit tests. by Benjamin Kramer · 15 years ago
  41. c2da6fb Add SmallVector::{capacity,set_size}. by Daniel Dunbar · 15 years ago
  42. 651aa68 Improve Triple to recognize the OS in i386-mingw32. by Daniel Dunbar · 15 years ago
  43. 323a3e6 Fix pasto in StringRef::count(char) by Daniel Dunbar · 15 years ago
  44. 5caba3b Add StringRef::count({char,StringRef}) by Daniel Dunbar · 15 years ago
  45. 2ad40a3 Wrap unit test death tests in GTEST_HAS_DEATH_TEST by Erick Tryzelaar · 15 years ago
  46. 33d7dd6 Change APFloatTest from using ASSERTs to EXPECTs by Erick Tryzelaar · 15 years ago
  47. a15d890 Modify APFloat to take a StringRef instead of a c string. by Erick Tryzelaar · 15 years ago
  48. 1b9104f Add failure tests to APInt unit test. by Erick Tryzelaar · 15 years ago
  49. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 15 years ago
  50. 689ad6e Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef. by Daniel Dunbar · 15 years ago
  51. 5232f41 Fix unit test on FreeBSD. We need to make sure there is enough space to save the pointer even if the memory returned from malloc was already aligned. by Benjamin Kramer · 15 years ago
  52. 0ad7f9b StringRef: Add find(char) and find(StringRef). by Daniel Dunbar · 15 years ago
  53. 0d5bd59 To catch bugs like the one fixed in by Jeffrey Yasskin · 15 years ago
  54. 5b1e79e Update unit test. by Owen Anderson · 15 years ago
  55. 0a96231 Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's old by Jeffrey Yasskin · 15 years ago
  56. d6f034b Remove now empty unit test directory. by Benjamin Kramer · 15 years ago
  57. fbad2cc daniel says it's fine to nuke this. by Chris Lattner · 15 years ago
  58. 27a3260 update for new api by Chris Lattner · 15 years ago
  59. 5d0bf1b Fix unit tests. by Owen Anderson · 15 years ago
  60. feba756 Update unittest for LLVM API change. by Benjamin Kramer · 15 years ago
  61. a7235ea Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are by Owen Anderson · 15 years ago
  62. 66e7a97 Adjust unit test for the MCSection changes. by Benjamin Kramer · 15 years ago
  63. 9e9a0d5 Move more code back to 2.5 APIs. by Owen Anderson · 15 years ago
  64. 0fffbaf Twine: Use raw_ostream::write_hex, remove unused itohexstr method. by Daniel Dunbar · 15 years ago
  65. 20cc4b8 fix a unitialized pointer in NamedMDNode (and reenable unittest) by Benjamin Kramer · 15 years ago
  66. 0165a2c Twine: Provide [u]int{32,64} conversions via implicit constructors instead of by Daniel Dunbar · 15 years ago
  67. bb916fb Disable the NamedMDNodeTest, it is failing everywhere. by Daniel Dunbar · 15 years ago
  68. fa7c4dc Add NamedMDNode test. by Devang Patel · 15 years ago
  69. debcb01 Move types back to the 2.5 API. by Owen Anderson · 15 years ago
  70. 9138b19 Update unittest for LLVM API change. by Benjamin Kramer · 15 years ago
  71. 4baffeb fix unittest on platforms with unsigned chars (e.g. linux-ppc) by Benjamin Kramer · 15 years ago
  72. 763457e Twines: Support numeric conversion directly (uitostr, etc). by Daniel Dunbar · 15 years ago
  73. f83264b fix unittest by Benjamin Kramer · 15 years ago
  74. b0d3f25 Remove trailing slashes from include paths. Some versions of mingw don't like them. by Benjamin Kramer · 15 years ago
  75. a14d225 Update Triple to use StringRef/Twine based APIs. by Daniel Dunbar · 15 years ago
  76. d61918f Add StringRef::{slice, split}, two convenient string operations which are simple by Daniel Dunbar · 15 years ago
  77. 7d50913 Added a test and fixed a bug in BumpPtrAllocator relating to large alignment by Reid Kleckner · 15 years ago
  78. 92ccf70 Finish migrating VMCore to StringRef/Twine based APIs. by Daniel Dunbar · 15 years ago
  79. f595d6d Add a missing ilist_node.h #include to SparseBitVector, and add a very short by Jeffrey Yasskin · 15 years ago
  80. eed707b Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. by Owen Anderson · 15 years ago
  81. 2538f7a Add Twine ADT. - Not currently used. by Daniel Dunbar · 15 years ago
  82. 535c9c3 Fixing unittests on 32-bit Darwin, using 0x...ULL instead of 0x...U . by Reid Kleckner · 15 years ago
  83. 10b4fc5 Re-committing r76828 with the JIT memory manager changes now that the build by Reid Kleckner · 15 years ago
  84. 8f51a62 Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests for by Reid Kleckner · 15 years ago
  85. 6316fbc Convert StringMap to using StringRef for its APIs. by Daniel Dunbar · 15 years ago
  86. 2f9c3b0 MDString by Devang Patel · 15 years ago
  87. 4bf3706 Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset. by Reid Kleckner · 15 years ago
  88. 104cf9e Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK in bitcode file. by Devang Patel · 15 years ago
  89. 81ce3ed Make the JIT code emitter properly retry and ask for more memory when it runs by Reid Kleckner · 15 years ago
  90. 95eb3ad Parameterize the BumpPtrAllocator over a slab allocator. It defaults to using by Reid Kleckner · 15 years ago
  91. dbe77cf Support writing a StringRef to a raw_ostream directly. by Daniel Dunbar · 15 years ago
  92. b714c08 cast signed APInt constructor params to uint64_t to suppress signedness warning by Ryan Flynn · 15 years ago
  93. f5fdf73 Add StringRef::{substr, startswith}. by Daniel Dunbar · 15 years ago
  94. 4cf95d7 Add StringRef class, with fixes. by Daniel Dunbar · 15 years ago
  95. 05717f9 unbreak unit-tests on gcc-4.4. by Torok Edwin · 15 years ago
  96. 7e7dc45 Fix ConstantRange::unionWith. Also make it work a little hard in some cases to by Nick Lewycky · 15 years ago
  97. 3a4a884 Replace intersectWith with maximalIntersectWith. The latter guarantees that by Nick Lewycky · 15 years ago
  98. d370d77 Unbreak unittests build. by Daniel Dunbar · 15 years ago
  99. 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 15 years ago
  100. 014db9d Add SmallString unit test. - Patch by Ryan Flynn! by Daniel Dunbar · 15 years ago