Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
de62192843c90189fbb21145437b085848140122
/
lib
/
Support
/
Allocator.cpp
fed90b6
Fold the useful features of alist and alist_node into ilist, and
by Dan Gohman
· 16 years ago
e14d81d
Add some basic Pool-allocation infrastructure. This adds a Recycler class,
by Dan Gohman
· 16 years ago
34cd4a4
Fix more -Wshorten-64-to-32 warnings.
by Evan Cheng
· 17 years ago
3e2dda6
Fix a pointer-arithmetic bug that caused 64-bit host pointer values to
by Dan Gohman
· 17 years ago
c971562
Bug fix in BumpPtrAllocator: don't assume that all objects have the same alignment. "Bump" of the pointer for the next allocated object to be of the specified alignment.
by Ted Kremenek
· 17 years ago
4ee451d
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 17 years ago
7dfda9e
Smarter Reset(). Instead of deallocating all memory regions and reallocate the
by Evan Cheng
· 17 years ago
188b522
Added Reset() to free all allocated memory regions and reset state to be the same as right after ctor.
by Evan Cheng
· 17 years ago
d675b83
Avoid TBAA issue.
by Chris Lattner
· 18 years ago
1a097e3
Don't use <sstream> in Streams.h but <iosfwd> instead.
by Bill Wendling
· 18 years ago
e815619
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
by Bill Wendling
· 18 years ago
fe6b146
Removed #include <iostream> and replace with llvm_* streams.
by Bill Wendling
· 18 years ago
72a780f
Include llvm/Support/DataTypes.h to define intptr_t.
by John Criswell
· 18 years ago
9f617d6
Add a new llvm::Allocator abstraction, which will be used by a container
by Chris Lattner
· 18 years ago