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
/
unittests
/
ADT
/
SmallVectorTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Move the SmallVector unit tests to be type-parameterized so that we can
Chandler Carruth
2012-07-30
1
-149
/
+176
*
Bring the return value of SmallVector::insert in line with std::vector::insert.
Benjamin Kramer
2012-06-17
1
-4
/
+30
*
SmallVector: return a valid iterator for the rare case of inserting an empty ...
Benjamin Kramer
2012-06-17
1
-0
/
+7
*
SmallVector: Don't rely on having an assignment operator around in push_back ...
Benjamin Kramer
2012-04-29
1
-0
/
+13
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-1
/
+1
*
Fix a subtle issue in SmallVector. The following code did not work as expected:
Owen Anderson
2011-07-06
1
-21
/
+27
*
Switch attribute macros to use 'LLVM_' as a prefix. We retain the old names
Chandler Carruth
2010-10-23
1
-1
/
+1
*
Silence 'unused' warning.
Bill Wendling
2010-08-19
1
-1
/
+3
*
Fix SmallVector's insert to handle non-random-access iterators.
Dan Gohman
2010-03-26
1
-0
/
+6
*
Make this test more lenient; with SmallVector now using actually
Dan Gohman
2010-03-18
1
-1
/
+1
*
Add SmallVector::{capacity,set_size}.
Daniel Dunbar
2009-08-19
1
-0
/
+18
*
Clarify a FIXME.
Daniel Dunbar
2009-07-12
1
-4
/
+5
*
Use the testcase from PR2791.
Owen Anderson
2009-04-23
1
-3
/
+3
*
Fix naming of file.
Bill Wendling
2009-01-11
1
-1
/
+1
*
Adding unittests for SmallVector. Test by Talin.
Bill Wendling
2009-01-10
1
-0
/
+383