projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Replace a 0 with nullptr. NFC
[oota-llvm.git]
/
include
/
llvm
/
ADT
/
SmallVector.h
2015-06-23
Alexander Kornienko
Revert r240137 (Fixed/added namespace ending comments...
blob
|
commitdiff
|
raw
2015-06-19
Alexander Kornienko
Fixed/added namespace ending comments using clang-tidy...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-02
Benjamin Kramer
SmallVector: Allow initialization and assignment from...
blob
|
commitdiff
|
raw
2015-02-15
Aaron Ballman
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-15
Benjamin Kramer
Remove LLVM_HAS_VARIADIC_TEMPLATES and all the faux...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-13
Benjamin Kramer
Reapply r229142 with some enable_if magic to avoid...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-13
Benjamin Kramer
Revert r229142. It breaks the world for unknown reasons.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-13
Benjamin Kramer
SmallVector: Resolve a long-standing fixme by using...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-07
Benjamin Kramer
SmallVector: Move emplace_back to SmallVectorImpl.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-23
Lang Hames
[ADT] Add move operations to SmallVector<T,N> from...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-07
Ahmed Bougacha
[ADT][SmallVector] Flip an assert comparison to avoid...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-04
Rafael Espindola
Use size_type in the interface exposed by SmallVector.
blob
|
commitdiff
|
raw
|
diff to current
2014-12-03
Duncan P. N. Exon...
ADT: Rename argument in emplace_back_impl
blob
|
commitdiff
|
raw
|
diff to current
2014-12-03
Duncan P. N. Exon...
ADT: Add SmallVector<>::emplace_back(): fixup
blob
|
commitdiff
|
raw
|
diff to current
2014-12-03
Duncan P. N. Exon...
ADT: Add SmallVector<>::emplace_back()
blob
|
commitdiff
|
raw
|
diff to current
2014-11-14
Rafael Espindola
Use size_type for operator[].
blob
|
commitdiff
|
raw
|
diff to current
2014-09-03
Sanjay Patel
house cleaning: "Don’t duplicate function or class...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-09
David Blaikie
SmallVector: support resize(N) with move-only types
blob
|
commitdiff
|
raw
|
diff to current
2014-06-08
David Blaikie
SmallVector: More movable improvements - don't copy...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-08
David Blaikie
SmallVector: Move, don't copy, elements to make space...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-08
David Blaikie
Fix some more moving-from-moved-from objects issues...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-08
David Blaikie
Ensure SmallVector::insert doesn't overwrite the last...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-30
Douglas Gregor
Fix a use of uninitialized memory in SmallVector's...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-26
Benjamin Kramer
Mark the growing path in SmallVector::push_back as...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-22
Rui Ueyama
Whitespace
blob
|
commitdiff
|
raw
|
diff to current
2014-04-22
Rui Ueyama
No need to check condition after grow()
blob
|
commitdiff
|
raw
|
diff to current
2014-04-22
Rui Ueyama
Replace loops using goto with plain while loops
blob
|
commitdiff
|
raw
|
diff to current
2014-03-10
Aaron Ballman
Removing llvm::distance and llvm::copy for iterator_ran...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-09
David Blaikie
Revert "Clean up SmallString a bit"
blob
|
commitdiff
|
raw
|
diff to current
2014-03-09
David Blaikie
Clean up SmallString a bit
blob
|
commitdiff
|
raw
|
diff to current
2014-03-01
Chandler Carruth
[C++11] Remove the R-value reference #if usage from...
blob
|
commitdiff
|
raw
|
diff to current
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
next