projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[cleanup] Re-sort all the includes with utils/sort_includes.py.
[oota-llvm.git]
/
include
/
llvm
/
ADT
/
SmallVector.h
2014-03-01
Chandler Carruth
[C++11] Remove the R-value reference #if usage from...
blob
|
commitdiff
|
raw
2013-09-13
Benjamin Kramer
Add warn_unused_result to empty() on various containers.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-19
Jakub Staszak
Make sure that pop_back_val() result is used.
blob
|
commitdiff
|
raw
|
diff to current
2013-03-29
Jean-Luc Duprat
SmallVector and SmallPtrSet allocations now power-of...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-29
Rafael Espindola
Revert "Fix allocations of SmallVector and SmallPtrSet...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-29
Jean-Luc Duprat
Fix allocations of SmallVector and SmallPtrSet so they...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-24
Richard Trieu
Add asserts to SmallVector so that calls to front(...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-30
Chandler Carruth
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-15
Jakub Staszak
Use LLVM_DELETED_FUNCTION.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-13
Dmitri Gribenko
Fix Doxygen issues:
blob
|
commitdiff
|
raw
|
diff to current
2012-08-22
Richard Smith
Reduce alignment of SmallVector<T> to the required...
blob
|
commitdiff
|
raw
|
diff to current
2012-07-30
Chandler Carruth
Move the SmallVector unit tests to be type-parameterize...
blob
|
commitdiff
|
raw
|
diff to current
2012-07-27
Benjamin Kramer
SmallVector: Crank up verbosity of asserts per Chandler...
blob
|
commitdiff
|
raw
|
diff to current
2012-07-27
Benjamin Kramer
SmallVector::erase: Assert that iterators are actually...
blob
|
commitdiff
|
raw
|
diff to current
2012-07-08
Benjamin Kramer
SmallVector: Make use of move semantics to speed up...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-17
Benjamin Kramer
Bring the return value of SmallVector::insert in line...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-17
Benjamin Kramer
SmallVector: return a valid iterator for the rare case...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-02
John McCall
Update SmallVector to support move semantics if the...
blob
|
commitdiff
|
raw
|
diff to current
2012-04-29
Benjamin Kramer
SmallVector: Don't rely on having an assignment operato...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-13
Benjamin Kramer
Remove an old hack for pre-2005 MSVC. We don't support...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-16
Pete Cooper
Template specialize SmallVector::push_back based on...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-05
Benjamin Kramer
SmallVector's construct_range is the same thing as...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-05
Benjamin Kramer
Simplify code. No functionality change.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-20
Benjamin Kramer
Protect SmallVectorImpl's constructor and a few other...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-27
Ted Kremenek
Add a generic 'capacity_in_bytes' function to allow...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-06
Owen Anderson
Fix a subtle issue in SmallVector. The following code...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-19
Nick Lewycky
Add missing standard headers. Patch by Joerg Sonnenberger!
blob
|
commitdiff
|
raw
|
diff to current
2010-12-09
Michael J. Spencer
Support: Move c_str from SmallVector back to SmallStrin...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-06
Michael J. Spencer
Support/ADT: Move c_str() from SmallString to SmallVect...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-26
Michael J. Spencer
Fix spelling!
blob
|
commitdiff
|
raw
|
diff to current
2010-11-26
Michael J. Spencer
Fix Whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-03
Duncan Sands
GCC extensions are no longer used here - update the...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-03
Duncan Sands
Remove two uses of the gcc specific 'aligned' attribute...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-02
John McCall
After some discussion with djg, teach SmallVector to...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-26
John McCall
SmallVector's growth policies don't like starting from...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-25
John McCall
Provide an explicit specialization of SmallVector at...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-15
Chris Lattner
disable SmallVectorImpl's copy constructor. This preve...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-10
Duncan Sands
Add includes to get ptrdiff_t. This is needed by gcc...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-08
Benjamin Kramer
Use realloc instead of malloc+memcpy when growing a...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-02
Jim Grosbach
remove trailing whitespace
blob
|
commitdiff
|
raw
|
diff to current
2010-04-29
Torok Edwin
Fix PR6910.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-26
Dan Gohman
Fix SmallVector's insert to handle non-random-access...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-18
Benjamin Kramer
Fix a name clash that was breaking MSVC builds.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-18
Dan Gohman
Fix a bug found by inspection; in the __GNUC__ code...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-17
Chris Lattner
tabs -> spaces.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-17
Steve Naroff
Fix Windows build breakage...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-17
Eric Christopher
Fix unused variable warning.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-16
Daniel Dunbar
Fix one more missing this-> to placate that picky clang++.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-16
Chris Lattner
fix more missing this->'s to placate clang++
blob
|
commitdiff
|
raw
|
diff to current
2009-12-16
Chris Lattner
Fix a missing this-> that clang++ notices.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-16
Chris Lattner
now that libsystem no longer uses SmallVector, we can...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-16
Chris Lattner
factor out the grow() method for all pod implementation...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-16
Chris Lattner
pull destroy_range and uninitialized_copy up to the
blob
|
commitdiff
|
raw
|
diff to current
2009-12-16
Chris Lattner
sink most of the meat in smallvector back from SmallVec...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-16
Chris Lattner
substantial refactoring of SmallVector, now most code...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-15
Chris Lattner
a few improvements:
blob
|
commitdiff
|
raw
|
diff to current
2009-12-15
Chris Lattner
hoist the begin/end/capacity members and a few trivial...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-15
Chris Lattner
improve isPodLike to know that all non-class types...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-27
Gabor Greif
Clean up the minor mess I caused with removing iterator...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-19
Daniel Dunbar
Add SmallVector::{capacity,set_size}.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-21
Jay Foad
Tighten up the asserts in SmallVector::operator[]().
blob
|
commitdiff
|
raw
|
diff to current
2009-05-21
Jay Foad
Implement new SmallVector::data() methods.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-22
Owen Anderson
Fix for PR3946, in which SmallVector could behave stran...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-02
Chris Lattner
fix overflow checks in SmallVector:
blob
|
commitdiff
|
raw
|
diff to current
2009-03-22
Chris Lattner
Fix PR3860 by correcting a predicate.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-20
Misha Brukman
Fixed lint errors:
blob
|
commitdiff
|
raw
|
diff to current
2009-02-18
Dan Gohman
Add explicit keywords.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-09
Misha Brukman
Removed trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-13
Cedric Venet
Add explicit this-> for some member function in templat...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-05
Chris Lattner
add a new pop_back_val method which returns the value...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-16
Dan Gohman
Implement a SmallVector insert method that can insert...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Rafael Espindola
Add bound checks in SmallVector
blob
|
commitdiff
|
raw
|
diff to current
2008-08-22
Dan Gohman
Fix SmallVector's size calculation so that a size of...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-15
Owen Anderson
Add a value_type typedef to SmallVector, to make it...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-07
Dan Gohman
Remove unnecessary static_casts.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-01
Seo Sanghyeon
Compilation fix
blob
|
commitdiff
|
raw
|
diff to current
2008-06-30
Dan Gohman
Make SmallVector's grow use memcpy in common cases
blob
|
commitdiff
|
raw
|
diff to current
2008-06-30
Dan Gohman
Use plain operator new instead of new char[].
blob
|
commitdiff
|
raw
|
diff to current
2008-05-30
Dan Gohman
Add an operator< for SmallVector.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-29
Anton Korobeynikov
For PR1338: rename include/llvm/ADT/ilist and friends...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-19
Bill Wendling
Remove warnings about unused parameters and shadowed...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-05
Evan Cheng
Fix more -Wshorten-64-to-32 warnings.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-28
Chris Lattner
Remove the SmallVector ctor that converts from a SmallV...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-28
Chris Lattner
restore the copy ctor in SmallVector. This fixes serious
blob
|
commitdiff
|
raw
|
diff to current
2008-04-28
Chris Lattner
generalize SmallVector copy ctor, there is no requireme...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-02
David Greene
Iterators folloring a SmallVector erased element are...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-11
Chris Lattner
add operator==/!= to smallvector.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-29
Chris Lattner
Don't attribute in file headers anymore. See llvmdev...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-20
Chris Lattner
add reverse iterators to smallvector
blob
|
commitdiff
|
raw
|
diff to current
2007-08-12
Reid Spencer
Change casts from old style to new style. This helps...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-10
Chris Lattner
memcpy with zero length is hugely expensive, so avoid...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-10
Chris Lattner
small speedup in the case where a smallvector is defaul...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-29
Dan Gohman
Add an explicit keyword. Thanks Chris!
blob
|
commitdiff
|
raw
|
diff to current
2007-06-28
Dan Gohman
Add a default parameter to a SmallVector constructor...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-17
Chris Lattner
silence some "comparison between signed and unsigned...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-17
Dan Gohman
Fix some sporadic segfaults that are triggered when...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-19
Jeff Cohen
Fix some VC++ warnings.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-05
Jeff Cohen
The hack won't work on VS 2005, and it might not be...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-05
Jeff Cohen
Elminate tabs and improve comments.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-05
Jeff Cohen
Unbreak VC++ build.
blob
|
commitdiff
|
raw
|
diff to current
next