aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/MallocAllocator.h
AgeCommit message (Expand)Author
2004-11-22Moved into the poolalloc tree.John Criswell
2004-10-28Commented out the _Alloc_traits specialization entirely, as it is onlyJohn Criswell
2004-10-28Only add the _Alloc_traits specialization in if we're compiling forJohn Criswell
2004-09-01Changes For Bug 352Reid Spencer
2003-11-16Fixes for PR114: Thanks to Reid Spencer!Chris Lattner
2003-11-12Fix faulty namespacificationChris Lattner
2003-11-12Regress to not using the llvm namespace.John Criswell
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-07Provide a specialization of _Alloc_traits, which allows the G++ runtime to avoidChris Lattner
2003-11-07Add some ctors for this allocatorChris Lattner
2003-11-04New file, for use by the pool allocator projectChris Lattner