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