Age | Commit message (Expand) | Author |
2009-02-20 | Fixed lint errors: | Misha Brukman |
2009-02-18 | Add explicit keywords. | Dan Gohman |
2009-01-09 | Removed trailing whitespace. | Misha Brukman |
2008-12-13 | Add explicit this-> for some member function in templated base class. | Cedric Venet |
2008-12-05 | add a new pop_back_val method which returns the value popped. This is | Chris Lattner |
2008-10-16 | Implement a SmallVector insert method that can insert multiple | Dan Gohman |
2008-09-22 | Add bound checks in SmallVector | Rafael Espindola |
2008-08-22 | Fix SmallVector's size calculation so that a size of 0 is | Dan Gohman |
2008-08-15 | Add a value_type typedef to SmallVector, to make it more compatible with STL ... | Owen Anderson |
2008-07-07 | Remove unnecessary static_casts. | Dan Gohman |
2008-07-01 | Compilation fix | Seo Sanghyeon |
2008-06-30 | Make SmallVector's grow use memcpy in common cases | Dan Gohman |
2008-06-30 | Use plain operator new instead of new char[]. | Dan Gohman |
2008-05-30 | Add an operator< for SmallVector. | Dan Gohman |
2008-05-29 | For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h" | Anton Korobeynikov |
2008-05-19 | Remove warnings about unused parameters and shadowed variables. | Bill Wendling |
2008-05-05 | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng |
2008-04-28 | Remove the SmallVector ctor that converts from a SmallVectorImpl. This | Chris Lattner |
2008-04-28 | restore the copy ctor in SmallVector. This fixes serious | Chris Lattner |
2008-04-28 | generalize SmallVector copy ctor, there is no requirement for | Chris Lattner |
2008-04-02 | Iterators folloring a SmallVector erased element are invalidated so | David Greene |
2008-01-11 | add operator==/!= to smallvector. | Chris Lattner |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-08-20 | add reverse iterators to smallvector | Chris Lattner |
2007-08-12 | Change casts from old style to new style. This helps document the details | Reid Spencer |
2007-08-10 | memcpy with zero length is hugely expensive, so avoid it. This speeds up coa... | Chris Lattner |
2007-08-10 | small speedup in the case where a smallvector is default ctor'd from | Chris Lattner |
2007-06-29 | Add an explicit keyword. Thanks Chris! | Dan Gohman |
2007-06-28 | Add a default parameter to a SmallVector constructor to allow it to | Dan Gohman |
2007-05-17 | silence some "comparison between signed and unsigned integer expressions" | Chris Lattner |
2007-05-17 | Fix some sporadic segfaults that are triggered when SmallVector's heap | Dan Gohman |
2007-04-19 | Fix some VC++ warnings. | Jeff Cohen |
2007-03-05 | The hack won't work on VS 2005, and it might not be needed anyway. | Jeff Cohen |
2007-03-05 | Elminate tabs and improve comments. | Jeff Cohen |
2007-03-05 | Unbreak VC++ build. | Jeff Cohen |
2007-02-13 | fix a critical bug in smallvector, where it would destroy elements that are | Chris Lattner |
2007-01-31 | add missing ctor | Chris Lattner |
2006-10-30 | add a new form of insert. | Chris Lattner |
2006-10-30 | Add SmallString a (currently) minimal class that adapts SmallVector to be | Chris Lattner |
2006-10-09 | Fix build error in gcc 3.4 and make more this general | Andrew Lenharth |
2006-10-08 | Fix PR897 | Chris Lattner |
2006-09-01 | add a simple reserve method. | Chris Lattner |
2006-08-28 | Add 2nd form of resize | Chris Lattner |
2006-08-22 | add resize, move swap out of line | Chris Lattner |
2006-08-22 | add a bunch more operations, including swap, insert, erase, front(), and | Chris Lattner |
2006-08-16 | silence a warning. | Chris Lattner |
2006-08-16 | Bugfixes for smallvector when the element size is small and N is small. | Chris Lattner |
2006-08-14 | avoid a warning | Chris Lattner |
2006-08-11 | move code out of line so that GCC doesn't inline it at -O3 | Chris Lattner |
2006-08-11 | Split SmallVector into SmallVector and SmallVectorImpl, which allows us to | Chris Lattner |