Go to file
Jakob Stoklund Olesen 17a7d22d89 Add an ArrayRecycler class.
This is similar to the existing Recycler allocator, but instead of
recycling individual objects from a BumpPtrAllocator, arrays of
different sizes can be allocated.

llvm-svn: 171581
2013-01-05 00:57:11 +00:00
clang In my last patch initialize the destination to null (with a simple store) before doing a storeStrong to it. 2013-01-05 00:32:13 +00:00
clang-tools-extra Port loop-convert into cpp11-migrate 2013-01-04 18:25:18 +00:00
compiler-rt Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
debuginfo-tests XTARGET was removed, update debug-info tests. 2012-10-20 01:38:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx atomic_bool was missing (just a typedef to atomic<bool>). 2013-01-04 18:58:50 +00:00
libcxxabi Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
lld [CMake] Add lld to the list of test dependencies. 2013-01-05 00:51:04 +00:00
lldb Mark TestPlatformCommand (test_status) as expected to fail on Linux 2013-01-05 00:25:12 +00:00
llvm Add an ArrayRecycler class. 2013-01-05 00:57:11 +00:00
polly Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to 2013-01-02 11:47:44 +00:00