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
/
unittests
/
Support
/
AllocatorTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Alignment][NFC] Move and type functions from MathExtras to Alignment
Guillaume Chatelet
2019-10-14
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Report fatal error in the case of out of memory
Serge Pavlov
2018-02-20
1
-1
/
+1
*
Revert r325224 "Report fatal error in the case of out of memory"
Serge Pavlov
2018-02-15
1
-1
/
+1
*
Report fatal error in the case of out of memory
Serge Pavlov
2018-02-15
1
-1
/
+1
*
[unittest] Explicitly specify alignment when using BumpPtrAllocator.
Jordan Rose
2017-03-11
1
-3
/
+3
*
Fix "the the" in comments.
Eric Christopher
2015-06-19
1
-1
/
+1
*
Fix llvm::BumpPtrAllocatorImpl::Reset()
Hans Wennborg
2015-05-18
1
-0
/
+7
*
Try to unflake AllocatorTest.TestAlignmentPastSlab
Hans Wennborg
2014-09-07
1
-3
/
+4
*
BumpPtrAllocator: do the size check without moving any pointers
Hans Wennborg
2014-09-07
1
-0
/
+12
*
BumpPtrAllocator: use uintptr_t when aligning addresses to avoid undefined be...
Hans Wennborg
2014-09-02
1
-1
/
+1
*
BumpPtrAllocator: don't accept 0 for the alignment parameter
Hans Wennborg
2014-08-19
1
-14
/
+14
*
BumpPtrAllocator: remove 'no slabs allocated yet' check
Hans Wennborg
2014-08-17
1
-1
/
+1
*
[Allocator] Make BumpPtrAllocator movable and move assignable.
Chandler Carruth
2014-04-16
1
-0
/
+15
*
[Allocator] Finally, finish nuking the redundant code that led me here
Chandler Carruth
2014-04-15
1
-1
/
+1
*
[Allocator] Make the underlying allocator a template instead of an
Chandler Carruth
2014-04-14
1
-9
/
+10
*
[Allocator] Switch the BumpPtrAllocator to use a vector of pointers to
Chandler Carruth
2014-04-14
1
-16
/
+18
*
[Allocator] Lift the slab size and size threshold into template
Chandler Carruth
2014-03-30
1
-1
/
+1
*
[Allocator] Simplify unittests by using the default size parameters in
Chandler Carruth
2014-03-30
1
-5
/
+5
*
Fix layering StringRef copy using BumpPtrAllocator.
Nick Kledzik
2014-02-05
1
-28
/
+0
*
Add BumpPtrAllocator::allocateCopy() utilities
Nick Kledzik
2014-01-28
1
-0
/
+28
*
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
1
-1
/
+0
*
BumpPtrAllocator: Make sure threshold cannot be initialized with a value smal...
Benjamin Kramer
2012-03-01
1
-1
/
+1
*
If BumpPtrAllocator is requested to allocate a size that exceeds the slab size,
Argyrios Kyrtzidis
2012-03-01
1
-0
/
+8
*
Spelling fixes.
Dan Gohman
2010-03-01
1
-1
/
+1
*
Fix unit test on FreeBSD. We need to make sure there is enough space to save ...
Benjamin Kramer
2009-08-12
1
-1
/
+1
*
Added a test and fixed a bug in BumpPtrAllocator relating to large alignment
Reid Kleckner
2009-07-25
1
-0
/
+48
*
Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests for
Reid Kleckner
2009-07-23
1
-0
/
+95
*
Reverting r76825 and r76828, since they caused clang runtime errors and some ...
Reid Kleckner
2009-07-23
1
-61
/
+0
*
Parameterize the BumpPtrAllocator over a slab allocator. It defaults to using
Reid Kleckner
2009-07-23
1
-0
/
+61