1. 32e1eef split raw_os_ostream out to its own header and implementation file. This by Chris Lattner · 15 years ago
  2. 2571440 Unbreak unit tests. by Daniel Dunbar · 15 years ago
  3. 9441cfe Fix off-by-one in llvm::Format::print. by Daniel Dunbar · 15 years ago
  4. 8142ce5 convert all the constant range EXPECT_EQ tests to use EXPECT_TRUE since by Chris Lattner · 15 years ago
  5. 0c47a41 upgrade for removed functions. by Chris Lattner · 15 years ago
  6. 5504225 Correct for recent assert change. by Bill Wendling · 15 years ago
  7. ae8f78d Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9. by Erick Tryzelaar · 15 years ago
  8. bb97531 Allow '+' to appear in APInt strings, and add more unit tests. by Erick Tryzelaar · 15 years ago
  9. c78b33b Add support for including '+' in APFloat strings, more asserts, by Erick Tryzelaar · 15 years ago
  10. cdd93d8 Fix two APFloat bugs in converting hexadecimal constants. by Daniel Dunbar · 15 years ago
  11. 36891e6 Fixed header comment. by Misha Brukman · 15 years ago
  12. 9472a9d Add min and max tests. by Daniel Dunbar · 15 years ago
  13. d2a5661 Remove SmallString::append_*int* unit tests. by Benjamin Kramer · 15 years ago
  14. c2da6fb Add SmallVector::{capacity,set_size}. by Daniel Dunbar · 15 years ago
  15. 651aa68 Improve Triple to recognize the OS in i386-mingw32. by Daniel Dunbar · 15 years ago
  16. 323a3e6 Fix pasto in StringRef::count(char) by Daniel Dunbar · 15 years ago
  17. 5caba3b Add StringRef::count({char,StringRef}) by Daniel Dunbar · 15 years ago
  18. 2ad40a3 Wrap unit test death tests in GTEST_HAS_DEATH_TEST by Erick Tryzelaar · 15 years ago
  19. 33d7dd6 Change APFloatTest from using ASSERTs to EXPECTs by Erick Tryzelaar · 15 years ago
  20. a15d890 Modify APFloat to take a StringRef instead of a c string. by Erick Tryzelaar · 15 years ago
  21. 1b9104f Add failure tests to APInt unit test. by Erick Tryzelaar · 15 years ago
  22. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 15 years ago
  23. 689ad6e Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef. by Daniel Dunbar · 15 years ago
  24. 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
  25. 0ad7f9b StringRef: Add find(char) and find(StringRef). by Daniel Dunbar · 15 years ago
  26. 0d5bd59 To catch bugs like the one fixed in by Jeffrey Yasskin · 15 years ago
  27. 5b1e79e Update unit test. by Owen Anderson · 15 years ago
  28. 0a96231 Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's old by Jeffrey Yasskin · 15 years ago
  29. d6f034b Remove now empty unit test directory. by Benjamin Kramer · 15 years ago
  30. fbad2cc daniel says it's fine to nuke this. by Chris Lattner · 15 years ago
  31. 27a3260 update for new api by Chris Lattner · 15 years ago
  32. 5d0bf1b Fix unit tests. by Owen Anderson · 15 years ago
  33. feba756 Update unittest for LLVM API change. by Benjamin Kramer · 15 years ago
  34. 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
  35. 66e7a97 Adjust unit test for the MCSection changes. by Benjamin Kramer · 15 years ago
  36. 9e9a0d5 Move more code back to 2.5 APIs. by Owen Anderson · 15 years ago
  37. 0fffbaf Twine: Use raw_ostream::write_hex, remove unused itohexstr method. by Daniel Dunbar · 15 years ago
  38. 20cc4b8 fix a unitialized pointer in NamedMDNode (and reenable unittest) by Benjamin Kramer · 15 years ago
  39. 0165a2c Twine: Provide [u]int{32,64} conversions via implicit constructors instead of by Daniel Dunbar · 15 years ago
  40. bb916fb Disable the NamedMDNodeTest, it is failing everywhere. by Daniel Dunbar · 15 years ago
  41. fa7c4dc Add NamedMDNode test. by Devang Patel · 15 years ago
  42. debcb01 Move types back to the 2.5 API. by Owen Anderson · 15 years ago
  43. 9138b19 Update unittest for LLVM API change. by Benjamin Kramer · 15 years ago
  44. 4baffeb fix unittest on platforms with unsigned chars (e.g. linux-ppc) by Benjamin Kramer · 15 years ago
  45. 763457e Twines: Support numeric conversion directly (uitostr, etc). by Daniel Dunbar · 15 years ago
  46. f83264b fix unittest by Benjamin Kramer · 15 years ago
  47. b0d3f25 Remove trailing slashes from include paths. Some versions of mingw don't like them. by Benjamin Kramer · 15 years ago
  48. a14d225 Update Triple to use StringRef/Twine based APIs. by Daniel Dunbar · 15 years ago
  49. d61918f Add StringRef::{slice, split}, two convenient string operations which are simple by Daniel Dunbar · 15 years ago
  50. 7d50913 Added a test and fixed a bug in BumpPtrAllocator relating to large alignment by Reid Kleckner · 15 years ago
  51. 92ccf70 Finish migrating VMCore to StringRef/Twine based APIs. by Daniel Dunbar · 15 years ago
  52. f595d6d Add a missing ilist_node.h #include to SparseBitVector, and add a very short by Jeffrey Yasskin · 15 years ago
  53. 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
  54. 2538f7a Add Twine ADT. - Not currently used. by Daniel Dunbar · 15 years ago
  55. 535c9c3 Fixing unittests on 32-bit Darwin, using 0x...ULL instead of 0x...U . by Reid Kleckner · 15 years ago
  56. 10b4fc5 Re-committing r76828 with the JIT memory manager changes now that the build by Reid Kleckner · 15 years ago
  57. 8f51a62 Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests for by Reid Kleckner · 15 years ago
  58. 6316fbc Convert StringMap to using StringRef for its APIs. by Daniel Dunbar · 15 years ago
  59. 2f9c3b0 MDString by Devang Patel · 15 years ago
  60. 4bf3706 Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset. by Reid Kleckner · 15 years ago
  61. 104cf9e Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK in bitcode file. by Devang Patel · 15 years ago
  62. 81ce3ed Make the JIT code emitter properly retry and ask for more memory when it runs by Reid Kleckner · 15 years ago
  63. 95eb3ad Parameterize the BumpPtrAllocator over a slab allocator. It defaults to using by Reid Kleckner · 15 years ago
  64. dbe77cf Support writing a StringRef to a raw_ostream directly. by Daniel Dunbar · 15 years ago
  65. b714c08 cast signed APInt constructor params to uint64_t to suppress signedness warning by Ryan Flynn · 15 years ago
  66. f5fdf73 Add StringRef::{substr, startswith}. by Daniel Dunbar · 15 years ago
  67. 4cf95d7 Add StringRef class, with fixes. by Daniel Dunbar · 15 years ago
  68. 05717f9 unbreak unit-tests on gcc-4.4. by Torok Edwin · 15 years ago
  69. 7e7dc45 Fix ConstantRange::unionWith. Also make it work a little hard in some cases to by Nick Lewycky · 15 years ago
  70. 3a4a884 Replace intersectWith with maximalIntersectWith. The latter guarantees that by Nick Lewycky · 15 years ago
  71. d370d77 Unbreak unittests build. by Daniel Dunbar · 15 years ago
  72. 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 15 years ago
  73. 014db9d Add SmallString unit test. - Patch by Ryan Flynn! by Daniel Dunbar · 15 years ago
  74. 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 15 years ago
  75. 6084326 Port this unittest to use LLVMContext. by Dan Gohman · 15 years ago
  76. 780905e Fix an error in ConstantRange::getSignedMax on wrapped ranges. Thanks once by Nick Lewycky · 15 years ago
  77. ff84de7 'i8 full-range' sign extended to i16 should equal [-128, 128) not [-128, 127). by Nick Lewycky · 15 years ago
  78. 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
  79. f1db120 Multiply was very wrong for wrapped ranges. This supplies a half-fix that will by Nick Lewycky · 15 years ago
  80. cf9e07d Fix a bug summing two full sets. The overflow checking doesn't handle sets as by Nick Lewycky · 15 years ago
  81. 614be08 Clarify a FIXME. by Daniel Dunbar · 15 years ago
  82. 956daf0 Implement udiv for ConstantRanges. by Nick Lewycky · 15 years ago
  83. b2dcff4 This is not overly conservative. by Nick Lewycky · 15 years ago
  84. 2ff893f Implement ConstantRange::multiply based on the code in LoopVR. by Nick Lewycky · 15 years ago
  85. 646ca92 Fix handling of max and full set. by Nick Lewycky · 15 years ago
  86. 44b3e8d Break the world's largest unit test down a few logical lines. No semantic by Nick Lewycky · 15 years ago
  87. c6f40b6 Don't use a void return type with a function that returns a value. by Dan Gohman · 15 years ago
  88. a439ee0 Fix unit tests. by Owen Anderson · 15 years ago
  89. 38b0644 Revert the part of 75177 that split ConstantRange into two classes, and by Dan Gohman · 15 years ago
  90. a3755d8 Add a ConstantSignedRange class, which does for signed integers by Dan Gohman · 15 years ago
  91. 489393d Add an option to allocate JITed global data separately from code. By by Jeffrey Yasskin · 15 years ago
  92. 2214c94 Drop "constant" from !0 = constant metadata !{...} by Devang Patel · 15 years ago
  93. 320671d Update SLotTracker to handle MDNode slots. Simplify MDNode printing. by Devang Patel · 15 years ago
  94. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  95. 0b19bb7 Fix unit tests for LLVMContext+Module. by Owen Anderson · 15 years ago
  96. 38a253d Reapply 74494, this time removing the conflicting definition of operator<< by Dan Gohman · 15 years ago
  97. 697b378 Revert my intentional breakage. by Daniel Dunbar · 15 years ago
  98. 2a4aa97 Intentionally break a unittest to test my buildbot gtest command. by Daniel Dunbar · 15 years ago
  99. 44b8472 Fix order of arguments to EXPECT_EQ by Daniel Dunbar · 15 years ago
  100. 1970a89 Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly passes as well. by Torok Edwin · 15 years ago