1. 0d5bd59 To catch bugs like the one fixed in by Jeffrey Yasskin · 15 years ago
  2. 5b1e79e Update unit test. by Owen Anderson · 15 years ago
  3. 0a96231 Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's old by Jeffrey Yasskin · 15 years ago
  4. d6f034b Remove now empty unit test directory. by Benjamin Kramer · 15 years ago
  5. fbad2cc daniel says it's fine to nuke this. by Chris Lattner · 15 years ago
  6. 27a3260 update for new api by Chris Lattner · 15 years ago
  7. 5d0bf1b Fix unit tests. by Owen Anderson · 15 years ago
  8. feba756 Update unittest for LLVM API change. by Benjamin Kramer · 15 years ago
  9. 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
  10. 66e7a97 Adjust unit test for the MCSection changes. by Benjamin Kramer · 15 years ago
  11. 9e9a0d5 Move more code back to 2.5 APIs. by Owen Anderson · 15 years ago
  12. 0fffbaf Twine: Use raw_ostream::write_hex, remove unused itohexstr method. by Daniel Dunbar · 15 years ago
  13. 20cc4b8 fix a unitialized pointer in NamedMDNode (and reenable unittest) by Benjamin Kramer · 15 years ago
  14. 0165a2c Twine: Provide [u]int{32,64} conversions via implicit constructors instead of by Daniel Dunbar · 15 years ago
  15. bb916fb Disable the NamedMDNodeTest, it is failing everywhere. by Daniel Dunbar · 15 years ago
  16. fa7c4dc Add NamedMDNode test. by Devang Patel · 15 years ago
  17. debcb01 Move types back to the 2.5 API. by Owen Anderson · 15 years ago
  18. 9138b19 Update unittest for LLVM API change. by Benjamin Kramer · 15 years ago
  19. 4baffeb fix unittest on platforms with unsigned chars (e.g. linux-ppc) by Benjamin Kramer · 15 years ago
  20. 763457e Twines: Support numeric conversion directly (uitostr, etc). by Daniel Dunbar · 15 years ago
  21. f83264b fix unittest by Benjamin Kramer · 15 years ago
  22. b0d3f25 Remove trailing slashes from include paths. Some versions of mingw don't like them. by Benjamin Kramer · 15 years ago
  23. a14d225 Update Triple to use StringRef/Twine based APIs. by Daniel Dunbar · 15 years ago
  24. d61918f Add StringRef::{slice, split}, two convenient string operations which are simple by Daniel Dunbar · 15 years ago
  25. 7d50913 Added a test and fixed a bug in BumpPtrAllocator relating to large alignment by Reid Kleckner · 15 years ago
  26. 92ccf70 Finish migrating VMCore to StringRef/Twine based APIs. by Daniel Dunbar · 15 years ago
  27. f595d6d Add a missing ilist_node.h #include to SparseBitVector, and add a very short by Jeffrey Yasskin · 15 years ago
  28. 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
  29. 2538f7a Add Twine ADT. - Not currently used. by Daniel Dunbar · 15 years ago
  30. 535c9c3 Fixing unittests on 32-bit Darwin, using 0x...ULL instead of 0x...U . by Reid Kleckner · 15 years ago
  31. 10b4fc5 Re-committing r76828 with the JIT memory manager changes now that the build by Reid Kleckner · 15 years ago
  32. 8f51a62 Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests for by Reid Kleckner · 15 years ago
  33. 6316fbc Convert StringMap to using StringRef for its APIs. by Daniel Dunbar · 15 years ago
  34. 2f9c3b0 MDString by Devang Patel · 15 years ago
  35. 4bf3706 Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset. by Reid Kleckner · 15 years ago
  36. 104cf9e Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK in bitcode file. by Devang Patel · 15 years ago
  37. 81ce3ed Make the JIT code emitter properly retry and ask for more memory when it runs by Reid Kleckner · 15 years ago
  38. 95eb3ad Parameterize the BumpPtrAllocator over a slab allocator. It defaults to using by Reid Kleckner · 15 years ago
  39. dbe77cf Support writing a StringRef to a raw_ostream directly. by Daniel Dunbar · 15 years ago
  40. b714c08 cast signed APInt constructor params to uint64_t to suppress signedness warning by Ryan Flynn · 15 years ago
  41. f5fdf73 Add StringRef::{substr, startswith}. by Daniel Dunbar · 15 years ago
  42. 4cf95d7 Add StringRef class, with fixes. by Daniel Dunbar · 15 years ago
  43. 05717f9 unbreak unit-tests on gcc-4.4. by Torok Edwin · 15 years ago
  44. 7e7dc45 Fix ConstantRange::unionWith. Also make it work a little hard in some cases to by Nick Lewycky · 15 years ago
  45. 3a4a884 Replace intersectWith with maximalIntersectWith. The latter guarantees that by Nick Lewycky · 15 years ago
  46. d370d77 Unbreak unittests build. by Daniel Dunbar · 15 years ago
  47. 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 15 years ago
  48. 014db9d Add SmallString unit test. - Patch by Ryan Flynn! by Daniel Dunbar · 15 years ago
  49. 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 15 years ago
  50. 6084326 Port this unittest to use LLVMContext. by Dan Gohman · 15 years ago
  51. 780905e Fix an error in ConstantRange::getSignedMax on wrapped ranges. Thanks once by Nick Lewycky · 15 years ago
  52. ff84de7 'i8 full-range' sign extended to i16 should equal [-128, 128) not [-128, 127). by Nick Lewycky · 15 years ago
  53. 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
  54. f1db120 Multiply was very wrong for wrapped ranges. This supplies a half-fix that will by Nick Lewycky · 15 years ago
  55. cf9e07d Fix a bug summing two full sets. The overflow checking doesn't handle sets as by Nick Lewycky · 15 years ago
  56. 614be08 Clarify a FIXME. by Daniel Dunbar · 15 years ago
  57. 956daf0 Implement udiv for ConstantRanges. by Nick Lewycky · 15 years ago
  58. b2dcff4 This is not overly conservative. by Nick Lewycky · 15 years ago
  59. 2ff893f Implement ConstantRange::multiply based on the code in LoopVR. by Nick Lewycky · 15 years ago
  60. 646ca92 Fix handling of max and full set. by Nick Lewycky · 15 years ago
  61. 44b3e8d Break the world's largest unit test down a few logical lines. No semantic by Nick Lewycky · 15 years ago
  62. c6f40b6 Don't use a void return type with a function that returns a value. by Dan Gohman · 15 years ago
  63. a439ee0 Fix unit tests. by Owen Anderson · 15 years ago
  64. 38b0644 Revert the part of 75177 that split ConstantRange into two classes, and by Dan Gohman · 15 years ago
  65. a3755d8 Add a ConstantSignedRange class, which does for signed integers by Dan Gohman · 15 years ago
  66. 489393d Add an option to allocate JITed global data separately from code. By by Jeffrey Yasskin · 15 years ago
  67. 2214c94 Drop "constant" from !0 = constant metadata !{...} by Devang Patel · 15 years ago
  68. 320671d Update SLotTracker to handle MDNode slots. Simplify MDNode printing. by Devang Patel · 15 years ago
  69. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  70. 0b19bb7 Fix unit tests for LLVMContext+Module. by Owen Anderson · 15 years ago
  71. 38a253d Reapply 74494, this time removing the conflicting definition of operator<< by Dan Gohman · 15 years ago
  72. 697b378 Revert my intentional breakage. by Daniel Dunbar · 15 years ago
  73. 2a4aa97 Intentionally break a unittest to test my buildbot gtest command. by Daniel Dunbar · 15 years ago
  74. 44b8472 Fix order of arguments to EXPECT_EQ by Daniel Dunbar · 15 years ago
  75. 1970a89 Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly passes as well. by Torok Edwin · 15 years ago
  76. df5a7da Add a JITEventListener interface that gets called back when a new function is by Jeffrey Yasskin · 15 years ago
  77. 84a2926 Sketch streamer support for .align, .org functionality. by Daniel Dunbar · 15 years ago
  78. 71d259b We decided to not worry about Atoms for now, it should be straightforward to by Daniel Dunbar · 15 years ago
  79. f5e75a1 MCStreamer: Test printing values. by Daniel Dunbar · 15 years ago
  80. a11af53 Start MCAsmStreamer implementation. by Daniel Dunbar · 15 years ago
  81. efee4ee Reversed order of args in EXPECT_EQ() macros to be in the correct order: by Misha Brukman · 15 years ago
  82. 7a0370f Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 15 years ago
  83. 7ce5536 Fix a compile warning. by Daniel Dunbar · 15 years ago
  84. cb33799 Make MDNode use CallbackVH. Also change MDNode to store Value* instead of by Nick Lewycky · 15 years ago
  85. c09b12c Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from me by Dan Gohman · 15 years ago
  86. f0e4cac Prevent looping when DenseSet is abused. by Stuart Hastings · 15 years ago
  87. 487fa01 Add tests for WeakVH and AssertingVH. These pointed out that the overloads for by Jeffrey Yasskin · 15 years ago
  88. 096fd7b Add a new TypeBuilder helper class, which eases making LLVM IR types. by Chris Lattner · 15 years ago
  89. 38300e9 Fix PR4040: APInt's string constructor is too strict patch by Jeff Yasskin! by Chris Lattner · 15 years ago
  90. f3b0aac "I got annoyed at the compiler warnings from ConstantInt::get(Ty, -1, by Chris Lattner · 15 years ago
  91. 3f7c72a Use the testcase from PR2791. by Owen Anderson · 15 years ago
  92. 49a4ba9 Fix pointer casting problem. by Nick Lewycky · 15 years ago
  93. b9ca608 Fixed compiler warning. by Misha Brukman · 15 years ago
  94. e3bc46e * Fixed calls to APInt ctor to work for negative values on Darwin/x86 by Misha Brukman · 15 years ago
  95. 21cc446 Add support for embedded metadata to LLVM. This introduces two new types of by Nick Lewycky · 15 years ago
  96. dcafd04 Make the constants fit. by Bill Wendling · 15 years ago
  97. 23e97b0 Add llvm::Triple class for abstracting access to target triples. by Daniel Dunbar · 15 years ago
  98. 6eb28b5 Added tests for math utility functions; fixed another test's header comment. by Misha Brukman · 15 years ago
  99. b0426e8 include Makefile.common before using $(BuildMode) to get its definition by Misha Brukman · 15 years ago
  100. 2e73426 Converted a1.ll to unittests. by Misha Brukman · 15 years ago