index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
/
SmallVector.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
ADT: Shrink SmallVector size 0 to 16B on 64-bit platforms
Duncan P. N. Exon Smith
2018-07-24
1
-2
/
+21
*
Reapply "ADT: Shrink size of SmallVector by 8B on 64-bit platforms"
Duncan P. N. Exon Smith
2018-07-20
1
-11
/
+14
*
Revert "ADT: Shrink size of SmallVector by 8B on 64-bit platforms"
Duncan P. N. Exon Smith
2018-07-20
1
-14
/
+11
*
ADT: Shrink size of SmallVector by 8B on 64-bit platforms
Duncan P. N. Exon Smith
2018-07-19
1
-11
/
+14
*
ADT: Use EBO to shrink SmallVector size 1
Duncan P. N. Exon Smith
2018-06-23
1
-0
/
+4
*
Use uniform mechanism for OOM errors handling
Serge Pavlov
2018-06-09
1
-6
/
+2
*
Revert commit 333506
Serge Pavlov
2018-05-30
1
-2
/
+6
*
Use uniform mechanism for OOM errors handling
Serge Pavlov
2018-05-30
1
-6
/
+2
*
Reverted commits 333390, 333391 and 333394
Serge Pavlov
2018-05-29
1
-2
/
+6
*
Use uniform mechanism for OOM errors handling
Serge Pavlov
2018-05-29
1
-6
/
+2
*
Support, IR, ADT: Check nullptr after allocation with malloc/realloc or calloc
Matthias Braun
2017-07-20
1
-1
/
+4
*
[ADT] Assert that SmallVectorBase::grow_pod() successfully reallocates memory.
Daniel Sanders
2015-06-09
1
-0
/
+1
*
Reduce alignment of SmallVector<T> to the required amount, rather than forcin...
Richard Smith
2012-08-22
1
-3
/
+3
*
After some discussion with djg, teach SmallVector to grow from a zero
John McCall
2010-09-02
1
-1
/
+1
*
Use realloc instead of malloc+memcpy when growing a POD SmallVector. A smart
Benjamin Kramer
2010-06-08
1
-9
/
+12
*
now that libsystem no longer uses SmallVector, we can move
Chris Lattner
2009-12-16
1
-0
/
+37