Move DataTypes.h to include/llvm/System, update all users. This breaks the last
[oota-llvm.git] / lib / Support / Allocator.cpp
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-09-09 Evan ChengMake sure the memory range is writable before memset...
2009-07-25 Reid KlecknerAdded a test and fixed a bug in BumpPtrAllocator relati...
2009-07-24 Daniel DunbarSwitch to raw_ostream.
2009-07-23 Reid KlecknerRe-committing changes from r76825 to BumpPtrAllocator...
2009-07-23 Reid KlecknerReverting r76825 and r76828, since they caused clang...
2009-07-23 Zhongxing Xuadd header for 'memset'.
2009-07-23 Reid KlecknerParameterize the BumpPtrAllocator over a slab allocator...
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-07-07 Dan GohmanAdd some basic Pool-allocation infrastructure. This...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-04-28 Dan GohmanFix a pointer-arithmetic bug that caused 64-bit host...
2008-04-28 Ted KremenekBug fix in BumpPtrAllocator: don't assume that all...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-09-08 Evan ChengSmarter Reset(). Instead of deallocating all memory...
2007-09-05 Evan ChengAdded Reset() to free all allocated memory regions...
2007-02-23 Chris LattnerAvoid TBAA issue.
2006-12-07 Bill WendlingDon't use <sstream> in Streams.h but <iosfwd> instead.
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-26 Bill WendlingRemoved #include <iostream> and replace with llvm_...
2006-11-08 John CriswellInclude llvm/Support/DataTypes.h to define intptr_t.
2006-10-29 Chris LattnerAdd a new llvm::Allocator abstraction, which will be...