1. df5a7da Add a JITEventListener interface that gets called back when a new function is by Jeffrey Yasskin · 15 years ago
  2. 84a2926 Sketch streamer support for .align, .org functionality. by Daniel Dunbar · 15 years ago
  3. 71d259b We decided to not worry about Atoms for now, it should be straightforward to by Daniel Dunbar · 15 years ago
  4. f5e75a1 MCStreamer: Test printing values. by Daniel Dunbar · 15 years ago
  5. a11af53 Start MCAsmStreamer implementation. by Daniel Dunbar · 15 years ago
  6. efee4ee Reversed order of args in EXPECT_EQ() macros to be in the correct order: by Misha Brukman · 15 years ago
  7. 7a0370f Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 15 years ago
  8. 7ce5536 Fix a compile warning. by Daniel Dunbar · 15 years ago
  9. cb33799 Make MDNode use CallbackVH. Also change MDNode to store Value* instead of by Nick Lewycky · 15 years ago
  10. c09b12c Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from me by Dan Gohman · 15 years ago
  11. f0e4cac Prevent looping when DenseSet is abused. by Stuart Hastings · 15 years ago
  12. 487fa01 Add tests for WeakVH and AssertingVH. These pointed out that the overloads for by Jeffrey Yasskin · 15 years ago
  13. 096fd7b Add a new TypeBuilder helper class, which eases making LLVM IR types. by Chris Lattner · 15 years ago
  14. 38300e9 Fix PR4040: APInt's string constructor is too strict patch by Jeff Yasskin! by Chris Lattner · 15 years ago
  15. f3b0aac "I got annoyed at the compiler warnings from ConstantInt::get(Ty, -1, by Chris Lattner · 15 years ago
  16. 3f7c72a Use the testcase from PR2791. by Owen Anderson · 15 years ago
  17. 49a4ba9 Fix pointer casting problem. by Nick Lewycky · 15 years ago
  18. b9ca608 Fixed compiler warning. by Misha Brukman · 15 years ago
  19. e3bc46e * Fixed calls to APInt ctor to work for negative values on Darwin/x86 by Misha Brukman · 15 years ago
  20. 21cc446 Add support for embedded metadata to LLVM. This introduces two new types of by Nick Lewycky · 15 years ago
  21. dcafd04 Make the constants fit. by Bill Wendling · 15 years ago
  22. 23e97b0 Add llvm::Triple class for abstracting access to target triples. by Daniel Dunbar · 15 years ago
  23. 6eb28b5 Added tests for math utility functions; fixed another test's header comment. by Misha Brukman · 15 years ago
  24. b0426e8 include Makefile.common before using $(BuildMode) to get its definition by Misha Brukman · 15 years ago
  25. 2e73426 Converted a1.ll to unittests. by Misha Brukman · 15 years ago
  26. 8be1ac2 Renamed unittest files to have a consistent {Tt}est suffix. by Misha Brukman · 15 years ago
  27. 501adac Minimal raw_ostream unit tests by Daniel Dunbar · 15 years ago
  28. a15dc03 Remove libtool. by Nick Lewycky · 15 years ago
  29. fb3e5ca Fix comment. by Bill Wendling · 16 years ago
  30. 2d0f1c5 APInt's countLeadingOnes() was broken for negative i128 values, by Torok Edwin · 16 years ago
  31. 1999ff1 Port this test from dejagnu to unit testing. by Nick Lewycky · 16 years ago
  32. 3d9fbee Fix naming of file. by Bill Wendling · 16 years ago
  33. f2850d9 Adding unittests for SmallVector. Test by Talin. by Bill Wendling · 16 years ago
  34. 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
  35. 3859366 * Don't explicitly cast "0" to "void*". This doesn't work well with specialized by Bill Wendling · 16 years ago
  36. 1ed3663 80-column violation fix. by Bill Wendling · 16 years ago
  37. 8bb5e99 * Added unittests for StringMap by Misha Brukman · 16 years ago
  38. c870bb5 Minor cleanup for unittest: by Misha Brukman · 16 years ago
  39. 4113bd1 Modify the unittests Makefiles so that they don't rebuild parts of LLVM just to by Bill Wendling · 16 years ago
  40. 38a2cb9 improve test and address Misha's comments by Nuno Lopes · 16 years ago
  41. 3d45f53 Reassign the buffer to the pointer so that we don't overwrite memory. by Bill Wendling · 16 years ago
  42. c365156 fist short at a new unit test for ImmutableSets. no bugs found, though :P by Nuno Lopes · 16 years ago
  43. 11366a0 make 'make clean' remove test binaries as well by Nuno Lopes · 16 years ago
  44. 8fb520e Original patch by Talin. by Misha Brukman · 16 years ago