1. 49a4ba9 Fix pointer casting problem. by Nick Lewycky · 15 years ago
  2. b9ca608 Fixed compiler warning. by Misha Brukman · 15 years ago
  3. e3bc46e * Fixed calls to APInt ctor to work for negative values on Darwin/x86 by Misha Brukman · 15 years ago
  4. 21cc446 Add support for embedded metadata to LLVM. This introduces two new types of by Nick Lewycky · 15 years ago
  5. dcafd04 Make the constants fit. by Bill Wendling · 15 years ago
  6. 23e97b0 Add llvm::Triple class for abstracting access to target triples. by Daniel Dunbar · 15 years ago
  7. 6eb28b5 Added tests for math utility functions; fixed another test's header comment. by Misha Brukman · 15 years ago
  8. b0426e8 include Makefile.common before using $(BuildMode) to get its definition by Misha Brukman · 15 years ago
  9. 2e73426 Converted a1.ll to unittests. by Misha Brukman · 15 years ago
  10. 8be1ac2 Renamed unittest files to have a consistent {Tt}est suffix. by Misha Brukman · 15 years ago
  11. 501adac Minimal raw_ostream unit tests by Daniel Dunbar · 15 years ago
  12. a15dc03 Remove libtool. by Nick Lewycky · 15 years ago
  13. fb3e5ca Fix comment. by Bill Wendling · 15 years ago
  14. 2d0f1c5 APInt's countLeadingOnes() was broken for negative i128 values, by Torok Edwin · 16 years ago
  15. 1999ff1 Port this test from dejagnu to unit testing. by Nick Lewycky · 16 years ago
  16. 3d9fbee Fix naming of file. by Bill Wendling · 16 years ago
  17. f2850d9 Adding unittests for SmallVector. Test by Talin. by Bill Wendling · 16 years ago
  18. 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
  19. 3859366 * Don't explicitly cast "0" to "void*". This doesn't work well with specialized by Bill Wendling · 16 years ago
  20. 1ed3663 80-column violation fix. by Bill Wendling · 16 years ago
  21. 8bb5e99 * Added unittests for StringMap by Misha Brukman · 16 years ago
  22. c870bb5 Minor cleanup for unittest: by Misha Brukman · 16 years ago
  23. 4113bd1 Modify the unittests Makefiles so that they don't rebuild parts of LLVM just to by Bill Wendling · 16 years ago
  24. 38a2cb9 improve test and address Misha's comments by Nuno Lopes · 16 years ago
  25. 3d45f53 Reassign the buffer to the pointer so that we don't overwrite memory. by Bill Wendling · 16 years ago
  26. c365156 fist short at a new unit test for ImmutableSets. no bugs found, though :P by Nuno Lopes · 16 years ago
  27. 11366a0 make 'make clean' remove test binaries as well by Nuno Lopes · 16 years ago
  28. 8fb520e Original patch by Talin. by Misha Brukman · 16 years ago