1. 014db9d Add SmallString unit test. - Patch by Ryan Flynn! by Daniel Dunbar · 15 years ago
  2. 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 15 years ago
  3. 6084326 Port this unittest to use LLVMContext. by Dan Gohman · 15 years ago
  4. 780905e Fix an error in ConstantRange::getSignedMax on wrapped ranges. Thanks once by Nick Lewycky · 15 years ago
  5. ff84de7 'i8 full-range' sign extended to i16 should equal [-128, 128) not [-128, 127). by Nick Lewycky · 15 years ago
  6. 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
  7. f1db120 Multiply was very wrong for wrapped ranges. This supplies a half-fix that will by Nick Lewycky · 15 years ago
  8. cf9e07d Fix a bug summing two full sets. The overflow checking doesn't handle sets as by Nick Lewycky · 15 years ago
  9. 614be08 Clarify a FIXME. by Daniel Dunbar · 15 years ago
  10. 956daf0 Implement udiv for ConstantRanges. by Nick Lewycky · 15 years ago
  11. b2dcff4 This is not overly conservative. by Nick Lewycky · 15 years ago
  12. 2ff893f Implement ConstantRange::multiply based on the code in LoopVR. by Nick Lewycky · 15 years ago
  13. 646ca92 Fix handling of max and full set. by Nick Lewycky · 15 years ago
  14. 44b3e8d Break the world's largest unit test down a few logical lines. No semantic by Nick Lewycky · 15 years ago
  15. c6f40b6 Don't use a void return type with a function that returns a value. by Dan Gohman · 15 years ago
  16. a439ee0 Fix unit tests. by Owen Anderson · 15 years ago
  17. 38b0644 Revert the part of 75177 that split ConstantRange into two classes, and by Dan Gohman · 15 years ago
  18. a3755d8 Add a ConstantSignedRange class, which does for signed integers by Dan Gohman · 15 years ago
  19. 489393d Add an option to allocate JITed global data separately from code. By by Jeffrey Yasskin · 15 years ago
  20. 2214c94 Drop "constant" from !0 = constant metadata !{...} by Devang Patel · 15 years ago
  21. 320671d Update SLotTracker to handle MDNode slots. Simplify MDNode printing. by Devang Patel · 15 years ago
  22. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  23. 0b19bb7 Fix unit tests for LLVMContext+Module. by Owen Anderson · 15 years ago
  24. 38a253d Reapply 74494, this time removing the conflicting definition of operator<< by Dan Gohman · 15 years ago
  25. 697b378 Revert my intentional breakage. by Daniel Dunbar · 15 years ago
  26. 2a4aa97 Intentionally break a unittest to test my buildbot gtest command. by Daniel Dunbar · 15 years ago
  27. 44b8472 Fix order of arguments to EXPECT_EQ by Daniel Dunbar · 15 years ago
  28. 1970a89 Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly passes as well. by Torok Edwin · 15 years ago
  29. df5a7da Add a JITEventListener interface that gets called back when a new function is by Jeffrey Yasskin · 15 years ago
  30. 84a2926 Sketch streamer support for .align, .org functionality. by Daniel Dunbar · 15 years ago
  31. 71d259b We decided to not worry about Atoms for now, it should be straightforward to by Daniel Dunbar · 15 years ago
  32. f5e75a1 MCStreamer: Test printing values. by Daniel Dunbar · 15 years ago
  33. a11af53 Start MCAsmStreamer implementation. by Daniel Dunbar · 15 years ago
  34. efee4ee Reversed order of args in EXPECT_EQ() macros to be in the correct order: by Misha Brukman · 15 years ago
  35. 7a0370f Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 15 years ago
  36. 7ce5536 Fix a compile warning. by Daniel Dunbar · 15 years ago
  37. cb33799 Make MDNode use CallbackVH. Also change MDNode to store Value* instead of by Nick Lewycky · 15 years ago
  38. c09b12c Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from me by Dan Gohman · 15 years ago
  39. f0e4cac Prevent looping when DenseSet is abused. by Stuart Hastings · 15 years ago
  40. 487fa01 Add tests for WeakVH and AssertingVH. These pointed out that the overloads for by Jeffrey Yasskin · 15 years ago
  41. 096fd7b Add a new TypeBuilder helper class, which eases making LLVM IR types. by Chris Lattner · 15 years ago
  42. 38300e9 Fix PR4040: APInt's string constructor is too strict patch by Jeff Yasskin! by Chris Lattner · 15 years ago
  43. f3b0aac "I got annoyed at the compiler warnings from ConstantInt::get(Ty, -1, by Chris Lattner · 15 years ago
  44. 3f7c72a Use the testcase from PR2791. by Owen Anderson · 15 years ago
  45. 49a4ba9 Fix pointer casting problem. by Nick Lewycky · 15 years ago
  46. b9ca608 Fixed compiler warning. by Misha Brukman · 15 years ago
  47. e3bc46e * Fixed calls to APInt ctor to work for negative values on Darwin/x86 by Misha Brukman · 15 years ago
  48. 21cc446 Add support for embedded metadata to LLVM. This introduces two new types of by Nick Lewycky · 15 years ago
  49. dcafd04 Make the constants fit. by Bill Wendling · 15 years ago
  50. 23e97b0 Add llvm::Triple class for abstracting access to target triples. by Daniel Dunbar · 15 years ago
  51. 6eb28b5 Added tests for math utility functions; fixed another test's header comment. by Misha Brukman · 15 years ago
  52. b0426e8 include Makefile.common before using $(BuildMode) to get its definition by Misha Brukman · 15 years ago
  53. 2e73426 Converted a1.ll to unittests. by Misha Brukman · 15 years ago
  54. 8be1ac2 Renamed unittest files to have a consistent {Tt}est suffix. by Misha Brukman · 15 years ago
  55. 501adac Minimal raw_ostream unit tests by Daniel Dunbar · 15 years ago
  56. a15dc03 Remove libtool. by Nick Lewycky · 15 years ago
  57. fb3e5ca Fix comment. by Bill Wendling · 16 years ago
  58. 2d0f1c5 APInt's countLeadingOnes() was broken for negative i128 values, by Torok Edwin · 16 years ago
  59. 1999ff1 Port this test from dejagnu to unit testing. by Nick Lewycky · 16 years ago
  60. 3d9fbee Fix naming of file. by Bill Wendling · 16 years ago
  61. f2850d9 Adding unittests for SmallVector. Test by Talin. by Bill Wendling · 16 years ago
  62. 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
  63. 3859366 * Don't explicitly cast "0" to "void*". This doesn't work well with specialized by Bill Wendling · 16 years ago
  64. 1ed3663 80-column violation fix. by Bill Wendling · 16 years ago
  65. 8bb5e99 * Added unittests for StringMap by Misha Brukman · 16 years ago
  66. c870bb5 Minor cleanup for unittest: by Misha Brukman · 16 years ago
  67. 4113bd1 Modify the unittests Makefiles so that they don't rebuild parts of LLVM just to by Bill Wendling · 16 years ago
  68. 38a2cb9 improve test and address Misha's comments by Nuno Lopes · 16 years ago
  69. 3d45f53 Reassign the buffer to the pointer so that we don't overwrite memory. by Bill Wendling · 16 years ago
  70. c365156 fist short at a new unit test for ImmutableSets. no bugs found, though :P by Nuno Lopes · 16 years ago
  71. 11366a0 make 'make clean' remove test binaries as well by Nuno Lopes · 16 years ago
  72. 8fb520e Original patch by Talin. by Misha Brukman · 16 years ago