index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
/
SmallVector.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support: Move c_str from SmallVector back to SmallString and add a free standing
Michael J. Spencer
2010-12-09
1
-7
/
+0
*
Support/ADT: Move c_str() from SmallString to SmallVectorImpl. The Windows Pa...
Michael J. Spencer
2010-12-06
1
-0
/
+6
*
Fix spelling!
Michael J. Spencer
2010-11-26
1
-1
/
+1
*
Fix Whitespace.
Michael J. Spencer
2010-11-26
1
-1
/
+1
*
GCC extensions are no longer used here - update the comment.
Duncan Sands
2010-10-03
1
-2
/
+2
*
Remove two uses of the gcc specific 'aligned' attribute. This
Duncan Sands
2010-10-03
1
-11
/
+5
*
After some discussion with djg, teach SmallVector to grow from a zero
John McCall
2010-09-02
1
-17
/
+6
*
SmallVector's growth policies don't like starting from zero capacity.
John McCall
2010-08-26
1
-1
/
+9
*
Provide an explicit specialization of SmallVector at N=0 which does
John McCall
2010-08-25
1
-0
/
+33
*
disable SmallVectorImpl's copy constructor. This prevents a class
Chris Lattner
2010-06-15
1
-0
/
+2
*
Add includes to get ptrdiff_t. This is needed by gcc-4.6 which has
Duncan Sands
2010-06-10
1
-0
/
+1
*
Use realloc instead of malloc+memcpy when growing a POD SmallVector. A smart
Benjamin Kramer
2010-06-08
1
-3
/
+4
*
remove trailing whitespace
Jim Grosbach
2010-06-02
1
-75
/
+75
*
Fix PR6910.
Torok Edwin
2010-04-29
1
-1
/
+1
*
Fix SmallVector's insert to handle non-random-access iterators.
Dan Gohman
2010-03-26
1
-6
/
+18
*
Fix a name clash that was breaking MSVC builds.
Benjamin Kramer
2010-03-18
1
-1
/
+1
*
Fix a bug found by inspection; in the __GNUC__ code, the alignment
Dan Gohman
2010-03-18
1
-8
/
+9
*
tabs -> spaces.
Chris Lattner
2009-12-17
1
-3
/
+3
*
Fix Windows build breakage...
Steve Naroff
2009-12-17
1
-4
/
+4
*
Fix unused variable warning.
Eric Christopher
2009-12-17
1
-1
/
+1
*
Fix one more missing this-> to placate that picky clang++.
Daniel Dunbar
2009-12-16
1
-1
/
+1
*
fix more missing this->'s to placate clang++
Chris Lattner
2009-12-16
1
-26
/
+27
*
Fix a missing this-> that clang++ notices.
Chris Lattner
2009-12-16
1
-1
/
+1
*
now that libsystem no longer uses SmallVector, we can move
Chris Lattner
2009-12-16
1
-21
/
+3
*
factor out the grow() method for all pod implementations into one
Chris Lattner
2009-12-16
1
-37
/
+76
*
pull destroy_range and uninitialized_copy up to the
Chris Lattner
2009-12-16
1
-26
/
+32
*
sink most of the meat in smallvector back from SmallVectorTemplateCommon
Chris Lattner
2009-12-16
1
-202
/
+210
*
substantial refactoring of SmallVector, now most code is in SmallVectorTempla...
Chris Lattner
2009-12-16
1
-57
/
+93
*
a few improvements:
Chris Lattner
2009-12-15
1
-10
/
+8
*
hoist the begin/end/capacity members and a few trivial methods
Chris Lattner
2009-12-15
1
-145
/
+145
*
improve isPodLike to know that all non-class types are pod.
Chris Lattner
2009-12-15
1
-0
/
+7
*
Clean up the minor mess I caused with removing iterator.h. I shall take care ...
Gabor Greif
2009-08-27
1
-1
/
+0
*
Add SmallVector::{capacity,set_size}.
Daniel Dunbar
2009-08-19
1
-2
/
+20
*
Tighten up the asserts in SmallVector::operator[]().
Jay Foad
2009-05-21
1
-4
/
+2
*
Implement new SmallVector::data() methods.
Jay Foad
2009-05-21
1
-0
/
+10
*
Fix for PR3946, in which SmallVector could behave strangely in corner cases.
Owen Anderson
2009-04-22
1
-2
/
+2
*
fix overflow checks in SmallVector:
Chris Lattner
2009-04-02
1
-4
/
+4
*
Fix PR3860 by correcting a predicate.
Chris Lattner
2009-03-22
1
-8
/
+10
*
Fixed lint errors:
Misha Brukman
2009-02-20
1
-1
/
+1
*
Add explicit keywords.
Dan Gohman
2009-02-18
1
-1
/
+1
*
Removed trailing whitespace.
Misha Brukman
2009-01-09
1
-76
/
+76
*
Add explicit this-> for some member function in templated base class.
Cedric Venet
2008-12-13
1
-3
/
+3
*
add a new pop_back_val method which returns the value popped. This is
Chris Lattner
2008-12-05
1
-0
/
+6
*
Implement a SmallVector insert method that can insert multiple
Dan Gohman
2008-10-16
1
-0
/
+62
*
Add bound checks in SmallVector
Rafael Espindola
2008-09-22
1
-0
/
+5
*
Fix SmallVector's size calculation so that a size of 0 is
Dan Gohman
2008-08-22
1
-1
/
+1
*
Add a value_type typedef to SmallVector, to make it more compatible with STL ...
Owen Anderson
2008-08-15
1
-0
/
+1
*
Remove unnecessary static_casts.
Dan Gohman
2008-07-07
1
-2
/
+2
*
Compilation fix
Seo Sanghyeon
2008-07-01
1
-0
/
+1
*
Make SmallVector's grow use memcpy in common cases
Dan Gohman
2008-06-30
1
-1
/
+6
[next]