1. d45f7b6 Bring the return value of SmallVector::insert in line with std::vector::insert. by Benjamin Kramer · 13 years ago
  2. 5f6c7cf SmallVector: return a valid iterator for the rare case of inserting an empty range into a SmallVector. by Benjamin Kramer · 13 years ago
  3. 3703baa SmallVector: Don't rely on having an assignment operator around in push_back for POD-like types. by Benjamin Kramer · 13 years ago
  4. db125cf land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
  5. 9cbd7af Fix a subtle issue in SmallVector. The following code did not work as expected: by Owen Anderson · 14 years ago
  6. 100c267 Switch attribute macros to use 'LLVM_' as a prefix. We retain the old names by Chandler Carruth · 15 years ago
  7. d400850 Silence 'unused' warning. by Bill Wendling · 15 years ago
  8. a7a33fd Fix SmallVector's insert to handle non-random-access iterators. by Dan Gohman · 15 years ago
  9. 5ffc72e Make this test more lenient; with SmallVector now using actually by Dan Gohman · 15 years ago
  10. c2da6fb Add SmallVector::{capacity,set_size}. by Daniel Dunbar · 16 years ago
  11. 614be08 Clarify a FIXME. by Daniel Dunbar · 16 years ago
  12. 3f7c72a Use the testcase from PR2791. by Owen Anderson · 16 years ago
  13. 3d9fbee Fix naming of file. by Bill Wendling · 17 years ago
  14. f2850d9 Adding unittests for SmallVector. Test by Talin. by Bill Wendling · 17 years ago