[llvm-commits] CVS: llvm-poolalloc/runtime/FreeListAllocator/Makefile PageManager.cpp PageManager.h PoolAllocator.cpp PoolAllocator.h PoolSlab.h README.txt

John Criswell criswell at cs.uiuc.edu
Wed May 18 12:56:49 PDT 2005



Changes in directory llvm-poolalloc/runtime/FreeListAllocator:

Makefile updated: 1.4 -> 1.5
PageManager.cpp updated: 1.12 -> 1.13
PageManager.h updated: 1.5 -> 1.6
PoolAllocator.cpp updated: 1.33 -> 1.34
PoolAllocator.h updated: 1.11 -> 1.12
PoolSlab.h updated: 1.5 -> 1.6
README.txt updated: 1.2 -> 1.3
---
Log message:

Bring all of these files back from the "release_15" merge.












---
Diffs of the changes:  (+6 -0)

 Makefile |    6 ++++++
 1 files changed, 6 insertions(+)


Index: llvm-poolalloc/runtime/FreeListAllocator/Makefile
diff -u /dev/null llvm-poolalloc/runtime/FreeListAllocator/Makefile:1.5
--- /dev/null	Wed May 18 14:56:42 2005
+++ llvm-poolalloc/runtime/FreeListAllocator/Makefile	Wed May 18 14:56:31 2005
@@ -0,0 +1,6 @@
+LEVEL = ../..
+BYTECODE_LIBRARY=1
+SHARED_LIBRARY=1
+LIBRARYNAME=poolalloc_fl_rt
+
+include $(LEVEL)/Makefile.common


















More information about the llvm-commits mailing list