index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
/
Allocator.cpp
Age
Commit message (
Expand
)
Author
2008-07-28
Fold the useful features of alist and alist_node into ilist, and
Dan Gohman
2008-07-07
Add some basic Pool-allocation infrastructure. This adds a Recycler class,
Dan Gohman
2008-05-05
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-04-28
Fix a pointer-arithmetic bug that caused 64-bit host pointer values to
Dan Gohman
2008-04-28
Bug fix in BumpPtrAllocator: don't assume that all objects have the same alig...
Ted Kremenek
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-09-08
Smarter Reset(). Instead of deallocating all memory regions and reallocate the
Evan Cheng
2007-09-05
Added Reset() to free all allocated memory regions and reset state to be the ...
Evan Cheng
2007-02-23
Avoid TBAA issue.
Chris Lattner
2006-12-07
Don't use <sstream> in Streams.h but <iosfwd> instead.
Bill Wendling
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-11-26
Removed #include <iostream> and replace with llvm_* streams.
Bill Wendling
2006-11-08
Include llvm/Support/DataTypes.h to define intptr_t.
John Criswell
2006-10-29
Add a new llvm::Allocator abstraction, which will be used by a container
Chris Lattner