1. 130cec2 Sort the #include lines for unittest/... by Chandler Carruth · 13 years ago
  2. 0b01261 Move the SmallVector unit tests to be type-parameterized so that we can by Chandler Carruth · 13 years ago
  3. 23a9c3e0 Bring the return value of SmallVector::insert in line with std::vector::insert. by Benjamin Kramer · 13 years ago
  4. 371b9b0 SmallVector: return a valid iterator for the rare case of inserting an empty range into a SmallVector. by Benjamin Kramer · 13 years ago
  5. 74a12a4 SmallVector: Don't rely on having an assignment operator around in push_back for POD-like types. by Benjamin Kramer · 13 years ago
  6. 229907c land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
  7. 145a260 Fix a subtle issue in SmallVector. The following code did not work as expected: by Owen Anderson · 14 years ago
  8. 88c54b8 Switch attribute macros to use 'LLVM_' as a prefix. We retain the old names by Chandler Carruth · 15 years ago
  9. bfba2f1 Silence 'unused' warning. by Bill Wendling · 15 years ago
  10. 42e77df Fix SmallVector's insert to handle non-random-access iterators. by Dan Gohman · 16 years ago
  11. ed4c2eb Make this test more lenient; with SmallVector now using actually by Dan Gohman · 16 years ago
  12. 825e955 Add SmallVector::{capacity,set_size}. by Daniel Dunbar · 16 years ago
  13. 6d6023b Clarify a FIXME. by Daniel Dunbar · 16 years ago
  14. d4f5537 Use the testcase from PR2791. by Owen Anderson · 16 years ago
  15. 8d069ef Fix naming of file. by Bill Wendling · 17 years ago
  16. c56c37f Adding unittests for SmallVector. Test by Talin. by Bill Wendling · 17 years ago