index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
/
SmallVector.h
Age
Commit message (
Expand
)
Author
2009-08-27
Clean up the minor mess I caused with removing iterator.h. I shall take care ...
Gabor Greif
2009-08-19
Add SmallVector::{capacity,set_size}.
Daniel Dunbar
2009-05-21
Tighten up the asserts in SmallVector::operator[]().
Jay Foad
2009-05-21
Implement new SmallVector::data() methods.
Jay Foad
2009-04-22
Fix for PR3946, in which SmallVector could behave strangely in corner cases.
Owen Anderson
2009-04-02
fix overflow checks in SmallVector:
Chris Lattner
2009-03-22
Fix PR3860 by correcting a predicate.
Chris Lattner
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
[next]