projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
test: Fix the dependencies for the check-llvm-* targets
[oota-llvm.git]
/
lib
/
Support
/
Allocator.cpp
2015-03-23
Benjamin Kramer
Purge unused includes throughout libSupport.
blob
|
commitdiff
|
raw
2014-04-14
Chandler Carruth
[Allocator] Hoist the external helper function into...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-14
Chandler Carruth
[Allocator] Make the underlying allocator a template...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-14
Chandler Carruth
[Allocator] Switch the BumpPtrAllocator to use a vector...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-09
Craig Topper
[C++11] Replace some comparisons with 'nullptr' with...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-07
Craig Topper
[C++11] Make use of 'nullptr' in the Support library.
blob
|
commitdiff
|
raw
|
diff to current
2014-03-30
Chandler Carruth
[Allocator] Lift the slab size and size threshold into...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-28
Chandler Carruth
[Allocator Cleanup] Move generic pointer alignment...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-28
Chandler Carruth
[Allocator Cleanup] Make the growth of the "slab" size...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-28
Argyrios Kyrtzidis
[BumpPtrAllocator] Move DefaultSlabAllocator to a membe...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-20
Pedro Artigas
as the allocator is reset zero out the number of bytes...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-04
Evgeniy Stepanov
More MSan/ASan annotations.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-31
Evgeniy Stepanov
Annotate BumpPtrAllocator for MemorySanitizer.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-03
Chandler Carruth
Use the new script to sort the includes of every file...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-01
Benjamin Kramer
BumpPtrAllocator: Make sure threshold cannot be initial...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-01
Argyrios Kyrtzidis
If BumpPtrAllocator is requested to allocate a size...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-18
Ted Kremenek
Add BumpPtrAllocator::getTotalMemory() to allow clients...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-29
Michael J. Spencer
Merge System into Support.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-30
Benjamin Kramer
Grow BumpPtrAllocator's slab size dynamically if we...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-13
Benjamin Kramer
BumpPtrAllocator::Reset() doesn't need to allocate...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-13
Benjamin Kramer
Let BumpPtrAllocator lazily allocate the first slab.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-30
Benjamin Kramer
Introduce SpecificBumpPtrAllocator, a wrapper for BumpP...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-30
Torok Edwin
Reapply r99881 with some fixes: only call destructor...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-30
Torok Edwin
Revert 99881, it brooke smooshlab's llvm-gcc-i386-darwin9.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-30
Torok Edwin
Introduce another Reset() method in BumpPtrAllocator...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-16
Bill Wendling
Temporarily revert r93581. It was causing failures...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-15
Ted Kremenek
BumpPtrAllocator: Have the DefaultSlabAllocator created...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-26
Chandler Carruth
Move DataTypes.h to include/llvm/System, update all...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-09
Evan Cheng
Make sure the memory range is writable before memset...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-25
Reid Kleckner
Added a test and fixed a bug in BumpPtrAllocator relati...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-24
Daniel Dunbar
Switch to raw_ostream.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-23
Reid Kleckner
Re-committing changes from r76825 to BumpPtrAllocator...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-23
Reid Kleckner
Reverting r76825 and r76828, since they caused clang...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-23
Zhongxing Xu
add header for 'memset'.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-23
Reid Kleckner
Parameterize the BumpPtrAllocator over a slab allocator...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-28
Dan Gohman
Fold the useful features of alist and alist_node into...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-07
Dan Gohman
Add some basic Pool-allocation infrastructure. This...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-05
Evan Cheng
Fix more -Wshorten-64-to-32 warnings.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-28
Dan Gohman
Fix a pointer-arithmetic bug that caused 64-bit host...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-28
Ted Kremenek
Bug fix in BumpPtrAllocator: don't assume that all...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-29
Chris Lattner
Remove attribution from file headers, per discussion...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-08
Evan Cheng
Smarter Reset(). Instead of deallocating all memory...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-05
Evan Cheng
Added Reset() to free all allocated memory regions...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-23
Chris Lattner
Avoid TBAA issue.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-07
Bill Wendling
Don't use <sstream> in Streams.h but <iosfwd> instead.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-07
Bill Wendling
Changed llvm_ostream et all to OStream. llvm_cerr,...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-26
Bill Wendling
Removed #include <iostream> and replace with llvm_...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-08
John Criswell
Include llvm/Support/DataTypes.h to define intptr_t.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-29
Chris Lattner
Add a new llvm::Allocator abstraction, which will be...
blob
|
commitdiff
|
raw
|
diff to current